[INFO] cloning repository Sam-Jeston/network_monitor [INFO] running `"git" "clone" "--bare" "git://github.com/Sam-Jeston/network_monitor.git" "work/cache/sources/gh/Sam-Jeston/network_monitor"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Sam-Jeston/network_monitor'... [INFO] running `"git" "clone" "work/cache/sources/gh/Sam-Jeston/network_monitor" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Sam-Jeston/network_monitor"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Sam-Jeston/network_monitor'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Sam-Jeston/network_monitor" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Sam-Jeston/network_monitor"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Sam-Jeston/network_monitor'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fb4433b27c83d4ed7c5ee3663ab95ff36dea624c [INFO] sha for GitHub repo Sam-Jeston/network_monitor: fb4433b27c83d4ed7c5ee3663ab95ff36dea624c [INFO] validating manifest of Sam-Jeston/network_monitor on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Sam-Jeston/network_monitor on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Sam-Jeston/network_monitor [INFO] finished frobbing Sam-Jeston/network_monitor [INFO] frobbed toml for Sam-Jeston/network_monitor written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/Sam-Jeston/network_monitor/Cargo.toml [INFO] started frobbing Sam-Jeston/network_monitor [INFO] finished frobbing Sam-Jeston/network_monitor [INFO] frobbed toml for Sam-Jeston/network_monitor written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Sam-Jeston/network_monitor/Cargo.toml [INFO] crate Sam-Jeston/network_monitor already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pnet v0.17.1 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Sam-Jeston/network_monitor against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Sam-Jeston/network_monitor:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] c1802e467cb69d407e7f8a147ea904fc502fe285cb52b8f47282f996dc53a2cc [INFO] running `"docker" "start" "-a" "c1802e467cb69d407e7f8a147ea904fc502fe285cb52b8f47282f996dc53a2cc"` [INFO] [stderr] Compiling pnet_macros_support v0.1.1 [INFO] [stderr] Compiling ipnetwork v0.12.3 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.13.1 [INFO] [stderr] Compiling pnet v0.17.1 [INFO] [stderr] Compiling network_monitor v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `MutablePacket`, `Packet` [INFO] [stderr] --> src/main.rs:8:20 [INFO] [stderr] | [INFO] [stderr] 8 | use pnet::packet::{Packet, MutablePacket, PacketSize}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `"docker" "inspect" "c1802e467cb69d407e7f8a147ea904fc502fe285cb52b8f47282f996dc53a2cc"` [INFO] running `"docker" "rm" "-f" "c1802e467cb69d407e7f8a147ea904fc502fe285cb52b8f47282f996dc53a2cc"` [INFO] [stdout] c1802e467cb69d407e7f8a147ea904fc502fe285cb52b8f47282f996dc53a2cc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Sam-Jeston/network_monitor:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] f50d22de59019b121b9cacea70eceb4756b23449345f1caf6370e06a2a9400e7 [INFO] running `"docker" "start" "-a" "f50d22de59019b121b9cacea70eceb4756b23449345f1caf6370e06a2a9400e7"` [INFO] [stderr] Compiling network_monitor v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `MutablePacket`, `Packet` [INFO] [stderr] --> src/main.rs:8:20 [INFO] [stderr] | [INFO] [stderr] 8 | use pnet::packet::{Packet, MutablePacket, PacketSize}; [INFO] [stderr] | ^^^^^^ ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.91s [INFO] running `"docker" "inspect" "f50d22de59019b121b9cacea70eceb4756b23449345f1caf6370e06a2a9400e7"` [INFO] running `"docker" "rm" "-f" "f50d22de59019b121b9cacea70eceb4756b23449345f1caf6370e06a2a9400e7"` [INFO] [stdout] f50d22de59019b121b9cacea70eceb4756b23449345f1caf6370e06a2a9400e7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/Sam-Jeston/network_monitor:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 481959c16326708461938e4f302644e82759b489876abb0b00dfe948f64ebe32 [INFO] running `"docker" "start" "-a" "481959c16326708461938e4f302644e82759b489876abb0b00dfe948f64ebe32"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/network_monitor-d78248d872fee20a [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "481959c16326708461938e4f302644e82759b489876abb0b00dfe948f64ebe32"` [INFO] running `"docker" "rm" "-f" "481959c16326708461938e4f302644e82759b489876abb0b00dfe948f64ebe32"` [INFO] [stdout] 481959c16326708461938e4f302644e82759b489876abb0b00dfe948f64ebe32