[INFO] cloning repository https://github.com/angelopoerio/oom-notifier [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/angelopoerio/oom-notifier" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fangelopoerio%2Foom-notifier", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fangelopoerio%2Foom-notifier'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 06d6b02e11f96db7c23648650c1fbaf27f47731a [INFO] checking angelopoerio/oom-notifier against master#90442458ac46b1d5eed752c316da25450f67285b for pr-81477 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fangelopoerio%2Foom-notifier" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/angelopoerio/oom-notifier on toolchain 90442458ac46b1d5eed752c316da25450f67285b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/angelopoerio/oom-notifier [INFO] finished tweaking git repo https://github.com/angelopoerio/oom-notifier [INFO] tweaked toml for git repo https://github.com/angelopoerio/oom-notifier written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/angelopoerio/oom-notifier already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] running `Command { std: "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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2734322d468f895d4b7d46ff6ed45e5d09a37afce32f9d68a572e3c3791d2126 [INFO] running `Command { std: "docker" "start" "-a" "2734322d468f895d4b7d46ff6ed45e5d09a37afce32f9d68a572e3c3791d2126", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2734322d468f895d4b7d46ff6ed45e5d09a37afce32f9d68a572e3c3791d2126", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2734322d468f895d4b7d46ff6ed45e5d09a37afce32f9d68a572e3c3791d2126", kill_on_drop: false }` [INFO] [stdout] 2734322d468f895d4b7d46ff6ed45e5d09a37afce32f9d68a572e3c3791d2126 [INFO] running `Command { std: "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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+90442458ac46b1d5eed752c316da25450f67285b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b9550f593c836e54b7d346e90b678f1d89701bd7ee3b7e122a5bcab2a258f75e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b9550f593c836e54b7d346e90b678f1d89701bd7ee3b7e122a5bcab2a258f75e", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling libc v0.2.97 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling tokio v1.7.0 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Checking lru v0.6.5 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling rdkafka-sys v4.0.0+1.6.1 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking nonblock v0.1.0 [INFO] [stderr] Checking errno v0.2.7 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking flate2 v1.0.20 [INFO] [stderr] Checking gethostname v0.2.1 [INFO] [stderr] Checking num-complex v0.3.1 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking signal-hook v0.3.9 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking syslog v5.0.0 [INFO] [stderr] Checking procfs v0.9.1 [INFO] [stderr] Checking num v0.3.1 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Compiling num-derive v0.3.3 [INFO] [stderr] Compiling strum_macros v0.20.1 [INFO] [stderr] Compiling enum-display-derive v0.1.1 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Checking futures-util v0.3.15 [INFO] [stderr] Checking pin-project v1.0.7 [INFO] [stderr] Checking clap v3.0.0-beta.2 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Checking futures-executor v0.3.15 [INFO] [stderr] Checking futures v0.3.15 [INFO] [stderr] Checking rmesg v1.0.14 [INFO] [stderr] Checking serde_json v1.0.64 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling num_enum_derive v0.5.1 [INFO] [stderr] Checking num_enum v0.5.1 [INFO] [stderr] Checking rdkafka v0.26.0 [INFO] [stderr] Checking oom-notifier v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `procfs::process::all_processes` [INFO] [stdout] --> src/main.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use procfs::process::all_processes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `procfs::process::all_processes` [INFO] [stdout] --> src/main.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use procfs::process::all_processes; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/notifiers.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(s) => Ok("".to_string()), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/notifiers.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | Ok(s) => Ok("".to_string()), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/notifiers.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 32 | Ok(s) => Ok("".to_string()), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `syslog_notifier` [INFO] [stdout] --> src/notifiers.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn syslog_notifier(message: String, proto: String, server: String) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/notifiers.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | Ok(s) => Ok("".to_string()), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/notifiers.rs:25:20 [INFO] [stdout] | [INFO] [stdout] 25 | Ok(s) => Ok("".to_string()), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/notifiers.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 32 | Ok(s) => Ok("".to_string()), [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `syslog_notifier` [INFO] [stdout] --> src/notifiers.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | pub fn syslog_notifier(message: String, proto: String, server: String) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `Command { std: "docker" "inspect" "b9550f593c836e54b7d346e90b678f1d89701bd7ee3b7e122a5bcab2a258f75e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b9550f593c836e54b7d346e90b678f1d89701bd7ee3b7e122a5bcab2a258f75e", kill_on_drop: false }` [INFO] [stdout] b9550f593c836e54b7d346e90b678f1d89701bd7ee3b7e122a5bcab2a258f75e