[INFO] fetching crate crdb-harness 0.0.2...
[INFO] testing crdb-harness-0.0.2 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate crdb-harness 0.0.2 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate crdb-harness 0.0.2
[INFO] finished tweaking crates.io crate crdb-harness 0.0.2
[INFO] tweaked toml for crates.io crate crdb-harness 0.0.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate crdb-harness 0.0.2 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 218 packages to latest compatible versions
[INFO] [stderr]       Adding strum v0.26.3 (available: v0.27.2)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded camino-tempfile v1.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3bb2f441a26f502798794dda5f40060d28a5f05616cd003c5efd1ef9c60ef364
[INFO] running `Command { std: "docker" "start" "-a" "3bb2f441a26f502798794dda5f40060d28a5f05616cd003c5efd1ef9c60ef364", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3bb2f441a26f502798794dda5f40060d28a5f05616cd003c5efd1ef9c60ef364", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3bb2f441a26f502798794dda5f40060d28a5f05616cd003c5efd1ef9c60ef364", kill_on_drop: false }`
[INFO] [stdout] 3bb2f441a26f502798794dda5f40060d28a5f05616cd003c5efd1ef9c60ef364
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2cea2b87efd11373d6f0f8e3c536c6dfd4156955a779cea06c2e1f97baf53d51
[INFO] running `Command { std: "docker" "start" "-a" "2cea2b87efd11373d6f0f8e3c536c6dfd4156955a779cea06c2e1f97baf53d51", kill_on_drop: false }`
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling camino v1.2.1
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling webpki-roots v1.0.4
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling unicode-properties v0.1.4
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling iri-string v0.7.9
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling md-5 v0.10.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling phf v0.13.1
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling camino-tempfile v1.4.1
[INFO] [stderr]    Compiling postgres-protocol v0.6.9
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.1
[INFO] [stderr]    Compiling postgres-types v0.2.11
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling hyper v1.7.0
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling tokio-util v0.7.17
[INFO] [stderr]    Compiling tower-http v0.6.6
[INFO] [stderr]    Compiling tokio-postgres v0.7.15
[INFO] [stderr]    Compiling hyper-util v0.1.17
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.24
[INFO] [stderr]    Compiling crdb-harness v0.0.2 (/opt/rustwide/workdir)
[INFO] [stderr] error: failed to run custom build command for `crdb-harness v0.0.2 (/opt/rustwide/workdir)`
[INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation.
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/crdb-harness-fe648b94d0ec88cb/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=tools/cockroachdb_checksums
[INFO] [stderr]   cargo:rerun-if-changed=tools/cockroachdb_version
[INFO] [stderr]   Downloading /opt/rustwide/target/debug/build/crdb-harness-c3d987260c0d2101/out/downloads/cockroach-v22.1.9.linux-amd64.tgz (attempt 1/3)
[INFO] [stderr]   Downloading /opt/rustwide/target/debug/build/crdb-harness-c3d987260c0d2101/out/downloads/cockroach-v22.1.9.linux-amd64.tgz (attempt 2/3)
[INFO] [stderr]   Downloading /opt/rustwide/target/debug/build/crdb-harness-c3d987260c0d2101/out/downloads/cockroach-v22.1.9.linux-amd64.tgz (attempt 3/3)
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   Download failed, retrying: error sending request for url (https://binaries.cockroachdb.com/cockroach-v22.1.9.linux-amd64.tgz)
[INFO] [stderr]   Download failed, retrying: error sending request for url (https://binaries.cockroachdb.com/cockroach-v22.1.9.linux-amd64.tgz)
[INFO] [stderr]   Error: error sending request for url (https://binaries.cockroachdb.com/cockroach-v22.1.9.linux-amd64.tgz)
[INFO] [stderr] 
[INFO] [stderr]   Caused by:
[INFO] [stderr]       0: client error (Connect)
[INFO] [stderr]       1: dns error
[INFO] [stderr]       2: failed to lookup address information: Temporary failure in name resolution
[INFO] [stderr] 
[INFO] [stderr]   Stack backtrace:
[INFO] [stderr]      0: anyhow::error::<impl core::convert::From<E> for anyhow::Error>::from
[INFO] [stderr]      1: <core::result::Result<T,F> as core::ops::try_trait::FromResidual<core::result::Result<core::convert::Infallible,E>>>::from_residual
[INFO] [stderr]      2: build_script_build::streaming_download::{{closure}}
[INFO] [stderr]      3: build_script_build::download_file_and_verify::{{closure}}
[INFO] [stderr]      4: build_script_build::Downloader::download_cockroach::{{closure}}
[INFO] [stderr]      5: build_script_build::main::{{closure}}
[INFO] [stderr]      6: tokio::runtime::park::CachedParkThread::block_on::{{closure}}
[INFO] [stderr]      7: tokio::runtime::park::CachedParkThread::block_on
[INFO] [stderr]      8: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
[INFO] [stderr]      9: tokio::runtime::scheduler::multi_thread::MultiThread::block_on::{{closure}}
[INFO] [stderr]     10: tokio::runtime::context::runtime::enter_runtime
[INFO] [stderr]     11: tokio::runtime::scheduler::multi_thread::MultiThread::block_on
[INFO] [stderr]     12: tokio::runtime::runtime::Runtime::block_on_inner
[INFO] [stderr]     13: tokio::runtime::runtime::Runtime::block_on
[INFO] [stderr]     14: build_script_build::main
[INFO] [stderr]     15: core::ops::function::FnOnce::call_once
[INFO] [stderr]     16: std::sys::backtrace::__rust_begin_short_backtrace
[INFO] [stderr]     17: std::rt::lang_start::{{closure}}
[INFO] [stderr]     18: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
[INFO] [stderr]                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/core/src/ops/function.rs:287:21
[INFO] [stderr]     19: std::panicking::catch_unwind::do_call
[INFO] [stderr]                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:590:40
[INFO] [stderr]     20: std::panicking::catch_unwind
[INFO] [stderr]                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:553:19
[INFO] [stderr]     21: std::panic::catch_unwind
[INFO] [stderr]                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panic.rs:359:14
[INFO] [stderr]     22: std::rt::lang_start_internal::{{closure}}
[INFO] [stderr]                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/rt.rs:175:24
[INFO] [stderr]     23: std::panicking::catch_unwind::do_call
[INFO] [stderr]                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:590:40
[INFO] [stderr]     24: std::panicking::catch_unwind
[INFO] [stderr]                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panicking.rs:553:19
[INFO] [stderr]     25: std::panic::catch_unwind
[INFO] [stderr]                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/panic.rs:359:14
[INFO] [stderr]     26: std::rt::lang_start_internal
[INFO] [stderr]                at /rustc/c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38/library/std/src/rt.rs:171:5
[INFO] [stderr]     27: std::rt::lang_start
[INFO] [stderr]     28: main
[INFO] [stderr]     29: <unknown>
[INFO] [stderr]     30: __libc_start_main
[INFO] [stderr]     31: _start
[INFO] running `Command { std: "docker" "inspect" "2cea2b87efd11373d6f0f8e3c536c6dfd4156955a779cea06c2e1f97baf53d51", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cea2b87efd11373d6f0f8e3c536c6dfd4156955a779cea06c2e1f97baf53d51", kill_on_drop: false }`
[INFO] [stdout] 2cea2b87efd11373d6f0f8e3c536c6dfd4156955a779cea06c2e1f97baf53d51
