[INFO] fetching crate octorest 0.0.0... [INFO] testing octorest-0.0.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8 [INFO] extracting crate octorest 0.0.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate octorest 0.0.0 [INFO] finished tweaking crates.io crate octorest 0.0.0 [INFO] tweaked toml for crates.io crate octorest 0.0.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate octorest 0.0.0 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] Updating crates.io index [INFO] [stderr] Locking 191 packages to latest compatible versions [INFO] [stderr] Adding jsonwebtoken v7.2.0 (available: v10.2.0) [INFO] [stderr] Adding reqwest v0.10.10 (available: v0.12.24) [INFO] [stderr] Adding snafu v0.6.10 (available: v0.8.9) [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] Downloading crates ... [INFO] [stderr] Downloaded snafu v0.6.10 [INFO] [stderr] Downloaded getset v0.1.6 [INFO] [stderr] Downloaded simple_asn1 v0.4.1 [INFO] [stderr] Downloaded jsonwebtoken v7.2.0 [INFO] [stderr] Downloaded octorest-build v0.0.0 [INFO] [stderr] Downloaded snafu-derive v0.6.10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] c95a80d3f2642420dca301e47746af1ca02e1085254a25569526770ae6f19ec6 [INFO] running `Command { std: "docker" "start" "-a" "c95a80d3f2642420dca301e47746af1ca02e1085254a25569526770ae6f19ec6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c95a80d3f2642420dca301e47746af1ca02e1085254a25569526770ae6f19ec6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c95a80d3f2642420dca301e47746af1ca02e1085254a25569526770ae6f19ec6", kill_on_drop: false }` [INFO] [stdout] c95a80d3f2642420dca301e47746af1ca02e1085254a25569526770ae6f19ec6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 33896abe891b66ef83b6901c4d3987ffa1cd444bd3940c171e5609c7651235b4 [INFO] running `Command { std: "docker" "start" "-a" "33896abe891b66ef83b6901c4d3987ffa1cd444bd3940c171e5609c7651235b4", kill_on_drop: false }` [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling pin-project-internal v1.1.10 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling doc-comment v0.3.4 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling snafu-derive v0.6.10 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling base64 v0.12.3 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling getset v0.1.6 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling pin-project v1.1.10 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling simple_asn1 v0.4.1 [INFO] [stderr] Compiling snafu v0.6.10 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling jsonwebtoken v7.2.0 [INFO] [stderr] Compiling hyper v0.13.10 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.10 [INFO] [stderr] Compiling octorest-build v0.0.0 [INFO] [stderr] Compiling octorest v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error: failed to run custom build command for `octorest v0.0.0 (/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/octorest-9a366226583bc47d/build-script-run-build` (exit status: 1) [INFO] [stderr] --- stderr [INFO] [stderr] Error: Custom { kind: Other, error: "Error fetching latest routes: error sending request for url (https://api.github.com/repos/octokit/routes/releases/latest): error trying to connect: dns error: failed to lookup address information: Temporary failure in name resolution" } [INFO] running `Command { std: "docker" "inspect" "33896abe891b66ef83b6901c4d3987ffa1cd444bd3940c171e5609c7651235b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "33896abe891b66ef83b6901c4d3987ffa1cd444bd3940c171e5609c7651235b4", kill_on_drop: false }` [INFO] [stdout] 33896abe891b66ef83b6901c4d3987ffa1cd444bd3940c171e5609c7651235b4