[INFO] cloning repository https://github.com/cronokirby/bittrickle [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cronokirby/bittrickle" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcronokirby%2Fbittrickle", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcronokirby%2Fbittrickle'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f10747ce5c17367584ff6138d536733d00ba7783 [INFO] testing cronokirby/bittrickle against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcronokirby%2Fbittrickle" "/workspace/builds/worker-67/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-67/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cronokirby/bittrickle on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cronokirby/bittrickle [INFO] finished tweaking git repo https://github.com/cronokirby/bittrickle [INFO] tweaked toml for git repo https://github.com/cronokirby/bittrickle written to /workspace/builds/worker-67/source/Cargo.toml [INFO] crate git repo https://github.com/cronokirby/bittrickle already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa755a92659d4c51211caff879380c6d864a2a917d25e6b52524a0d693e10608 [INFO] running `Command { std: "docker" "start" "-a" "fa755a92659d4c51211caff879380c6d864a2a917d25e6b52524a0d693e10608", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa755a92659d4c51211caff879380c6d864a2a917d25e6b52524a0d693e10608", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa755a92659d4c51211caff879380c6d864a2a917d25e6b52524a0d693e10608", kill_on_drop: false }` [INFO] [stdout] fa755a92659d4c51211caff879380c6d864a2a917d25e6b52524a0d693e10608 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a11f135932a4e954635e3e5b4b8bf95cec1430ccd36b3921526d0c6029a7f473 [INFO] running `Command { std: "docker" "start" "-a" "a11f135932a4e954635e3e5b4b8bf95cec1430ccd36b3921526d0c6029a7f473", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.2 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling libc v0.2.49 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.3 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rand_os v0.1.2 [INFO] [stderr] Compiling bittrickle v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.60s [INFO] running `Command { std: "docker" "inspect" "a11f135932a4e954635e3e5b4b8bf95cec1430ccd36b3921526d0c6029a7f473", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a11f135932a4e954635e3e5b4b8bf95cec1430ccd36b3921526d0c6029a7f473", kill_on_drop: false }` [INFO] [stdout] a11f135932a4e954635e3e5b4b8bf95cec1430ccd36b3921526d0c6029a7f473 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab1aea8f29541eeae694202037a816c58417d9c0e1f69a83e5bdc87cd66f3bf3 [INFO] running `Command { std: "docker" "start" "-a" "ab1aea8f29541eeae694202037a816c58417d9c0e1f69a83e5bdc87cd66f3bf3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling bittrickle v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 6.10s [INFO] running `Command { std: "docker" "inspect" "ab1aea8f29541eeae694202037a816c58417d9c0e1f69a83e5bdc87cd66f3bf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab1aea8f29541eeae694202037a816c58417d9c0e1f69a83e5bdc87cd66f3bf3", kill_on_drop: false }` [INFO] [stdout] ab1aea8f29541eeae694202037a816c58417d9c0e1f69a83e5bdc87cd66f3bf3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-67/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6604017518f350ea51e59207bf7a780ad5cd5aa4bb8d17b34ea2b116ab42d7a5 [INFO] running `Command { std: "docker" "start" "-a" "6604017518f350ea51e59207bf7a780ad5cd5aa4bb8d17b34ea2b116ab42d7a5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.23s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bittrickle-90fca15fbfb1f88d) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test protocol::tests::parse_announce ... ok [INFO] [stdout] test protocol::tests::parse_connect ... ok [INFO] [stdout] test protocol::tests::parse_scrape ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6604017518f350ea51e59207bf7a780ad5cd5aa4bb8d17b34ea2b116ab42d7a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6604017518f350ea51e59207bf7a780ad5cd5aa4bb8d17b34ea2b116ab42d7a5", kill_on_drop: false }` [INFO] [stdout] 6604017518f350ea51e59207bf7a780ad5cd5aa4bb8d17b34ea2b116ab42d7a5