message | Uncaught exception:
[...]Uncaught exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner_daffy-6.0.31-py3.8.egg/duckietown_challenges_runner/runner.py", line 671, in get_cr
uploaded = upload_files(wd, aws_config, copy_to_machine_cache=copy_to_machine_cache)
File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner_daffy-6.0.31-py3.8.egg/duckietown_challenges_runner/runner.py", line 1406, in upload_files
uploaded = upload(aws_config, toupload, copy_to_machine_cache=copy_to_machine_cache)
File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner_daffy-6.0.31-py3.8.egg/duckietown_challenges_runner/runner.py", line 1654, in upload
copy_to_cache(realfile, sha256hex)
File "/usr/local/lib/python3.8/dist-packages/duckietown_challenges_runner_daffy-6.0.31-py3.8.egg/duckietown_challenges_runner/runner_cache.py", line 42, in copy_to_cache
shutil.copy(fn, have)
File "/usr/lib/python3.8/shutil.py", line 415, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
File "/usr/lib/python3.8/shutil.py", line 272, in copyfile
_fastcopy_sendfile(fsrc, fdst)
File "/usr/lib/python3.8/shutil.py", line 163, in _fastcopy_sendfile
raise err from None
File "/usr/lib/python3.8/shutil.py", line 149, in _fastcopy_sendfile
sent = os.sendfile(outfd, infd, offset, blocksize)
OSError: [Errno 28] No space left on device: '/tmp/duckietown/DT18/evaluator/executions/aido5-LF-sim-validation/submission9358/LFv-sim-reg04-09ab9b94fef9-1-job34750/docker-compose.yaml' -> '/tmp/duckietown/DT18/evaluator/cache/by-value/sha256hex/2d2b86d4abc18ce05f3c782e721ebe1777e1723152234ce7f273130cbd92dfd9'
|