KeyboardInterrupt:
Traceback (most recent call last):
File "/home/aleksanndar/.local/lib/python3.7/site-packages/duckietown_challenges_runner/runner.py", line 1215, in download_artefacts
get_file_from_cache(fn, sha256hex)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/duckietown_challenges_runner/runner_cache.py", line 27, in get_file_from_cache
raise KeyError(msg)
KeyError: 'Hash not in cache'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/aleksanndar/.local/lib/python3.7/site-packages/boto3/s3/inject.py", line 172, in download_file
extra_args=ExtraArgs, callback=Callback)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/boto3/s3/transfer.py", line 307, in download_file
future.result()
File "/home/aleksanndar/.local/lib/python3.7/site-packages/s3transfer/futures.py", line 109, in result
raise e
File "/home/aleksanndar/.local/lib/python3.7/site-packages/s3transfer/futures.py", line 106, in result
return self._coordinator.result()
File "/home/aleksanndar/.local/lib/python3.7/site-packages/s3transfer/futures.py", line 260, in result
self._done_event.wait(MAXINT)
File "/home/aleksanndar/miniconda3/lib/python3.7/threading.py", line 552, in wait
signaled = self._cond.wait(timeout)
File "/home/aleksanndar/miniconda3/lib/python3.7/threading.py", line 296, in wait
waiter.acquire()
KeyboardInterrupt
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/aleksanndar/.local/lib/python3.7/site-packages/s3transfer/manager.py", line 557, in _shutdown
self._coordinator_controller.wait()
File "/home/aleksanndar/.local/lib/python3.7/site-packages/s3transfer/manager.py", line 639, in wait
transfer_coordinator.result()
File "/home/aleksanndar/.local/lib/python3.7/site-packages/s3transfer/futures.py", line 260, in result
self._done_event.wait(MAXINT)
File "/home/aleksanndar/miniconda3/lib/python3.7/threading.py", line 552, in wait
signaled = self._cond.wait(timeout)
File "/home/aleksanndar/miniconda3/lib/python3.7/threading.py", line 296, in wait
waiter.acquire()
KeyboardInterrupt
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/aleksanndar/.local/lib/python3.7/site-packages/duckietown_challenges_runner/runner.py", line 541, in get_cr
allow_host_network=allow_host_network, use_ipfs=use_ipfs)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/duckietown_challenges_runner/runner.py", line 605, in run_single
prepare_dir(wd, aws_config, steps2artefacts, use_ipfs=use_ipfs)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/duckietown_challenges_runner/runner.py", line 877, in prepare_dir
download_artefacts(aws_config, steps2artefacts, previous_steps_dir, use_ipfs=use_ipfs)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/duckietown_challenges_runner/runner.py", line 1230, in download_artefacts
get_object(aws_config, bucket_name, object_key, fn)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/duckietown_challenges_runner/runner.py", line 1268, in get_object
aws_object.download_file(fn)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/boto3/s3/inject.py", line 314, in object_download_file
ExtraArgs=ExtraArgs, Callback=Callback, Config=Config)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/boto3/s3/inject.py", line 172, in download_file
extra_args=ExtraArgs, callback=Callback)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/boto3/s3/transfer.py", line 325, in __exit__
self._manager.__exit__(*args)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/s3transfer/manager.py", line 529, in __exit__
self._shutdown(cancel, cancel_msg, cancel_exc_type)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/s3transfer/manager.py", line 568, in _shutdown
self._submission_executor.shutdown()
File "/home/aleksanndar/.local/lib/python3.7/site-packages/s3transfer/futures.py", line 474, in shutdown
self._executor.shutdown(wait)
File "/home/aleksanndar/miniconda3/lib/python3.7/concurrent/futures/thread.py", line 204, in shutdown
t.join()
File "/home/aleksanndar/miniconda3/lib/python3.7/threading.py", line 1032, in join
self._wait_for_tstate_lock()
File "/home/aleksanndar/miniconda3/lib/python3.7/threading.py", line 1048, in _wait_for_tstate_lock
elif lock.acquire(block, timeout):
KeyboardInterrupt
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/aleksanndar/.local/lib/python3.7/site-packages/duckietown_challenges_runner/runner.py", line 544, in get_cr
uploaded = upload_files(wd, aws_config, copy_to_machine_cache=copy_to_machine_cache)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/duckietown_challenges_runner/runner.py", line 1123, in upload_files
uploaded = upload(aws_config, toupload, copy_to_machine_cache=copy_to_machine_cache)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/duckietown_challenges_runner/runner.py", line 1373, in upload
aws_object.load()
File "/home/aleksanndar/.local/lib/python3.7/site-packages/boto3/resources/factory.py", line 505, in do_action
response = action(self, *args, **kwargs)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/boto3/resources/action.py", line 83, in __call__
response = getattr(parent.meta.client, operation_name)(**params)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/botocore/client.py", line 357, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/botocore/client.py", line 648, in _make_api_call
operation_model, request_dict, request_context)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/botocore/client.py", line 667, in _make_request
return self._endpoint.make_request(operation_model, request_dict)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/botocore/endpoint.py", line 102, in make_request
return self._send_request(request_dict, operation_model)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/botocore/endpoint.py", line 135, in _send_request
request, operation_model, context)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/botocore/endpoint.py", line 167, in _get_response
request, operation_model)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/botocore/endpoint.py", line 200, in _do_get_response
http_response = self._send(request)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/botocore/endpoint.py", line 244, in _send
return self.http_session.send(request)
File "/home/aleksanndar/.local/lib/python3.7/site-packages/botocore/httpsession.py", line 258, in send
decode_content=False,
File "/home/aleksanndar/miniconda3/lib/python3.7/site-packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
File "/home/aleksanndar/miniconda3/lib/python3.7/site-packages/urllib3/connectionpool.py", line 343, in _make_request
self._validate_conn(conn)
File "/home/aleksanndar/miniconda3/lib/python3.7/site-packages/urllib3/connectionpool.py", line 839, in _validate_conn
conn.connect()
File "/home/aleksanndar/miniconda3/lib/python3.7/site-packages/urllib3/connection.py", line 301, in connect
conn = self._new_conn()
File "/home/aleksanndar/miniconda3/lib/python3.7/site-packages/urllib3/connection.py", line 159, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw)
File "/home/aleksanndar/miniconda3/lib/python3.7/site-packages/urllib3/util/connection.py", line 70, in create_connection
sock.connect(sa)
KeyboardInterrupt
Artefacts hidden. If you are the author, please login using the top-right link or use the dashboard.