[INFO] fetching crate ucan 0.1.0... [INFO] testing ucan-0.1.0 against master#159ba8a92c9e2fa4121f106176309521f4af87e9+rustflags=-Copt-level=3 for pr-107051 [INFO] extracting crate ucan 0.1.0 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate ucan 0.1.0 on toolchain 159ba8a92c9e2fa4121f106176309521f4af87e9 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ucan 0.1.0 [INFO] finished tweaking crates.io crate ucan 0.1.0 [INFO] tweaked toml for crates.io crate ucan 0.1.0 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" __CARGO_TEST_CHANNEL_OVERRIDE_DO_NOT_USE_THIS="nightly" "/workspace/cargo-home/bin/cargo" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "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 json-patch v0.2.7 [INFO] [stderr] Downloaded multihash v0.17.0 [INFO] [stderr] Downloaded did_url v0.1.0 [INFO] [stderr] Downloaded p256 v0.11.1 [INFO] [stderr] Downloaded bls12_381_plus v0.7.0 [INFO] [stderr] Downloaded libipld-json v0.15.0 [INFO] [stderr] Downloaded cid v0.9.0 [INFO] [stderr] Downloaded libipld-core v0.15.0 [INFO] [stderr] Downloaded did-key v0.2.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 43e22e86bb3a027a8d81a3c35fa44c1468552910da465a012d9bbdefd5089b1f [INFO] running `Command { std: "docker" "start" "-a" "43e22e86bb3a027a8d81a3c35fa44c1468552910da465a012d9bbdefd5089b1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "43e22e86bb3a027a8d81a3c35fa44c1468552910da465a012d9bbdefd5089b1f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43e22e86bb3a027a8d81a3c35fa44c1468552910da465a012d9bbdefd5089b1f", kill_on_drop: false }` [INFO] [stdout] 43e22e86bb3a027a8d81a3c35fa44c1468552910da465a012d9bbdefd5089b1f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 17f19e0a482ba77baf12c355bc0dd6f578385ae701325c24d6823bb9d8099a51 [INFO] running `Command { std: "docker" "start" "-a" "17f19e0a482ba77baf12c355bc0dd6f578385ae701325c24d6823bb9d8099a51", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling serde v1.0.152 [INFO] [stderr] Compiling futures-io v0.3.25 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.9 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling blake3 v1.3.3 [INFO] [stderr] Compiling concurrent-queue v2.1.0 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling data-encoding v2.3.3 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling polling v2.5.2 [INFO] [stderr] Compiling keccak v0.1.3 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Compiling constant_time_eq v0.2.4 [INFO] [stderr] Compiling blake2b_simd v1.0.0 [INFO] [stderr] Compiling blake2s_simd v1.0.0 [INFO] [stderr] Compiling core2 v0.4.0 [INFO] [stderr] Compiling async-io v1.12.0 [INFO] [stderr] Compiling base-x v0.2.11 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling unsigned-varint v0.7.1 [INFO] [stderr] Compiling futures-sink v0.3.25 [INFO] [stderr] Compiling async-task v4.3.0 [INFO] [stderr] Compiling async-channel v1.8.0 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling serde_json v1.0.91 [INFO] [stderr] Compiling rustversion v1.0.11 [INFO] [stderr] Compiling atomic-waker v1.1.0 [INFO] [stderr] Compiling async-trait v0.1.62 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling bs58 v0.4.0 [INFO] [stderr] Compiling async-lock v2.6.0 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling digest v0.10.6 [INFO] [stderr] Compiling blocking v1.3.0 [INFO] [stderr] Compiling async-executor v1.5.0 [INFO] [stderr] Compiling sha3 v0.10.6 [INFO] [stderr] Compiling sha2 v0.10.6 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling serde_derive v1.0.152 [INFO] [stderr] Compiling ctor v0.1.26 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling data-encoding-macro-internal v0.1.10 [INFO] [stderr] Compiling futures-macro v0.3.25 [INFO] [stderr] Compiling async-recursion v1.0.2 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling data-encoding-macro v0.1.12 [INFO] [stderr] Compiling multibase v0.9.1 [INFO] [stderr] Compiling async-global-executor v2.3.1 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling async-std v1.12.0 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling futures-executor v0.3.25 [INFO] [stderr] Compiling futures v0.3.25 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling serde-big-array v0.3.3 [INFO] [stderr] Compiling serde_bytes v0.11.8 [INFO] [stderr] Compiling proc-macro-crate v1.1.3 [INFO] [stderr] Compiling multihash-derive v0.8.1 [INFO] [stderr] Compiling multihash v0.17.0 [INFO] [stderr] Compiling cid v0.9.0 [INFO] [stderr] Compiling libipld-core v0.15.0 [INFO] [stderr] Compiling libipld-json v0.15.0 [INFO] [stderr] Compiling ucan v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 17s [INFO] running `Command { std: "docker" "inspect" "17f19e0a482ba77baf12c355bc0dd6f578385ae701325c24d6823bb9d8099a51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "17f19e0a482ba77baf12c355bc0dd6f578385ae701325c24d6823bb9d8099a51", kill_on_drop: false }` [INFO] [stdout] 17f19e0a482ba77baf12c355bc0dd6f578385ae701325c24d6823bb9d8099a51 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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 -Copt-level=3" "-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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+159ba8a92c9e2fa4121f106176309521f4af87e9" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9baf4fcf6029da6a35aaf5f487eebfc67b31057c73c1849f16cb319c5bd84d2 [INFO] running `Command { std: "docker" "start" "-a" "c9baf4fcf6029da6a35aaf5f487eebfc67b31057c73c1849f16cb319c5bd84d2", kill_on_drop: false }` [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.83 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling semver v1.0.16 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling zeroize_derive v1.3.3 [INFO] [stderr] Compiling const-oid v0.9.1 [INFO] [stderr] Compiling bumpalo v3.12.0 [INFO] [stderr] Compiling base64ct v1.5.3 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling wasm-bindgen v0.2.83 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling signature v1.6.4 [INFO] [stderr] Compiling base16ct v0.1.1 [INFO] [stderr] Compiling hkdf v0.12.3 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling hmac v0.8.1 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling hash32 v0.2.1 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling spin v0.9.4 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling hmac-drbg v0.3.0 [INFO] [stderr] Compiling ed25519 v1.5.3 [INFO] [stderr] Compiling treediff v3.0.2 [INFO] [stderr] Compiling multihash v0.16.3 [INFO] [stderr] Compiling tokio v1.24.2 [INFO] [stderr] Compiling hkdf v0.11.0 [INFO] [stderr] Compiling libsecp256k1-core v0.3.0 [INFO] [stderr] Compiling did_url v0.1.0 [INFO] [stderr] Compiling cbor4ii v0.2.13 [INFO] [stderr] Compiling tokio-macros v1.8.2 [INFO] [stderr] Compiling json-patch v0.2.7 [INFO] [stderr] Compiling cid v0.8.6 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.83 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling libsecp256k1-gen-ecmult v0.3.0 [INFO] [stderr] Compiling libsecp256k1-gen-genmult v0.3.0 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.3.33 [INFO] [stderr] Compiling scoped-tls v1.0.1 [INFO] [stderr] Compiling serde_ipld_dagcbor v0.2.2 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.83 [INFO] [stderr] Compiling heapless v0.7.16 [INFO] [stderr] Compiling libsecp256k1 v0.7.1 [INFO] [stderr] Compiling ff v0.12.1 [INFO] [stderr] Compiling group v0.12.1 [INFO] [stderr] Compiling pairing v0.22.0 [INFO] [stderr] Compiling zeroize v1.5.7 [INFO] [stderr] Compiling der v0.6.1 [INFO] [stderr] Compiling crypto-bigint v0.4.9 [INFO] [stderr] Compiling curve25519-dalek v3.2.0 [INFO] [stderr] Compiling bls12_381_plus v0.7.0 [INFO] [stderr] Compiling x25519-dalek v1.1.1 [INFO] [stderr] Compiling rfc6979 v0.3.1 [INFO] [stderr] Compiling ed25519-dalek v1.0.1 [INFO] [stderr] Compiling spki v0.6.0 [INFO] [stderr] error: could not compile `libsecp256k1` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name libsecp256k1 --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libsecp256k1-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hmac"' --cfg 'feature="hmac-drbg"' --cfg 'feature="sha2"' --cfg 'feature="static-context"' --cfg 'feature="std"' --cfg 'feature="typenum"' -C metadata=e54174cc25400ad5 -C extra-filename=-e54174cc25400ad5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayref=/opt/rustwide/target/debug/deps/libarrayref-57281c41570c02b8.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-60b66952ba1544cc.rmeta --extern digest=/opt/rustwide/target/debug/deps/libdigest-5dc961d5135bf25f.rmeta --extern hmac_drbg=/opt/rustwide/target/debug/deps/libhmac_drbg-af524dca293f483c.rmeta --extern libsecp256k1_core=/opt/rustwide/target/debug/deps/liblibsecp256k1_core-0434de41a54f4f83.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-3f481d6aa505a7f9.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-f9b90d2d71f41c0c.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-fd09e93e5e037a93.rmeta --extern typenum=/opt/rustwide/target/debug/deps/libtypenum-58a9e4f29cd1cdf5.rmeta --cap-lints allow --cap-lints=forbid -Copt-level=3` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c9baf4fcf6029da6a35aaf5f487eebfc67b31057c73c1849f16cb319c5bd84d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9baf4fcf6029da6a35aaf5f487eebfc67b31057c73c1849f16cb319c5bd84d2", kill_on_drop: false }` [INFO] [stdout] c9baf4fcf6029da6a35aaf5f487eebfc67b31057c73c1849f16cb319c5bd84d2