[INFO] cloning repository https://github.com/491600092/tea-oss-rust-node
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/491600092/tea-oss-rust-node" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F491600092%2Ftea-oss-rust-node", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F491600092%2Ftea-oss-rust-node'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 61eb19fb2835be1ec94915dfc251c4c8e2bfe385
[INFO] checking 491600092/tea-oss-rust-node against try#f77b5bc6c7c84df104f86b0dd01d9490e3923fa8 for pr-147834
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F491600092%2Ftea-oss-rust-node" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/491600092/tea-oss-rust-node
[INFO] finished tweaking git repo https://github.com/491600092/tea-oss-rust-node
[INFO] tweaked toml for git repo https://github.com/491600092/tea-oss-rust-node written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/491600092/tea-oss-rust-node on toolchain f77b5bc6c7c84df104f86b0dd01d9490e3923fa8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/491600092/tea-oss-rust-node already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7d6954441ba92235de1ee98b646d100b4383c9d99dcaa4638122e90ee3f6cbf6
[INFO] running `Command { std: "docker" "start" "-a" "7d6954441ba92235de1ee98b646d100b4383c9d99dcaa4638122e90ee3f6cbf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7d6954441ba92235de1ee98b646d100b4383c9d99dcaa4638122e90ee3f6cbf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d6954441ba92235de1ee98b646d100b4383c9d99dcaa4638122e90ee3f6cbf6", kill_on_drop: false }`
[INFO] [stdout] 7d6954441ba92235de1ee98b646d100b4383c9d99dcaa4638122e90ee3f6cbf6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f77b5bc6c7c84df104f86b0dd01d9490e3923fa8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dee22f076dcf8a4d66dc53a5dfbe85062cca1d1efe6611cc5685977f1aad1d20
[INFO] running `Command { std: "docker" "start" "-a" "dee22f076dcf8a4d66dc53a5dfbe85062cca1d1efe6611cc5685977f1aad1d20", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]    Compiling syn v1.0.84
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling spin v0.5.2
[INFO] [stderr]    Compiling once_cell v1.9.0
[INFO] [stderr]    Compiling pkg-config v0.3.24
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling crc32fast v1.3.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling tinyvec v1.5.1
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]    Compiling anyhow v1.0.52
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling quote v1.0.14
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling neon-build v0.10.1
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling wildmatch v2.1.0
[INFO] [stderr]    Compiling neon v0.10.1
[INFO] [stderr]     Checking libloading v0.6.7
[INFO] [stderr]    Compiling bzip2 v0.4.3
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]    Compiling http v0.2.6
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]     Checking semver-parser v0.7.0
[INFO] [stderr]     Checking semver v0.9.0
[INFO] [stderr]     Checking neon-runtime v0.10.1
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]     Checking path-dedot v3.0.17
[INFO] [stderr]    Compiling nodejs-embedded v0.1.0 (/opt/rustwide/workdir/nodejs-embedded)
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking path-absolutize v3.0.13
[INFO] [stderr]     Checking libloading v0.7.2
[INFO] [stderr]     Checking fs_extra v1.2.0
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling webpki-roots v0.22.2
[INFO] [stderr]    Compiling rustls v0.20.2
[INFO] [stderr]    Compiling syn-mid v0.5.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling strum_macros v0.20.1
[INFO] [stderr]    Compiling neon-macros v0.10.1
[INFO] [stderr]    Compiling chazi_macros v0.1.0
[INFO] [stderr]    Compiling attohttpc v0.19.1
[INFO] [stderr]     Checking chazi v0.1.2
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling zip v0.5.13
[INFO] [stderr]    Compiling strum v0.20.0
[INFO] [stderr]    Compiling zip-extract v0.1.0
[INFO] [stderr]    Compiling nodejs v0.5.0 (/opt/rustwide/workdir/nodejs)
[INFO] [stderr] error: failed to run custom build command for `nodejs v0.5.0 (/opt/rustwide/workdir/nodejs)`
[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/nodejs-76dfdbed0bca1082/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-env-changed=LIBNODE_PATH
[INFO] [stderr]   Downloading https://github.com/patr0nus/rust-nodejs/releases/download/libnode-v18.4.0/libnode-v18.4.0-linux-x64-small_icu.zip
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   Error: Io Error: failed to lookup address information: Temporary failure in name resolution
[INFO] running `Command { std: "docker" "inspect" "dee22f076dcf8a4d66dc53a5dfbe85062cca1d1efe6611cc5685977f1aad1d20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dee22f076dcf8a4d66dc53a5dfbe85062cca1d1efe6611cc5685977f1aad1d20", kill_on_drop: false }`
[INFO] [stdout] dee22f076dcf8a4d66dc53a5dfbe85062cca1d1efe6611cc5685977f1aad1d20
