nixbot

builds

failed cargo-deps-vendor-staging x86_64-linux.integration-test-geth-nimbus-vero · build #70 · raw

unpackPhase
1unpacking source archive /nix/store/5mj8frj3slk42wr2iwljh97jwdb27ryj-source2source root is source
buildPhase
3Skipping local dependency: grandine_py4Fetching https://github.com/grandinetech/grandine.git#39e7dc3767a94d3626e051844ff38cd346a4fbe7 -> git/39e7dc3767a94d3626e051844ff38cd346a4fbe75Fetching https://github.com/grandinetech/universal-precompiles.git#dab12204de2e6a40f7a4c93b59347f60174c6953 -> git/dab12204de2e6a40f7a4c93b59347f60174c69536Fetching https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> tarballs/android_system_properties-0.1.5.tar.gz7Fetching https://crates.io/api/v1/crates/bumpalo/3.20.2/download -> tarballs/bumpalo-3.20.2.tar.gz8Fetching https://crates.io/api/v1/crates/ethbloom/0.13.0/download -> tarballs/ethbloom-0.13.0.tar.gz9Fetching https://crates.io/api/v1/crates/core-foundation-sys/0.8.7/download -> tarballs/core-foundation-sys-0.8.7.tar.gz10Fetching https://crates.io/api/v1/crates/digest/0.10.7/download -> tarballs/digest-0.10.7.tar.gz11Fetching https://crates.io/api/v1/crates/hashbrown/0.12.3/download -> tarballs/hashbrown-0.12.3.tar.gz12Fetching https://crates.io/api/v1/crates/icu_normalizer_data/2.1.1/download -> tarballs/icu_normalizer_data-2.1.1.tar.gz13Fetching https://crates.io/api/v1/crates/impl-serde/0.5.0/download -> tarballs/impl-serde-0.5.0.tar.gz14Fetching https://crates.io/api/v1/crates/nonzero_ext/0.3.0/download -> tarballs/nonzero_ext-0.3.0.tar.gz15Fetching https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> tarballs/powerfmt-0.2.0.tar.gz16Fetching https://crates.io/api/v1/crates/pyo3-macros-backend/0.28.2/download -> tarballs/pyo3-macros-backend-0.28.2.tar.gz17Fetching https://crates.io/api/v1/crates/rand_xoshiro/0.6.0/download -> tarballs/rand_xoshiro-0.6.0.tar.gz18Fetching https://crates.io/api/v1/crates/semver/1.0.27/download -> tarballs/semver-1.0.27.tar.gz19Fetching https://crates.io/api/v1/crates/static_assertions/1.1.0/download -> tarballs/static_assertions-1.1.0.tar.gz20Fetching https://crates.io/api/v1/crates/threadpool/1.8.1/download -> tarballs/threadpool-1.8.1.tar.gz21Fetching https://crates.io/api/v1/crates/uint/0.9.5/download -> tarballs/uint-0.9.5.tar.gz22Fetching https://crates.io/api/v1/crates/wasm-bindgen/0.2.110/download -> tarballs/wasm-bindgen-0.2.110.tar.gz23Fetching https://crates.io/api/v1/crates/wit-bindgen/0.51.0/download -> tarballs/wit-bindgen-0.51.0.tar.gz24Fetching https://crates.io/api/v1/crates/zerotrie/0.2.3/download -> tarballs/zerotrie-0.2.3.tar.gz25multiprocessing.pool.RemoteTraceback: 26"""27Traceback (most recent call last):28 File "/nix/store/rfh8283cg3amd71cmhq2ypr98p7036k7-python3-3.13.12-env/lib/python3.13/multiprocessing/pool.py", line 125, in worker29 result = (True, func(*args, **kwds))30 ~~~~^^^^^^^^^^^^^^^31 File "/nix/store/rfh8283cg3amd71cmhq2ypr98p7036k7-python3-3.13.12-env/lib/python3.13/multiprocessing/pool.py", line 51, in starmapstar32 return list(itertools.starmap(args[0], args[1]))33 File "/nix/store/rpickx0wnl28rz29529irv9s97w7fdk6-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 87, in download_tarball34 calculated_checksum = download_file_with_checksum(session, url, tarball_out_dir)35 File "/nix/store/rpickx0wnl28rz29529irv9s97w7fdk6-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 53, in download_file_with_checksum36 raise Exception(f"Failed to fetch file from {url}. Status code: {response.status_code}")37Exception: Failed to fetch file from https://crates.io/api/v1/crates/digest/0.10.7/download. Status code: 40338"""3940The above exception was the direct cause of the following exception:4142Traceback (most recent call last):43 File "/nix/store/rpickx0wnl28rz29529irv9s97w7fdk6-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 414, in <module>44 main()45 ~~~~^^46 File "/nix/store/rpickx0wnl28rz29529irv9s97w7fdk6-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 410, in main47 subcommand_func()48 ~~~~~~~~~~~~~~~^^49 File "/nix/store/rpickx0wnl28rz29529irv9s97w7fdk6-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 401, in <lambda>50 "create-vendor-staging": lambda: create_vendor_staging(lockfile_path=Path(sys.argv[2]), out_dir=Path(sys.argv[3])),51 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^52 File "/nix/store/rpickx0wnl28rz29529irv9s97w7fdk6-fetch-cargo-vendor-util/bin/fetch-cargo-vendor-util", line 168, in create_vendor_staging53 pool.starmap(download_tarball, tarball_args_gen)54 ~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^55 File "/nix/store/rfh8283cg3amd71cmhq2ypr98p7036k7-python3-3.13.12-env/lib/python3.13/multiprocessing/pool.py", line 375, in starmap56 return self._map_async(func, iterable, starmapstar, chunksize).get()57 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^58 File "/nix/store/rfh8283cg3amd71cmhq2ypr98p7036k7-python3-3.13.12-env/lib/python3.13/multiprocessing/pool.py", line 774, in get59 raise self._value60Exception: Failed to fetch file from https://crates.io/api/v1/crates/digest/0.10.7/download. Status code: 403