[INFO] cloning repository https://github.com/erikherz/quiche-node-bindings
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/erikherz/quiche-node-bindings" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferikherz%2Fquiche-node-bindings", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferikherz%2Fquiche-node-bindings'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9e41b9b77051ebf7cd54281ba40cf31d3951c59c
[INFO] checking erikherz/quiche-node-bindings against da86f4d0726be475afbbffe40cb2f65741c51ad3 for pr-159877
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferikherz%2Fquiche-node-bindings" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/erikherz/quiche-node-bindings
[INFO] finished tweaking git repo https://github.com/erikherz/quiche-node-bindings
[INFO] tweaked toml for git repo https://github.com/erikherz/quiche-node-bindings written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/erikherz/quiche-node-bindings on toolchain da86f4d0726be475afbbffe40cb2f65741c51ad3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da86f4d0726be475afbbffe40cb2f65741c51ad3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/erikherz/quiche-node-bindings 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" "+da86f4d0726be475afbbffe40cb2f65741c51ad3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded intrusive-collections v0.9.7
[INFO] [stderr]   Downloaded napi-derive v2.16.12
[INFO] [stderr]   Downloaded octets v0.3.0
[INFO] [stderr]   Downloaded napi-derive-backend v1.0.74
[INFO] [stderr]   Downloaded napi v2.16.13
[INFO] [stderr]   Downloaded quiche v0.22.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c5776c1e8789bc3fde74e82e258788edfb0f164b09ba5e69f4063b420ea31e3c
[INFO] running `Command { std: "docker" "start" "c5776c1e8789bc3fde74e82e258788edfb0f164b09ba5e69f4063b420ea31e3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c5776c1e8789bc3fde74e82e258788edfb0f164b09ba5e69f4063b420ea31e3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c5776c1e8789bc3fde74e82e258788edfb0f164b09ba5e69f4063b420ea31e3c" "/opt/rustwide/cargo-home/bin/cargo" "+da86f4d0726be475afbbffe40cb2f65741c51ad3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c5776c1e8789bc3fde74e82e258788edfb0f164b09ba5e69f4063b420ea31e3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c5776c1e8789bc3fde74e82e258788edfb0f164b09ba5e69f4063b420ea31e3c" "/opt/rustwide/cargo-home/bin/cargo" "+da86f4d0726be475afbbffe40cb2f65741c51ad3" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.88
[INFO] [stderr]    Compiling cc v1.1.31
[INFO] [stderr]    Compiling libc v0.2.161
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking octets v0.3.0
[INFO] [stderr]     Checking napi-sys v2.4.0
[INFO] [stderr]     Checking intrusive-collections v0.9.7
[INFO] [stderr]    Compiling cmake v0.1.51
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.82
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling quiche v0.22.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling napi-derive-backend v1.0.74
[INFO] [stderr]    Compiling ctor v0.2.8
[INFO] [stderr]     Checking napi v2.16.13
[INFO] [stderr]    Compiling napi-derive v2.16.12
[INFO] [stderr] error: could not compile `napi` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/da86f4d0726be475afbbffe40cb2f65741c51ad3/bin/rustc --crate-name napi --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/napi-2.16.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="compat-mode"' --cfg 'feature="default"' --cfg 'feature="napi1"' --cfg 'feature="napi2"' --cfg 'feature="napi3"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("anyhow", "async", "chrono", "chrono_date", "compat-mode", "default", "deferred_trace", "dyn-symbols", "encoding_rs", "error_anyhow", "experimental", "full", "indexmap", "latin1", "napi1", "napi2", "napi3", "napi4", "napi5", "napi6", "napi7", "napi8", "napi9", "noop", "object_indexmap", "serde", "serde-json", "serde-json-ordered", "serde_json", "tokio", "tokio_fs", "tokio_full", "tokio_io_std", "tokio_io_util", "tokio_macros", "tokio_net", "tokio_process", "tokio_rt", "tokio_signal", "tokio_sync", "tokio_test_util", "tokio_time"))' -C metadata=4d2ce79b975e965f -C extra-filename=-c0c633b31eeec49f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-47961c4266c0c36c.rmeta --extern ctor=/opt/rustwide/target/debug/deps/libctor-57ccd8b11c5f7df7.so --extern napi_sys=/opt/rustwide/target/debug/deps/libnapi_sys-729d9c61cf2ffcd6.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-154929b6ac9493b9.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "c5776c1e8789bc3fde74e82e258788edfb0f164b09ba5e69f4063b420ea31e3c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c5776c1e8789bc3fde74e82e258788edfb0f164b09ba5e69f4063b420ea31e3c", kill_on_drop: false }`
[INFO] [stdout] c5776c1e8789bc3fde74e82e258788edfb0f164b09ba5e69f4063b420ea31e3c
