[INFO] cloning repository https://github.com/anselanza/oscanity [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anselanza/oscanity" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanselanza%2Foscanity", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanselanza%2Foscanity'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 33f08ac979e59bfa5eb5786c9391ed8095da5228 [INFO] testing anselanza/oscanity 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%2Fanselanza%2Foscanity" "/workspace/builds/worker-21/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-21/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/anselanza/oscanity 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] removed /workspace/builds/worker-21/source/rust-toolchain [INFO] started tweaking git repo https://github.com/anselanza/oscanity [INFO] finished tweaking git repo https://github.com/anselanza/oscanity [INFO] tweaked toml for git repo https://github.com/anselanza/oscanity written to /workspace/builds/worker-21/source/Cargo.toml [INFO] crate git repo https://github.com/anselanza/oscanity 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] d19f517013a4e58b44b7a183d43f97aa92e4ff461b8ddd3eb0dbbc9baf54e5b0 [INFO] running `Command { std: "docker" "start" "-a" "d19f517013a4e58b44b7a183d43f97aa92e4ff461b8ddd3eb0dbbc9baf54e5b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d19f517013a4e58b44b7a183d43f97aa92e4ff461b8ddd3eb0dbbc9baf54e5b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d19f517013a4e58b44b7a183d43f97aa92e4ff461b8ddd3eb0dbbc9baf54e5b0", kill_on_drop: false }` [INFO] [stdout] d19f517013a4e58b44b7a183d43f97aa92e4ff461b8ddd3eb0dbbc9baf54e5b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] 41f10f24e8342580c49d8c89b4249cff6230230b5485ee4d51a540e7fe0a0852 [INFO] running `Command { std: "docker" "start" "-a" "41f10f24e8342580c49d8c89b4249cff6230230b5485ee4d51a540e7fe0a0852", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling rosc v0.1.6 [INFO] [stderr] Compiling oscanity v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/receive/main.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(usage) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 13 | panic!("{}", usage) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/send/main.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | panic!(usage) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 15 | panic!("{}", usage) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.39s [INFO] running `Command { std: "docker" "inspect" "41f10f24e8342580c49d8c89b4249cff6230230b5485ee4d51a540e7fe0a0852", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41f10f24e8342580c49d8c89b4249cff6230230b5485ee4d51a540e7fe0a0852", kill_on_drop: false }` [INFO] [stdout] 41f10f24e8342580c49d8c89b4249cff6230230b5485ee4d51a540e7fe0a0852 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] 37d1031e9b298723b4395560364c3d58006f1e638298f746721885539bad8c12 [INFO] running `Command { std: "docker" "start" "-a" "37d1031e9b298723b4395560364c3d58006f1e638298f746721885539bad8c12", kill_on_drop: false }` [INFO] [stderr] Compiling oscanity v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/send/main.rs:15:16 [INFO] [stdout] | [INFO] [stdout] 15 | panic!(usage) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 15 | panic!("{}", usage) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bin/receive/main.rs:13:16 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(usage) [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 13 | panic!("{}", usage) [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.37s [INFO] [stderr] Executable unittests src/bin/receive/main.rs (/opt/rustwide/target/debug/deps/receive-77cf369ecf16eadf) [INFO] [stderr] Executable unittests src/bin/send/main.rs (/opt/rustwide/target/debug/deps/send-d4aaa30c2c97a556) [INFO] running `Command { std: "docker" "inspect" "37d1031e9b298723b4395560364c3d58006f1e638298f746721885539bad8c12", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37d1031e9b298723b4395560364c3d58006f1e638298f746721885539bad8c12", kill_on_drop: false }` [INFO] [stdout] 37d1031e9b298723b4395560364c3d58006f1e638298f746721885539bad8c12 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-21/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] 2f39c14e661f6d6866c8d5d3f19ac538c784d4cbd2309d93c676c5c47670cfcc [INFO] running `Command { std: "docker" "start" "-a" "2f39c14e661f6d6866c8d5d3f19ac538c784d4cbd2309d93c676c5c47670cfcc", kill_on_drop: false }` [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/send/main.rs:15:16 [INFO] [stderr] | [INFO] [stderr] 15 | panic!(usage) [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 15 | panic!("{}", usage) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `oscanity` (bin "send" test) generated 1 warning [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/bin/receive/main.rs:13:16 [INFO] [stderr] | [INFO] [stderr] 13 | panic!(usage) [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: add a "{}" format string to Display the message [INFO] [stderr] | [INFO] [stderr] 13 | panic!("{}", usage) [INFO] [stderr] | +++++ [INFO] [stderr] [INFO] [stderr] warning: `oscanity` (bin "receive" test) generated 1 warning [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests src/bin/receive/main.rs (/opt/rustwide/target/debug/deps/receive-77cf369ecf16eadf) [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/send/main.rs (/opt/rustwide/target/debug/deps/send-d4aaa30c2c97a556) [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.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2f39c14e661f6d6866c8d5d3f19ac538c784d4cbd2309d93c676c5c47670cfcc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f39c14e661f6d6866c8d5d3f19ac538c784d4cbd2309d93c676c5c47670cfcc", kill_on_drop: false }` [INFO] [stdout] 2f39c14e661f6d6866c8d5d3f19ac538c784d4cbd2309d93c676c5c47670cfcc