[INFO] fetching crate wagyu 0.6.3... [INFO] testing wagyu-0.6.3 against try#ecabaf78506b7a4668d42dc20268c086b93f0fad for pr-87041 [INFO] extracting crate wagyu 0.6.3 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate wagyu 0.6.3 on toolchain ecabaf78506b7a4668d42dc20268c086b93f0fad [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate wagyu 0.6.3 [INFO] finished tweaking crates.io crate wagyu 0.6.3 [INFO] tweaked toml for crates.io crate wagyu 0.6.3 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate wagyu 0.6.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rlp v0.4.5 [INFO] [stderr] Downloaded subtle v2.2.2 [INFO] [stderr] Downloaded wagyu-monero v0.6.3 [INFO] [stderr] Downloaded parity-scale-codec v1.2.0 [INFO] [stderr] Downloaded wagyu-zcash v0.6.3 [INFO] [stderr] Downloaded wagyu-bitcoin v0.6.3 [INFO] [stderr] Downloaded curve25519-dalek v2.0.0 [INFO] [stderr] Downloaded tiny-keccak v2.0.1 [INFO] [stderr] Downloaded ethereum-types v0.9.0 [INFO] [stderr] Downloaded base58-monero v0.2.0 [INFO] [stderr] Downloaded fixed-hash v0.6.0 [INFO] [stderr] Downloaded primitive-types v0.7.0 [INFO] [stderr] Downloaded wagyu-ethereum v0.6.3 [INFO] [stderr] Downloaded ethbloom v0.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea88b59e7bcee2fd97aa455435a56238526461a5ded79a92ffa36c5697fdf4ab [INFO] running `Command { std: "docker" "start" "-a" "ea88b59e7bcee2fd97aa455435a56238526461a5ded79a92ffa36c5697fdf4ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea88b59e7bcee2fd97aa455435a56238526461a5ded79a92ffa36c5697fdf4ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea88b59e7bcee2fd97aa455435a56238526461a5ded79a92ffa36c5697fdf4ab", kill_on_drop: false }` [INFO] [stdout] ea88b59e7bcee2fd97aa455435a56238526461a5ded79a92ffa36c5697fdf4ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1c1904a13f580a06b25390e42dd77ac3dcc76bc1cbfbec159492bb8b11297494 [INFO] running `Command { std: "docker" "start" "-a" "1c1904a13f580a06b25390e42dd77ac3dcc76bc1cbfbec159492bb8b11297494", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling serde v1.0.105 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling tiny-keccak v2.0.1 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling pin-project-lite v0.1.4 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling base58 v0.1.0 [INFO] [stderr] Compiling bech32 v0.6.0 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling hex v0.4.2 [INFO] [stderr] Compiling opaque-debug v0.1.1 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling crypto_api v0.2.2 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling bit-vec v0.4.4 [INFO] [stderr] Compiling zeroize v1.1.0 [INFO] [stderr] Compiling subtle v2.2.2 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling rlp v0.4.5 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling wagyu-zcash-parameters v0.2.0 [INFO] [stderr] Compiling crypto_api_chachapoly v0.2.2 [INFO] [stderr] Compiling bitvec v0.17.4 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling blake2s_simd v0.5.10 [INFO] [stderr] Compiling blake2b_simd v0.5.10 [INFO] [stderr] Compiling block-cipher-trait v0.5.3 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling impl-rlp v0.2.1 [INFO] [stderr] Compiling ripemd160 v0.7.0 [INFO] [stderr] Compiling aes-soft v0.2.0 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling tokio v0.2.13 [INFO] [stderr] Compiling aes v0.2.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling uint v0.8.2 [INFO] [stderr] Compiling aes-soft v0.3.3 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling sha2 v0.8.1 [INFO] [stderr] Compiling ripemd160 v0.8.0 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling backtrace-sys v0.1.34 [INFO] [stderr] Compiling secp256k1-sys v0.1.2 [INFO] [stderr] Compiling wagyu-monero v0.6.3 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling aes v0.3.2 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling directories v1.0.2 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_xorshift v0.2.0 [INFO] [stderr] Compiling curve25519-dalek v2.0.0 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling regex v1.3.6 [INFO] [stderr] Compiling backtrace v0.3.45 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling secp256k1 v0.17.2 [INFO] [stderr] Compiling fixed-hash v0.6.0 [INFO] [stderr] Compiling fpe v0.2.0 [INFO] [stderr] Compiling fpe v0.1.0 [INFO] [stderr] Compiling field-derive v0.6.1 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.105 [INFO] [stderr] Compiling ff_derive v0.6.0 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling async-stream v0.2.1 [INFO] [stderr] Compiling futures-macro v0.3.4 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling ff v0.6.0 [INFO] [stderr] Compiling group v0.6.0 [INFO] [stderr] Compiling pairing v0.16.0 [INFO] [stderr] Compiling futures-util v0.3.4 [INFO] [stderr] Compiling bellman v0.6.0 [INFO] [stderr] Compiling zcash_primitives v0.2.0 [INFO] [stderr] Compiling base58-monero v0.2.0 [INFO] [stderr] Compiling zcash_proofs v0.2.0 [INFO] [stderr] Compiling impl-serde v0.3.0 [INFO] [stderr] Compiling parity-scale-codec v1.2.0 [INFO] [stderr] Compiling serde_json v1.0.50 [INFO] [stderr] Compiling ethbloom v0.9.0 [INFO] [stderr] Compiling impl-codec v0.4.2 [INFO] [stderr] Compiling primitive-types v0.7.0 [INFO] [stderr] Compiling ethereum-types v0.9.0 [INFO] [stderr] Compiling wagyu-model v0.6.3 [INFO] [stderr] Compiling wagyu-ethereum v0.6.3 [INFO] [stderr] Compiling wagyu-zcash v0.6.3 [INFO] [stderr] Compiling wagyu-bitcoin v0.6.3 [INFO] [stderr] Compiling wagyu v0.6.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 45s [INFO] running `Command { std: "docker" "inspect" "1c1904a13f580a06b25390e42dd77ac3dcc76bc1cbfbec159492bb8b11297494", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c1904a13f580a06b25390e42dd77ac3dcc76bc1cbfbec159492bb8b11297494", kill_on_drop: false }` [INFO] [stdout] 1c1904a13f580a06b25390e42dd77ac3dcc76bc1cbfbec159492bb8b11297494 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69a17a22dd7ffbe0a639c1add5dbb884e91d1e54e87bb09cfd39ccba4e17276f [INFO] running `Command { std: "docker" "start" "-a" "69a17a22dd7ffbe0a639c1add5dbb884e91d1e54e87bb09cfd39ccba4e17276f", kill_on_drop: false }` [INFO] [stderr] Compiling wagyu v0.6.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.87s [INFO] running `Command { std: "docker" "inspect" "69a17a22dd7ffbe0a639c1add5dbb884e91d1e54e87bb09cfd39ccba4e17276f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69a17a22dd7ffbe0a639c1add5dbb884e91d1e54e87bb09cfd39ccba4e17276f", kill_on_drop: false }` [INFO] [stdout] 69a17a22dd7ffbe0a639c1add5dbb884e91d1e54e87bb09cfd39ccba4e17276f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+ecabaf78506b7a4668d42dc20268c086b93f0fad" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 53876c549ab6d17dd4f6010d60b1fac4f34900737862d571d61ad4653b275092 [INFO] running `Command { std: "docker" "start" "-a" "53876c549ab6d17dd4f6010d60b1fac4f34900737862d571d61ad4653b275092", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/wagyu-3d109d697d00863b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/wagyu-0fc5fe572e5d71e3) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests wagyu [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "53876c549ab6d17dd4f6010d60b1fac4f34900737862d571d61ad4653b275092", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "53876c549ab6d17dd4f6010d60b1fac4f34900737862d571d61ad4653b275092", kill_on_drop: false }` [INFO] [stdout] 53876c549ab6d17dd4f6010d60b1fac4f34900737862d571d61ad4653b275092