[INFO] fetching crate ethox 0.0.2... [INFO] testing ethox-0.0.2 against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] extracting crate ethox 0.0.2 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate ethox 0.0.2 on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate ethox 0.0.2 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate ethox 0.0.2 [INFO] tweaked toml for crates.io crate ethox 0.0.2 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate crates.io crate ethox 0.0.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a40151eafe8f5541ca3fc167573f4375cfd1ada7c9467c70d300a8fb5e5e26d [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" "0a40151eafe8f5541ca3fc167573f4375cfd1ada7c9467c70d300a8fb5e5e26d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a40151eafe8f5541ca3fc167573f4375cfd1ada7c9467c70d300a8fb5e5e26d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a40151eafe8f5541ca3fc167573f4375cfd1ada7c9467c70d300a8fb5e5e26d", kill_on_drop: false }` [INFO] [stdout] 0a40151eafe8f5541ca3fc167573f4375cfd1ada7c9467c70d300a8fb5e5e26d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 272460cc9e6180387d5a9f5c00c052934709eb2c2bcef2954656cfca94cabd78 [INFO] running `Command { std: "docker" "start" "-a" "272460cc9e6180387d5a9f5c00c052934709eb2c2bcef2954656cfca94cabd78", kill_on_drop: false }` [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling ethox v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/wire/./tcp.rs:1013:13 [INFO] [stdout] | [INFO] [stdout] 1013 | (self.flags.syn() | self.flags.fin() | self.flags.rst()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/layer/ip/packet.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn control(&self) -> &Controller<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/wire/payload.rs:276:9 [INFO] [stdout] | [INFO] [stdout] 276 | core::mem::replace(self, inner); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.58s [INFO] running `Command { std: "docker" "inspect" "272460cc9e6180387d5a9f5c00c052934709eb2c2bcef2954656cfca94cabd78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "272460cc9e6180387d5a9f5c00c052934709eb2c2bcef2954656cfca94cabd78", kill_on_drop: false }` [INFO] [stdout] 272460cc9e6180387d5a9f5c00c052934709eb2c2bcef2954656cfca94cabd78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c232a0575926cae50010e6aa4523eb6e5b58e6bfbe13663b7e137a140d0976e [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" "7c232a0575926cae50010e6aa4523eb6e5b58e6bfbe13663b7e137a140d0976e", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/wire/./tcp.rs:1013:13 [INFO] [stdout] | [INFO] [stdout] 1013 | (self.flags.syn() | self.flags.fin() | self.flags.rst()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: missing documentation for an associated function [INFO] [stdout] --> src/layer/ip/packet.rs:267:5 [INFO] [stdout] | [INFO] [stdout] 267 | pub fn control(&self) -> &Controller<'a> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | #![warn(missing_docs)] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `core::mem::replace` that must be used [INFO] [stdout] --> src/wire/payload.rs:276:9 [INFO] [stdout] | [INFO] [stdout] 276 | core::mem::replace(self, inner); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [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: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling ethox v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/wire/./tcp.rs:1013:13 [INFO] [stdout] | [INFO] [stdout] 1013 | (self.flags.syn() | self.flags.fin() | self.flags.rst()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/wire/payload.rs:276:9 [INFO] [stdout] | [INFO] [stdout] 276 | core::mem::replace(self, inner); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [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: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 37.18s [INFO] running `Command { std: "docker" "inspect" "7c232a0575926cae50010e6aa4523eb6e5b58e6bfbe13663b7e137a140d0976e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c232a0575926cae50010e6aa4523eb6e5b58e6bfbe13663b7e137a140d0976e", kill_on_drop: false }` [INFO] [stdout] 7c232a0575926cae50010e6aa4523eb6e5b58e6bfbe13663b7e137a140d0976e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 35da62e4e897e4479ab5965bb3bb68fcbcfee10a3e9a2eff84e472001fba6392 [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" "35da62e4e897e4479ab5965bb3bb68fcbcfee10a3e9a2eff84e472001fba6392", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/wire/./tcp.rs:1013:13 [INFO] [stderr] | [INFO] [stderr] 1013 | (self.flags.syn() | self.flags.fin() | self.flags.rst()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: missing documentation for an associated function [INFO] [stderr] --> src/layer/ip/packet.rs:267:5 [INFO] [stderr] | [INFO] [stderr] 267 | pub fn control(&self) -> &Controller<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: the lint level is defined here [INFO] [stderr] --> src/lib.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | #![warn(missing_docs)] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused return value of `core::mem::replace` that must be used [INFO] [stderr] --> src/wire/payload.rs:276:9 [INFO] [stderr] | [INFO] [stderr] 276 | core::mem::replace(self, inner); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around block return value [INFO] [stderr] --> src/wire/./tcp.rs:1013:13 [INFO] [stderr] | [INFO] [stderr] 1013 | (self.flags.syn() | self.flags.fin() | self.flags.rst()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/wire/payload.rs:276:9 [INFO] [stderr] | [INFO] [stderr] 276 | core::mem::replace(self, inner); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ethox-b39e9e37ceefea8c [INFO] [stdout] [INFO] [stdout] running 182 tests [INFO] [stdout] test layer::arp::neighbor::test::expire ... ok [INFO] [stdout] test layer::arp::neighbor::test::full ... ok [INFO] [stdout] test layer::arp::neighbor::test::replace ... ok [INFO] [stdout] test layer::arp::tests::simple_arp ... ok [INFO] [stdout] test layer::ip::tests::simple_ipv4 ... ok [INFO] [stdout] test layer::ip::route::test::test_fill ... ok [INFO] [stdout] test layer::udp::tests::simple ... ok [INFO] [stdout] test layer::ip::tests::simple_ipv6 ... ok [INFO] [stdout] test layer::tcp::connection::tests::resent_syn ... ok [INFO] [stdout] test layer::arp::neighbor::test::fill ... ok [INFO] [stdout] test layer::tcp::siphash::tests::manual_test_vectors ... ok [INFO] [stdout] test layer::loss::tests::pulsed ... ok [INFO] [stdout] test layer::icmp::tests::answer_ping ... ok [INFO] [stdout] test layer::eth::endpoint::tests::simple ... ok [INFO] [stdout] test storage::assembler::test::max_forward_progress ... ok [INFO] [stdout] test storage::assembler::test::overlapping_partial_progress ... ok [INFO] [stdout] test layer::arp::neighbor::test::evict ... ok [INFO] [stdout] test storage::assembler::test::test_empty_add_front ... ok [INFO] [stdout] test managed::slotmap::tests::simple ... ok [INFO] [stdout] test storage::assembler::test::test_empty_add_back ... ok [INFO] [stdout] test managed::partial::tests::inserts ... ok [INFO] [stdout] test storage::assembler::test::test_empty_remove_front ... ok [INFO] [stdout] test storage::assembler::test::always_initial_progress ... ok [INFO] [stdout] test storage::assembler::test::record_forgotten_partial_progress ... ok [INFO] [stdout] test storage::assembler::test::test_empty_add_mid ... ok [INFO] [stdout] test storage::assembler::test::test_empty_add_full ... ok [INFO] [stdout] test storage::assembler::test::stored_partial_progress ... ok [INFO] [stdout] test storage::assembler::test::test_forward_progress ... ok [INFO] [stdout] test nic::loopback::tests::simple_loopback ... ok [INFO] [stdout] test managed::slotmap::tests::non_simple_free_list ... ok [INFO] [stdout] test storage::assembler::test::advancing_partial_progress ... 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 managed::slotmap::tests::retained ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_both_overlap_split ... ok [INFO] [stdout] test storage::assembler::test::test_iter_two_split ... ok [INFO] [stdout] test storage::assembler::test::test_iter_three_split ... ok [INFO] [stdout] test storage::assembler::test::test_iter_one_mid ... ok [INFO] [stdout] test storage::assembler::test::test_iter_one_trailing_gap ... ok [INFO] [stdout] test managed::partial::tests::normal_operation ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_back ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_back_overlap ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_back_overlap_split ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_both_overlap ... ok [INFO] [stdout] test storage::assembler::test::test_iter_empty ... ok [INFO] [stdout] test storage::assembler::test::test_trailing_hole_remove_front ... ok [INFO] [stdout] test storage::assembler::test::test_rejected_add_keeps_state ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_enqueue_many ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_enqueue_dequeue_one ... 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_with ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_enqueue_many_with ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_dequeue_many_with ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_front_overlap_split ... ok [INFO] [stdout] test storage::assembler::test::test_iter_full ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_dequeue_many ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_length_changes ... ok [INFO] [stdout] test time::test::test_duration_assign_ops ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_write_wholly ... ok [INFO] [stdout] test time::test::test_duration_conversions ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_write_unallocated ... 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 time::test::test_duration_ops ... ok [INFO] [stdout] test time::test::test_instant_display ... ok [INFO] [stdout] test time::test::test_instant_getters ... ok [INFO] [stdout] test time::test::test_instant_ops ... ok [INFO] [stdout] test wire::payload_ext::tests::reframe_extend ... ok [INFO] [stdout] test wire::payload_ext::tests::reframe_move ... ok [INFO] [stdout] test wire::payload_ext::tests::reframe_retract ... ok [INFO] [stdout] test wire::raw::arp::test::test_construct ... ok [INFO] [stdout] test wire::raw::arp::test::test_deconstruct ... ok [INFO] [stdout] test wire::raw::arp::test::test_emit ... ok [INFO] [stdout] test wire::raw::arp::test::test_parse ... ok [INFO] [stdout] test wire::raw::ethernet::test::test_broadcast ... ok [INFO] [stdout] test wire::raw::ethernet::test_ipv4::test_construct ... ok [INFO] [stdout] test wire::raw::ethernet::test_ipv4::test_deconstruct ... ok [INFO] [stdout] test wire::raw::ethernet::test_ipv6::test_construct ... ok [INFO] [stdout] test wire::raw::ethernet::test_ipv6::test_deconstruct ... ok [INFO] [stdout] test wire::raw::icmpv4::test::test_check_len ... ok [INFO] [stdout] test wire::raw::icmpv4::test::test_echo_construct ... ok [INFO] [stdout] test wire::raw::icmpv4::test::test_echo_deconstruct ... ok [INFO] [stdout] test wire::raw::icmpv4::test::test_echo_emit ... ok [INFO] [stdout] test wire::raw::icmpv4::test::test_echo_parse ... ok [INFO] [stdout] test wire::raw::ip::test::endpoint_unspecified ... ok [INFO] [stdout] test wire::raw::ip::test::ipv4::test_ip_repr_lower ... ok [INFO] [stdout] test wire::raw::ip::test::ipv6::test_ip_repr_lower ... ok [INFO] [stdout] test wire::raw::ip::test::to_prefix_len_ipv4_error ... ok [INFO] [stdout] test wire::raw::ip::test::to_prefix_len_ipv6 ... ok [INFO] [stdout] test wire::raw::ip::test::to_prefix_len_ipv6_error ... ok [INFO] [stdout] test wire::raw::ip::test::to_prefix_len_ipv4 ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_broadcast ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_cidr ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_cidr_broadcast ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_cidr_from_netmask ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_cidr_netmask ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_cidr_network ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_construct ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_deconstruct ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_parse ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_emit ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_overlong ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_parse_bad_version ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_parse_total_len_less_than_header_len ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_total_len_overflow ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_unspecified ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_address_format ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_as_ipv4 ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_basic_link_local ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_basic_loopback ... ok [INFO] [stdout] test storage::assembler::test::test_trailing_data_remove_front ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_get_allocated ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_get_unallocated ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_from_parts ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_basic_multicast ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_is_ipv4_mapped ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_mask ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_new ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_overlong ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_cidr ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_basic_repr_emit ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_packet_construction ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_repr_parse_bad_version ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_repr_parse_smaller_than_header ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_repr_parse_smaller_than_payload ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_repr_parse_valid ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_total_len_overflow ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_write_parts ... ok [INFO] [stdout] test wire::raw::ipv6fragment::test::test_buffer_len ... ok [INFO] [stdout] test wire::raw::ipv6fragment::test::test_check_len ... ok [INFO] [stdout] test wire::raw::ipv6fragment::test::test_header_deconstruct ... ok [INFO] [stdout] test wire::raw::ipv6fragment::test::test_repr_emit ... ok [INFO] [stdout] test wire::raw::ipv6fragment::test::test_repr_parse_valid ... ok [INFO] [stdout] test wire::raw::ipv6hopbyhop::test::test_buffer_len ... ok [INFO] [stdout] test wire::raw::ipv6hopbyhop::test::test_check_len ... ok [INFO] [stdout] test wire::raw::ipv6hopbyhop::test::test_header_deconstruct ... ok [INFO] [stdout] test wire::raw::ipv6hopbyhop::test::test_header_len_overflow ... ok [INFO] [stdout] test wire::raw::ipv6hopbyhop::test::test_overlong ... ok [INFO] [stdout] test wire::raw::ipv6hopbyhop::test::test_repr_emit ... ok [INFO] [stdout] test wire::raw::ipv6hopbyhop::test::test_repr_parse_valid ... ok [INFO] [stdout] test wire::raw::ipv6option::test::test_check_len ... ok [INFO] [stdout] test wire::raw::ipv6option::test::test_failure_type ... ok [INFO] [stdout] test wire::raw::ipv6option::test::test_option_deconstruct ... ok [INFO] [stdout] test wire::raw::ipv6option::test::test_option_emit ... ok [INFO] [stdout] test wire::raw::ipv6option::test::test_option_parse ... ok [INFO] [stdout] test wire::raw::ipv6option::test::test_options_iter ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_packet_deconstruction ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_pretty_print ... ok [INFO] [stdout] test wire::raw::ipv6routing::test::test_check_len ... ok [INFO] [stdout] test wire::raw::ipv6routing::test::test_header_deconstruct ... ok [INFO] [stdout] test wire::raw::ipv6routing::test::test_repr_emit ... ok [INFO] [stdout] test wire::raw::ipv6routing::test::test_repr_parse_valid ... ok [INFO] [stdout] test wire::raw::tcp::test::test_construct ... ok [INFO] [stdout] test wire::raw::tcp::test::test_deconstruct ... ok [INFO] [stdout] test wire::raw::tcp::test::test_emit ... ok [INFO] [stdout] test wire::raw::tcp::test::test_header_len_multiple_of_4 ... ok [INFO] [stdout] test wire::raw::tcp::test::test_impossible_len ... ok [INFO] [stdout] test wire::raw::tcp::test::test_malformed_tcp_options ... ok [INFO] [stdout] test wire::raw::tcp::test::test_parse ... ok [INFO] [stdout] test wire::raw::tcp::test::test_tcp_options ... ok [INFO] [stdout] test wire::raw::tcp::test::test_truncated ... ok [INFO] [stdout] test wire::raw::udp::test::test_construct ... ok [INFO] [stdout] test wire::raw::udp::test::test_deconstruct ... ok [INFO] [stdout] test wire::raw::udp::test::test_emit ... ok [INFO] [stdout] test wire::raw::udp::test::test_impossible_len ... ok [INFO] [stdout] test wire::raw::udp::test::test_parse ... ok [INFO] [stdout] test wire::raw::udp::test::test_zero_checksum ... ok [INFO] [stdout] test wire::raw::ipv6routing::test::test_buffer_len ... 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::ring_buffer::test::test_buffer_enqueue_slice ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_from_ipv4_address ... ok [INFO] [stdout] test time::test::test_duration_getters ... ok [INFO] [stdout] test managed::partial::tests::insert_at_invalid ... 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 managed::partial::tests::insert_at_oob ... ok [INFO] [stdout] test wire::raw::ip::test::test_lower_between_families ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_from_parts_too_long ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_from_bytes_too_long ... FAILED [INFO] [stdout] test wire::raw::ipv6option::test::test_data_len ... ok [INFO] [stdout] test wire::raw::ipv6option::test::test_options_iter_truncated ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- wire::raw::ipv6::test::test_from_bytes_too_long stdout ---- [INFO] [stdout] thread 'wire::raw::ipv6::test::test_from_bytes_too_long' panicked at 'source slice length (15) does not match destination slice length (16)', /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/core/src/slice/mod.rs:2775:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5590b7d37a70 - std::backtrace_rs::backtrace::libunwind::trace::h95fc93571932622e [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5590b7d37a70 - std::backtrace_rs::backtrace::trace_unsynchronized::h4d0b90afc33151fd [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5590b7d37a70 - std::sys_common::backtrace::_print_fmt::h93d302d001a3bf01 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5590b7d37a70 - ::fmt::h7881e3a580134f9a [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x5590b7d5bd1c - core::fmt::write::h1857a60b204f1b6a [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x5590b7d33f12 - std::io::Write::write_fmt::hd17811b9a5dec54b [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x5590b7d3a2a5 - std::sys_common::backtrace::_print::h3e3f9fed81bc11e9 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5590b7d3a2a5 - std::sys_common::backtrace::print::hd22ac23fed5071c8 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5590b7d3a2a5 - std::panicking::default_hook::{{closure}}::h1647bdcf68060e17 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5590b7d39e32 - std::panicking::default_hook::hb08853b392b9404b [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5590b7d3aa41 - std::panicking::rust_panic_with_hook::h3624ee29da369ede [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x5590b7d3a587 - std::panicking::begin_panic_handler::{{closure}}::hefcfcedcde6bb6d9 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x5590b7d37f2c - std::sys_common::backtrace::__rust_end_short_backtrace::heb130cec93caa706 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5590b7d3a4e9 - rust_begin_unwind [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x5590b7d59ef1 - core::panicking::panic_fmt::hb15d6f55e8472f62 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x5590b7d5daf2 - core::slice::::copy_from_slice::len_mismatch_fail::haa5ab4370c7b2208 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/core/src/slice/mod.rs:2768:13 [INFO] [stdout] 16: 0x5590b7c24801 - core::slice::::copy_from_slice::hca94480918ad725e [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/core/src/slice/mod.rs:2775:13 [INFO] [stdout] 17: 0x5590b7c94152 - ethox::wire::raw::ipv6::Address::from_bytes::h946fe2bf20a21e6c [INFO] [stdout] at /opt/rustwide/workdir/src/wire/./ipv6.rs:101:9 [INFO] [stdout] 18: 0x5590b7c5cf35 - ethox::wire::raw::ipv6::test::test_from_bytes_too_long::hb5a6a33c6e293365 [INFO] [stdout] at /opt/rustwide/workdir/src/wire/./ipv6.rs:1159:17 [INFO] [stdout] 19: 0x5590b7c5cf0a - ethox::wire::raw::ipv6::test::test_from_bytes_too_long::{{closure}}::h875789877dab5886 [INFO] [stdout] at /opt/rustwide/workdir/src/wire/./ipv6.rs:1158:5 [INFO] [stdout] 20: 0x5590b7cc2a7e - core::ops::function::FnOnce::call_once::h3f1615bbd20312f1 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5590b7d09033 - core::ops::function::FnOnce::call_once::h72b3efc134abec04 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x5590b7d09033 - test::__rust_begin_short_backtrace::hf76173a3f44f554b [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/test/src/lib.rs:516:5 [INFO] [stdout] 23: 0x5590b7d07728 - as core::ops::function::FnOnce>::call_once::h49f5b686efed1e06 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 24: 0x5590b7d07728 - as core::ops::function::FnOnce<()>>::call_once::h4879f836ca9aaead [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/panic.rs:322:9 [INFO] [stdout] 25: 0x5590b7d07728 - std::panicking::try::do_call::h9655796ce3021b6c [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/panicking.rs:379:40 [INFO] [stdout] 26: 0x5590b7d07728 - std::panicking::try::h346508ed448399f4 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/panicking.rs:343:19 [INFO] [stdout] 27: 0x5590b7d07728 - std::panic::catch_unwind::h00e84f4e9c3caaa0 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/panic.rs:396:14 [INFO] [stdout] 28: 0x5590b7d07728 - test::run_test_in_process::hc80321f825c30106 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/test/src/lib.rs:538:18 [INFO] [stdout] 29: 0x5590b7d07728 - test::run_test::run_test_inner::{{closure}}::h89c217441620999f [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/test/src/lib.rs:449:39 [INFO] [stdout] 30: 0x5590b7ce1d16 - std::sys_common::backtrace::__rust_begin_short_backtrace::h3852ec0877008db6 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x5590b7ce64dd - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h7c7dfff4b938ae67 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 32: 0x5590b7ce64dd - as core::ops::function::FnOnce<()>>::call_once::h8db0dd15c072a403 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/panic.rs:322:9 [INFO] [stdout] 33: 0x5590b7ce64dd - std::panicking::try::do_call::haad8639857ae1187 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/panicking.rs:379:40 [INFO] [stdout] 34: 0x5590b7ce64dd - std::panicking::try::h61de115e9dce60f6 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/panicking.rs:343:19 [INFO] [stdout] 35: 0x5590b7ce64dd - std::panic::catch_unwind::h50601fd82666a838 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/panic.rs:396:14 [INFO] [stdout] 36: 0x5590b7ce64dd - std::thread::Builder::spawn_unchecked::{{closure}}::hac267391ef9d21bd [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 37: 0x5590b7ce64dd - core::ops::function::FnOnce::call_once{{vtable.shim}}::heb15d2d9c42706b7 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5590b7d4002a - as core::ops::function::FnOnce>::call_once::h5446ed3fdb82006e [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 39: 0x5590b7d4002a - as core::ops::function::FnOnce>::call_once::h62a21a889329a3f2 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/alloc/src/boxed.rs:1318:9 [INFO] [stdout] 40: 0x5590b7d4002a - std::sys::unix::thread::Thread::new::thread_start::h62402416daf174b6 [INFO] [stdout] at /rustc/eafdee2dfae8c2233b74f98b123308be7ccefcc6/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 41: 0x7fd04f7b6609 - start_thread [INFO] [stdout] 42: 0x7fd04f588293 - clone [INFO] [stdout] 43: 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::raw::ipv6::test::test_from_bytes_too_long [INFO] [stdout] [INFO] [stdout] test result: FAILED. 181 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "35da62e4e897e4479ab5965bb3bb68fcbcfee10a3e9a2eff84e472001fba6392", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35da62e4e897e4479ab5965bb3bb68fcbcfee10a3e9a2eff84e472001fba6392", kill_on_drop: false }` [INFO] [stdout] 35da62e4e897e4479ab5965bb3bb68fcbcfee10a3e9a2eff84e472001fba6392