[INFO] cloning repository https://github.com/1ooper/gg18-experiment [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/1ooper/gg18-experiment" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1ooper%2Fgg18-experiment", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1ooper%2Fgg18-experiment'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 82e377bbe9eb30d8511bb9d3e68ab964821865b2 [INFO] checking 1ooper/gg18-experiment against try#f1594433169cca61dd6137e11b86ca894968fb2f for pr-110100 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F1ooper%2Fgg18-experiment" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/1ooper/gg18-experiment on toolchain f1594433169cca61dd6137e11b86ca894968fb2f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f1594433169cca61dd6137e11b86ca894968fb2f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/1ooper/gg18-experiment [INFO] finished tweaking git repo https://github.com/1ooper/gg18-experiment [INFO] tweaked toml for git repo https://github.com/1ooper/gg18-experiment written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/1ooper/gg18-experiment 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" "+f1594433169cca61dd6137e11b86ca894968fb2f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:6ef671f6951f6f7b82eaf49ad0b3b99466e493f2d9d82dd96208252612681f61" "/opt/rustwide/cargo-home/bin/cargo" "+f1594433169cca61dd6137e11b86ca894968fb2f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c0693ccce1e078629e05027a9528dc01b57abb8b5407e579656d7200f4b98e8 [INFO] running `Command { std: "docker" "start" "-a" "9c0693ccce1e078629e05027a9528dc01b57abb8b5407e579656d7200f4b98e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c0693ccce1e078629e05027a9528dc01b57abb8b5407e579656d7200f4b98e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c0693ccce1e078629e05027a9528dc01b57abb8b5407e579656d7200f4b98e8", kill_on_drop: false }` [INFO] [stdout] 9c0693ccce1e078629e05027a9528dc01b57abb8b5407e579656d7200f4b98e8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:6ef671f6951f6f7b82eaf49ad0b3b99466e493f2d9d82dd96208252612681f61" "/opt/rustwide/cargo-home/bin/cargo" "+f1594433169cca61dd6137e11b86ca894968fb2f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c46529e484d3927775c8a6e6d716e523a8181b578e7d156a6aa3a48dcce166e1 [INFO] running `Command { std: "docker" "start" "-a" "c46529e484d3927775c8a6e6d716e523a8181b578e7d156a6aa3a48dcce166e1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.38 [INFO] [stderr] Compiling syn v1.0.92 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking slab v0.4.6 [INFO] [stderr] Compiling autocfg v0.1.8 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking getrandom v0.2.6 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Checking futures v0.1.31 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking generic-array v0.12.4 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking iovec v0.1.4 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Checking const-oid v0.6.2 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking bytes v0.4.12 [INFO] [stderr] Checking der v0.4.5 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking ff v0.10.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking block-padding v0.1.5 [INFO] [stderr] Checking group v0.10.0 [INFO] [stderr] Checking crypto-mac v0.11.1 [INFO] [stderr] Compiling secp256k1-sys v0.4.2 [INFO] [stderr] Checking mio v0.8.2 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking unicode-bidi v0.3.8 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking hmac v0.11.0 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking spki v0.4.1 [INFO] [stderr] Checking signature v1.3.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Checking pkcs8 v0.7.6 [INFO] [stderr] Checking tokio-executor v0.1.10 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking sha2 v0.9.9 [INFO] [stderr] Checking sha2 v0.8.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Checking rand_xorshift v0.2.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Checking sha3 v0.9.1 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking net2 v0.2.37 [INFO] [stderr] Checking merkle-cbt v0.3.2 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Checking cryptoxide v0.1.3 [INFO] [stderr] Checking miniz_oxide v0.5.1 [INFO] [stderr] Checking mio v0.6.23 [INFO] [stderr] Checking tokio-sync v0.1.8 [INFO] [stderr] Compiling backtrace v0.3.65 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking subtle v1.0.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking crossbeam-deque v0.7.4 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Checking crypto-mac v0.7.0 [INFO] [stderr] Checking http v0.1.21 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking crossbeam-queue v0.2.3 [INFO] [stderr] Checking object v0.28.3 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Compiling rayon-core v1.9.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Checking tokio-threadpool v0.1.18 [INFO] [stderr] Checking tokio-reactor v0.1.12 [INFO] [stderr] Checking hmac v0.7.1 [INFO] [stderr] Checking tokio-current-thread v0.1.7 [INFO] [stderr] Checking tokio-timer v0.2.13 [INFO] [stderr] Checking tokio-buf v0.1.1 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking string v0.2.1 [INFO] [stderr] Compiling hyper v0.12.36 [INFO] [stderr] Checking universal-hash v0.4.1 [INFO] [stderr] Checking cipher v0.3.0 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking hmac-drbg v0.2.0 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking polyval v0.5.3 [INFO] [stderr] Checking crossbeam-channel v0.5.4 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking want v0.2.0 [INFO] [stderr] Checking futures-cpupool v0.1.8 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking try_from v0.3.2 [INFO] [stderr] Compiling rayon v1.5.2 [INFO] [stderr] Checking dtoa v0.4.8 [INFO] [stderr] Compiling const_fn v0.4.9 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Checking libsecp256k1 v0.3.5 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking ghash v0.4.4 [INFO] [stderr] Checking flate2 v1.0.23 [INFO] [stderr] Checking ctr v0.8.0 [INFO] [stderr] Checking aes v0.7.5 [INFO] [stderr] Checking uuid v0.7.4 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking aead v0.4.3 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling uncased v0.9.6 [INFO] [stderr] Checking aes-gcm v0.9.4 [INFO] [stderr] Compiling tracing-core v0.1.26 [INFO] [stderr] Checking publicsuffix v1.5.6 [INFO] [stderr] Checking cookie v0.12.0 [INFO] [stderr] Checking itertools v0.7.11 [INFO] [stderr] Compiling cookie v0.15.1 [INFO] [stderr] Checking http-body v0.1.0 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling ref-cast v1.0.7 [INFO] [stderr] Compiling http v0.2.7 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Checking bit-vec v0.6.3 [INFO] [stderr] Checking spin v0.9.3 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Checking yansi v0.5.1 [INFO] [stderr] Checking inlinable_string v0.1.15 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling atomic v0.5.1 [INFO] [stderr] Compiling figment v0.10.6 [INFO] [stderr] Compiling multer v2.0.2 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling state v0.5.3 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Checking http-body v0.4.4 [INFO] [stderr] Compiling rocket v0.5.0-rc.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking binascii v0.1.4 [INFO] [stderr] Checking nanorand v0.7.0 [INFO] [stderr] Compiling synstructure v0.12.6 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling devise_core v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling zeroize_derive v1.3.2 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling ff_derive-zeroize v0.6.2 [INFO] [stderr] Compiling tracing-attributes v0.1.21 [INFO] [stderr] Compiling async-stream-impl v0.3.3 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling pear_codegen v0.2.3 [INFO] [stderr] Compiling ref-cast-impl v1.0.7 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling devise_codegen v0.3.1 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Checking async-stream v0.3.3 [INFO] [stderr] Checking zeroize v1.4.3 [INFO] [stderr] Compiling devise v0.3.1 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Checking tokio v1.18.1 [INFO] [stderr] Checking crypto-bigint v0.2.11 [INFO] [stderr] Checking curve25519-dalek v3.2.0 [INFO] [stderr] Checking pear v0.2.3 [INFO] [stderr] error: could not compile `libsecp256k1` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name secp256k1 --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libsecp256k1-0.3.5/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="default"' --cfg 'feature="hmac"' --cfg 'feature="hmac-drbg"' --cfg 'feature="sha2"' --cfg 'feature="std"' --cfg 'feature="typenum"' -C metadata=beddabf974e9c5b8 -C extra-filename=-beddabf974e9c5b8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern arrayref=/opt/rustwide/target/debug/deps/libarrayref-e3c1ab0608993ffe.rmeta --extern crunchy=/opt/rustwide/target/debug/deps/libcrunchy-59a52d1f576d7540.rmeta --extern digest=/opt/rustwide/target/debug/deps/libdigest-58c15fd6e2706572.rmeta --extern hmac_drbg=/opt/rustwide/target/debug/deps/libhmac_drbg-1a14713039a35000.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-3e5703f0704589ba.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-c0cf100bc778d918.rmeta --extern subtle=/opt/rustwide/target/debug/deps/libsubtle-ee03eb150b2be5d2.rmeta --extern typenum=/opt/rustwide/target/debug/deps/libtypenum-75266976e541ab52.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" "c46529e484d3927775c8a6e6d716e523a8181b578e7d156a6aa3a48dcce166e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c46529e484d3927775c8a6e6d716e523a8181b578e7d156a6aa3a48dcce166e1", kill_on_drop: false }` [INFO] [stdout] c46529e484d3927775c8a6e6d716e523a8181b578e7d156a6aa3a48dcce166e1