[INFO] updating cached repository https://github.com/mdsherry/ministat [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] f8900b6f6c5a407a9e7f045c2faa830a3c61b382 [INFO] testing mdsherry/ministat against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmdsherry%2Fministat" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mdsherry/ministat 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/mdsherry/ministat [INFO] finished tweaking git repo https://github.com/mdsherry/ministat [INFO] tweaked toml for git repo https://github.com/mdsherry/ministat written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/mdsherry/ministat 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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] bd686b5250f423bae2749eb48080de81a7a9c4ae82c088795c61d27429e34164 [INFO] running `"docker" "start" "-a" "bd686b5250f423bae2749eb48080de81a7a9c4ae82c088795c61d27429e34164"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cc v1.0.3 [INFO] [stderr] Compiling rustc-demangle v0.1.5 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling structopt-derive v0.1.6 [INFO] [stderr] Compiling kahan v0.1.0 [INFO] [stderr] Compiling noisy_float v0.1.4 [INFO] [stderr] Compiling terminal_size v0.1.7 [INFO] [stderr] Compiling clap v2.29.0 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling structopt v0.1.6 [INFO] [stderr] Compiling backtrace v0.3.4 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling ministat v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: the item `BufReader` is imported redundantly [INFO] [stderr] --> src/data.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 2 | use std::io::{BufReader, BufRead}; [INFO] [stderr] | --------- the item `BufReader` is already imported here [INFO] [stderr] ... [INFO] [stderr] 53 | use std::io::BufReader; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/stats.rs:72:35 [INFO] [stderr] | [INFO] [stderr] 72 | |x| format!("{:13.6}", x).trim_right_matches('0').trim_right_matches('.').to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/stats.rs:72:59 [INFO] [stderr] | [INFO] [stderr] 72 | |x| format!("{:13.6}", x).trim_right_matches('0').trim_right_matches('.').to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 25.80s [INFO] running `"docker" "inspect" "bd686b5250f423bae2749eb48080de81a7a9c4ae82c088795c61d27429e34164"` [INFO] running `"docker" "rm" "-f" "bd686b5250f423bae2749eb48080de81a7a9c4ae82c088795c61d27429e34164"` [INFO] [stdout] bd686b5250f423bae2749eb48080de81a7a9c4ae82c088795c61d27429e34164 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] d1ea1bad854fd80553f8b09fef42fcfbd26958cc3d4e67aea56ec9ddd650750a [INFO] running `"docker" "start" "-a" "d1ea1bad854fd80553f8b09fef42fcfbd26958cc3d4e67aea56ec9ddd650750a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ministat v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: the item `BufReader` is imported redundantly [INFO] [stderr] --> src/data.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 2 | use std::io::{BufReader, BufRead}; [INFO] [stderr] | --------- the item `BufReader` is already imported here [INFO] [stderr] ... [INFO] [stderr] 53 | use std::io::BufReader; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/stats.rs:72:35 [INFO] [stderr] | [INFO] [stderr] 72 | |x| format!("{:13.6}", x).trim_right_matches('0').trim_right_matches('.').to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/stats.rs:72:59 [INFO] [stderr] | [INFO] [stderr] 72 | |x| format!("{:13.6}", x).trim_right_matches('0').trim_right_matches('.').to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `"docker" "inspect" "d1ea1bad854fd80553f8b09fef42fcfbd26958cc3d4e67aea56ec9ddd650750a"` [INFO] running `"docker" "rm" "-f" "d1ea1bad854fd80553f8b09fef42fcfbd26958cc3d4e67aea56ec9ddd650750a"` [INFO] [stdout] d1ea1bad854fd80553f8b09fef42fcfbd26958cc3d4e67aea56ec9ddd650750a [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 0a4853748157b66e212c7a66704a261797c8fedcb930741e82e9f548c8fbd198 [INFO] running `"docker" "start" "-a" "0a4853748157b66e212c7a66704a261797c8fedcb930741e82e9f548c8fbd198"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: the item `BufReader` is imported redundantly [INFO] [stderr] --> src/data.rs:53:9 [INFO] [stderr] | [INFO] [stderr] 2 | use std::io::{BufReader, BufRead}; [INFO] [stderr] | --------- the item `BufReader` is already imported here [INFO] [stderr] ... [INFO] [stderr] 53 | use std::io::BufReader; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/stats.rs:72:35 [INFO] [stderr] | [INFO] [stderr] 72 | |x| format!("{:13.6}", x).trim_right_matches('0').trim_right_matches('.').to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/stats.rs:72:59 [INFO] [stderr] | [INFO] [stderr] 72 | |x| format!("{:13.6}", x).trim_right_matches('0').trim_right_matches('.').to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ministat-36b108ff362aa78a [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" "0a4853748157b66e212c7a66704a261797c8fedcb930741e82e9f548c8fbd198"` [INFO] running `"docker" "rm" "-f" "0a4853748157b66e212c7a66704a261797c8fedcb930741e82e9f548c8fbd198"` [INFO] [stdout] 0a4853748157b66e212c7a66704a261797c8fedcb930741e82e9f548c8fbd198