[INFO] cloning repository https://github.com/tumbl3w33d/interface_scraper [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tumbl3w33d/interface_scraper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftumbl3w33d%2Finterface_scraper", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftumbl3w33d%2Finterface_scraper'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 144a4a2ede54b6908007107bae78cafe0bccc4ec [INFO] checking tumbl3w33d/interface_scraper against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftumbl3w33d%2Finterface_scraper" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tumbl3w33d/interface_scraper on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/tumbl3w33d/interface_scraper [INFO] finished tweaking git repo https://github.com/tumbl3w33d/interface_scraper [INFO] tweaked toml for git repo https://github.com/tumbl3w33d/interface_scraper written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/tumbl3w33d/interface_scraper already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 55dc364116dc24c6b481bb8505747dbf5cb1b6051e0deed2ee9b9e309fe8b9a5 [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" "55dc364116dc24c6b481bb8505747dbf5cb1b6051e0deed2ee9b9e309fe8b9a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "55dc364116dc24c6b481bb8505747dbf5cb1b6051e0deed2ee9b9e309fe8b9a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55dc364116dc24c6b481bb8505747dbf5cb1b6051e0deed2ee9b9e309fe8b9a5", kill_on_drop: false }` [INFO] [stdout] 55dc364116dc24c6b481bb8505747dbf5cb1b6051e0deed2ee9b9e309fe8b9a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 91348562f830fd06fe6ce8c052e2a66fd965155fa93208ece2636a9e21ccbce8 [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" "91348562f830fd06fe6ce8c052e2a66fd965155fa93208ece2636a9e21ccbce8", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.40 [INFO] [stderr] Compiling regex v1.0.1 [INFO] [stderr] Checking ucd-util v0.1.1 [INFO] [stderr] Checking lazy_static v1.0.0 [INFO] [stderr] Checking utf8-ranges v1.0.0 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Checking thread_local v0.3.5 [INFO] [stderr] Checking regex-syntax v0.6.0 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Compiling getset v0.0.6 [INFO] [stderr] Checking interface_scraper 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/ifconfig.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | / lazy_static! { [INFO] [stdout] 50 | | static ref IP_A_RE: Regex = Regex::new( [INFO] [stdout] 51 | | r"^(?P\d+):\s+(?P[^\s]+)\s+(?P[^\s]+)\s+(?P[^\s]+).*" [INFO] [stdout] 52 | | ).unwrap(); [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (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/ifconfig.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | / lazy_static! { [INFO] [stdout] 77 | | static ref IP_R_RE: Regex = Regex::new( [INFO] [stdout] 78 | | r"^1.1.1.1\svia\s+(?P\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})\s+dev\s+(?P[^\s]+)\s+.*" [INFO] [stdout] 79 | | ).unwrap(); [INFO] [stdout] 80 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/netmask.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | static ref LOOKUP: HashMap<&'static str, &'static str> = { [INFO] [stdout] 5 | | [ [INFO] [stdout] 6 | | ("1", "128.0.0.0"), ("2", "192.0.0.0"), ("3", "224.0.0.0"), [INFO] [stdout] ... | [INFO] [stdout] 18 | | }; [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/ifconfig.rs:49:5 [INFO] [stdout] | [INFO] [stdout] 49 | / lazy_static! { [INFO] [stdout] 50 | | static ref IP_A_RE: Regex = Regex::new( [INFO] [stdout] 51 | | r"^(?P\d+):\s+(?P[^\s]+)\s+(?P[^\s]+)\s+(?P[^\s]+).*" [INFO] [stdout] 52 | | ).unwrap(); [INFO] [stdout] 53 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (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/ifconfig.rs:76:5 [INFO] [stdout] | [INFO] [stdout] 76 | / lazy_static! { [INFO] [stdout] 77 | | static ref IP_R_RE: Regex = Regex::new( [INFO] [stdout] 78 | | r"^1.1.1.1\svia\s+(?P\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})\s+dev\s+(?P[^\s]+)\s+.*" [INFO] [stdout] 79 | | ).unwrap(); [INFO] [stdout] 80 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (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/netmask.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | / lazy_static! { [INFO] [stdout] 4 | | static ref LOOKUP: HashMap<&'static str, &'static str> = { [INFO] [stdout] 5 | | [ [INFO] [stdout] 6 | | ("1", "128.0.0.0"), ("2", "192.0.0.0"), ("3", "224.0.0.0"), [INFO] [stdout] ... | [INFO] [stdout] 18 | | }; [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/ifconfig.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 31 | let mut flagged_wan_iface = wan_iface.as_wan_interface().with_gateway(gateway); [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/ifconfig.rs:34:21 [INFO] [stdout] | [INFO] [stdout] 34 | let mut ifaces_with_wan = ifaces_without_wan; [INFO] [stdout] | ----^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/ifconfig.rs:31:21 [INFO] [stdout] | [INFO] [stdout] 31 | let mut flagged_wan_iface = wan_iface.as_wan_interface().with_gateway(gateway); [INFO] [stdout] | ----^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/ifconfig.rs:34:21 [INFO] [stdout] | [INFO] [stdout] 34 | let mut ifaces_with_wan = ifaces_without_wan; [INFO] [stdout] | ----^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/ifconfig.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | let mut octets: Vec = captures["gateway"].split(r".").map(|x| x.parse().unwrap()).collect(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/ifconfig.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | let mut octets: Vec = captures["gateway"].split(r".").map(|x| x.parse().unwrap()).collect(); [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.67s [INFO] running `Command { std: "docker" "inspect" "91348562f830fd06fe6ce8c052e2a66fd965155fa93208ece2636a9e21ccbce8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91348562f830fd06fe6ce8c052e2a66fd965155fa93208ece2636a9e21ccbce8", kill_on_drop: false }` [INFO] [stdout] 91348562f830fd06fe6ce8c052e2a66fd965155fa93208ece2636a9e21ccbce8