[INFO] cloning repository https://github.com/vpzomtrrfrt/wow [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vpzomtrrfrt/wow" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvpzomtrrfrt%2Fwow", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvpzomtrrfrt%2Fwow'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bdc558ca693ea86f4ee49dc48add7a9ffa5c2ec1 [INFO] testing vpzomtrrfrt/wow 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%2Fvpzomtrrfrt%2Fwow" "/workspace/builds/worker-99/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-99/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/vpzomtrrfrt/wow 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/vpzomtrrfrt/wow [INFO] finished tweaking git repo https://github.com/vpzomtrrfrt/wow [INFO] tweaked toml for git repo https://github.com/vpzomtrrfrt/wow written to /workspace/builds/worker-99/source/Cargo.toml [INFO] crate git repo https://github.com/vpzomtrrfrt/wow 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-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/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] 03c15b99057bbb6647f9e1dea398d9a50620d0a2436dff6e26920fda88c18fae [INFO] running `Command { std: "docker" "start" "-a" "03c15b99057bbb6647f9e1dea398d9a50620d0a2436dff6e26920fda88c18fae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03c15b99057bbb6647f9e1dea398d9a50620d0a2436dff6e26920fda88c18fae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03c15b99057bbb6647f9e1dea398d9a50620d0a2436dff6e26920fda88c18fae", kill_on_drop: false }` [INFO] [stdout] 03c15b99057bbb6647f9e1dea398d9a50620d0a2436dff6e26920fda88c18fae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/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] aa5ba2c3533ca7209b4876ca5c91abff7c946f752f3c0e5ba937595fae1ff8c7 [INFO] running `Command { std: "docker" "start" "-a" "aa5ba2c3533ca7209b4876ca5c91abff7c946f752f3c0e5ba937595fae1ff8c7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.40 [INFO] [stderr] Compiling pkg-config v0.3.9 [INFO] [stderr] Compiling cc v1.0.9 [INFO] [stderr] Compiling num-traits v0.2.2 [INFO] [stderr] Compiling bitflags v1.0.1 [INFO] [stderr] Compiling openssl v0.10.6 [INFO] [stderr] Compiling linked-hash-map v0.5.1 [INFO] [stderr] Compiling byteorder v1.2.2 [INFO] [stderr] Compiling serde v1.0.37 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling safemem v0.2.0 [INFO] [stderr] Compiling plist v0.2.4 [INFO] [stderr] Compiling remove_dir_all v0.5.0 [INFO] [stderr] Compiling hex v0.3.1 [INFO] [stderr] Compiling mkdirp v0.1.0 [INFO] [stderr] Compiling quick-error v1.2.1 [INFO] [stderr] Compiling target v1.0.0 [INFO] [stderr] Compiling hex-slice v0.1.4 [INFO] [stderr] Compiling proc-macro2 v0.3.6 [INFO] [stderr] Compiling xml-rs v0.7.0 [INFO] [stderr] Compiling yaml-rust v0.4.0 [INFO] [stderr] Compiling base64 v0.8.0 [INFO] [stderr] Compiling quote v0.5.1 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling openssl-sys v0.9.28 [INFO] [stderr] Compiling syn v0.13.1 [INFO] [stderr] Compiling chrono v0.4.2 [INFO] [stderr] Compiling tempfile v3.0.0 [INFO] [stderr] Compiling serde_yaml v0.7.3 [INFO] [stderr] Compiling serde_derive_internals v0.23.0 [INFO] [stderr] Compiling serde_derive v1.0.37 [INFO] [stderr] Compiling crypto-hash v0.3.1 [INFO] [stderr] Compiling wow v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/targets/xbps.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / quick_error! { [INFO] [stdout] 54 | | #[derive(Debug)] [INFO] [stdout] 55 | | pub enum Error { [INFO] [stdout] 56 | | Io(err: std::io::Error) { [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] 71 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/targets/xbps.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / quick_error! { [INFO] [stdout] 54 | | #[derive(Debug)] [INFO] [stdout] 55 | | pub enum Error { [INFO] [stdout] 56 | | Io(err: std::io::Error) { [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] 71 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/targets/xbps.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / quick_error! { [INFO] [stdout] 54 | | #[derive(Debug)] [INFO] [stdout] 55 | | pub enum Error { [INFO] [stdout] 56 | | Io(err: std::io::Error) { [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] 71 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/targets/xbps.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / quick_error! { [INFO] [stdout] 54 | | #[derive(Debug)] [INFO] [stdout] 55 | | pub enum Error { [INFO] [stdout] 56 | | Io(err: std::io::Error) { [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] 71 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/targets/xbps.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / quick_error! { [INFO] [stdout] 54 | | #[derive(Debug)] [INFO] [stdout] 55 | | pub enum Error { [INFO] [stdout] 56 | | Io(err: std::io::Error) { [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] 71 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/targets/xbps.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / quick_error! { [INFO] [stdout] 54 | | #[derive(Debug)] [INFO] [stdout] 55 | | pub enum Error { [INFO] [stdout] 56 | | Io(err: std::io::Error) { [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] 71 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 48s [INFO] running `Command { std: "docker" "inspect" "aa5ba2c3533ca7209b4876ca5c91abff7c946f752f3c0e5ba937595fae1ff8c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa5ba2c3533ca7209b4876ca5c91abff7c946f752f3c0e5ba937595fae1ff8c7", kill_on_drop: false }` [INFO] [stdout] aa5ba2c3533ca7209b4876ca5c91abff7c946f752f3c0e5ba937595fae1ff8c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/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] f54bdfb0c4247dede432824716b78ead784183ffc571d2abbfa92463a13a199f [INFO] running `Command { std: "docker" "start" "-a" "f54bdfb0c4247dede432824716b78ead784183ffc571d2abbfa92463a13a199f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling wow v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/targets/xbps.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / quick_error! { [INFO] [stdout] 54 | | #[derive(Debug)] [INFO] [stdout] 55 | | pub enum Error { [INFO] [stdout] 56 | | Io(err: std::io::Error) { [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] 71 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/targets/xbps.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / quick_error! { [INFO] [stdout] 54 | | #[derive(Debug)] [INFO] [stdout] 55 | | pub enum Error { [INFO] [stdout] 56 | | Io(err: std::io::Error) { [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] 71 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/targets/xbps.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / quick_error! { [INFO] [stdout] 54 | | #[derive(Debug)] [INFO] [stdout] 55 | | pub enum Error { [INFO] [stdout] 56 | | Io(err: std::io::Error) { [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] 71 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/targets/xbps.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / quick_error! { [INFO] [stdout] 54 | | #[derive(Debug)] [INFO] [stdout] 55 | | pub enum Error { [INFO] [stdout] 56 | | Io(err: std::io::Error) { [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] 71 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/targets/xbps.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / quick_error! { [INFO] [stdout] 54 | | #[derive(Debug)] [INFO] [stdout] 55 | | pub enum Error { [INFO] [stdout] 56 | | Io(err: std::io::Error) { [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] 71 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/targets/xbps.rs:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / quick_error! { [INFO] [stdout] 54 | | #[derive(Debug)] [INFO] [stdout] 55 | | pub enum Error { [INFO] [stdout] 56 | | Io(err: std::io::Error) { [INFO] [stdout] ... | [INFO] [stdout] 70 | | } [INFO] [stdout] 71 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.75s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/wow-5d267d2bb7f17cef) [INFO] running `Command { std: "docker" "inspect" "f54bdfb0c4247dede432824716b78ead784183ffc571d2abbfa92463a13a199f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f54bdfb0c4247dede432824716b78ead784183ffc571d2abbfa92463a13a199f", kill_on_drop: false }` [INFO] [stdout] f54bdfb0c4247dede432824716b78ead784183ffc571d2abbfa92463a13a199f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-99/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] 677552c867e1aa1c2a3bcdfb0779e0aabb0e1b5b3ccfdd8c1d7a1b15c7d9a81f [INFO] running `Command { std: "docker" "start" "-a" "677552c867e1aa1c2a3bcdfb0779e0aabb0e1b5b3ccfdd8c1d7a1b15c7d9a81f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/targets/xbps.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / quick_error! { [INFO] [stderr] 54 | | #[derive(Debug)] [INFO] [stderr] 55 | | pub enum Error { [INFO] [stderr] 56 | | Io(err: std::io::Error) { [INFO] [stderr] ... | [INFO] [stderr] 70 | | } [INFO] [stderr] 71 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/targets/xbps.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | / quick_error! { [INFO] [stderr] 54 | | #[derive(Debug)] [INFO] [stderr] 55 | | pub enum Error { [INFO] [stderr] 56 | | Io(err: std::io::Error) { [INFO] [stderr] ... | [INFO] [stderr] 70 | | } [INFO] [stderr] 71 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `wow` (bin "wow" test) generated 6 warnings (4 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.41s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/wow-5d267d2bb7f17cef) [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" "677552c867e1aa1c2a3bcdfb0779e0aabb0e1b5b3ccfdd8c1d7a1b15c7d9a81f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "677552c867e1aa1c2a3bcdfb0779e0aabb0e1b5b3ccfdd8c1d7a1b15c7d9a81f", kill_on_drop: false }` [INFO] [stdout] 677552c867e1aa1c2a3bcdfb0779e0aabb0e1b5b3ccfdd8c1d7a1b15c7d9a81f