[INFO] fetching crate ethox 0.0.2... [INFO] testing ethox-0.0.2 against beta-2021-01-01 for beta-1.50-1 [INFO] extracting crate ethox 0.0.2 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate ethox 0.0.2 on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "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-8/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" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 616501f09436242091778e3a81c6c950711fe1d13df3245a7f29d9d9480cc82a [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" "616501f09436242091778e3a81c6c950711fe1d13df3245a7f29d9d9480cc82a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "616501f09436242091778e3a81c6c950711fe1d13df3245a7f29d9d9480cc82a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "616501f09436242091778e3a81c6c950711fe1d13df3245a7f29d9d9480cc82a", kill_on_drop: false }` [INFO] [stdout] 616501f09436242091778e3a81c6c950711fe1d13df3245a7f29d9d9480cc82a [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=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" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 229da10dbac269dec8bf0429681c0c3f3f1625fa0b5643628f7a4da71e6fb866 [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" "229da10dbac269dec8bf0429681c0c3f3f1625fa0b5643628f7a4da71e6fb866", 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 8.23s [INFO] running `Command { std: "docker" "inspect" "229da10dbac269dec8bf0429681c0c3f3f1625fa0b5643628f7a4da71e6fb866", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "229da10dbac269dec8bf0429681c0c3f3f1625fa0b5643628f7a4da71e6fb866", kill_on_drop: false }` [INFO] [stdout] 229da10dbac269dec8bf0429681c0c3f3f1625fa0b5643628f7a4da71e6fb866 [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=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" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc917a4eac02dd865ca45d9220096245bc68fc1981220191b887badcb64cc408 [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" "bc917a4eac02dd865ca45d9220096245bc68fc1981220191b887badcb64cc408", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling syn v0.15.44 [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 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 33.24s [INFO] running `Command { std: "docker" "inspect" "bc917a4eac02dd865ca45d9220096245bc68fc1981220191b887badcb64cc408", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc917a4eac02dd865ca45d9220096245bc68fc1981220191b887badcb64cc408", kill_on_drop: false }` [INFO] [stdout] bc917a4eac02dd865ca45d9220096245bc68fc1981220191b887badcb64cc408 [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=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" "+beta-2021-01-01" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 3a6ff9c27d1c41535dd4bb3611dbc29421d74e8167dff1f4235019f7110ef91e [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" "3a6ff9c27d1c41535dd4bb3611dbc29421d74e8167dff1f4235019f7110ef91e", 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.07s [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ethox-0ae8aa8ad1b4cad5 [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::fill ... ok [INFO] [stdout] test layer::arp::tests::simple_arp ... ok [INFO] [stdout] test layer::eth::endpoint::tests::simple ... ok [INFO] [stdout] test layer::ip::tests::simple_ipv6 ... ok [INFO] [stdout] test layer::ip::route::test::test_fill ... ok [INFO] [stdout] test layer::tcp::connection::tests::resent_syn ... ok [INFO] [stdout] test layer::tcp::siphash::tests::manual_test_vectors ... ok [INFO] [stdout] test layer::ip::tests::simple_ipv4 ... ok [INFO] [stdout] test layer::arp::neighbor::test::evict ... ok [INFO] [stdout] test layer::arp::neighbor::test::replace ... ok [INFO] [stdout] test layer::icmp::tests::answer_ping ... ok [INFO] [stdout] test layer::loss::tests::pulsed ... ok [INFO] [stdout] test layer::udp::tests::simple ... ok [INFO] [stdout] test managed::slotmap::tests::non_simple_free_list ... ok [INFO] [stdout] test managed::partial::tests::inserts ... ok [INFO] [stdout] test nic::loopback::tests::simple_loopback ... ok [INFO] [stdout] test storage::assembler::test::always_initial_progress ... ok [INFO] [stdout] test storage::assembler::test::advancing_partial_progress ... ok [INFO] [stdout] test managed::slotmap::tests::simple ... ok [INFO] [stdout] test storage::assembler::test::max_forward_progress ... ok [INFO] [stdout] test managed::slotmap::tests::retained ... ok [INFO] [stdout] test managed::partial::tests::normal_operation ... ok [INFO] [stdout] test storage::assembler::test::test_empty_add_full ... ok [INFO] [stdout] test storage::assembler::test::test_empty_add_mid ... ok [INFO] [stdout] test storage::assembler::test::test_empty_add_back ... ok [INFO] [stdout] test storage::assembler::test::test_empty_add_front ... ok [INFO] [stdout] test storage::assembler::test::overlapping_partial_progress ... ok [INFO] [stdout] test storage::assembler::test::stored_partial_progress ... ok [INFO] [stdout] test storage::assembler::test::test_iter_empty ... ok [INFO] [stdout] test storage::assembler::test::record_forgotten_partial_progress ... ok [INFO] [stdout] test storage::assembler::test::test_empty_remove_front ... ok [INFO] [stdout] test storage::assembler::test::test_iter_full ... ok [INFO] [stdout] test storage::assembler::test::test_forward_progress ... ok [INFO] [stdout] test storage::assembler::test::test_iter_one_front ... ok [INFO] [stdout] test storage::assembler::test::test_iter_one_back ... ok [INFO] [stdout] test storage::assembler::test::test_iter_one_mid ... ok [INFO] [stdout] test storage::assembler::test::test_iter_two_split ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_back_overlap ... ok [INFO] [stdout] test storage::assembler::test::test_trailing_data_remove_front ... ok [INFO] [stdout] test storage::assembler::test::test_trailing_hole_remove_front ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_front ... 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::ring_buffer::test::test_buffer_enqueue_slice ... 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 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::ring_buffer::test::test_buffer_dequeue_many ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_dequeue_slice ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_back_overlap_split ... ok [INFO] [stdout] test storage::assembler::test::test_iter_one_trailing_gap ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_both_overlap ... ok [INFO] [stdout] test storage::assembler::test::test_iter_three_split ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_front_overlap ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_both_overlap_split ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_back ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_enqueue_dequeue_one ... ok [INFO] [stdout] test time::test::test_duration_getters ... 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 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_rejected_add_keeps_state ... ok [INFO] [stdout] test time::test::test_duration_ops ... 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::ethernet::test::test_broadcast ... ok [INFO] [stdout] test wire::raw::ethernet::test_ipv4::test_construct ... ok [INFO] [stdout] test wire::raw::arp::test::test_parse ... ok [INFO] [stdout] test time::test::test_duration_conversions ... ok [INFO] [stdout] test wire::payload_ext::tests::reframe_extend ... ok [INFO] [stdout] test wire::raw::arp::test::test_deconstruct ... ok [INFO] [stdout] test wire::payload_ext::tests::reframe_move ... ok [INFO] [stdout] test wire::raw::ethernet::test_ipv6::test_construct ... 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::ipv6::test_ip_repr_lower ... ok [INFO] [stdout] test wire::raw::ip::test::to_prefix_len_ipv4 ... ok [INFO] [stdout] test wire::raw::ip::test::to_prefix_len_ipv4_error ... 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_network ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_construct ... ok [INFO] [stdout] test wire::raw::arp::test::test_emit ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_broadcast ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_cidr_netmask ... ok [INFO] [stdout] test wire::raw::ethernet::test_ipv6::test_deconstruct ... ok [INFO] [stdout] test wire::raw::ip::test::to_prefix_len_ipv6_error ... ok [INFO] [stdout] test wire::raw::ip::test::to_prefix_len_ipv6 ... ok [INFO] [stdout] test wire::raw::ip::test::ipv4::test_ip_repr_lower ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_overlong ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_parse ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_deconstruct ... ok [INFO] [stdout] test wire::raw::ethernet::test_ipv4::test_deconstruct ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_address_format ... 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_unspecified ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_as_ipv4 ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_basic_multicast ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_total_len_overflow ... 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::ipv4::test::test_emit ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_from_ipv4_address ... 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::ipv4::test::test_parse_bad_version ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_basic_loopback ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_packet_deconstruction ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_from_parts ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_basic_link_local ... ok [INFO] [stdout] test time::test::test_duration_assign_ops ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_pretty_print ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_write_parts ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_total_len_overflow ... ok [INFO] [stdout] test wire::raw::ipv6fragment::test::test_check_len ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_overlong ... 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::ipv6::test::test_repr_parse_smaller_than_header ... ok [INFO] [stdout] test wire::raw::ipv6fragment::test::test_buffer_len ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_repr_parse_bad_version ... ok [INFO] [stdout] test wire::raw::ipv6fragment::test::test_repr_parse_valid ... ok [INFO] [stdout] test wire::raw::ipv6hopbyhop::test::test_header_len_overflow ... ok [INFO] [stdout] test wire::raw::ipv6hopbyhop::test::test_header_deconstruct ... ok [INFO] [stdout] test wire::raw::ipv6hopbyhop::test::test_overlong ... ok [INFO] [stdout] test wire::raw::ipv6hopbyhop::test::test_check_len ... 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::ipv6routing::test::test_buffer_len ... 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::ipv6hopbyhop::test::test_buffer_len ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_repr_parse_valid ... ok [INFO] [stdout] test managed::partial::tests::insert_at_invalid ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_is_ipv4_mapped ... ok [INFO] [stdout] test managed::partial::tests::insert_at_oob ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_packet_construction ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_repr_parse_smaller_than_payload ... 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::raw::ip::test::test_lower_between_families ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_from_bytes_too_long ... FAILED [INFO] [stdout] test wire::raw::ipv6::test::test_from_parts_too_long ... ok [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/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/slice/mod.rs:2775:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5639126f4bd7 - std::backtrace_rs::backtrace::libunwind::trace::hcd6e187547b8deec [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x5639126f4bd7 - std::backtrace_rs::backtrace::trace_unsynchronized::hde10036eb783fbc7 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x5639126f4bd7 - std::sys_common::backtrace::_print_fmt::h63987b8f86dfc82a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x5639126f4bd7 - ::fmt::hc33f3ac4cc9c4196 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x56391271539c - core::fmt::write::hfdcdeb08fb2b3afa [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x5639126f1052 - std::io::Write::write_fmt::h28c53dc51251a293 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/io/mod.rs:1519:15 [INFO] [stdout] 6: 0x5639126f6e85 - std::sys_common::backtrace::_print::hf179508b01f66878 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x5639126f6e85 - std::sys_common::backtrace::print::ha97d11adb39266a6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x5639126f6e85 - std::panicking::default_hook::{{closure}}::h8da9985a98bd1582 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x5639126f6a12 - std::panicking::default_hook::hbc0ee792993c2ef2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x5639126f7621 - std::panicking::rust_panic_with_hook::h9fb9cda33a10f084 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:591:17 [INFO] [stdout] 11: 0x5639126f7167 - std::panicking::begin_panic_handler::{{closure}}::hf3e83396e085962e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:497:13 [INFO] [stdout] 12: 0x5639126f509c - std::sys_common::backtrace::__rust_end_short_backtrace::hac151ac4c1e3252d [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x5639126f70c9 - rust_begin_unwind [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:493:5 [INFO] [stdout] 14: 0x5639127135a1 - core::panicking::panic_fmt::hf6d8a92b065b8f97 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x563912717152 - core::slice::::copy_from_slice::len_mismatch_fail::ha22794115f7ce756 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/slice/mod.rs:2768:13 [INFO] [stdout] 16: 0x5639125ddd51 - core::slice::::copy_from_slice::ha034376731522a2a [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/slice/mod.rs:2775:13 [INFO] [stdout] 17: 0x56391263ca22 - ethox::wire::raw::ipv6::Address::from_bytes::h5e5ae95bfa944c4a [INFO] [stdout] at /opt/rustwide/workdir/src/wire/./ipv6.rs:101:9 [INFO] [stdout] 18: 0x563912614bc5 - ethox::wire::raw::ipv6::test::test_from_bytes_too_long::h9c20e0a1d5801e22 [INFO] [stdout] at /opt/rustwide/workdir/src/wire/./ipv6.rs:1159:17 [INFO] [stdout] 19: 0x563912614b9a - ethox::wire::raw::ipv6::test::test_from_bytes_too_long::{{closure}}::h3145ffcedabb99a7 [INFO] [stdout] at /opt/rustwide/workdir/src/wire/./ipv6.rs:1158:5 [INFO] [stdout] 20: 0x5639125c9cfe - core::ops::function::FnOnce::call_once::h4a654e6462094c53 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x5639126bf2d3 - core::ops::function::FnOnce::call_once::ha61d5393ae51ae22 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x5639126bf2d3 - test::__rust_begin_short_backtrace::h4a8691b5281c1f3b [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:516:5 [INFO] [stdout] 23: 0x5639126bdbc6 - as core::ops::function::FnOnce>::call_once::hd25ba61494055ad3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 24: 0x5639126bdbc6 - as core::ops::function::FnOnce<()>>::call_once::h052fde7b846767ba [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 25: 0x5639126bdbc6 - std::panicking::try::do_call::h04571a1da6838ba1 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 26: 0x5639126bdbc6 - std::panicking::try::h758f090614125cbe [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 27: 0x5639126bdbc6 - std::panic::catch_unwind::h0c48513d5a021d3c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 28: 0x5639126bdbc6 - test::run_test_in_process::hee75babaaac3822f [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:538:18 [INFO] [stdout] 29: 0x5639126bdbc6 - test::run_test::run_test_inner::{{closure}}::h2920dea75d7f0c1e [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/test/src/lib.rs:449:39 [INFO] [stdout] 30: 0x563912695ed6 - std::sys_common::backtrace::__rust_begin_short_backtrace::ha23dff608830db13 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x56391269ac6d - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hacce322dead3a799 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 32: 0x56391269ac6d - as core::ops::function::FnOnce<()>>::call_once::h4f0bc9c26ead0a27 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:322:9 [INFO] [stdout] 33: 0x56391269ac6d - std::panicking::try::do_call::h1b9f282fb0c383b3 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:379:40 [INFO] [stdout] 34: 0x56391269ac6d - std::panicking::try::hed1ebed51b133ee4 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panicking.rs:343:19 [INFO] [stdout] 35: 0x56391269ac6d - std::panic::catch_unwind::h072a2b19fd39a474 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/panic.rs:396:14 [INFO] [stdout] 36: 0x56391269ac6d - std::thread::Builder::spawn_unchecked::{{closure}}::hb02c6b2d3ff18bc2 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 37: 0x56391269ac6d - core::ops::function::FnOnce::call_once{{vtable.shim}}::hb512c5d27b4adb83 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x5639126fd17a - as core::ops::function::FnOnce>::call_once::hdbb9ff71143eaad6 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 39: 0x5639126fd17a - as core::ops::function::FnOnce>::call_once::h9dbde95cefb8368c [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/alloc/src/boxed.rs:1328:9 [INFO] [stdout] 40: 0x5639126fd17a - std::sys::unix::thread::Thread::new::thread_start::hc76032c38affd972 [INFO] [stdout] at /rustc/25b3db3aa752d9d4633c983c9d4bf5e48f9baff1/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 41: 0x7f493379b609 - start_thread [INFO] [stdout] 42: 0x7f493356d293 - 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; finished in 0.20s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "3a6ff9c27d1c41535dd4bb3611dbc29421d74e8167dff1f4235019f7110ef91e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a6ff9c27d1c41535dd4bb3611dbc29421d74e8167dff1f4235019f7110ef91e", kill_on_drop: false }` [INFO] [stdout] 3a6ff9c27d1c41535dd4bb3611dbc29421d74e8167dff1f4235019f7110ef91e