[INFO] cloning repository https://github.com/Pat-1337/ws_service [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Pat-1337/ws_service" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPat-1337%2Fws_service", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPat-1337%2Fws_service'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 628ce4359d1a8d7cbd427d4c9d3fff34b09e8c8e [INFO] testing Pat-1337/ws_service against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPat-1337%2Fws_service" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Pat-1337/ws_service 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/Pat-1337/ws_service [INFO] finished tweaking git repo https://github.com/Pat-1337/ws_service [INFO] tweaked toml for git repo https://github.com/Pat-1337/ws_service written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/Pat-1337/ws_service 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded windows-service v0.4.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 42f1e7a994aaf8a091bd77bc5acb2a2f851d178a83857e362745350b264ccf56 [INFO] running `Command { std: "docker" "start" "-a" "42f1e7a994aaf8a091bd77bc5acb2a2f851d178a83857e362745350b264ccf56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "42f1e7a994aaf8a091bd77bc5acb2a2f851d178a83857e362745350b264ccf56", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42f1e7a994aaf8a091bd77bc5acb2a2f851d178a83857e362745350b264ccf56", kill_on_drop: false }` [INFO] [stdout] 42f1e7a994aaf8a091bd77bc5acb2a2f851d178a83857e362745350b264ccf56 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] a05a2eb12380beda60fb8d1d5c668decf4fbe27722eeaf5b7225c859a86790e7 [INFO] running `Command { std: "docker" "start" "-a" "a05a2eb12380beda60fb8d1d5c668decf4fbe27722eeaf5b7225c859a86790e7", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling futures-core v0.3.16 [INFO] [stderr] Compiling futures-task v0.3.16 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling cpufeatures v0.1.5 [INFO] [stderr] Compiling futures-sink v0.3.16 [INFO] [stderr] Compiling windows-service v0.4.0 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling futures-macro v0.3.16 [INFO] [stderr] Compiling tokio v1.10.1 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling futures-channel v0.3.16 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling sha-1 v0.9.7 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling tokio-macros v1.3.0 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling tungstenite v0.14.0 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling tokio-tungstenite v0.15.0 [INFO] [stderr] Compiling ws_service v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.14s [INFO] running `Command { std: "docker" "inspect" "a05a2eb12380beda60fb8d1d5c668decf4fbe27722eeaf5b7225c859a86790e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a05a2eb12380beda60fb8d1d5c668decf4fbe27722eeaf5b7225c859a86790e7", kill_on_drop: false }` [INFO] [stdout] a05a2eb12380beda60fb8d1d5c668decf4fbe27722eeaf5b7225c859a86790e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 9b4b22ac83dd31cbb74c0cf0101e1f26b97912e8f690564f81103ca5232a5e3b [INFO] running `Command { std: "docker" "start" "-a" "9b4b22ac83dd31cbb74c0cf0101e1f26b97912e8f690564f81103ca5232a5e3b", kill_on_drop: false }` [INFO] [stderr] Compiling ws_service v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.36s [INFO] running `Command { std: "docker" "inspect" "9b4b22ac83dd31cbb74c0cf0101e1f26b97912e8f690564f81103ca5232a5e3b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b4b22ac83dd31cbb74c0cf0101e1f26b97912e8f690564f81103ca5232a5e3b", kill_on_drop: false }` [INFO] [stdout] 9b4b22ac83dd31cbb74c0cf0101e1f26b97912e8f690564f81103ca5232a5e3b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] fd35567d0b206b1481fd7ad1059b9565eb65b5d7cd5c9045399d8d3029c7fef4 [INFO] running `Command { std: "docker" "start" "-a" "fd35567d0b206b1481fd7ad1059b9565eb65b5d7cd5c9045399d8d3029c7fef4", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/client-3ee73e9e16504e3c) [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/install_service-df5b3e953a9e3e2a) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/server-cdf7bea576cf908e) [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/uninstall_service-3daa319a75ae9b62) [INFO] [stdout] running 0 tests [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ws_service-fe53ceb5e5d8e2a4) [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] [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] [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" "fd35567d0b206b1481fd7ad1059b9565eb65b5d7cd5c9045399d8d3029c7fef4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd35567d0b206b1481fd7ad1059b9565eb65b5d7cd5c9045399d8d3029c7fef4", kill_on_drop: false }` [INFO] [stdout] fd35567d0b206b1481fd7ad1059b9565eb65b5d7cd5c9045399d8d3029c7fef4