[INFO] cloning repository https://github.com/justinrlle/crossprogress-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/justinrlle/crossprogress-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinrlle%2Fcrossprogress-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinrlle%2Fcrossprogress-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 481470266122adf931c40c61df953536a0560e0d [INFO] testing justinrlle/crossprogress-rs against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinrlle%2Fcrossprogress-rs" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/justinrlle/crossprogress-rs 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/justinrlle/crossprogress-rs [INFO] finished tweaking git repo https://github.com/justinrlle/crossprogress-rs [INFO] tweaked toml for git repo https://github.com/justinrlle/crossprogress-rs written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/justinrlle/crossprogress-rs 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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] dd0decc0653621ff3fddcc9bf4deda536e2c3c5a858d14c7f6938f5fb8a2425c [INFO] running `"docker" "start" "-a" "dd0decc0653621ff3fddcc9bf4deda536e2c3c5a858d14c7f6938f5fb8a2425c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling arc-swap v0.4.4 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling signal-hook v0.1.12 [INFO] [stderr] Compiling crossterm v0.14.1 [INFO] [stderr] Compiling crossprogress v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | queue!(self.target, Print("\n".to_owned()))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | / queue!( [INFO] [stderr] 51 | | self.target, [INFO] [stderr] 52 | | MoveToColumn(1), [INFO] [stderr] 53 | | Clear(ClearType::CurrentLine), [INFO] [stderr] 54 | | Print(output), [INFO] [stderr] 55 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | / queue!( [INFO] [stderr] 51 | | self.target, [INFO] [stderr] 52 | | MoveToColumn(1), [INFO] [stderr] 53 | | Clear(ClearType::CurrentLine), [INFO] [stderr] 54 | | Print(output), [INFO] [stderr] 55 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | / queue!( [INFO] [stderr] 51 | | self.target, [INFO] [stderr] 52 | | MoveToColumn(1), [INFO] [stderr] 53 | | Clear(ClearType::CurrentLine), [INFO] [stderr] 54 | | Print(output), [INFO] [stderr] 55 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.77s [INFO] running `"docker" "inspect" "dd0decc0653621ff3fddcc9bf4deda536e2c3c5a858d14c7f6938f5fb8a2425c"` [INFO] running `"docker" "rm" "-f" "dd0decc0653621ff3fddcc9bf4deda536e2c3c5a858d14c7f6938f5fb8a2425c"` [INFO] [stdout] dd0decc0653621ff3fddcc9bf4deda536e2c3c5a858d14c7f6938f5fb8a2425c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] 9892ce034ac3ae536bccf4987c3ee3710313c1fa73a8226b433f30d386eab51c [INFO] running `"docker" "start" "-a" "9892ce034ac3ae536bccf4987c3ee3710313c1fa73a8226b433f30d386eab51c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling crossprogress v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | queue!(self.target, Print("\n".to_owned()))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | / queue!( [INFO] [stderr] 51 | | self.target, [INFO] [stderr] 52 | | MoveToColumn(1), [INFO] [stderr] 53 | | Clear(ClearType::CurrentLine), [INFO] [stderr] 54 | | Print(output), [INFO] [stderr] 55 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | / queue!( [INFO] [stderr] 51 | | self.target, [INFO] [stderr] 52 | | MoveToColumn(1), [INFO] [stderr] 53 | | Clear(ClearType::CurrentLine), [INFO] [stderr] 54 | | Print(output), [INFO] [stderr] 55 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | / queue!( [INFO] [stderr] 51 | | self.target, [INFO] [stderr] 52 | | MoveToColumn(1), [INFO] [stderr] 53 | | Clear(ClearType::CurrentLine), [INFO] [stderr] 54 | | Print(output), [INFO] [stderr] 55 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | queue!(self.target, Print("\n".to_owned()))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | / queue!( [INFO] [stderr] 51 | | self.target, [INFO] [stderr] 52 | | MoveToColumn(1), [INFO] [stderr] 53 | | Clear(ClearType::CurrentLine), [INFO] [stderr] 54 | | Print(output), [INFO] [stderr] 55 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | / queue!( [INFO] [stderr] 51 | | self.target, [INFO] [stderr] 52 | | MoveToColumn(1), [INFO] [stderr] 53 | | Clear(ClearType::CurrentLine), [INFO] [stderr] 54 | | Print(output), [INFO] [stderr] 55 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | / queue!( [INFO] [stderr] 51 | | self.target, [INFO] [stderr] 52 | | MoveToColumn(1), [INFO] [stderr] 53 | | Clear(ClearType::CurrentLine), [INFO] [stderr] 54 | | Print(output), [INFO] [stderr] 55 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.63s [INFO] running `"docker" "inspect" "9892ce034ac3ae536bccf4987c3ee3710313c1fa73a8226b433f30d386eab51c"` [INFO] running `"docker" "rm" "-f" "9892ce034ac3ae536bccf4987c3ee3710313c1fa73a8226b433f30d386eab51c"` [INFO] [stdout] 9892ce034ac3ae536bccf4987c3ee3710313c1fa73a8226b433f30d386eab51c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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] aee439e16ee2f307bd58ba5f4388dec894d4c1794e68fca3eca7ddcfaffbf22e [INFO] running `"docker" "start" "-a" "aee439e16ee2f307bd58ba5f4388dec894d4c1794e68fca3eca7ddcfaffbf22e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | queue!(self.target, Print("\n".to_owned()))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | / queue!( [INFO] [stderr] 51 | | self.target, [INFO] [stderr] 52 | | MoveToColumn(1), [INFO] [stderr] 53 | | Clear(ClearType::CurrentLine), [INFO] [stderr] 54 | | Print(output), [INFO] [stderr] 55 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | / queue!( [INFO] [stderr] 51 | | self.target, [INFO] [stderr] 52 | | MoveToColumn(1), [INFO] [stderr] 53 | | Clear(ClearType::CurrentLine), [INFO] [stderr] 54 | | Print(output), [INFO] [stderr] 55 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | / queue!( [INFO] [stderr] 51 | | self.target, [INFO] [stderr] 52 | | MoveToColumn(1), [INFO] [stderr] 53 | | Clear(ClearType::CurrentLine), [INFO] [stderr] 54 | | Print(output), [INFO] [stderr] 55 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:44:17 [INFO] [stderr] | [INFO] [stderr] 44 | queue!(self.target, Print("\n".to_owned()))?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | / queue!( [INFO] [stderr] 51 | | self.target, [INFO] [stderr] 52 | | MoveToColumn(1), [INFO] [stderr] 53 | | Clear(ClearType::CurrentLine), [INFO] [stderr] 54 | | Print(output), [INFO] [stderr] 55 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | / queue!( [INFO] [stderr] 51 | | self.target, [INFO] [stderr] 52 | | MoveToColumn(1), [INFO] [stderr] 53 | | Clear(ClearType::CurrentLine), [INFO] [stderr] 54 | | Print(output), [INFO] [stderr] 55 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/bar.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | / queue!( [INFO] [stderr] 51 | | self.target, [INFO] [stderr] 52 | | MoveToColumn(1), [INFO] [stderr] 53 | | Clear(ClearType::CurrentLine), [INFO] [stderr] 54 | | Print(output), [INFO] [stderr] 55 | | )?; [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/crossprogress-812eb80d15ef0e7c [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] Doc-tests crossprogress [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" "aee439e16ee2f307bd58ba5f4388dec894d4c1794e68fca3eca7ddcfaffbf22e"` [INFO] running `"docker" "rm" "-f" "aee439e16ee2f307bd58ba5f4388dec894d4c1794e68fca3eca7ddcfaffbf22e"` [INFO] [stdout] aee439e16ee2f307bd58ba5f4388dec894d4c1794e68fca3eca7ddcfaffbf22e