[INFO] updating cached repository https://github.com/ionandrei5002/rust-tcp-router [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3728e7df2ec21bba8efc053b1772273369de6961 [INFO] testing ionandrei5002/rust-tcp-router against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fionandrei5002%2Frust-tcp-router" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 36% (182/493) Checking out files: 37% (183/493) Checking out files: 38% (188/493) Checking out files: 39% (193/493) Checking out files: 40% (198/493) Checking out files: 41% (203/493) Checking out files: 42% (208/493) Checking out files: 43% (212/493) Checking out files: 44% (217/493) Checking out files: 45% (222/493) Checking out files: 46% (227/493) Checking out files: 47% (232/493) Checking out files: 48% (237/493) Checking out files: 49% (242/493) Checking out files: 50% (247/493) Checking out files: 51% (252/493) Checking out files: 52% (257/493) Checking out files: 53% (262/493) Checking out files: 54% (267/493) Checking out files: 55% (272/493) Checking out files: 56% (277/493) Checking out files: 57% (282/493) Checking out files: 58% (286/493) Checking out files: 59% (291/493) Checking out files: 60% (296/493) Checking out files: 61% (301/493) Checking out files: 62% (306/493) Checking out files: 63% (311/493) Checking out files: 64% (316/493) Checking out files: 65% (321/493) Checking out files: 66% (326/493) Checking out files: 67% (331/493) Checking out files: 68% (336/493) Checking out files: 69% (341/493) Checking out files: 70% (346/493) Checking out files: 71% (351/493) Checking out files: 72% (355/493) Checking out files: 73% (360/493) Checking out files: 74% (365/493) Checking out files: 75% (370/493) Checking out files: 76% (375/493) Checking out files: 77% (380/493) Checking out files: 78% (385/493) Checking out files: 79% (390/493) Checking out files: 80% (395/493) Checking out files: 81% (400/493) Checking out files: 82% (405/493) Checking out files: 83% (410/493) Checking out files: 84% (415/493) Checking out files: 85% (420/493) Checking out files: 86% (424/493) Checking out files: 87% (429/493) Checking out files: 88% (434/493) Checking out files: 89% (439/493) Checking out files: 90% (444/493) Checking out files: 91% (449/493) Checking out files: 92% (454/493) Checking out files: 93% (459/493) Checking out files: 94% (464/493) Checking out files: 95% (469/493) Checking out files: 96% (474/493) Checking out files: 97% (479/493) Checking out files: 98% (484/493) Checking out files: 99% (489/493) Checking out files: 100% (493/493) Checking out files: 100% (493/493), done. [INFO] validating manifest of git repo https://github.com/ionandrei5002/rust-tcp-router on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ionandrei5002/rust-tcp-router [INFO] finished tweaking git repo https://github.com/ionandrei5002/rust-tcp-router [INFO] tweaked toml for git repo https://github.com/ionandrei5002/rust-tcp-router written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/ionandrei5002/rust-tcp-router already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b845df44a0c7552ab95bef206d952de02e1e12b847c616f361de49e6be6c2f5a [INFO] running `"docker" "start" "-a" "b845df44a0c7552ab95bef206d952de02e1e12b847c616f361de49e6be6c2f5a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling rust-tcp-router v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:19:17 [INFO] [stderr] | [INFO] [stderr] 19 | stream.write_all(&buf[0..len]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.48s [INFO] running `"docker" "inspect" "b845df44a0c7552ab95bef206d952de02e1e12b847c616f361de49e6be6c2f5a"` [INFO] running `"docker" "rm" "-f" "b845df44a0c7552ab95bef206d952de02e1e12b847c616f361de49e6be6c2f5a"` [INFO] [stdout] b845df44a0c7552ab95bef206d952de02e1e12b847c616f361de49e6be6c2f5a [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7fa6e4c3b9c876ce977a1e1357e090a0c260adb292cf24a17bf61054b062667e [INFO] running `"docker" "start" "-a" "7fa6e4c3b9c876ce977a1e1357e090a0c260adb292cf24a17bf61054b062667e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rust-tcp-router v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:19:17 [INFO] [stderr] | [INFO] [stderr] 19 | stream.write_all(&buf[0..len]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.76s [INFO] running `"docker" "inspect" "7fa6e4c3b9c876ce977a1e1357e090a0c260adb292cf24a17bf61054b062667e"` [INFO] running `"docker" "rm" "-f" "7fa6e4c3b9c876ce977a1e1357e090a0c260adb292cf24a17bf61054b062667e"` [INFO] [stdout] 7fa6e4c3b9c876ce977a1e1357e090a0c260adb292cf24a17bf61054b062667e [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cbef8859b1aead97ab01fe3bf9ed63f279ac788c72b535cdf12fc48696777a4b [INFO] running `"docker" "start" "-a" "cbef8859b1aead97ab01fe3bf9ed63f279ac788c72b535cdf12fc48696777a4b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:19:17 [INFO] [stderr] | [INFO] [stderr] 19 | stream.write_all(&buf[0..len]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.50s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_tcp_router-15cd0895bb400283 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "cbef8859b1aead97ab01fe3bf9ed63f279ac788c72b535cdf12fc48696777a4b"` [INFO] running `"docker" "rm" "-f" "cbef8859b1aead97ab01fe3bf9ed63f279ac788c72b535cdf12fc48696777a4b"` [INFO] [stdout] cbef8859b1aead97ab01fe3bf9ed63f279ac788c72b535cdf12fc48696777a4b