[INFO] fetching crate smoltcp 0.6.0... [INFO] testing smoltcp-0.6.0 against 1.49.0 for beta-1.50-1 [INFO] extracting crate smoltcp 0.6.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate smoltcp 0.6.0 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate smoltcp 0.6.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate smoltcp 0.6.0 [INFO] tweaked toml for crates.io crate smoltcp 0.6.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate smoltcp 0.6.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6f886df7e1c7d97781155330db72e1bab2b5d3fa092f211a09433ef0cef8fb29 [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" "6f886df7e1c7d97781155330db72e1bab2b5d3fa092f211a09433ef0cef8fb29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6f886df7e1c7d97781155330db72e1bab2b5d3fa092f211a09433ef0cef8fb29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6f886df7e1c7d97781155330db72e1bab2b5d3fa092f211a09433ef0cef8fb29", kill_on_drop: false }` [INFO] [stdout] 6f886df7e1c7d97781155330db72e1bab2b5d3fa092f211a09433ef0cef8fb29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6a2e5dd648a682f0787f7c651ca823d075ba2db8a6f6bf1279d98d50f9fd74c9 [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" "6a2e5dd648a682f0787f7c651ca823d075ba2db8a6f6bf1279d98d50f9fd74c9", kill_on_drop: false }` [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling managed v0.7.1 [INFO] [stderr] Compiling smoltcp v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/phy/sys/mod.rs:29:27 [INFO] [stdout] | [INFO] [stdout] 29 | let mut readfds = mem::uninitialized::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/phy/sys/mod.rs:33:28 [INFO] [stdout] | [INFO] [stdout] 33 | let mut writefds = mem::uninitialized::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/phy/sys/mod.rs:36:29 [INFO] [stdout] | [INFO] [stdout] 36 | let mut exceptfds = mem::uninitialized::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/iface/neighbor.rs:107:21 [INFO] [stdout] | [INFO] [stdout] 107 | mem::replace(map, new_btree_map); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:4:98 [INFO] [stdout] | [INFO] [stdout] 4 | #![cfg_attr(all(any(feature = "proto-ipv4", feature = "proto-ipv6"), feature = "ethernet"), deny(unused))] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(unused_must_use)]` implied by `#[warn(unused)]` [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 7.52s [INFO] running `Command { std: "docker" "inspect" "6a2e5dd648a682f0787f7c651ca823d075ba2db8a6f6bf1279d98d50f9fd74c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6a2e5dd648a682f0787f7c651ca823d075ba2db8a6f6bf1279d98d50f9fd74c9", kill_on_drop: false }` [INFO] [stdout] 6a2e5dd648a682f0787f7c651ca823d075ba2db8a6f6bf1279d98d50f9fd74c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9b1ae0a26f3ab9244d2bf875291e1a6450c225b065950f9c672decdb44d10701 [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" "9b1ae0a26f3ab9244d2bf875291e1a6450c225b065950f9c672decdb44d10701", kill_on_drop: false }` [INFO] [stderr] Compiling ucd-util v0.1.5 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling utf8-ranges v1.0.3 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling getopts v0.2.19 [INFO] [stderr] Compiling aho-corasick v0.7.4 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stdout] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/phy/sys/mod.rs:29:27 [INFO] [stdout] | [INFO] [stdout] 29 | let mut readfds = mem::uninitialized::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/phy/sys/mod.rs:33:28 [INFO] [stdout] | [INFO] [stdout] 33 | let mut writefds = mem::uninitialized::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/phy/sys/mod.rs:36:29 [INFO] [stdout] | [INFO] [stdout] 36 | let mut exceptfds = mem::uninitialized::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/iface/neighbor.rs:107:21 [INFO] [stdout] | [INFO] [stdout] 107 | mem::replace(map, new_btree_map); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:4:98 [INFO] [stdout] | [INFO] [stdout] 4 | #![cfg_attr(all(any(feature = "proto-ipv4", feature = "proto-ipv6"), feature = "ethernet"), deny(unused))] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(unused_must_use)]` implied by `#[warn(unused)]` [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling regex-syntax v0.6.10 [INFO] [stderr] Compiling regex v1.2.0 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling smoltcp v0.6.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/phy/sys/mod.rs:29:27 [INFO] [stdout] | [INFO] [stdout] 29 | let mut readfds = mem::uninitialized::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/phy/sys/mod.rs:33:28 [INFO] [stdout] | [INFO] [stdout] 33 | let mut writefds = mem::uninitialized::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/phy/sys/mod.rs:36:29 [INFO] [stdout] | [INFO] [stdout] 36 | let mut exceptfds = mem::uninitialized::(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/iface/neighbor.rs:107:21 [INFO] [stdout] | [INFO] [stdout] 107 | mem::replace(map, new_btree_map); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:4:98 [INFO] [stdout] | [INFO] [stdout] 4 | #![cfg_attr(all(any(feature = "proto-ipv4", feature = "proto-ipv6"), feature = "ethernet"), deny(unused))] [INFO] [stdout] | ^^^^^^ [INFO] [stdout] = note: `#[warn(unused_must_use)]` implied by `#[warn(unused)]` [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 32.61s [INFO] running `Command { std: "docker" "inspect" "9b1ae0a26f3ab9244d2bf875291e1a6450c225b065950f9c672decdb44d10701", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b1ae0a26f3ab9244d2bf875291e1a6450c225b065950f9c672decdb44d10701", kill_on_drop: false }` [INFO] [stdout] 9b1ae0a26f3ab9244d2bf875291e1a6450c225b065950f9c672decdb44d10701 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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" "+1.49.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 587d2abb6e5e3aa8c97deac9ed4a82bb48ca63c933d3d06561ca0c881d30b55d [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" "587d2abb6e5e3aa8c97deac9ed4a82bb48ca63c933d3d06561ca0c881d30b55d", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/phy/sys/mod.rs:29:27 [INFO] [stderr] | [INFO] [stderr] 29 | let mut readfds = mem::uninitialized::(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/phy/sys/mod.rs:33:28 [INFO] [stderr] | [INFO] [stderr] 33 | let mut writefds = mem::uninitialized::(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/phy/sys/mod.rs:36:29 [INFO] [stderr] | [INFO] [stderr] 36 | let mut exceptfds = mem::uninitialized::(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::mem::replace` that must be used [INFO] [stderr] --> src/iface/neighbor.rs:107:21 [INFO] [stderr] | [INFO] [stderr] 107 | mem::replace(map, new_btree_map); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:4:98 [INFO] [stderr] | [INFO] [stderr] 4 | #![cfg_attr(all(any(feature = "proto-ipv4", feature = "proto-ipv6"), feature = "ethernet"), deny(unused))] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: `#[warn(unused_must_use)]` implied by `#[warn(unused)]` [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/phy/sys/mod.rs:29:27 [INFO] [stderr] | [INFO] [stderr] 29 | let mut readfds = mem::uninitialized::(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/phy/sys/mod.rs:33:28 [INFO] [stderr] | [INFO] [stderr] 33 | let mut writefds = mem::uninitialized::(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated function `core::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stderr] --> src/phy/sys/mod.rs:36:29 [INFO] [stderr] | [INFO] [stderr] 36 | let mut exceptfds = mem::uninitialized::(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::mem::replace` that must be used [INFO] [stderr] --> src/iface/neighbor.rs:107:21 [INFO] [stderr] | [INFO] [stderr] 107 | mem::replace(map, new_btree_map); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:4:98 [INFO] [stderr] | [INFO] [stderr] 4 | #![cfg_attr(all(any(feature = "proto-ipv4", feature = "proto-ipv6"), feature = "ethernet"), deny(unused))] [INFO] [stderr] | ^^^^^^ [INFO] [stderr] = note: `#[warn(unused_must_use)]` implied by `#[warn(unused)]` [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/smoltcp-ae484bf56f4d0004 [INFO] [stdout] [INFO] [stdout] running 373 tests [INFO] [stdout] test iface::ethernet::test::test_handle_ipv4_broadcast ... ok [INFO] [stdout] test iface::ethernet::test::test_handle_igmp ... ok [INFO] [stdout] test iface::ethernet::test::test_no_icmp_no_unicast ... ok [INFO] [stdout] test iface::ethernet::test::test_handle_udp_broadcast ... ok [INFO] [stdout] test iface::ethernet::test::test_icmp_error_port_unreachable ... ok [INFO] [stdout] test iface::neighbor::test::test_cache_gc ... ok [INFO] [stdout] test iface::neighbor::test::test_evict ... ok [INFO] [stdout] test iface::ethernet::test::test_handle_valid_arp_request ... ok [INFO] [stdout] test iface::ethernet::test::test_icmp_reply_size ... ok [INFO] [stdout] test iface::neighbor::test::test_fill ... ok [INFO] [stdout] test iface::neighbor::test::test_hush ... ok [INFO] [stdout] test iface::neighbor::test::test_expire ... ok [INFO] [stdout] test iface::neighbor::test::test_replace ... ok [INFO] [stdout] test parsers::test::test_cidr_ipv4 ... ok [INFO] [stdout] test iface::route::test::test_fill ... ok [INFO] [stdout] test parsers::test::test_endpoint_ipv4 ... ok [INFO] [stdout] test parsers::test::test_endpoint_ipv6 ... ok [INFO] [stdout] test parsers::test::test_ipv6 ... ok [INFO] [stdout] test parsers::test::test_cidr_ipv6 ... ok [INFO] [stdout] test parsers::test::test_mac ... ok [INFO] [stdout] test iface::ethernet::test::test_icmpv4_socket ... ok [INFO] [stdout] test iface::ethernet::test::test_icmpv6_nxthdr_unknown ... ok [INFO] [stdout] test socket::icmp::test_ipv4::test_send_dispatch ... ok [INFO] [stdout] test socket::icmp::test_ipv4::test_send_unaddressable ... ok [INFO] [stdout] test socket::icmp::test_ipv4::test_set_hop_limit_v4 ... ok [INFO] [stdout] test iface::ethernet::test::test_solicited_node_addrs ... ok [INFO] [stdout] test iface::ethernet::test::test_handle_other_arp_request ... ok [INFO] [stdout] test iface::ethernet::test::test_handle_valid_ndisc_request ... ok [INFO] [stdout] test socket::icmp::test_ipv4::test_accept_bad_id ... ok [INFO] [stdout] test socket::icmp::test_ipv4::test_accepts_udp ... ok [INFO] [stdout] test socket::icmp::test_ipv6::test_accepts_udp ... ok [INFO] [stdout] test iface::ethernet::test::test_icmp_error_no_payload ... ok [INFO] [stdout] test iface::ethernet::test::test_raw_socket_truncated_packet ... ok [INFO] [stdout] test parsers::test::test_ipv4 ... ok [INFO] [stdout] test iface::ethernet::test::test_raw_socket_no_reply ... ok [INFO] [stdout] test socket::icmp::test_ipv4::test_recv_process ... ok [INFO] [stdout] test socket::raw::test::ipv4::test_send_truncated ... ok [INFO] [stdout] test parsers::test::test_ip_ipv6 ... ok [INFO] [stdout] test iface::ethernet::test::test_raw_socket_with_udp_socket ... ok [INFO] [stdout] test socket::icmp::test_ipv6::test_accept_bad_id ... ok [INFO] [stdout] test socket::raw::test::ipv4::test_send_dispatch ... ok [INFO] [stdout] test socket::icmp::test_ipv6::test_recv_process ... ok [INFO] [stdout] test socket::icmp::test_ipv6::test_send_dispatch ... ok [INFO] [stdout] test socket::icmp::test_ipv6::test_set_hop_limit ... ok [INFO] [stdout] test socket::raw::test::ipv6::test_recv_truncated_slice ... ok [INFO] [stdout] test socket::raw::test::ipv6::test_send_truncated ... ok [INFO] [stdout] test socket::raw::test::ipv6::test_send_dispatch ... ok [INFO] [stdout] test socket::tcp::test::test_close_wait_close ... ok [INFO] [stdout] test socket::raw::test::ipv4::test_recv_truncated_packet ... ok [INFO] [stdout] test socket::icmp::test_ipv6::test_send_unaddressable ... ok [INFO] [stdout] test socket::tcp::test::test_buffer_wraparound_tx ... ok [INFO] [stdout] test socket::tcp::test::test_close_wait_ack ... ok [INFO] [stdout] test socket::raw::test::test_doesnt_accept_wrong_proto ... ok [INFO] [stdout] test socket::tcp::test::test_closed_reject_after_listen ... ok [INFO] [stdout] test socket::tcp::test::test_closing_close ... ok [INFO] [stdout] test socket::tcp::test::test_closed_timeout ... ok [INFO] [stdout] test socket::tcp::test::test_closed_reject ... ok [INFO] [stdout] test socket::tcp::test::test_connect ... ok [INFO] [stdout] test socket::tcp::test::test_connect_specified_local ... ok [INFO] [stdout] test socket::tcp::test::test_connect_twice ... ok [INFO] [stdout] test socket::tcp::test::test_connect_timeout ... ok [INFO] [stdout] test socket::tcp::test::test_closing_ack_fin ... ok [INFO] [stdout] test socket::tcp::test::test_connect_validation ... ok [INFO] [stdout] test socket::tcp::test::test_data_retransmit ... ok [INFO] [stdout] test socket::tcp::test::test_connect_unspecified_local ... ok [INFO] [stdout] test socket::tcp::test::test_doesnt_accept_wrong_ip ... ok [INFO] [stdout] test socket::tcp::test::test_established_abort ... ok [INFO] [stdout] test socket::tcp::test::test_data_retransmit_bursts ... ok [INFO] [stdout] test socket::tcp::test::test_established_bad_seq ... ok [INFO] [stdout] test socket::tcp::test::test_established_bad_ack ... ok [INFO] [stdout] test socket::tcp::test::test_doesnt_accept_wrong_port ... ok [INFO] [stdout] test socket::tcp::test::test_established_fin_after_missing ... ok [INFO] [stdout] test socket::tcp::test::test_duplicate_seq_ack ... ok [INFO] [stdout] test socket::tcp::test::test_established_no_ack ... ok [INFO] [stdout] test socket::tcp::test::test_established_close ... ok [INFO] [stdout] test socket::tcp::test::test_established_fin ... ok [INFO] [stdout] test socket::tcp::test::test_established_keep_alive_timeout ... ok [INFO] [stdout] test socket::tcp::test::test_established_recv ... ok [INFO] [stdout] test socket::tcp::test::test_established_rst ... ok [INFO] [stdout] test socket::tcp::test::test_established_rfc2018_cases ... ok [INFO] [stdout] test parsers::test::test_ip_ipv4 ... ok [INFO] [stdout] test socket::tcp::test::test_close_wait_retransmit_reset_after_ack ... ok [INFO] [stdout] test socket::tcp::test::test_established_queue_during_retransmission ... ok [INFO] [stdout] test socket::raw::test::ipv4::test_recv_truncated_slice ... ok [INFO] [stdout] test socket::raw::test::test_recv_process ... ok [INFO] [stdout] test socket::raw::test::test_send_illegal ... ok [INFO] [stdout] test socket::tcp::test::test_announce_window_after_read ... ok [INFO] [stdout] test socket::tcp::test::test_buffer_wraparound_rx ... ok [INFO] [stdout] test socket::raw::test::ipv6::test_recv_truncated_packet ... ok [INFO] [stdout] test socket::tcp::test::test_established_rst_no_ack ... ok [INFO] [stdout] test socket::tcp::test::test_established_send ... ok [INFO] [stdout] test socket::tcp::test::test_established_retransmit_reset_after_ack ... ok [INFO] [stdout] test socket::tcp::test::test_fin_wait_1_fin_ack ... ok [INFO] [stdout] test socket::tcp::test::test_fast_retransmit_duplicate_detection_with_data ... ok [INFO] [stdout] test socket::tcp::test::test_fin_wait_1_fin_fin ... ok [INFO] [stdout] test socket::tcp::test::test_fin_wait_1_retransmit_reset_after_ack ... ok [INFO] [stdout] test socket::tcp::test::test_fin_wait_1_timeout ... ok [INFO] [stdout] test socket::tcp::test::test_established_retransmit_for_dup_ack ... ok [INFO] [stdout] test socket::tcp::test::test_fin_wait_2_close ... ok [INFO] [stdout] test socket::tcp::test::test_closed_close ... ok [INFO] [stdout] test socket::tcp::test::test_fin_wait_2_fin ... ok [INFO] [stdout] test socket::tcp::test::test_fin_with_data ... ok [INFO] [stdout] test socket::tcp::test::test_fin_wait_1_fin_with_data_queued ... ok [INFO] [stdout] test socket::tcp::test::test_last_ack_close ... ok [INFO] [stdout] test socket::tcp::test::test_fast_retransmit_after_triple_duplicate_ack ... ok [INFO] [stdout] test socket::tcp::test::test_listen ... ok [INFO] [stdout] test socket::tcp::test::test_listen_close ... ok [INFO] [stdout] test socket::tcp::test::test_listen_rst ... ok [INFO] [stdout] test socket::tcp::test::test_listen_sack_option ... ok [INFO] [stdout] test socket::tcp::test::test_listen_sanity ... ok [INFO] [stdout] test socket::tcp::test::test_listen_syn ... ok [INFO] [stdout] test socket::tcp::test::test_listen_syn_win_scale_buffers ... ok [INFO] [stdout] test socket::tcp::test::test_last_ack_timeout ... ok [INFO] [stdout] test socket::tcp::test::test_listen_syn_reject_ack ... ok [INFO] [stdout] test socket::tcp::test::test_listen_timeout ... ok [INFO] [stdout] test socket::tcp::test::test_listen_twice ... ok [INFO] [stdout] test socket::tcp::test::test_maximum_segment_size ... ok [INFO] [stdout] test socket::tcp::test::test_mutual_close_with_data_1 ... ok [INFO] [stdout] test socket::tcp::test::test_mutual_close_with_data_2 ... ok [INFO] [stdout] test socket::tcp::test::test_out_of_order ... ok [INFO] [stdout] test socket::tcp::test::test_psh_receive ... ok [INFO] [stdout] test socket::tcp::test::test_psh_transmit ... ok [INFO] [stdout] test socket::tcp::test::test_remote_close ... ok [INFO] [stdout] test socket::tcp::test::test_established_send_fin ... ok [INFO] [stdout] test socket::tcp::test::test_fast_retransmit_duplicate_detection ... ok [INFO] [stdout] test socket::tcp::test::test_last_ack_fin_ack ... ok [INFO] [stdout] test socket::tcp::test::test_local_close ... ok [INFO] [stdout] test socket::tcp::test::test_listen_validation ... ok [INFO] [stdout] test socket::tcp::test::test_established_send_buf_gt_win ... ok [INFO] [stdout] test socket::tcp::test::test_established_send_no_ack_send ... ok [INFO] [stdout] test socket::tcp::test::test_established_send_wrap ... ok [INFO] [stdout] test socket::tcp::test::test_responds_to_keep_alive ... ok [INFO] [stdout] test socket::tcp::test::test_established_sliding_window_recv ... ok [INFO] [stdout] test socket::tcp::test::test_send_data_after_syn_ack_retransmit ... ok [INFO] [stdout] test socket::tcp::test::test_simultaneous_close_combined_fin_ack ... ok [INFO] [stdout] test socket::tcp::test::test_set_hop_limit ... ok [INFO] [stdout] test socket::tcp::test::test_simultaneous_close ... ok [INFO] [stdout] test socket::tcp::test::test_syn_received_close ... ok [INFO] [stdout] test socket::tcp::test::test_syn_received_ack ... ok [INFO] [stdout] test socket::tcp::test::test_sends_keep_alive ... ok [INFO] [stdout] test socket::tcp::test::test_syn_sent_rst ... ok [INFO] [stdout] test socket::tcp::test::test_syn_sent_rst_bad_ack ... ok [INFO] [stdout] test socket::tcp::test::test_syn_received_rst ... ok [INFO] [stdout] test socket::tcp::test::test_syn_received_window_scaling ... ok [INFO] [stdout] test socket::tcp::test::test_syn_sent_rst_no_ack ... ok [INFO] [stdout] test socket::tcp::test::test_time_wait_close ... ok [INFO] [stdout] test socket::tcp::test::test_time_wait_from_closing_no_ack ... ok [INFO] [stdout] test socket::tcp::test::test_time_wait_from_fin_wait_2_ack ... ok [INFO] [stdout] test socket::tcp::test::test_time_wait_retransmit ... ok [INFO] [stdout] test socket::tcp::test::test_syn_sent_close ... ok [INFO] [stdout] test socket::tcp::test::test_timer_retransmit ... ok [INFO] [stdout] test socket::tcp::test::test_zero_window_ack ... ok [INFO] [stdout] test socket::udp::test::test_bind_twice ... ok [INFO] [stdout] test socket::tcp::test::test_time_wait_timeout ... ok [INFO] [stdout] test socket::udp::test::test_doesnt_accept_wrong_ip ... ok [INFO] [stdout] test socket::tcp::test::test_zero_window_ack_on_window_growth ... ok [INFO] [stdout] test socket::udp::test::test_peek_process ... ok [INFO] [stdout] test socket::udp::test::test_peek_truncated_slice ... ok [INFO] [stdout] test socket::udp::test::test_process_empty_payload ... ok [INFO] [stdout] test socket::udp::test::test_recv_process ... ok [INFO] [stdout] test socket::udp::test::test_recv_truncated_slice ... ok [INFO] [stdout] test socket::udp::test::test_send_dispatch ... ok [INFO] [stdout] test socket::udp::test::test_send_large_packet ... ok [INFO] [stdout] test socket::udp::test::test_send_unaddressable ... ok [INFO] [stdout] test socket::udp::test::test_set_hop_limit ... ok [INFO] [stdout] test storage::assembler::test::test_empty_add_back ... ok [INFO] [stdout] test socket::tcp::test::test_syn_sent_sanity ... ok [INFO] [stdout] test socket::udp::test::test_doesnt_accept_wrong_port ... ok [INFO] [stdout] test socket::tcp::test::test_established_timeout ... ok [INFO] [stdout] test socket::tcp::test::test_syn_sent_syn_ack ... ok [INFO] [stdout] test socket::tcp::test::test_fast_retransmit_dup_acks_counter ... ok [INFO] [stdout] test socket::tcp::test::test_three_way_handshake ... ok [INFO] [stdout] test socket::tcp::test::test_fill_peer_window ... ok [INFO] [stdout] test socket::tcp::test::test_syn_received_no_window_scaling ... ok [INFO] [stdout] test socket::tcp::test::test_syn_sent_win_scale_buffers ... ok [INFO] [stdout] test socket::tcp::test::test_syn_received_fin ... ok [INFO] [stdout] test storage::assembler::test::test_empty_add_full ... ok [INFO] [stdout] test storage::assembler::test::test_empty_remove_front ... ok [INFO] [stdout] test storage::assembler::test::test_empty_add_front ... ok [INFO] [stdout] test storage::assembler::test::test_iter_one_mid ... ok [INFO] [stdout] test socket::tcp::test::test_fin_wait_1_close ... ok [INFO] [stdout] test socket::udp::test::test_bind_unaddressable ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_back_overlap ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_back ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_both_overlap_split ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_both_overlap ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_front ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_front_overlap ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_front_overlap_split ... ok [INFO] [stdout] test storage::assembler::test::test_rejected_add_keeps_state ... ok [INFO] [stdout] test storage::assembler::test::test_trailing_hole_remove_front ... ok [INFO] [stdout] test storage::packet_buffer::test::test_capacity_too_small ... ok [INFO] [stdout] test storage::packet_buffer::test::test_contig_window_prioritized ... ok [INFO] [stdout] test storage::packet_buffer::test::test_contiguous_window_too_small ... ok [INFO] [stdout] test storage::packet_buffer::test::test_dequeue_with ... ok [INFO] [stdout] test storage::packet_buffer::test::test_metadata_full_empty ... ok [INFO] [stdout] test storage::packet_buffer::test::test_padding ... ok [INFO] [stdout] test storage::packet_buffer::test::test_peek ... ok [INFO] [stdout] test storage::packet_buffer::test::test_simple ... ok [INFO] [stdout] test storage::packet_buffer::test::test_window_too_small ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_dequeue_many ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_dequeue_many_with ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_dequeue_slice ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_enqueue_dequeue_one ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_enqueue_dequeue_one_with ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_enqueue_many ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_enqueue_many_with ... ok [INFO] [stdout] test storage::assembler::test::test_trailing_data_remove_front ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_enqueue_slice ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_get_unallocated ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_length_changes ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_read_allocated ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_with_no_capacity ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_write_unallocated ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_write_wholly ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_back_overlap_split ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_get_allocated ... ok [INFO] [stdout] test storage::assembler::test::test_iter_empty ... ok [INFO] [stdout] test storage::assembler::test::test_iter_full ... ok [INFO] [stdout] test storage::assembler::test::test_empty_add_mid ... ok [INFO] [stdout] test storage::assembler::test::test_iter_three_split ... ok [INFO] [stdout] test storage::assembler::test::test_iter_two_split ... ok [INFO] [stdout] test time::test::test_instant_display ... ok [INFO] [stdout] test time::test::test_instant_conversions ... ok [INFO] [stdout] test time::test::test_duration_getters ... ok [INFO] [stdout] test time::test::test_duration_conversions ... ok [INFO] [stdout] test time::test::test_duration_assign_ops ... ok [INFO] [stdout] test wire::arp::test::test_construct ... ok [INFO] [stdout] test wire::arp::test::test_deconstruct ... ok [INFO] [stdout] test wire::arp::test::test_emit ... ok [INFO] [stdout] test wire::arp::test::test_parse ... ok [INFO] [stdout] test wire::ethernet::test::test_broadcast ... ok [INFO] [stdout] test wire::ethernet::test_ipv4::test_construct ... ok [INFO] [stdout] test wire::ethernet::test_ipv4::test_deconstruct ... ok [INFO] [stdout] test wire::ethernet::test_ipv6::test_construct ... ok [INFO] [stdout] test wire::icmpv4::test::test_check_len ... ok [INFO] [stdout] test wire::ethernet::test_ipv6::test_deconstruct ... ok [INFO] [stdout] test wire::icmpv4::test::test_echo_construct ... ok [INFO] [stdout] test wire::icmpv4::test::test_echo_deconstruct ... ok [INFO] [stdout] test wire::icmpv4::test::test_echo_emit ... ok [INFO] [stdout] test wire::icmpv6::test::test_echo_deconstruct ... ok [INFO] [stdout] test wire::icmpv4::test::test_echo_parse ... ok [INFO] [stdout] test wire::icmpv6::test::test_echo_construct ... ok [INFO] [stdout] test wire::icmpv6::test::test_echo_emit ... ok [INFO] [stdout] test wire::icmpv6::test::test_echo_repr_parse ... ok [INFO] [stdout] test wire::icmpv6::test::test_too_big_construct ... ok [INFO] [stdout] test wire::icmpv6::test::test_too_big_emit ... ok [INFO] [stdout] test wire::icmpv6::test::test_too_big_deconstruct ... ok [INFO] [stdout] test wire::icmpv6::test::test_too_big_repr_parse ... ok [INFO] [stdout] test time::test::test_instant_ops ... ok [INFO] [stdout] test wire::igmp::test::duration_to_max_resp_time_max ... ok [INFO] [stdout] test storage::assembler::test::test_new ... ok [INFO] [stdout] test storage::assembler::test::test_iter_offset ... ok [INFO] [stdout] test storage::assembler::test::test_iter_one_back ... ok [INFO] [stdout] test storage::assembler::test::test_iter_one_front ... ok [INFO] [stdout] test wire::ip::test::endpoint_unspecified ... ok [INFO] [stdout] test wire::ip::test::ipv6::test_ip_repr_lower ... ok [INFO] [stdout] test wire::ip::test::to_prefix_len_ipv4 ... ok [INFO] [stdout] test storage::assembler::test::test_iter_one_trailing_gap ... ok [INFO] [stdout] test wire::igmp::test::max_resp_time_to_duration_and_back ... ok [INFO] [stdout] test wire::igmp::test::test_leave_construct ... ok [INFO] [stdout] test time::test::test_instant_getters ... ok [INFO] [stdout] test wire::igmp::test::test_leave_group_deconstruct ... ok [INFO] [stdout] test wire::ipv4::test::test_cidr_from_netmask ... ok [INFO] [stdout] test wire::igmp::test::test_report_construct ... ok [INFO] [stdout] test wire::ip::test::to_prefix_len_ipv6 ... ok [INFO] [stdout] test wire::ipv4::test::test_broadcast ... ok [INFO] [stdout] test wire::ipv4::test::test_cidr_broadcast ... ok [INFO] [stdout] test wire::ipv4::test::test_cidr ... ok [INFO] [stdout] test wire::ipv4::test::test_parse ... ok [INFO] [stdout] test wire::ipv4::test::test_deconstruct ... ok [INFO] [stdout] test time::test::test_duration_ops ... ok [INFO] [stdout] test wire::ipv4::test::test_construct ... ok [INFO] [stdout] test wire::ipv4::test::test_emit ... ok [INFO] [stdout] test wire::ipv4::test::test_cidr_network ... ok [INFO] [stdout] test wire::ipv4::test::test_parse_total_len_less_than_header_len ... ok [INFO] [stdout] test wire::ipv4::test::test_total_len_overflow ... ok [INFO] [stdout] test wire::ipv4::test::test_cidr_netmask ... ok [INFO] [stdout] test wire::ipv4::test::test_unspecified ... ok [INFO] [stdout] test wire::ipv4::test::test_overlong ... ok [INFO] [stdout] test wire::igmp::test::test_report_deconstruct ... ok [INFO] [stdout] test wire::ipv4::test::test_parse_bad_version ... ok [INFO] [stdout] test wire::ip::test::ipv4::test_ip_repr_lower ... ok [INFO] [stdout] test wire::ipv6::test::test_from_ipv4_address ... ok [INFO] [stdout] test wire::ipv6::test::test_address_format ... ok [INFO] [stdout] test wire::ipv6::test::test_cidr ... ok [INFO] [stdout] test wire::ipv6::test::test_basic_loopback ... ok [INFO] [stdout] test wire::ipv6::test::test_basic_repr_emit ... ok [INFO] [stdout] test wire::ipv6::test::test_basic_multicast ... ok [INFO] [stdout] test wire::ipv6::test::test_is_ipv4_mapped ... ok [INFO] [stdout] test wire::ipv6::test::test_new ... ok [INFO] [stdout] test wire::ipv6::test::test_overlong ... ok [INFO] [stdout] test wire::ipv6::test::test_packet_construction ... ok [INFO] [stdout] test wire::ipv6::test::test_pretty_print ... ok [INFO] [stdout] test wire::ipv6::test::test_mask ... ok [INFO] [stdout] test wire::ipv6::test::test_as_ipv4 ... ok [INFO] [stdout] test wire::ipv6::test::test_repr_parse_valid ... ok [INFO] [stdout] test wire::ipv6::test::test_write_parts ... ok [INFO] [stdout] test wire::ipv6::test::test_packet_deconstruction ... ok [INFO] [stdout] test wire::ipv6fragment::test::test_check_len ... ok [INFO] [stdout] test wire::ipv6fragment::test::test_header_deconstruct ... ok [INFO] [stdout] test wire::ipv6fragment::test::test_repr_emit ... ok [INFO] [stdout] test wire::ipv6fragment::test::test_repr_parse_valid ... ok [INFO] [stdout] test wire::ipv6hopbyhop::test::test_buffer_len ... ok [INFO] [stdout] test wire::ipv6hopbyhop::test::test_check_len ... ok [INFO] [stdout] test wire::ipv6hopbyhop::test::test_header_deconstruct ... ok [INFO] [stdout] test wire::ipv6hopbyhop::test::test_header_len_overflow ... ok [INFO] [stdout] test wire::ipv6hopbyhop::test::test_overlong ... ok [INFO] [stdout] test wire::ipv6hopbyhop::test::test_repr_emit ... ok [INFO] [stdout] test wire::ipv6hopbyhop::test::test_repr_parse_valid ... ok [INFO] [stdout] test wire::ipv6option::test::test_check_len ... ok [INFO] [stdout] test wire::ipv6::test::test_repr_parse_bad_version ... ok [INFO] [stdout] test wire::ipv6option::test::test_failure_type ... ok [INFO] [stdout] test wire::ipv6::test::test_repr_parse_smaller_than_header ... ok [INFO] [stdout] test wire::ipv6::test::test_repr_parse_smaller_than_payload ... ok [INFO] [stdout] test wire::ipv6::test::test_basic_link_local ... ok [INFO] [stdout] test wire::ipv6option::test::test_option_deconstruct ... ok [INFO] [stdout] test wire::ipv6option::test::test_option_parse ... ok [INFO] [stdout] test wire::ipv6::test::test_total_len_overflow ... ok [INFO] [stdout] test wire::ipv6option::test::test_option_emit ... ok [INFO] [stdout] test wire::ipv6routing::test::test_check_len ... ok [INFO] [stdout] test wire::ipv6::test::test_from_parts ... ok [INFO] [stdout] test wire::ipv6routing::test::test_repr_parse_valid ... ok [INFO] [stdout] test wire::ipv6fragment::test::test_buffer_len ... ok [INFO] [stdout] test wire::ipv6option::test::test_options_iter ... ok [INFO] [stdout] test wire::ipv6routing::test::test_header_deconstruct ... ok [INFO] [stdout] test wire::ipv6routing::test::test_buffer_len ... ok [INFO] [stdout] test wire::ipv6routing::test::test_repr_emit ... ok [INFO] [stdout] test wire::mld::test::test_query_repr_parse ... ok [INFO] [stdout] test wire::mld::test::test_record_construct ... ok [INFO] [stdout] test wire::mld::test::test_query_repr_emit ... ok [INFO] [stdout] test wire::mld::test::test_record_deconstruct ... ok [INFO] [stdout] test wire::mld::test::test_query_construct ... ok [INFO] [stdout] test wire::mld::test::test_query_deconstruct ... ok [INFO] [stdout] test wire::mld::test::test_report_repr_emit ... ok [INFO] [stdout] test wire::ndisc::test::test_router_advert_deconstruct ... ok [INFO] [stdout] test wire::mld::test::test_report_repr_parse ... ok [INFO] [stdout] test wire::ndiscoption::test::test_repr_emit_prefix_info ... ok [INFO] [stdout] test wire::ndiscoption::test::test_deconstruct ... ok [INFO] [stdout] test wire::ndisc::test::test_router_advert_construct ... ok [INFO] [stdout] test wire::ndiscoption::test::test_construct ... ok [INFO] [stdout] test wire::ndisc::test::test_router_advert_repr_emit ... ok [INFO] [stdout] test wire::ndisc::test::test_router_advert_repr_parse ... ok [INFO] [stdout] test iface::ethernet::test::test_builder_initialization_panic ... ok [INFO] [stdout] test wire::tcp::test::test_deconstruct ... ok [INFO] [stdout] test wire::tcp::test::test_construct ... ok [INFO] [stdout] test wire::tcp::test::test_impossible_len ... ok [INFO] [stdout] test wire::tcp::test::test_header_len_multiple_of_4 ... ok [INFO] [stdout] test wire::tcp::test::test_malformed_tcp_options ... ok [INFO] [stdout] test wire::tcp::test::test_parse ... ok [INFO] [stdout] test wire::tcp::test::test_tcp_options ... ok [INFO] [stdout] test wire::ndiscoption::test::test_repr_parse_prefix_info ... ok [INFO] [stdout] test wire::ndiscoption::test::test_short_packet ... ok [INFO] [stdout] test wire::tcp::test::test_emit ... ok [INFO] [stdout] test wire::udp::test::test_construct ... ok [INFO] [stdout] test wire::ndiscoption::test::test_repr_parse_mtu ... ok [INFO] [stdout] test wire::udp::test::test_emit ... ok [INFO] [stdout] test wire::udp::test::test_checksum_omitted ... ok [INFO] [stdout] test wire::ndiscoption::test::test_repr_parse_link_layer_opt ... ok [INFO] [stdout] test wire::tcp::test::test_truncated ... ok [INFO] [stdout] test wire::udp::test::test_deconstruct ... ok [INFO] [stdout] test wire::udp::test::test_parse ... ok [INFO] [stdout] test wire::udp::test::test_impossible_len ... ok [INFO] [stdout] test wire::udp::test::test_zero_checksum ... ok [INFO] [stdout] test socket::tcp::test::test_set_hop_limit_zero ... ok [INFO] [stdout] test socket::udp::test::test_set_hop_limit_zero ... ok [INFO] [stdout] test time::test::test_div_by_zero ... ok [INFO] [stdout] test time::test::test_sub_from_zero_overflow ... ok [INFO] [stdout] test wire::ipv6::test::test_from_bytes_too_long ... FAILED [INFO] [stdout] test wire::ip::test::test_lower_between_families ... ok [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] [stdout] test wire::ipv6::test::test_from_parts_too_long ... ok [INFO] [stdout] test wire::ipv6option::test::test_data_len ... ok [INFO] [stdout] test wire::ipv6option::test::test_options_iter_truncated ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- wire::ipv6::test::test_from_bytes_too_long stdout ---- [INFO] [stdout] thread 'wire::ipv6::test::test_from_bytes_too_long' panicked at 'source slice length (15) does not match destination slice length (16)', /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/slice/mod.rs:2745:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f80e327d00 - std::backtrace_rs::backtrace::libunwind::trace::h04d12fdcddff82aa [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/libunwind.rs:100:5 [INFO] [stdout] 1: 0x55f80e327d00 - std::backtrace_rs::backtrace::trace_unsynchronized::h1459b974b6fbe5e1 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55f80e327d00 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55f80e327d00 - ::fmt::he009dcaaa75eed60 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55f80e34ae6c - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x55f80e2cf936 - std::io::Write::write_fmt::h3a40d9c04f88bb58 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stdout] 6: 0x55f80e321e5d - std::io::impls::>::write_fmt::h1b3d263673641f53 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/impls.rs:179:9 [INFO] [stdout] 7: 0x55f80e32a3d5 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 8: 0x55f80e32a3d5 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 9: 0x55f80e32a3d5 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stdout] 10: 0x55f80e32a022 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:224:9 [INFO] [stdout] 11: 0x55f80e32ab71 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stdout] 12: 0x55f80e32a6b7 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:499:13 [INFO] [stdout] 13: 0x55f80e3281bc - std::sys_common::backtrace::__rust_end_short_backtrace::h9d2070f7bf9fd56c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 14: 0x55f80e32a619 - rust_begin_unwind [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stdout] 15: 0x55f80e3497d1 - core::panicking::panic_fmt::ha0bb065d9a260792 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/panicking.rs:92:14 [INFO] [stdout] 16: 0x55f80e34cc42 - core::slice::::copy_from_slice::len_mismatch_fail::h900d48ac0abc608b [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/slice/mod.rs:2738:13 [INFO] [stdout] 17: 0x55f80e248b66 - core::slice::::copy_from_slice::hd9fe1006a14bbb59 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/slice/mod.rs:2745:13 [INFO] [stdout] 18: 0x55f80e16e422 - smoltcp::wire::ipv6::Address::from_bytes::hc7182fdc568995c5 [INFO] [stdout] at /opt/rustwide/workdir/src/wire/ipv6.rs:67:9 [INFO] [stdout] 19: 0x55f80e1c5b15 - smoltcp::wire::ipv6::test::test_from_bytes_too_long::h66017c58f366f907 [INFO] [stdout] at /opt/rustwide/workdir/src/wire/ipv6.rs:892:17 [INFO] [stdout] 20: 0x55f80e1c5aea - smoltcp::wire::ipv6::test::test_from_bytes_too_long::{{closure}}::hed298fb888da90c3 [INFO] [stdout] at /opt/rustwide/workdir/src/wire/ipv6.rs:891:5 [INFO] [stdout] 21: 0x55f80e11279e - core::ops::function::FnOnce::call_once::h5df5eebc45601432 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x55f80e2f7483 - core::ops::function::FnOnce::call_once::hdbd2235b6243db3d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x55f80e2f7483 - test::__rust_begin_short_backtrace::hb1dea1c208110812 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/test/src/lib.rs:517:5 [INFO] [stdout] 24: 0x55f80e2f592a - as core::ops::function::FnOnce>::call_once::h5d11a40efef721f2 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 25: 0x55f80e2f592a - as core::ops::function::FnOnce<()>>::call_once::h23961df98af0bc5a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 26: 0x55f80e2f592a - std::panicking::try::do_call::h6390646e3de3fb9e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 27: 0x55f80e2f592a - std::panicking::try::hc531439ab6159192 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 28: 0x55f80e2f592a - std::panic::catch_unwind::h859d8bdaf9b4855c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 29: 0x55f80e2f592a - test::run_test_in_process::hae60aa74417e3abc [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/test/src/lib.rs:544:18 [INFO] [stdout] 30: 0x55f80e2f592a - test::run_test::run_test_inner::{{closure}}::hf48c86652c4a151d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/test/src/lib.rs:450:39 [INFO] [stdout] 31: 0x55f80e2cecb6 - std::sys_common::backtrace::__rust_begin_short_backtrace::hb82b392232b8bd1f [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 32: 0x55f80e2d3cb3 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h79ca9e9abe157956 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 33: 0x55f80e2d3cb3 - as core::ops::function::FnOnce<()>>::call_once::ha12f1f228780a4f7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 34: 0x55f80e2d3cb3 - std::panicking::try::do_call::h722bb7416d021cdc [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 35: 0x55f80e2d3cb3 - std::panicking::try::h78e5abca71ac7cac [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 36: 0x55f80e2d3cb3 - std::panic::catch_unwind::h95162588bd0fa090 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 37: 0x55f80e2d3cb3 - std::thread::Builder::spawn_unchecked::{{closure}}::h64da5c4b9acc58dc [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 38: 0x55f80e2d3cb3 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h7a8c588ad0b69edb [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 39: 0x55f80e330fea - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 40: 0x55f80e330fea - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 41: 0x55f80e330fea - std::sys::unix::thread::Thread::new::thread_start::h587efff279c68ba7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 42: 0x7fc542b95609 - start_thread [INFO] [stdout] 43: 0x7fc542967293 - clone [INFO] [stdout] 44: 0x0 - [INFO] [stdout] note: panic did not contain expected string [INFO] [stdout] panic message: `"source slice length (15) does not match destination slice length (16)"`, [INFO] [stdout] expected substring: `"destination and source slices have different lengths"` [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] wire::ipv6::test::test_from_bytes_too_long [INFO] [stdout] [INFO] [stdout] test result: FAILED. 372 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "587d2abb6e5e3aa8c97deac9ed4a82bb48ca63c933d3d06561ca0c881d30b55d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "587d2abb6e5e3aa8c97deac9ed4a82bb48ca63c933d3d06561ca0c881d30b55d", kill_on_drop: false }` [INFO] [stdout] 587d2abb6e5e3aa8c97deac9ed4a82bb48ca63c933d3d06561ca0c881d30b55d