Oct 21 19:15:21.221 INFO checking bootandy/ports2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 19:15:21.222 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 19:15:21.583 INFO blam! 303cbe32d56c669c7ed6f72ccc92c8e23fdfa344517aa8bd9353e2cc348b0f46 Oct 21 19:15:21.586 INFO running `"docker" "start" "-a" "303cbe32d56c669c7ed6f72ccc92c8e23fdfa344517aa8bd9353e2cc348b0f46"` Oct 21 19:15:22.676 INFO kablam! usermod: no changes Oct 21 19:15:22.822 INFO kablam! Compiling log v0.4.3 Oct 21 19:15:22.822 INFO kablam! Compiling memchr v2.0.1 Oct 21 19:15:22.822 INFO kablam! Checking pnet_sys v0.21.0 Oct 21 19:15:22.822 INFO kablam! Compiling thread_local v0.3.5 Oct 21 19:15:23.605 INFO kablam! Checking pnet_datalink v0.21.0 Oct 21 19:15:24.572 INFO kablam! Compiling aho-corasick v0.6.6 Oct 21 19:15:25.012 INFO kablam! Compiling log v0.3.9 Oct 21 19:15:26.703 INFO kablam! Compiling syntex_errors v0.42.0 Oct 21 19:15:26.804 INFO kablam! Compiling regex v0.2.11 Oct 21 19:15:30.944 INFO kablam! Compiling syntex_syntax v0.42.0 Oct 21 19:16:17.025 INFO kablam! Compiling syntex v0.42.2 Oct 21 19:16:18.800 INFO kablam! Compiling pnet_macros v0.21.0 Oct 21 19:16:22.080 INFO kablam! Compiling pnet_packet v0.21.0 Oct 21 19:16:35.529 INFO kablam! Checking pnet_transport v0.21.0 Oct 21 19:16:36.170 INFO kablam! Checking pnet v0.21.0 Oct 21 19:16:36.640 INFO kablam! Checking ports2 v0.1.0 (/source) Oct 21 19:16:37.394 INFO kablam! warning: unused import: `std::thread` Oct 21 19:16:37.394 INFO kablam! --> src/main.rs:14:5 Oct 21 19:16:37.395 INFO kablam! | Oct 21 19:16:37.395 INFO kablam! 14 | use std::thread; Oct 21 19:16:37.395 INFO kablam! | ^^^^^^^^^^^ Oct 21 19:16:37.396 INFO kablam! | Oct 21 19:16:37.396 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:16:37.396 INFO kablam! Oct 21 19:16:37.496 INFO kablam! warning: unused import: `std::thread` Oct 21 19:16:37.496 INFO kablam! --> src/main.rs:14:5 Oct 21 19:16:37.496 INFO kablam! | Oct 21 19:16:37.496 INFO kablam! 14 | use std::thread; Oct 21 19:16:37.496 INFO kablam! | ^^^^^^^^^^^ Oct 21 19:16:37.496 INFO kablam! | Oct 21 19:16:37.496 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 19:16:37.496 INFO kablam! Oct 21 19:16:37.524 INFO kablam! warning: constant in pattern `Arp` should have an upper case name such as `ARP` Oct 21 19:16:37.524 INFO kablam! --> src/main.rs:63:17 Oct 21 19:16:37.524 INFO kablam! | Oct 21 19:16:37.524 INFO kablam! 63 | Arp => "Arp".to_string(), Oct 21 19:16:37.524 INFO kablam! | ^^^ Oct 21 19:16:37.524 INFO kablam! | Oct 21 19:16:37.524 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 19:16:37.524 INFO kablam! Oct 21 19:16:37.525 INFO kablam! warning: constant in pattern `Rarp` should have an upper case name such as `RARP` Oct 21 19:16:37.525 INFO kablam! --> src/main.rs:64:17 Oct 21 19:16:37.525 INFO kablam! | Oct 21 19:16:37.525 INFO kablam! 64 | Rarp => "Rarp".to_string(), Oct 21 19:16:37.525 INFO kablam! | ^^^^ Oct 21 19:16:37.525 INFO kablam! Oct 21 19:16:37.525 INFO kablam! warning: constant in pattern `Vlan` should have an upper case name such as `VLAN` Oct 21 19:16:37.525 INFO kablam! --> src/main.rs:65:17 Oct 21 19:16:37.525 INFO kablam! | Oct 21 19:16:37.525 INFO kablam! 65 | Vlan => "Vlan".to_string(), Oct 21 19:16:37.525 INFO kablam! | ^^^^ Oct 21 19:16:37.525 INFO kablam! Oct 21 19:16:37.525 INFO kablam! warning: constant in pattern `WakeOnLan` should have an upper case name such as `WAKE_ON_LAN` Oct 21 19:16:37.525 INFO kablam! --> src/main.rs:66:17 Oct 21 19:16:37.525 INFO kablam! | Oct 21 19:16:37.525 INFO kablam! 66 | WakeOnLan => "WakeOnLan".to_string(), Oct 21 19:16:37.525 INFO kablam! | ^^^^^^^^^ Oct 21 19:16:37.525 INFO kablam! Oct 21 19:16:37.525 INFO kablam! warning: constant in pattern `Ipv4` should have an upper case name such as `IPV4` Oct 21 19:16:37.525 INFO kablam! --> src/main.rs:67:17 Oct 21 19:16:37.525 INFO kablam! | Oct 21 19:16:37.525 INFO kablam! 67 | Ipv4 => "Ipv4".to_string(), Oct 21 19:16:37.525 INFO kablam! | ^^^^ Oct 21 19:16:37.525 INFO kablam! Oct 21 19:16:37.525 INFO kablam! warning: constant in pattern `Ipv6` should have an upper case name such as `IPV6` Oct 21 19:16:37.525 INFO kablam! --> src/main.rs:68:17 Oct 21 19:16:37.525 INFO kablam! | Oct 21 19:16:37.525 INFO kablam! 68 | Ipv6 => "Ipv6".to_string(), Oct 21 19:16:37.525 INFO kablam! | ^^^^ Oct 21 19:16:37.525 INFO kablam! Oct 21 19:16:37.633 INFO kablam! warning: constant in pattern `Arp` should have an upper case name such as `ARP` Oct 21 19:16:37.633 INFO kablam! --> src/main.rs:63:17 Oct 21 19:16:37.633 INFO kablam! | Oct 21 19:16:37.633 INFO kablam! 63 | Arp => "Arp".to_string(), Oct 21 19:16:37.633 INFO kablam! | ^^^ Oct 21 19:16:37.633 INFO kablam! | Oct 21 19:16:37.634 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 19:16:37.634 INFO kablam! Oct 21 19:16:37.634 INFO kablam! warning: constant in pattern `Rarp` should have an upper case name such as `RARP` Oct 21 19:16:37.634 INFO kablam! --> src/main.rs:64:17 Oct 21 19:16:37.634 INFO kablam! | Oct 21 19:16:37.634 INFO kablam! 64 | Rarp => "Rarp".to_string(), Oct 21 19:16:37.635 INFO kablam! | ^^^^ Oct 21 19:16:37.635 INFO kablam! Oct 21 19:16:37.635 INFO kablam! warning: constant in pattern `Vlan` should have an upper case name such as `VLAN` Oct 21 19:16:37.635 INFO kablam! --> src/main.rs:65:17 Oct 21 19:16:37.635 INFO kablam! | Oct 21 19:16:37.635 INFO kablam! 65 | Vlan => "Vlan".to_string(), Oct 21 19:16:37.636 INFO kablam! | ^^^^ Oct 21 19:16:37.636 INFO kablam! Oct 21 19:16:37.636 INFO kablam! warning: constant in pattern `WakeOnLan` should have an upper case name such as `WAKE_ON_LAN` Oct 21 19:16:37.636 INFO kablam! --> src/main.rs:66:17 Oct 21 19:16:37.636 INFO kablam! | Oct 21 19:16:37.636 INFO kablam! 66 | WakeOnLan => "WakeOnLan".to_string(), Oct 21 19:16:37.637 INFO kablam! | ^^^^^^^^^ Oct 21 19:16:37.637 INFO kablam! Oct 21 19:16:37.637 INFO kablam! warning: constant in pattern `Ipv4` should have an upper case name such as `IPV4` Oct 21 19:16:37.637 INFO kablam! --> src/main.rs:67:17 Oct 21 19:16:37.637 INFO kablam! | Oct 21 19:16:37.637 INFO kablam! 67 | Ipv4 => "Ipv4".to_string(), Oct 21 19:16:37.638 INFO kablam! | ^^^^ Oct 21 19:16:37.638 INFO kablam! Oct 21 19:16:37.638 INFO kablam! warning: constant in pattern `Ipv6` should have an upper case name such as `IPV6` Oct 21 19:16:37.638 INFO kablam! --> src/main.rs:68:17 Oct 21 19:16:37.638 INFO kablam! | Oct 21 19:16:37.638 INFO kablam! 68 | Ipv6 => "Ipv6".to_string(), Oct 21 19:16:37.639 INFO kablam! | ^^^^ Oct 21 19:16:37.639 INFO kablam! Oct 21 19:16:37.657 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 14s Oct 21 19:16:37.662 INFO kablam! su: No module specific data is present Oct 21 19:16:38.253 INFO running `"docker" "rm" "-f" "303cbe32d56c669c7ed6f72ccc92c8e23fdfa344517aa8bd9353e2cc348b0f46"` Oct 21 19:16:38.579 INFO blam! 303cbe32d56c669c7ed6f72ccc92c8e23fdfa344517aa8bd9353e2cc348b0f46