OSError: [Errno 1] Operation not permitted. This isn't my error?
- Created Monday, March 7th 2016 @ 21:29:30
Hi,
I just got the following error when attempting to upload my bot source code. My bot is written in Java, yet the Error dump is giving Python errors:
Error dump Java HotSpot(TM) 64-Bit Server VM warning: No monotonic clock was available - timed services may be adversely affected if the time-of-day clock changes Traceback (most recent call last): File "/opt/aigames/python/tester.py", line 55, in t.run(sys.argv[1], sys.argv[2]) File "/opt/aigames/python/tester.py", line 51, in run self.test(os.path.join(root,name), botSource) File "/opt/aigames/python/tester.py", line 43, in test out = ts.run(['sudo', '-n', self.jailrun, 'aiplayer0', botSource, '/bin/runai'], testinput, self.timeout) File "/opt/aigames/python/timeproc.py", line 24, in run self.process.terminate() File "/usr/lib/python2.7/subprocess.py", line 1551, in terminate self.sendsignal(signal.SIGTERM) File "/usr/lib/python2.7/subprocess.py", line 1546, in sendsignal os.kill(self.pid, sig) OSError: [Errno 1] Operation not permitted
Input dump Output dump Running testcase /opt/aigames/etc/testsfourinarow/testfourinarow.txt... Testing Bot with setup input...
Is this an issue on my end?
Expl0itUpdated Monday, February 12th 2018 @ 23:08:2410000000146