[INFO] cloning repository https://github.com/hallcristobal/server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/hallcristobal/server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhallcristobal%2Fserver", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhallcristobal%2Fserver'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 28d4d7641e46929b209562b20d0aee7b8a15d5a8 [INFO] testing hallcristobal/server 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%2Fhallcristobal%2Fserver" "/workspace/builds/worker-23/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-23/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hallcristobal/server 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/hallcristobal/server [INFO] finished tweaking git repo https://github.com/hallcristobal/server [INFO] tweaked toml for git repo https://github.com/hallcristobal/server written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate git repo https://github.com/hallcristobal/server 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-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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] 4f8a1f398d99e6ce9b4c7d85cd03a832bb95cf025c63f1dd8a0510cd768cf9c1 [INFO] running `Command { std: "docker" "start" "-a" "4f8a1f398d99e6ce9b4c7d85cd03a832bb95cf025c63f1dd8a0510cd768cf9c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4f8a1f398d99e6ce9b4c7d85cd03a832bb95cf025c63f1dd8a0510cd768cf9c1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f8a1f398d99e6ce9b4c7d85cd03a832bb95cf025c63f1dd8a0510cd768cf9c1", kill_on_drop: false }` [INFO] [stdout] 4f8a1f398d99e6ce9b4c7d85cd03a832bb95cf025c63f1dd8a0510cd768cf9c1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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] c225cb5b714d07ed308584fede1ee39c9641ef0edaab3694b70609e373d31ea3 [INFO] running `Command { std: "docker" "start" "-a" "c225cb5b714d07ed308584fede1ee39c9641ef0edaab3694b70609e373d31ea3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.28 [INFO] [stderr] Compiling stable_deref_trait v1.0.0 [INFO] [stderr] Compiling smallvec v0.4.1 [INFO] [stderr] Compiling schedule_recv v0.1.0 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling thread-id v3.2.0 [INFO] [stderr] Compiling parking_lot_core v0.2.2 [INFO] [stderr] Compiling parking_lot v0.4.4 [INFO] [stderr] Compiling server 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/connection.rs:84:62 [INFO] [stdout] | [INFO] [stdout] 84 | Err(err) => Err(Error::new(ErrorKind::Other, err.description())), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/server.rs:45:41 [INFO] [stdout] | [INFO] [stdout] 45 | Err(ref err) if err.description() == "EOF" => {} [INFO] [stdout] | ^^^^^^^^^^^ [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/client.rs:60:33 [INFO] [stdout] | [INFO] [stdout] 60 | Err(ref err) if err.description() == "operation would block" => {} [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.83s [INFO] running `Command { std: "docker" "inspect" "c225cb5b714d07ed308584fede1ee39c9641ef0edaab3694b70609e373d31ea3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c225cb5b714d07ed308584fede1ee39c9641ef0edaab3694b70609e373d31ea3", kill_on_drop: false }` [INFO] [stdout] c225cb5b714d07ed308584fede1ee39c9641ef0edaab3694b70609e373d31ea3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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] 26c21d7b4b62e1c82402d73a91afcf1e25d9a17ba88540b49a0fc9add65b6aa5 [INFO] running `Command { std: "docker" "start" "-a" "26c21d7b4b62e1c82402d73a91afcf1e25d9a17ba88540b49a0fc9add65b6aa5", kill_on_drop: false }` [INFO] [stderr] Compiling server 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/connection.rs:84:62 [INFO] [stdout] | [INFO] [stdout] 84 | Err(err) => Err(Error::new(ErrorKind::Other, err.description())), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [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/server.rs:45:41 [INFO] [stdout] | [INFO] [stdout] 45 | Err(ref err) if err.description() == "EOF" => {} [INFO] [stdout] | ^^^^^^^^^^^ [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/client.rs:60:33 [INFO] [stdout] | [INFO] [stdout] 60 | Err(ref err) if err.description() == "operation would block" => {} [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.42s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/server-66e2964123c54352) [INFO] running `Command { std: "docker" "inspect" "26c21d7b4b62e1c82402d73a91afcf1e25d9a17ba88540b49a0fc9add65b6aa5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26c21d7b4b62e1c82402d73a91afcf1e25d9a17ba88540b49a0fc9add65b6aa5", kill_on_drop: false }` [INFO] [stdout] 26c21d7b4b62e1c82402d73a91afcf1e25d9a17ba88540b49a0fc9add65b6aa5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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] fdb1cbb2cb26612875938d5b021988e022bd70a9e61699ff015087d87561d57c [INFO] running `Command { std: "docker" "start" "-a" "fdb1cbb2cb26612875938d5b021988e022bd70a9e61699ff015087d87561d57c", 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/connection.rs:84:62 [INFO] [stderr] | [INFO] [stderr] 84 | Err(err) => Err(Error::new(ErrorKind::Other, err.description())), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/server.rs:45:41 [INFO] [stderr] | [INFO] [stderr] 45 | Err(ref err) if err.description() == "EOF" => {} [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/client.rs:60:33 [INFO] [stderr] | [INFO] [stderr] 60 | Err(ref err) if err.description() == "operation would block" => {} [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `server` (bin "server" test) generated 3 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.26s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/server-66e2964123c54352) [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" "fdb1cbb2cb26612875938d5b021988e022bd70a9e61699ff015087d87561d57c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdb1cbb2cb26612875938d5b021988e022bd70a9e61699ff015087d87561d57c", kill_on_drop: false }` [INFO] [stdout] fdb1cbb2cb26612875938d5b021988e022bd70a9e61699ff015087d87561d57c