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/submission9359/LFv-sim-reg07-7ea520180144-1-job34752/docker-compose.yaml' -> '/tmp/duckietown/DT18/evaluator/cache/by-value/sha256hex/1fc0b1690bb5b2fa5273c749cd4071e644ebdb93a92d1636dfe86c002a3c6f8c'
|