[INFO] cloning repository https://github.com/alexanderwe/bandwidth-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alexanderwe/bandwidth-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexanderwe%2Fbandwidth-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexanderwe%2Fbandwidth-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5afd10ed38a27f04da56ede9f47162205f67bc0e [INFO] testing alexanderwe/bandwidth-rs against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexanderwe%2Fbandwidth-rs" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alexanderwe/bandwidth-rs on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alexanderwe/bandwidth-rs [INFO] finished tweaking git repo https://github.com/alexanderwe/bandwidth-rs [INFO] tweaked toml for git repo https://github.com/alexanderwe/bandwidth-rs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/alexanderwe/bandwidth-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] af7eb6d1312be7b386f170b89ce22b6e613b931aebc7f2e194e4f06c8e55f44d [INFO] running `Command { std: "docker" "start" "-a" "af7eb6d1312be7b386f170b89ce22b6e613b931aebc7f2e194e4f06c8e55f44d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "af7eb6d1312be7b386f170b89ce22b6e613b931aebc7f2e194e4f06c8e55f44d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af7eb6d1312be7b386f170b89ce22b6e613b931aebc7f2e194e4f06c8e55f44d", kill_on_drop: false }` [INFO] [stdout] af7eb6d1312be7b386f170b89ce22b6e613b931aebc7f2e194e4f06c8e55f44d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c97910755c304d97c402af1dc51ad78d93e78dbe05d7af09a04072d6fae5d8ad [INFO] running `Command { std: "docker" "start" "-a" "c97910755c304d97c402af1dc51ad78d93e78dbe05d7af09a04072d6fae5d8ad", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling serde v1.0.70 [INFO] [stderr] Compiling cfg-if v0.1.4 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling bitflags v1.0.3 [INFO] [stderr] Compiling proc-macro2 v0.4.9 [INFO] [stderr] Compiling getopts v0.2.18 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling quote v0.6.5 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling termion v1.5.1 [INFO] [stderr] Compiling syn v0.14.7 [INFO] [stderr] Compiling backtrace-sys v0.1.23 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling pretty-bytes v0.2.2 [INFO] [stderr] Compiling toml v0.4.6 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling bandwidth-monitor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 05s [INFO] running `Command { std: "docker" "inspect" "c97910755c304d97c402af1dc51ad78d93e78dbe05d7af09a04072d6fae5d8ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c97910755c304d97c402af1dc51ad78d93e78dbe05d7af09a04072d6fae5d8ad", kill_on_drop: false }` [INFO] [stdout] c97910755c304d97c402af1dc51ad78d93e78dbe05d7af09a04072d6fae5d8ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 171475a5dbc46008ea4036c6736cafc6e8e1bda375afaf03c1f5807f21ed8e56 [INFO] running `Command { std: "docker" "start" "-a" "171475a5dbc46008ea4036c6736cafc6e8e1bda375afaf03c1f5807f21ed8e56", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling bandwidth-monitor v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.64s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/bandwidth_monitor-10e7584a9b72e942) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/bandwidth_monitor-bef1ac85e7adaea9) [INFO] running `Command { std: "docker" "inspect" "171475a5dbc46008ea4036c6736cafc6e8e1bda375afaf03c1f5807f21ed8e56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "171475a5dbc46008ea4036c6736cafc6e8e1bda375afaf03c1f5807f21ed8e56", kill_on_drop: false }` [INFO] [stdout] 171475a5dbc46008ea4036c6736cafc6e8e1bda375afaf03c1f5807f21ed8e56 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c3d9a139ae881bbaad4f72c95a8a19d91eb3415d365f178d90769401ccc8fc77 [INFO] running `Command { std: "docker" "start" "-a" "c3d9a139ae881bbaad4f72c95a8a19d91eb3415d365f178d90769401ccc8fc77", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.67s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bandwidth_monitor-10e7584a9b72e942) [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.08s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bandwidth_monitor-bef1ac85e7adaea9) [INFO] [stdout] [INFO] [stderr] Doc-tests bandwidth-monitor [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] [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.78s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c3d9a139ae881bbaad4f72c95a8a19d91eb3415d365f178d90769401ccc8fc77", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c3d9a139ae881bbaad4f72c95a8a19d91eb3415d365f178d90769401ccc8fc77", kill_on_drop: false }` [INFO] [stdout] c3d9a139ae881bbaad4f72c95a8a19d91eb3415d365f178d90769401ccc8fc77