[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 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjustinrlle%2Fcrossprogress-rs" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/justinrlle/crossprogress-rs on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-5/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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+1.44.0" "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] 97c51372aefe334e6ab4d91996848065fdba2551f65848f05bde1a89f13c6cf5 [INFO] running `"docker" "start" "-a" "97c51372aefe334e6ab4d91996848065fdba2551f65848f05bde1a89f13c6cf5"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling lock_api v0.3.2 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling signal-hook-registry v1.2.0 [INFO] [stderr] Compiling parking_lot_core v0.7.0 [INFO] [stderr] Compiling parking_lot v0.10.0 [INFO] [stderr] Compiling mio v0.6.21 [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 10.27s [INFO] running `"docker" "inspect" "97c51372aefe334e6ab4d91996848065fdba2551f65848f05bde1a89f13c6cf5"` [INFO] running `"docker" "rm" "-f" "97c51372aefe334e6ab4d91996848065fdba2551f65848f05bde1a89f13c6cf5"` [INFO] [stdout] 97c51372aefe334e6ab4d91996848065fdba2551f65848f05bde1a89f13c6cf5 [INFO] running `"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" "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" "+1.44.0" "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] e550c3633a544a2b71eff7d9b0968f3e1d62e46b6f00ed8a77b7296275cf468b [INFO] running `"docker" "start" "-a" "e550c3633a544a2b71eff7d9b0968f3e1d62e46b6f00ed8a77b7296275cf468b"` [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.40s [INFO] running `"docker" "inspect" "e550c3633a544a2b71eff7d9b0968f3e1d62e46b6f00ed8a77b7296275cf468b"` [INFO] running `"docker" "rm" "-f" "e550c3633a544a2b71eff7d9b0968f3e1d62e46b6f00ed8a77b7296275cf468b"` [INFO] [stdout] e550c3633a544a2b71eff7d9b0968f3e1d62e46b6f00ed8a77b7296275cf468b [INFO] running `"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" "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" "+1.44.0" "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] 8e8697041add4c228ad12312ff86cbcec52d1f504598dc92ee473537b8af9003 [INFO] running `"docker" "start" "-a" "8e8697041add4c228ad12312ff86cbcec52d1f504598dc92ee473537b8af9003"` [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.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/crossprogress-92eb78ca837ed61e [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" "8e8697041add4c228ad12312ff86cbcec52d1f504598dc92ee473537b8af9003"` [INFO] running `"docker" "rm" "-f" "8e8697041add4c228ad12312ff86cbcec52d1f504598dc92ee473537b8af9003"` [INFO] [stdout] 8e8697041add4c228ad12312ff86cbcec52d1f504598dc92ee473537b8af9003