[INFO] cloning repository https://github.com/papertigers/nictagadm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/papertigers/nictagadm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpapertigers%2Fnictagadm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpapertigers%2Fnictagadm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 85d4b7c91dedf3efc091cad16d68b85416e72434 [INFO] checking papertigers/nictagadm against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpapertigers%2Fnictagadm" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/papertigers/nictagadm on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/papertigers/nictagadm [INFO] finished tweaking git repo https://github.com/papertigers/nictagadm [INFO] tweaked toml for git repo https://github.com/papertigers/nictagadm written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/papertigers/nictagadm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b91cd4de4956be75b5f7ce49d6424a23ce3e4fbfbb2cf86dbb038bb552ae2166 [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" "b91cd4de4956be75b5f7ce49d6424a23ce3e4fbfbb2cf86dbb038bb552ae2166", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b91cd4de4956be75b5f7ce49d6424a23ce3e4fbfbb2cf86dbb038bb552ae2166", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b91cd4de4956be75b5f7ce49d6424a23ce3e4fbfbb2cf86dbb038bb552ae2166", kill_on_drop: false }` [INFO] [stdout] b91cd4de4956be75b5f7ce49d6424a23ce3e4fbfbb2cf86dbb038bb552ae2166 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", 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] 84155e3be3984af47cbc0aca96c49475dc3d965c0e23bda736ffdb78d10013e9 [INFO] running `Command { std: "docker" "start" "-a" "84155e3be3984af47cbc0aca96c49475dc3d965c0e23bda736ffdb78d10013e9", kill_on_drop: false }` [INFO] [stderr] Checking memchr v2.1.3 [INFO] [stderr] Checking zonename v0.1.0 [INFO] [stderr] Checking aho-corasick v0.6.9 [INFO] [stderr] Checking regex v1.1.0 [INFO] [stderr] Checking nictagadm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/bootparams/ffi.rs:4:34 [INFO] [stdout] | [INFO] [stdout] 4 | pub const DINFOSUBTREE: c_uint = (DIIOC | 0x01); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/bootparams/ffi.rs:5:31 [INFO] [stdout] | [INFO] [stdout] 5 | pub const DINFOPROP: c_uint = (DIIOC | 0x04); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tmp_conf` [INFO] [stdout] --> src/main.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | let tmp_conf = "/tmp/.nic-tags"; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tmp_conf` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `val` [INFO] [stdout] --> src/main.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | Ok(val) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_val` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usb_config_copy` [INFO] [stdout] --> src/main.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | let usb_config_copy = config::svc_prop( [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_usb_config_copy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usb_mnt` [INFO] [stdout] --> src/main.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | let usb_mnt = config::svc_prop( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_usb_mnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `smartos` [INFO] [stdout] --> src/main.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | fn find_config_paths(smartos: bool) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_smartos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `paths` [INFO] [stdout] --> src/main.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | let paths = find_config_paths(smartos).unwrap(); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_paths` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/bootparams/ffi.rs:4:34 [INFO] [stdout] | [INFO] [stdout] 4 | pub const DINFOSUBTREE: c_uint = (DIIOC | 0x01); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/bootparams/ffi.rs:5:31 [INFO] [stdout] | [INFO] [stdout] 5 | pub const DINFOPROP: c_uint = (DIIOC | 0x04); [INFO] [stdout] | ^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `tmp_conf` [INFO] [stdout] --> src/main.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | let tmp_conf = "/tmp/.nic-tags"; [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_tmp_conf` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `val` [INFO] [stdout] --> src/main.rs:19:12 [INFO] [stdout] | [INFO] [stdout] 19 | Ok(val) => { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_val` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usb_config_copy` [INFO] [stdout] --> src/main.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | let usb_config_copy = config::svc_prop( [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_usb_config_copy` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `usb_mnt` [INFO] [stdout] --> src/main.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | let usb_mnt = config::svc_prop( [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_usb_mnt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `smartos` [INFO] [stdout] --> src/main.rs:12:22 [INFO] [stdout] | [INFO] [stdout] 12 | fn find_config_paths(smartos: bool) -> Result { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_smartos` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `paths` [INFO] [stdout] --> src/main.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | let paths = find_config_paths(smartos).unwrap(); [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_paths` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.69s [INFO] running `Command { std: "docker" "inspect" "84155e3be3984af47cbc0aca96c49475dc3d965c0e23bda736ffdb78d10013e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84155e3be3984af47cbc0aca96c49475dc3d965c0e23bda736ffdb78d10013e9", kill_on_drop: false }` [INFO] [stdout] 84155e3be3984af47cbc0aca96c49475dc3d965c0e23bda736ffdb78d10013e9