[INFO] cloning repository https://github.com/mooseman1241/stacks-reference [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mooseman1241/stacks-reference" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmooseman1241%2Fstacks-reference", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmooseman1241%2Fstacks-reference'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5257c0fe56b2fd5a924df603ba5980a75df4da2c [INFO] testing mooseman1241/stacks-reference against master#d3515155216e98c23440ea92c3f49c6a0d7101fc for pr-113843 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmooseman1241%2Fstacks-reference" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mooseman1241/stacks-reference on toolchain d3515155216e98c23440ea92c3f49c6a0d7101fc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d3515155216e98c23440ea92c3f49c6a0d7101fc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mooseman1241/stacks-reference [INFO] finished tweaking git repo https://github.com/mooseman1241/stacks-reference [INFO] tweaked toml for git repo https://github.com/mooseman1241/stacks-reference written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mooseman1241/stacks-reference 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" "+d3515155216e98c23440ea92c3f49c6a0d7101fc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/stacks-network/stacks-blockchain` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustversion v1.0.7 [INFO] [stderr] Downloaded stacker v0.1.14 [INFO] [stderr] Downloaded rusqlite v0.24.2 [INFO] [stderr] Downloaded sha2-asm v0.6.2 [INFO] [stderr] Downloaded clear_on_drop v0.2.5 [INFO] [stderr] Downloaded hashlink v0.6.0 [INFO] [stderr] Downloaded ed25519-dalek v1.0.0-pre.3 [INFO] [stderr] Downloaded libsqlite3-sys v0.20.1 [INFO] [stderr] Downloaded serde_stacker v0.1.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+d3515155216e98c23440ea92c3f49c6a0d7101fc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2584abdbea0f96d06c698d75ffb6355985fa60067033e31272fffb187d3f129c [INFO] running `Command { std: "docker" "start" "-a" "2584abdbea0f96d06c698d75ffb6355985fa60067033e31272fffb187d3f129c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2584abdbea0f96d06c698d75ffb6355985fa60067033e31272fffb187d3f129c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2584abdbea0f96d06c698d75ffb6355985fa60067033e31272fffb187d3f129c", kill_on_drop: false }` [INFO] [stdout] 2584abdbea0f96d06c698d75ffb6355985fa60067033e31272fffb187d3f129c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+d3515155216e98c23440ea92c3f49c6a0d7101fc" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] adfec6cc2001286e5ae270042f5197ff0ecc335325c59b0e71cbfba9531f944f [INFO] running `Command { std: "docker" "start" "-a" "adfec6cc2001286e5ae270042f5197ff0ecc335325c59b0e71cbfba9531f944f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling generic-array v0.12.4 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling psm v0.1.18 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling libsqlite3-sys v0.20.1 [INFO] [stderr] Compiling clear_on_drop v0.2.5 [INFO] [stderr] Compiling sha2-asm v0.6.2 [INFO] [stderr] Compiling stacker v0.1.14 [INFO] [stderr] Compiling secp256k1-sys v0.4.2 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling const_fn v0.4.9 [INFO] [stderr] Compiling slog v2.7.0 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling zeroize v1.5.6 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling hashlink v0.6.0 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling keccak v0.1.2 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling sha3 v0.10.1 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling ripemd v0.1.1 [INFO] [stderr] Compiling time v0.3.11 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling regex-syntax v0.6.26 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling slog-term v2.9.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling integer-sqrt v0.1.5 [INFO] [stderr] Compiling blockstack-core v0.0.1 (https://github.com/stacks-network/stacks-blockchain#08c163ba) [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling nix v0.23.1 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling regex v1.5.6 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling curve25519-dalek v2.0.0 [INFO] [stderr] Compiling serde_stacker v0.1.5 [INFO] [stderr] Compiling secp256k1 v0.21.3 [INFO] [stderr] Compiling ed25519-dalek v1.0.0-pre.3 [INFO] [stderr] Compiling rusqlite v0.24.2 [INFO] [stderr] Compiling stacks-common v0.0.1 (https://github.com/stacks-network/stacks-blockchain#08c163ba) [INFO] [stderr] Compiling clarity v0.0.1 (https://github.com/stacks-network/stacks-blockchain#08c163ba) [INFO] [stderr] error: could not compile `blockstack-core` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d3515155216e98c23440ea92c3f49c6a0d7101fc/bin/rustc --crate-name blockstack_lib --edition=2021 /opt/rustwide/cargo-home/git/checkouts/stacks-blockchain-dd80f6529539da0a/08c163b/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="developer-mode"' -C metadata=c86acd3e86e7bfd5 -C extra-filename=-c86acd3e86e7bfd5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern chrono=/opt/rustwide/target/debug/deps/libchrono-a81742f43a30c450.rmeta --extern clarity=/opt/rustwide/target/debug/deps/libclarity-ea8a9b918f415386.rmeta --extern curve25519_dalek=/opt/rustwide/target/debug/deps/libcurve25519_dalek-97c4210e0b514628.rmeta --extern ed25519_dalek=/opt/rustwide/target/debug/deps/libed25519_dalek-cedaa508105f4918.rmeta --extern integer_sqrt=/opt/rustwide/target/debug/deps/libinteger_sqrt-3ca67ce65274ee42.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-d0c2dc85fa90a848.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-a0c9cc509dd9326b.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-5ea1c7739d822038.rmeta --extern nix=/opt/rustwide/target/debug/deps/libnix-b62733a5b759678f.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-65fdef46153ebdc1.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-58f96d36bd2f34f1.rmeta --extern rand_chacha=/opt/rustwide/target/debug/deps/librand_chacha-a292b64c3c1565a8.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-f596b8a8e0c738e5.rmeta --extern ripemd=/opt/rustwide/target/debug/deps/libripemd-1f92cc34bdd94b2f.rmeta --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-945d6856a61e884e.rmeta --extern secp256k1=/opt/rustwide/target/debug/deps/libsecp256k1-9e2199b834144373.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-b70ab4f076c17873.rmeta --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-0b5b34245d0f91b1.so --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-658c55e156383dc0.rmeta --extern serde_stacker=/opt/rustwide/target/debug/deps/libserde_stacker-3e6f57b70a876864.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-9756f0f3fb9aea33.rmeta --extern sha3=/opt/rustwide/target/debug/deps/libsha3-0b478aad34e47d84.rmeta --extern siphasher=/opt/rustwide/target/debug/deps/libsiphasher-895bb325564631de.rmeta --extern slog=/opt/rustwide/target/debug/deps/libslog-31b46e87d180a7f8.rmeta --extern slog_term=/opt/rustwide/target/debug/deps/libslog_term-63b229116d269fca.rmeta --extern stacks_common=/opt/rustwide/target/debug/deps/libstacks_common-dcf7d14350e3b8db.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-cbb62ce7aeea4553.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-f1b1c0e935ba61a0.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-69581393199d3c1a/out -L native=/opt/rustwide/target/debug/build/psm-9c5897b4b2fced5e/out -L native=/opt/rustwide/target/debug/build/clear_on_drop-c4ec469ddad8a24f/out -L native=/opt/rustwide/target/debug/build/secp256k1-sys-029d86ce90dad5d0/out -L native=/opt/rustwide/target/debug/build/sha2-asm-43e2d63312f661fd/out -L native=/opt/rustwide/target/debug/build/sha2-asm-43e2d63312f661fd/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "adfec6cc2001286e5ae270042f5197ff0ecc335325c59b0e71cbfba9531f944f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "adfec6cc2001286e5ae270042f5197ff0ecc335325c59b0e71cbfba9531f944f", kill_on_drop: false }` [INFO] [stdout] adfec6cc2001286e5ae270042f5197ff0ecc335325c59b0e71cbfba9531f944f