[INFO] fetching crate ethox 0.0.2... [INFO] testing ethox-0.0.2 against 1.49.0 for beta-1.50-1 [INFO] extracting crate ethox 0.0.2 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate ethox 0.0.2 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 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-9/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" "+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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 7fc556131b8f2f40d7e6ada8e451d30389445d95e1776b272e6b61801c24eee7 [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" "7fc556131b8f2f40d7e6ada8e451d30389445d95e1776b272e6b61801c24eee7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7fc556131b8f2f40d7e6ada8e451d30389445d95e1776b272e6b61801c24eee7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7fc556131b8f2f40d7e6ada8e451d30389445d95e1776b272e6b61801c24eee7", kill_on_drop: false }` [INFO] [stdout] 7fc556131b8f2f40d7e6ada8e451d30389445d95e1776b272e6b61801c24eee7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 624ca4228afb4ced4699faaedb48a899a1f65191543930977d815c642fa2157f [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" "624ca4228afb4ced4699faaedb48a899a1f65191543930977d815c642fa2157f", kill_on_drop: false }` [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 7.92s [INFO] running `Command { std: "docker" "inspect" "624ca4228afb4ced4699faaedb48a899a1f65191543930977d815c642fa2157f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "624ca4228afb4ced4699faaedb48a899a1f65191543930977d815c642fa2157f", kill_on_drop: false }` [INFO] [stdout] 624ca4228afb4ced4699faaedb48a899a1f65191543930977d815c642fa2157f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] af4329e4370fa6bd27ddfd6705beb8a2b04c5d513c13e442fa18ee7957f2bbb1 [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" "af4329e4370fa6bd27ddfd6705beb8a2b04c5d513c13e442fa18ee7957f2bbb1", kill_on_drop: false }` [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling structopt-derive v0.2.18 [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 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 28.26s [INFO] running `Command { std: "docker" "inspect" "af4329e4370fa6bd27ddfd6705beb8a2b04c5d513c13e442fa18ee7957f2bbb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af4329e4370fa6bd27ddfd6705beb8a2b04c5d513c13e442fa18ee7957f2bbb1", kill_on_drop: false }` [INFO] [stdout] af4329e4370fa6bd27ddfd6705beb8a2b04c5d513c13e442fa18ee7957f2bbb1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 57a33e8c8f51eba49332ddcbe571e975e8569301b44a03ad170159d934cfeb20 [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" "57a33e8c8f51eba49332ddcbe571e975e8569301b44a03ad170159d934cfeb20", 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-90f14d3cde85234d [INFO] [stdout] [INFO] [stdout] running 182 tests [INFO] [stdout] test layer::arp::neighbor::test::evict ... ok [INFO] [stdout] test layer::eth::endpoint::tests::simple ... ok [INFO] [stdout] test layer::icmp::tests::answer_ping ... ok [INFO] [stdout] test layer::arp::tests::simple_arp ... ok [INFO] [stdout] test layer::arp::neighbor::test::replace ... 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::ip::route::test::test_fill ... ok [INFO] [stdout] test layer::ip::tests::simple_ipv6 ... ok [INFO] [stdout] test layer::udp::tests::simple ... ok [INFO] [stdout] test layer::arp::neighbor::test::expire ... ok [INFO] [stdout] test layer::arp::neighbor::test::fill ... ok [INFO] [stdout] test layer::arp::neighbor::test::full ... ok [INFO] [stdout] test layer::loss::tests::pulsed ... ok [INFO] [stdout] test managed::partial::tests::inserts ... ok [INFO] [stdout] test managed::partial::tests::normal_operation ... ok [INFO] [stdout] test managed::slotmap::tests::non_simple_free_list ... 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::max_forward_progress ... ok [INFO] [stdout] test storage::assembler::test::overlapping_partial_progress ... ok [INFO] [stdout] test storage::assembler::test::test_empty_remove_front ... ok [INFO] [stdout] test storage::assembler::test::stored_partial_progress ... ok [INFO] [stdout] test storage::assembler::test::advancing_partial_progress ... ok [INFO] [stdout] test storage::assembler::test::always_initial_progress ... ok [INFO] [stdout] test storage::assembler::test::test_forward_progress ... ok [INFO] [stdout] test storage::assembler::test::test_empty_add_back ... ok [INFO] [stdout] test storage::assembler::test::record_forgotten_partial_progress ... ok [INFO] [stdout] test managed::slotmap::tests::simple ... ok [INFO] [stdout] test nic::loopback::tests::simple_loopback ... ok [INFO] [stdout] test managed::slotmap::tests::retained ... ok [INFO] [stdout] test storage::assembler::test::test_empty_add_front ... 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_iter_one_back ... ok [INFO] [stdout] test storage::assembler::test::test_iter_one_mid ... 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_iter_one_front ... ok [INFO] [stdout] test storage::assembler::test::test_iter_one_trailing_gap ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_back_overlap_split ... ok [INFO] [stdout] test storage::assembler::test::test_iter_two_split ... ok [INFO] [stdout] test storage::assembler::test::test_partial_add_both_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::assembler::test::test_iter_three_split ... 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_back_overlap ... 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::assembler::test::test_trailing_data_remove_front ... ok [INFO] [stdout] test storage::assembler::test::test_trailing_hole_remove_front ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_dequeue_many ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_write_unallocated ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_dequeue_many_with ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_get_allocated ... 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_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 storage::ring_buffer::test::test_buffer_length_changes ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_enqueue_slice ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_write_wholly ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_read_allocated ... ok [INFO] [stdout] test time::test::test_duration_assign_ops ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_enqueue_many ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_get_unallocated ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_enqueue_many_with ... ok [INFO] [stdout] test storage::ring_buffer::test::test_buffer_with_no_capacity ... ok [INFO] [stdout] test wire::raw::arp::test::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::ipv4::test_ip_repr_lower ... ok [INFO] [stdout] test wire::raw::ip::test::ipv6::test_ip_repr_lower ... ok [INFO] [stdout] test wire::raw::ethernet::test_ipv4::test_construct ... ok [INFO] [stdout] test wire::raw::arp::test::test_deconstruct ... ok [INFO] [stdout] test wire::raw::ethernet::test_ipv6::test_deconstruct ... ok [INFO] [stdout] test wire::payload_ext::tests::reframe_move ... 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::ipv4::test::test_broadcast ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_cidr_broadcast ... 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_cidr ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_cidr_from_netmask ... ok [INFO] [stdout] test wire::raw::ip::test::to_prefix_len_ipv6 ... ok [INFO] [stdout] test wire::raw::ip::test::to_prefix_len_ipv4_error ... ok [INFO] [stdout] test time::test::test_duration_conversions ... ok [INFO] [stdout] test wire::payload_ext::tests::reframe_retract ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_emit ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_parse ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_parse_total_len_less_than_header_len ... ok [INFO] [stdout] test wire::raw::ethernet::test_ipv4::test_deconstruct ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_parse_bad_version ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_overlong ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_cidr_network ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_as_ipv4 ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_deconstruct ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_construct ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_cidr_netmask ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_address_format ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_basic_repr_emit ... ok [INFO] [stdout] test wire::raw::ethernet::test_ipv6::test_construct ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_cidr ... 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 wire::raw::ipv6::test::test_from_ipv4_address ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_is_ipv4_mapped ... 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_overlong ... 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::ipv6::test::test_pretty_print ... 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_packet_deconstruction ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_new ... ok [INFO] [stdout] test wire::raw::ipv6option::test::test_failure_type ... ok [INFO] [stdout] test wire::raw::ipv6::test::test_mask ... ok [INFO] [stdout] test wire::raw::ipv6option::test::test_option_parse ... ok [INFO] [stdout] test wire::raw::ipv6option::test::test_option_deconstruct ... ok [INFO] [stdout] test wire::raw::ipv6option::test::test_check_len ... ok [INFO] [stdout] test wire::raw::ipv6option::test::test_options_iter ... ok [INFO] [stdout] test wire::raw::ipv6option::test::test_option_emit ... 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::tcp::test::test_construct ... ok [INFO] [stdout] test wire::raw::ipv6routing::test::test_repr_parse_valid ... ok [INFO] [stdout] test wire::raw::ipv6routing::test::test_buffer_len ... ok [INFO] [stdout] test wire::raw::ipv6routing::test::test_repr_emit ... ok [INFO] [stdout] test wire::raw::ipv4::test::test_total_len_overflow ... ok [INFO] [stdout] test wire::raw::tcp::test::test_deconstruct ... ok [INFO] [stdout] test wire::raw::tcp::test::test_header_len_multiple_of_4 ... ok [INFO] [stdout] test wire::raw::tcp::test::test_emit ... ok [INFO] [stdout] test wire::raw::tcp::test::test_malformed_tcp_options ... ok [INFO] [stdout] test wire::raw::tcp::test::test_impossible_len ... ok [INFO] [stdout] test wire::raw::tcp::test::test_parse ... ok [INFO] [stdout] test wire::raw::udp::test::test_construct ... 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::ipv4::test::test_unspecified ... ok [INFO] [stdout] test wire::raw::tcp::test::test_truncated ... ok [INFO] [stdout] test wire::raw::udp::test::test_emit ... ok [INFO] [stdout] test wire::raw::udp::test::test_deconstruct ... ok [INFO] [stdout] test wire::raw::udp::test::test_impossible_len ... ok [INFO] [stdout] test wire::raw::tcp::test::test_tcp_options ... ok [INFO] [stdout] test managed::partial::tests::insert_at_oob ... ok [INFO] [stdout] test managed::partial::tests::insert_at_invalid ... ok [INFO] [stdout] test time::test::test_sub_from_zero_overflow ... ok [INFO] [stdout] test time::test::test_div_by_zero ... 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/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/slice/mod.rs:2745:13 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x556c50d0cce0 - 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: 0x556c50d0cce0 - 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: 0x556c50d0cce0 - std::sys_common::backtrace::_print_fmt::h9b8396a669123d95 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x556c50d0cce0 - ::fmt::he009dcaaa75eed60 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x556c50d3057c - core::fmt::write::h77b4746b0dea1dd3 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/fmt/mod.rs:1078:17 [INFO] [stdout] 5: 0x556c50cb6aa6 - std::io::Write::write_fmt::h3a40d9c04f88bb58 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/mod.rs:1518:15 [INFO] [stdout] 6: 0x556c50d06fdd - std::io::impls::>::write_fmt::h1b3d263673641f53 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/io/impls.rs:179:9 [INFO] [stdout] 7: 0x556c50d0f3b5 - std::sys_common::backtrace::_print::h2d880c9e69a21be9 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 8: 0x556c50d0f3b5 - std::sys_common::backtrace::print::h5f02b1bb49f36879 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 9: 0x556c50d0f3b5 - std::panicking::default_hook::{{closure}}::h658e288a7a809b29 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:208:50 [INFO] [stdout] 10: 0x556c50d0f002 - std::panicking::default_hook::hb52d73f0da9a4bb8 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:224:9 [INFO] [stdout] 11: 0x556c50d0fb51 - std::panicking::rust_panic_with_hook::hfe7e1c684e3e6462 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:593:17 [INFO] [stdout] 12: 0x556c50d0f697 - std::panicking::begin_panic_handler::{{closure}}::h42939e004b32765c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:499:13 [INFO] [stdout] 13: 0x556c50d0d19c - 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: 0x556c50d0f5f9 - rust_begin_unwind [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:495:5 [INFO] [stdout] 15: 0x556c50d2e731 - core::panicking::panic_fmt::ha0bb065d9a260792 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/panicking.rs:92:14 [INFO] [stdout] 16: 0x556c50d32352 - 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: 0x556c50bf8431 - core::slice::::copy_from_slice::h2de04a969b2ce3d8 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/slice/mod.rs:2745:13 [INFO] [stdout] 18: 0x556c50c59142 - ethox::wire::raw::ipv6::Address::from_bytes::h53265bb0080bc0c3 [INFO] [stdout] at /opt/rustwide/workdir/src/wire/./ipv6.rs:101:9 [INFO] [stdout] 19: 0x556c50c2ee35 - ethox::wire::raw::ipv6::test::test_from_bytes_too_long::hdbb6d942a777bb5b [INFO] [stdout] at /opt/rustwide/workdir/src/wire/./ipv6.rs:1159:17 [INFO] [stdout] 20: 0x556c50c2ee0a - ethox::wire::raw::ipv6::test::test_from_bytes_too_long::{{closure}}::hae3ba659360d3cc5 [INFO] [stdout] at /opt/rustwide/workdir/src/wire/./ipv6.rs:1158:5 [INFO] [stdout] 21: 0x556c50c96cbe - core::ops::function::FnOnce::call_once::h019bb1f8249a0ca0 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x556c50cde5f3 - core::ops::function::FnOnce::call_once::hdbd2235b6243db3d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x556c50cde5f3 - test::__rust_begin_short_backtrace::hb1dea1c208110812 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/test/src/lib.rs:517:5 [INFO] [stdout] 24: 0x556c50cdca9a - as core::ops::function::FnOnce>::call_once::h5d11a40efef721f2 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 25: 0x556c50cdca9a - as core::ops::function::FnOnce<()>>::call_once::h23961df98af0bc5a [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 26: 0x556c50cdca9a - std::panicking::try::do_call::h6390646e3de3fb9e [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 27: 0x556c50cdca9a - std::panicking::try::hc531439ab6159192 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 28: 0x556c50cdca9a - std::panic::catch_unwind::h859d8bdaf9b4855c [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 29: 0x556c50cdca9a - test::run_test_in_process::hae60aa74417e3abc [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/test/src/lib.rs:544:18 [INFO] [stdout] 30: 0x556c50cdca9a - test::run_test::run_test_inner::{{closure}}::hf48c86652c4a151d [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/test/src/lib.rs:450:39 [INFO] [stdout] 31: 0x556c50cb5e26 - 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: 0x556c50cbae23 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h79ca9e9abe157956 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:474:17 [INFO] [stdout] 33: 0x556c50cbae23 - as core::ops::function::FnOnce<()>>::call_once::ha12f1f228780a4f7 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:322:9 [INFO] [stdout] 34: 0x556c50cbae23 - std::panicking::try::do_call::h722bb7416d021cdc [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:381:40 [INFO] [stdout] 35: 0x556c50cbae23 - std::panicking::try::h78e5abca71ac7cac [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panicking.rs:345:19 [INFO] [stdout] 36: 0x556c50cbae23 - std::panic::catch_unwind::h95162588bd0fa090 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/panic.rs:396:14 [INFO] [stdout] 37: 0x556c50cbae23 - std::thread::Builder::spawn_unchecked::{{closure}}::h64da5c4b9acc58dc [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/std/src/thread/mod.rs:473:30 [INFO] [stdout] 38: 0x556c50cbae23 - 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: 0x556c50d15f7a - as core::ops::function::FnOnce>::call_once::h09ff301006f1aeca [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 40: 0x556c50d15f7a - as core::ops::function::FnOnce>::call_once::he79488c8f00b5f31 [INFO] [stdout] at /rustc/e1884a8e3c3e813aada8254edfa120e85bf5ffca/library/alloc/src/boxed.rs:1307:9 [INFO] [stdout] 41: 0x556c50d15f7a - 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: 0x7f67bfdee609 - start_thread [INFO] [stdout] 43: 0x7f67bfbc0293 - 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::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" "57a33e8c8f51eba49332ddcbe571e975e8569301b44a03ad170159d934cfeb20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57a33e8c8f51eba49332ddcbe571e975e8569301b44a03ad170159d934cfeb20", kill_on_drop: false }` [INFO] [stdout] 57a33e8c8f51eba49332ddcbe571e975e8569301b44a03ad170159d934cfeb20