[INFO] cloning repository https://github.com/jxs/follower-maze-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jxs/follower-maze-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjxs%2Ffollower-maze-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjxs%2Ffollower-maze-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d0d54d4a704e2650b4d1a5fc884aca10b01745d5 [INFO] testing jxs/follower-maze-rust against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjxs%2Ffollower-maze-rust" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jxs/follower-maze-rust on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jxs/follower-maze-rust [INFO] finished tweaking git repo https://github.com/jxs/follower-maze-rust [INFO] tweaked toml for git repo https://github.com/jxs/follower-maze-rust written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/jxs/follower-maze-rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokio-util v0.6.0 [INFO] [stderr] Downloaded tokio v1.0.1 [INFO] [stderr] Downloaded tokio-stream v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6287ba0ed006b70033806e2b59db24cdf88e5a6c990076547164c06feb7929a5 [INFO] running `Command { std: "docker" "start" "-a" "6287ba0ed006b70033806e2b59db24cdf88e5a6c990076547164c06feb7929a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6287ba0ed006b70033806e2b59db24cdf88e5a6c990076547164c06feb7929a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6287ba0ed006b70033806e2b59db24cdf88e5a6c990076547164c06feb7929a5", kill_on_drop: false }` [INFO] [stdout] 6287ba0ed006b70033806e2b59db24cdf88e5a6c990076547164c06feb7929a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c919b14b81e9ae29a931863c8c8263380cd798c95f0854f76a03eb9b9e99d065 [INFO] running `Command { std: "docker" "start" "-a" "c919b14b81e9ae29a931863c8c8263380cd798c95f0854f76a03eb9b9e99d065", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling futures-core v0.3.1 [INFO] [stderr] Compiling smallvec v1.5.1 [INFO] [stderr] Compiling proc-macro-nested v0.1.3 [INFO] [stderr] Compiling futures-sink v0.3.1 [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling once_cell v1.5.2 [INFO] [stderr] Compiling futures-io v0.3.1 [INFO] [stderr] Compiling pin-project-lite v0.2.0 [INFO] [stderr] Compiling regex v1.1.9 [INFO] [stderr] Compiling futures-task v0.3.1 [INFO] [stderr] Compiling bytes v1.0.0 [INFO] [stderr] Compiling pin-utils v0.1.0-alpha.4 [INFO] [stderr] Compiling anyhow v1.0.19 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling tokio v1.0.1 [INFO] [stderr] Compiling regex-syntax v0.6.8 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling futures-channel v0.3.1 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling parking_lot_core v0.8.2 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling mio v0.7.6 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling async-stream-impl v0.3.0 [INFO] [stderr] Compiling tokio-macros v1.0.0 [INFO] [stderr] Compiling async-stream v0.3.0 [INFO] [stderr] Compiling futures-macro v0.3.1 [INFO] [stderr] Compiling futures-util v0.3.1 [INFO] [stderr] Compiling tokio-stream v0.1.0 [INFO] [stderr] Compiling tokio-util v0.6.0 [INFO] [stderr] Compiling futures-executor v0.3.1 [INFO] [stderr] Compiling futures v0.3.1 [INFO] [stderr] Compiling followermaze v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 26s [INFO] running `Command { std: "docker" "inspect" "c919b14b81e9ae29a931863c8c8263380cd798c95f0854f76a03eb9b9e99d065", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c919b14b81e9ae29a931863c8c8263380cd798c95f0854f76a03eb9b9e99d065", kill_on_drop: false }` [INFO] [stdout] c919b14b81e9ae29a931863c8c8263380cd798c95f0854f76a03eb9b9e99d065 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4952c87e59c338748d61f8e70343cafcf25def862726745f4477598e9b672569 [INFO] running `Command { std: "docker" "start" "-a" "4952c87e59c338748d61f8e70343cafcf25def862726745f4477598e9b672569", kill_on_drop: false }` [INFO] [stderr] Compiling followermaze v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.76s [INFO] running `Command { std: "docker" "inspect" "4952c87e59c338748d61f8e70343cafcf25def862726745f4477598e9b672569", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4952c87e59c338748d61f8e70343cafcf25def862726745f4477598e9b672569", kill_on_drop: false }` [INFO] [stdout] 4952c87e59c338748d61f8e70343cafcf25def862726745f4477598e9b672569 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] aecd8ff524f12b19cbc606c1ed4c75e1b3978fa515a2706dbe8a78807c3bf090 [INFO] running `Command { std: "docker" "start" "-a" "aecd8ff524f12b19cbc606c1ed4c75e1b3978fa515a2706dbe8a78807c3bf090", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/followermaze-03b32c4901713aff) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test events::processor::tests::processor_sends_status_update_message_to_matching_client_after_follow ... ok [INFO] [stdout] test events::processor::tests::processor_doesnt_send_status_update_message_to_matching_client_after_unfollow ... ok [INFO] [stdout] test events::streamer::tests::decoder_sorts_events_by_order ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/followermaze-eea1acbc071ef484) [INFO] [stdout] test events::processor::tests::processor_sends_broadcast_event_to_all_clients ... ok [INFO] [stdout] test events::processor::tests::processor_sends_private_message_to_matching_client ... ok [INFO] [stdout] test client::tests::client_socket_receives_client_events ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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] [stderr] Doc-tests followermaze [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" "aecd8ff524f12b19cbc606c1ed4c75e1b3978fa515a2706dbe8a78807c3bf090", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aecd8ff524f12b19cbc606c1ed4c75e1b3978fa515a2706dbe8a78807c3bf090", kill_on_drop: false }` [INFO] [stdout] aecd8ff524f12b19cbc606c1ed4c75e1b3978fa515a2706dbe8a78807c3bf090