[INFO] cloning repository https://github.com/mirhec/memlogger-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mirhec/memlogger-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmirhec%2Fmemlogger-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmirhec%2Fmemlogger-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 01df980d79b2547fdd6b92372ab498d3f481bed8 [INFO] testing mirhec/memlogger-rs against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmirhec%2Fmemlogger-rs" "/workspace/builds/worker-17/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-17/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mirhec/memlogger-rs on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mirhec/memlogger-rs [INFO] finished tweaking git repo https://github.com/mirhec/memlogger-rs [INFO] tweaked toml for git repo https://github.com/mirhec/memlogger-rs written to /workspace/builds/worker-17/source/Cargo.toml [INFO] crate git repo https://github.com/mirhec/memlogger-rs already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rayon v1.1.0 [INFO] [stderr] Downloaded doc-comment v0.3.1 [INFO] [stderr] Downloaded timer v0.2.0 [INFO] [stderr] Downloaded rayon-core v1.5.0 [INFO] [stderr] Downloaded sysinfo v0.9.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ec113479960fc389f0ca2fbd8f11239c58e5f3e05752d16273aa4efc2800c9da [INFO] running `Command { std: "docker" "start" "-a" "ec113479960fc389f0ca2fbd8f11239c58e5f3e05752d16273aa4efc2800c9da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ec113479960fc389f0ca2fbd8f11239c58e5f3e05752d16273aa4efc2800c9da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec113479960fc389f0ca2fbd8f11239c58e5f3e05752d16273aa4efc2800c9da", kill_on_drop: false }` [INFO] [stdout] ec113479960fc389f0ca2fbd8f11239c58e5f3e05752d16273aa4efc2800c9da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 414bbeba934e13558b3afd84b057ab8a00862ea277cd3f1b6847dcfbc65bfad0 [INFO] running `Command { std: "docker" "start" "-a" "414bbeba934e13558b3afd84b057ab8a00862ea277cd3f1b6847dcfbc65bfad0", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling doc-comment v0.3.1 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling sysinfo v0.9.1 [INFO] [stderr] Compiling memoffset v0.5.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling timer v0.2.0 [INFO] [stderr] Compiling memlogger v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / quick_error! { [INFO] [stdout] 12 | | #[derive(Debug)] [INFO] [stdout] 13 | | pub enum CliError { [INFO] [stdout] 14 | | ParseInt(err: std::num::ParseIntError) { from() } [INFO] [stdout] 15 | | Io(err: std::io::Error) { from() } [INFO] [stdout] 16 | | } [INFO] [stdout] 17 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / quick_error! { [INFO] [stdout] 12 | | #[derive(Debug)] [INFO] [stdout] 13 | | pub enum CliError { [INFO] [stdout] 14 | | ParseInt(err: std::num::ParseIntError) { from() } [INFO] [stdout] 15 | | Io(err: std::io::Error) { from() } [INFO] [stdout] 16 | | } [INFO] [stdout] 17 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.10s [INFO] running `Command { std: "docker" "inspect" "414bbeba934e13558b3afd84b057ab8a00862ea277cd3f1b6847dcfbc65bfad0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "414bbeba934e13558b3afd84b057ab8a00862ea277cd3f1b6847dcfbc65bfad0", kill_on_drop: false }` [INFO] [stdout] 414bbeba934e13558b3afd84b057ab8a00862ea277cd3f1b6847dcfbc65bfad0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 60608edd0287f568c613799f1a0282cd0f7d52d225f5ae03e330e9c66c2e0dd2 [INFO] running `Command { std: "docker" "start" "-a" "60608edd0287f568c613799f1a0282cd0f7d52d225f5ae03e330e9c66c2e0dd2", kill_on_drop: false }` [INFO] [stderr] Compiling memlogger v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / quick_error! { [INFO] [stdout] 12 | | #[derive(Debug)] [INFO] [stdout] 13 | | pub enum CliError { [INFO] [stdout] 14 | | ParseInt(err: std::num::ParseIntError) { from() } [INFO] [stdout] 15 | | Io(err: std::io::Error) { from() } [INFO] [stdout] 16 | | } [INFO] [stdout] 17 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/main.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 11 | / quick_error! { [INFO] [stdout] 12 | | #[derive(Debug)] [INFO] [stdout] 13 | | pub enum CliError { [INFO] [stdout] 14 | | ParseInt(err: std::num::ParseIntError) { from() } [INFO] [stdout] 15 | | Io(err: std::io::Error) { from() } [INFO] [stdout] 16 | | } [INFO] [stdout] 17 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.44s [INFO] running `Command { std: "docker" "inspect" "60608edd0287f568c613799f1a0282cd0f7d52d225f5ae03e330e9c66c2e0dd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60608edd0287f568c613799f1a0282cd0f7d52d225f5ae03e330e9c66c2e0dd2", kill_on_drop: false }` [INFO] [stdout] 60608edd0287f568c613799f1a0282cd0f7d52d225f5ae03e330e9c66c2e0dd2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] cf7919f998145d905e1490dde151bd276e6d53233371546f8c1700edd6e1db3e [INFO] running `Command { std: "docker" "start" "-a" "cf7919f998145d905e1490dde151bd276e6d53233371546f8c1700edd6e1db3e", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] 13 | | pub enum CliError { [INFO] [stderr] 14 | | ParseInt(err: std::num::ParseIntError) { from() } [INFO] [stderr] 15 | | Io(err: std::io::Error) { from() } [INFO] [stderr] 16 | | } [INFO] [stderr] 17 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / quick_error! { [INFO] [stderr] 12 | | #[derive(Debug)] [INFO] [stderr] 13 | | pub enum CliError { [INFO] [stderr] 14 | | ParseInt(err: std::num::ParseIntError) { from() } [INFO] [stderr] 15 | | Io(err: std::io::Error) { from() } [INFO] [stderr] 16 | | } [INFO] [stderr] 17 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `quick_error` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `memlogger` (bin "memlogger" test) generated 2 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/memlogger-6c639c9e88ea080b) [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "cf7919f998145d905e1490dde151bd276e6d53233371546f8c1700edd6e1db3e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf7919f998145d905e1490dde151bd276e6d53233371546f8c1700edd6e1db3e", kill_on_drop: false }` [INFO] [stdout] cf7919f998145d905e1490dde151bd276e6d53233371546f8c1700edd6e1db3e