[INFO] updating cached repository pbielak/remote-sorting-actors [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/pbielak/remote-sorting-actors [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/pbielak/remote-sorting-actors" "work/ex/beta-1.38-1/sources/1.37.0/gh/pbielak/remote-sorting-actors"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/pbielak/remote-sorting-actors'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/pbielak/remote-sorting-actors" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pbielak/remote-sorting-actors"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pbielak/remote-sorting-actors'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5e6f7ba89acf39794c577aead278f35f722c89c6 [INFO] sha for GitHub repo pbielak/remote-sorting-actors: 5e6f7ba89acf39794c577aead278f35f722c89c6 [INFO] validating manifest of pbielak/remote-sorting-actors on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of pbielak/remote-sorting-actors on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing pbielak/remote-sorting-actors [INFO] finished frobbing pbielak/remote-sorting-actors [INFO] frobbed toml for pbielak/remote-sorting-actors written to work/ex/beta-1.38-1/sources/1.37.0/gh/pbielak/remote-sorting-actors/Cargo.toml [INFO] started frobbing pbielak/remote-sorting-actors [INFO] finished frobbing pbielak/remote-sorting-actors [INFO] frobbed toml for pbielak/remote-sorting-actors written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/pbielak/remote-sorting-actors/Cargo.toml [INFO] crate pbielak/remote-sorting-actors already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing pbielak/remote-sorting-actors against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/pbielak/remote-sorting-actors:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 10695cd1925f35f048c704cfc5a0dec527ceacb6cf89067f611d8ddbf88f0b86 [INFO] running `"docker" "start" "-a" "10695cd1925f35f048c704cfc5a0dec527ceacb6cf89067f611d8ddbf88f0b86"` [INFO] [stderr] Compiling hostname v0.1.5 [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling signal-hook v0.1.7 [INFO] [stderr] Compiling rand v0.4.5 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling actix_derive v0.3.2 [INFO] [stderr] Compiling structopt-derive v0.2.14 [INFO] [stderr] Compiling serde_derive v1.0.84 [INFO] [stderr] Compiling resolv-conf v0.6.1 [INFO] [stderr] Compiling env_logger v0.6.0 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling rand v0.3.22 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling structopt v0.2.14 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling trust-dns-proto v0.6.1 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling trust-dns-resolver v0.10.2 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling remote-sorting-actors v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `process` [INFO] [stderr] --> src/sorting_actor.rs:17:20 [INFO] [stderr] | [INFO] [stderr] 17 | use std::{io, net, process}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/sorting_actor.rs:64:17 [INFO] [stderr] | [INFO] [stderr] 64 | std::thread::sleep_ms(1000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/messages.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn new(values: Vec) -> SortingRequest { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_numbers` [INFO] [stderr] --> src/util.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn read_numbers(path: PathBuf) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `write_numbers` [INFO] [stderr] --> src/util.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn write_numbers(path: &PathBuf, numbers: &Vec) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 24s [INFO] running `"docker" "inspect" "10695cd1925f35f048c704cfc5a0dec527ceacb6cf89067f611d8ddbf88f0b86"` [INFO] running `"docker" "rm" "-f" "10695cd1925f35f048c704cfc5a0dec527ceacb6cf89067f611d8ddbf88f0b86"` [INFO] [stdout] 10695cd1925f35f048c704cfc5a0dec527ceacb6cf89067f611d8ddbf88f0b86 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/pbielak/remote-sorting-actors:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] af06d8836697c80822f68c5320c4e70e7b829ac8e361db0239198dff428095dd [INFO] running `"docker" "start" "-a" "af06d8836697c80822f68c5320c4e70e7b829ac8e361db0239198dff428095dd"` [INFO] [stderr] Compiling remote-sorting-actors v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `process` [INFO] [stderr] --> src/sorting_actor.rs:17:20 [INFO] [stderr] | [INFO] [stderr] 17 | use std::{io, net, process}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/sorting_actor.rs:64:17 [INFO] [stderr] | [INFO] [stderr] 64 | std::thread::sleep_ms(1000); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `new` [INFO] [stderr] --> src/messages.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn new(values: Vec) -> SortingRequest { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `read_numbers` [INFO] [stderr] --> src/util.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn read_numbers(path: PathBuf) -> Result, Error> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `write_numbers` [INFO] [stderr] --> src/util.rs:28:1 [INFO] [stderr] | [INFO] [stderr] 28 | pub fn write_numbers(path: &PathBuf, numbers: &Vec) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.92s [INFO] running `"docker" "inspect" "af06d8836697c80822f68c5320c4e70e7b829ac8e361db0239198dff428095dd"` [INFO] running `"docker" "rm" "-f" "af06d8836697c80822f68c5320c4e70e7b829ac8e361db0239198dff428095dd"` [INFO] [stdout] af06d8836697c80822f68c5320c4e70e7b829ac8e361db0239198dff428095dd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/pbielak/remote-sorting-actors:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] 56f416b43c01880ba5fefd6a31c0d0c70ec85b2e71ed518b9aeb63c437240f3c [INFO] running `"docker" "start" "-a" "56f416b43c01880ba5fefd6a31c0d0c70ec85b2e71ed518b9aeb63c437240f3c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running /opt/crater/target/debug/deps/remote_sorting_actors-c5b001786dc2437e [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] [stderr] Running /opt/crater/target/debug/deps/sorting_actor-3bba5505d5f75400 [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] [stderr] Running /opt/crater/target/debug/deps/supervisor-058427766de55e14 [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" "56f416b43c01880ba5fefd6a31c0d0c70ec85b2e71ed518b9aeb63c437240f3c"` [INFO] running `"docker" "rm" "-f" "56f416b43c01880ba5fefd6a31c0d0c70ec85b2e71ed518b9aeb63c437240f3c"` [INFO] [stdout] 56f416b43c01880ba5fefd6a31c0d0c70ec85b2e71ed518b9aeb63c437240f3c