[INFO] cloning repository https://github.com/cholcombe973/memory_monitor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cholcombe973/memory_monitor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcholcombe973%2Fmemory_monitor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcholcombe973%2Fmemory_monitor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d8ab76e99a4df363cbbb0e1b844420d1a1270557 [INFO] testing cholcombe973/memory_monitor against master#432e145bd5a974c5b6f4dd9b352891bd7502b69d for pr-87041 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcholcombe973%2Fmemory_monitor" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cholcombe973/memory_monitor on toolchain 432e145bd5a974c5b6f4dd9b352891bd7502b69d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cholcombe973/memory_monitor [INFO] finished tweaking git repo https://github.com/cholcombe973/memory_monitor [INFO] tweaked toml for git repo https://github.com/cholcombe973/memory_monitor written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/cholcombe973/memory_monitor already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a26e9f663e97cb414c02e71427cdb5fd032a327640e30fe39403116c297f376f [INFO] running `Command { std: "docker" "start" "-a" "a26e9f663e97cb414c02e71427cdb5fd032a327640e30fe39403116c297f376f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a26e9f663e97cb414c02e71427cdb5fd032a327640e30fe39403116c297f376f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a26e9f663e97cb414c02e71427cdb5fd032a327640e30fe39403116c297f376f", kill_on_drop: false }` [INFO] [stdout] a26e9f663e97cb414c02e71427cdb5fd032a327640e30fe39403116c297f376f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 558a290c382190ce5164580b47783857908807356cc3507e9723b936c4d93916 [INFO] running `Command { std: "docker" "start" "-a" "558a290c382190ce5164580b47783857908807356cc3507e9723b936c4d93916", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.29 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling nom v2.2.1 [INFO] [stderr] Compiling cfg-if v0.1.2 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling byteorder v1.1.0 [INFO] [stderr] Compiling quick-error v1.2.0 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling num-traits v0.1.40 [INFO] [stderr] Compiling semver v0.6.0 [INFO] [stderr] Compiling rustc_version v0.2.1 [INFO] [stderr] Compiling humannum v0.1.0 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling textwrap v0.7.0 [INFO] [stderr] Compiling procinfo v0.4.2 [INFO] [stderr] Compiling clap v2.26.0 [INFO] [stderr] Compiling simplelog v0.4.2 [INFO] [stderr] Compiling process_utils v0.1.0 [INFO] [stderr] Compiling memory_monitor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/main.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | .author(crate_authors!("\n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/main.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | .author(crate_authors!("\n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | / kill_and_restart( [INFO] [stdout] 86 | | pid_info, [INFO] [stdout] 87 | | memory_byte_limit, [INFO] [stdout] 88 | | matches.is_present("parent"), [INFO] [stdout] 89 | | matches.is_present("test"), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.21s [INFO] running `Command { std: "docker" "inspect" "558a290c382190ce5164580b47783857908807356cc3507e9723b936c4d93916", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "558a290c382190ce5164580b47783857908807356cc3507e9723b936c4d93916", kill_on_drop: false }` [INFO] [stdout] 558a290c382190ce5164580b47783857908807356cc3507e9723b936c4d93916 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c1ed52c34478459206db02613bbf5637a4cfcdcf3d851dd49ffcc74c69771ae7 [INFO] running `Command { std: "docker" "start" "-a" "c1ed52c34478459206db02613bbf5637a4cfcdcf3d851dd49ffcc74c69771ae7", kill_on_drop: false }` [INFO] [stderr] Compiling memory_monitor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/main.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | .author(crate_authors!("\n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] --> src/main.rs:18:17 [INFO] [stdout] | [INFO] [stdout] 18 | .author(crate_authors!("\n")) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/main.rs:85:5 [INFO] [stdout] | [INFO] [stdout] 85 | / kill_and_restart( [INFO] [stdout] 86 | | pid_info, [INFO] [stdout] 87 | | memory_byte_limit, [INFO] [stdout] 88 | | matches.is_present("parent"), [INFO] [stdout] 89 | | matches.is_present("test"), [INFO] [stdout] 90 | | ); [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.61s [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c1ed52c34478459206db02613bbf5637a4cfcdcf3d851dd49ffcc74c69771ae7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1ed52c34478459206db02613bbf5637a4cfcdcf3d851dd49ffcc74c69771ae7", kill_on_drop: false }` [INFO] [stdout] c1ed52c34478459206db02613bbf5637a4cfcdcf3d851dd49ffcc74c69771ae7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+432e145bd5a974c5b6f4dd9b352891bd7502b69d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9af5381ccf0f3e9e262ebbba0216f2efd65c30817b3bb1961d7e5837d2c381c0 [INFO] running `Command { std: "docker" "start" "-a" "9af5381ccf0f3e9e262ebbba0216f2efd65c30817b3bb1961d7e5837d2c381c0", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stdout] running 0 tests [INFO] [stderr] --> src/main.rs:18:17 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 18 | .author(crate_authors!("\n")) [INFO] [stdout] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated constant `std::sync::ONCE_INIT`: the `new` function is now preferred [INFO] [stderr] --> src/main.rs:18:17 [INFO] [stderr] | [INFO] [stderr] 18 | .author(crate_authors!("\n")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `crate_authors` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused `Result` that must be used [INFO] [stderr] --> src/main.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | / kill_and_restart( [INFO] [stderr] 86 | | pid_info, [INFO] [stderr] 87 | | memory_byte_limit, [INFO] [stderr] 88 | | matches.is_present("parent"), [INFO] [stderr] 89 | | matches.is_present("test"), [INFO] [stderr] 90 | | ); [INFO] [stderr] | |______^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/memory_monitor-b728bcb4ebd74ddb) [INFO] running `Command { std: "docker" "inspect" "9af5381ccf0f3e9e262ebbba0216f2efd65c30817b3bb1961d7e5837d2c381c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9af5381ccf0f3e9e262ebbba0216f2efd65c30817b3bb1961d7e5837d2c381c0", kill_on_drop: false }` [INFO] [stdout] 9af5381ccf0f3e9e262ebbba0216f2efd65c30817b3bb1961d7e5837d2c381c0