[INFO] cloning repository https://github.com/zhxie/pcap2socks [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zhxie/pcap2socks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhxie%2Fpcap2socks", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhxie%2Fpcap2socks'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bfc2554b987c7c0a2baf76ec1eaad8756caa9148 [INFO] testing zhxie/pcap2socks against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzhxie%2Fpcap2socks" "/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/zhxie/pcap2socks on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/zhxie/pcap2socks [INFO] finished tweaking git repo https://github.com/zhxie/pcap2socks [INFO] tweaked toml for git repo https://github.com/zhxie/pcap2socks written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/zhxie/pcap2socks already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1361d22d36b13cf54116783e9e981a8c9d34c26f1aba77f940f79203925ad27d [INFO] running `Command { std: "docker" "start" "-a" "1361d22d36b13cf54116783e9e981a8c9d34c26f1aba77f940f79203925ad27d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1361d22d36b13cf54116783e9e981a8c9d34c26f1aba77f940f79203925ad27d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1361d22d36b13cf54116783e9e981a8c9d34c26f1aba77f940f79203925ad27d", kill_on_drop: false }` [INFO] [stdout] 1361d22d36b13cf54116783e9e981a8c9d34c26f1aba77f940f79203925ad27d [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 250acb75273aa9566ddd2d6413d0171e78036c52b8d2132278ea515e9b77b15e [INFO] running `Command { std: "docker" "start" "-a" "250acb75273aa9566ddd2d6413d0171e78036c52b8d2132278ea515e9b77b15e", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling syn v1.0.57 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling pnet_base v0.27.2 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling pest v0.3.3 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling bitflags v0.9.1 [INFO] [stderr] Compiling pnet v0.27.2 [INFO] [stderr] Compiling pin-project-lite v0.2.1 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling humantime v2.0.1 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling pnet_macros_support v0.27.2 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling lru v0.6.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling tokio v1.0.1 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling pnet_sys v0.27.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Compiling mio v0.7.7 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling nix v0.9.0 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.6.1 [INFO] [stderr] Compiling dns-lookup v1.0.5 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Compiling rand v0.8.1 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling env_logger v0.8.2 [INFO] [stderr] Compiling ipnetwork v0.17.0 [INFO] [stderr] Compiling pnet_datalink v0.27.2 [INFO] [stderr] Compiling handlebars v0.29.1 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling tokio-macros v1.0.0 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling syntex v0.42.2 [INFO] [stderr] Compiling pnet_macros v0.27.2 [INFO] [stderr] Compiling async-socks5 v0.5.0 [INFO] [stderr] Compiling interfaces v0.0.4 [INFO] [stderr] Compiling pnet_packet v0.27.2 [INFO] [stderr] Compiling pnet_transport v0.27.2 [INFO] [stderr] Compiling pcap2socks v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 17s [INFO] running `Command { std: "docker" "inspect" "250acb75273aa9566ddd2d6413d0171e78036c52b8d2132278ea515e9b77b15e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "250acb75273aa9566ddd2d6413d0171e78036c52b8d2132278ea515e9b77b15e", kill_on_drop: false }` [INFO] [stdout] 250acb75273aa9566ddd2d6413d0171e78036c52b8d2132278ea515e9b77b15e [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ed3d1d96db8be20196a13018b1a7b9ba7b7b40d8d94b99a5e49228aaa8ab6bfe [INFO] running `Command { std: "docker" "start" "-a" "ed3d1d96db8be20196a13018b1a7b9ba7b7b40d8d94b99a5e49228aaa8ab6bfe", kill_on_drop: false }` [INFO] [stderr] Compiling pcap2socks v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.81s [INFO] running `Command { std: "docker" "inspect" "ed3d1d96db8be20196a13018b1a7b9ba7b7b40d8d94b99a5e49228aaa8ab6bfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ed3d1d96db8be20196a13018b1a7b9ba7b7b40d8d94b99a5e49228aaa8ab6bfe", kill_on_drop: false }` [INFO] [stdout] ed3d1d96db8be20196a13018b1a7b9ba7b7b40d8d94b99a5e49228aaa8ab6bfe [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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 26e8851f8e3820fa7f6913c79c6803e04419546b3727c3f7819493838f9b5bd7 [INFO] running `Command { std: "docker" "start" "-a" "26e8851f8e3820fa7f6913c79c6803e04419546b3727c3f7819493838f9b5bd7", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pcap2socks-d9b01ff7b70fc90e) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test tcp::cache::queue_append_overflow_overlapped ... ok [INFO] [stdout] test tcp::cache::queue_append_overflow_overlapped_2 ... ok [INFO] [stdout] test tcp::cache::queue_append_overflow ... ok [INFO] [stdout] test tcp::cache::window_append ... ok [INFO] [stdout] test tcp::cache::queue_new ... ok [INFO] [stdout] test tcp::cache::window_append_overflow_overlapped ... ok [INFO] [stdout] test packet::defraggler_add ... ok [INFO] [stdout] test tcp::cache::window_append_overflow_overlapped_2 ... ok [INFO] [stdout] test tcp::cache::window_append_overflow ... ok [INFO] [stdout] test tcp::cache::window_new ... ok [INFO] [stdout] test tcp::cache::window_append_prev_and_next ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pcap2socks-694f139bb9cda76d) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests pcap2socks [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "26e8851f8e3820fa7f6913c79c6803e04419546b3727c3f7819493838f9b5bd7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26e8851f8e3820fa7f6913c79c6803e04419546b3727c3f7819493838f9b5bd7", kill_on_drop: false }` [INFO] [stdout] 26e8851f8e3820fa7f6913c79c6803e04419546b3727c3f7819493838f9b5bd7