[INFO] fetching crate open-dis-rust 0.2.0... [INFO] testing open-dis-rust-0.2.0 against master#caccb4d0368bd918ef6668af8e13834d07040417 for pr-146098-1 [INFO] extracting crate open-dis-rust 0.2.0 into /workspace/builds/worker-4-tc1/source [INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain [INFO] started tweaking crates.io crate open-dis-rust 0.2.0 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate open-dis-rust 0.2.0 [INFO] tweaked toml for crates.io crate open-dis-rust 0.2.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate open-dis-rust 0.2.0 on toolchain caccb4d0368bd918ef6668af8e13834d07040417 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate open-dis-rust 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded miniz_oxide v0.8.4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0684968341b5e5edc103b971dfcb9e838530e02555321edb65d9bfb5dd470015 [INFO] running `Command { std: "docker" "start" "-a" "0684968341b5e5edc103b971dfcb9e838530e02555321edb65d9bfb5dd470015", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0684968341b5e5edc103b971dfcb9e838530e02555321edb65d9bfb5dd470015", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0684968341b5e5edc103b971dfcb9e838530e02555321edb65d9bfb5dd470015", kill_on_drop: false }` [INFO] [stdout] 0684968341b5e5edc103b971dfcb9e838530e02555321edb65d9bfb5dd470015 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b34c1c8058f2340c8f1067bb4cfb19f12ca117bfd58104e555e88aec33dcd37b [INFO] running `Command { std: "docker" "start" "-a" "b34c1c8058f2340c8f1067bb4cfb19f12ca117bfd58104e555e88aec33dcd37b", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling iana-time-zone v0.1.61 [INFO] [stderr] Compiling bytes v1.10.0 [INFO] [stderr] Compiling bitflags v2.8.0 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling chrono v0.4.39 [INFO] [stderr] Compiling open-dis-rust v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/entity_information/entity_state_update_pdu.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/simulation_management_with_reliability/stop_freeze_reliable_pdu.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.44s [INFO] running `Command { std: "docker" "inspect" "b34c1c8058f2340c8f1067bb4cfb19f12ca117bfd58104e555e88aec33dcd37b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b34c1c8058f2340c8f1067bb4cfb19f12ca117bfd58104e555e88aec33dcd37b", kill_on_drop: false }` [INFO] [stdout] b34c1c8058f2340c8f1067bb4cfb19f12ca117bfd58104e555e88aec33dcd37b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7d0488f7a010b6f3f085fdd21bf9bd4039b1ecc3ac4c56a0a9a6f774daa6b26f [INFO] running `Command { std: "docker" "start" "-a" "7d0488f7a010b6f3f085fdd21bf9bd4039b1ecc3ac4c56a0a9a6f774daa6b26f", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.98 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling socket2 v0.5.8 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling serde_derive v1.0.217 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling num-derive v0.4.2 [INFO] [stderr] Compiling tokio v1.43.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling serde v1.0.217 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling tokio-util v0.7.13 [INFO] [stderr] Compiling open-dis-rust v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/entity_information/entity_state_update_pdu.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/simulation_management_with_reliability/stop_freeze_reliable_pdu.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/entity_information/entity_state_update_pdu.rs:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/simulation_management_with_reliability/stop_freeze_reliable_pdu.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 34.21s [INFO] running `Command { std: "docker" "inspect" "7d0488f7a010b6f3f085fdd21bf9bd4039b1ecc3ac4c56a0a9a6f774daa6b26f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7d0488f7a010b6f3f085fdd21bf9bd4039b1ecc3ac4c56a0a9a6f774daa6b26f", kill_on_drop: false }` [INFO] [stdout] 7d0488f7a010b6f3f085fdd21bf9bd4039b1ecc3ac4c56a0a9a6f774daa6b26f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+caccb4d0368bd918ef6668af8e13834d07040417" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bdffce16979f9e07a1694d1fd29a9be641e6973d825458ef1899277f3ecd52a7 [INFO] running `Command { std: "docker" "start" "-a" "bdffce16979f9e07a1694d1fd29a9be641e6973d825458ef1899277f3ecd52a7", kill_on_drop: false }` [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/entity_information/entity_state_update_pdu.rs:38:5 [INFO] [stderr] | [INFO] [stderr] 38 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/simulation_management_with_reliability/stop_freeze_reliable_pdu.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `open-dis-rust` (lib) generated 2 warnings (run `cargo fix --lib -p open-dis-rust` to apply 2 suggestions) [INFO] [stderr] warning: `open-dis-rust` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/open_dis_rust-7c7842f86fa7eaea) [INFO] [stdout] [INFO] [stdout] running 126 tests [INFO] [stdout] test distributed_emissions::designator_pdu::tests::cast_to_any ... ok [INFO] [stdout] test distributed_emissions::designator_pdu::tests::create_header ... ok [INFO] [stdout] test distributed_emissions::designator_pdu::tests::deserialize_header ... ok [INFO] [stdout] test distributed_emissions::electromagnetic_emissions_pdu::tests::create_header ... ok [INFO] [stdout] test distributed_emissions::iff_pdu::tests::cast_to_any ... ok [INFO] [stdout] test distributed_emissions::electromagnetic_emissions_pdu::tests::deserialize_header ... ok [INFO] [stdout] test distributed_emissions::electromagnetic_emissions_pdu::tests::cast_to_any ... ok [INFO] [stdout] test distributed_emissions::iff_pdu::tests::deserialize_header ... ok [INFO] [stdout] test distributed_emissions::iff_pdu::tests::create_header ... ok [INFO] [stdout] test distributed_emissions::supplemental_emission_pdu::tests::cast_to_any ... ok [INFO] [stdout] test distributed_emissions::supplemental_emission_pdu::tests::create_header ... ok [INFO] [stdout] test distributed_emissions::underwater_acoustic_pdu::tests::cast_to_any ... ok [INFO] [stdout] test distributed_emissions::underwater_acoustic_pdu::tests::create_header ... ok [INFO] [stdout] test distributed_emissions::underwater_acoustic_pdu::tests::deserialize_header ... ok [INFO] [stdout] test entity_information::collision_elastic_pdu::tests::create_header ... ok [INFO] [stdout] test entity_information::collision_pdu::tests::create_header ... ok [INFO] [stdout] test entity_information::collision_pdu::tests::deserialize_header ... ok [INFO] [stdout] test entity_information::entity_state_pdu::tests::deserialize_header ... ok [INFO] [stdout] test entity_information::entity_state_pdu::tests::create_header ... ok [INFO] [stdout] test entity_information::entity_state_update_pdu::tests::create_header ... ok [INFO] [stdout] test entity_information::entity_state_update_pdu::tests::deserialize_header ... ok [INFO] [stdout] test entity_management::aggregate_state_pdu::tests::deserialize_header ... ok [INFO] [stdout] test entity_management::is_group_of_pdu::tests::deserialize_header ... ok [INFO] [stdout] test entity_management::is_part_of_pdu::tests::deserialize_header ... ok [INFO] [stdout] test entity_management::transfer_ownership_pdu::tests::create_header ... ok [INFO] [stdout] test entity_management::transfer_ownership_pdu::tests::deserialize_header ... ok [INFO] [stdout] test entity_management::is_part_of_pdu::tests::create_header ... ok [INFO] [stdout] test entity_management::aggregate_state_pdu::tests::create_header ... ok [INFO] [stdout] test information_operations::information_operations_report_pdu::tests::create_header ... ok [INFO] [stdout] test information_operations::information_operations_action_pdu::tests::deserialize_header ... ok [INFO] [stdout] test logistics::resupply_cancel_pdu::tests::create_header ... ok [INFO] [stdout] test information_operations::information_operations_action_pdu::tests::create_header ... ok [INFO] [stdout] test logistics::resupply_offer_pdu::tests::create_header ... ok [INFO] [stdout] test logistics::resupply_offer_pdu::tests::deserialize_header ... ok [INFO] [stdout] test logistics::repair_complete_pdu::tests::create_header ... ok [INFO] [stdout] test logistics::resupply_received_pdu::tests::create_header ... ok [INFO] [stdout] test information_operations::information_operations_report_pdu::tests::deserialize_header ... ok [INFO] [stdout] test logistics::resupply_received_pdu::tests::deserialize_header ... ok [INFO] [stdout] test minefield::minefield_query_pdu::tests::create_header ... ok [INFO] [stdout] test radio_communications::intercom_control_pdu::tests::create_header ... ok [INFO] [stdout] test radio_communications::intercom_control_pdu::tests::deserialize_header ... ok [INFO] [stdout] test minefield::minefield_response_nack_pdu::tests::create_header ... ok [INFO] [stdout] test radio_communications::receiver_pdu::tests::create_header ... ok [INFO] [stdout] test minefield::minefield_state_pdu::tests::create_header ... ok [INFO] [stdout] test radio_communications::intercom_signal_pdu::tests::deserialize_header ... ok [INFO] [stdout] test radio_communications::intercom_signal_pdu::tests::create_header ... ok [INFO] [stdout] test radio_communications::receiver_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management::acknowledge_pdu::tests::cast_to_any ... ok [INFO] [stdout] test radio_communications::signal_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management::action_request_pdu::tests::cast_to_any ... ok [INFO] [stdout] test simulation_management::acknowledge_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management::acknowledge_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management::action_request_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management::action_response_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management::action_request_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management::comment_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management::data_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management::create_entity_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management::data_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management::event_report_pdu::tests::create_header ... ok [INFO] [stdout] test entity_management::is_group_of_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management::data_query_pdu::tests::create_header ... ok [INFO] [stdout] test logistics::repair_response_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management::event_report_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management::set_data_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management::start_resume_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management::start_resume_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management::stop_freeze_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management::stop_freeze_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management_with_reliability::acknowledge_reliable_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management_with_reliability::acknowledge_reliable_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management_with_reliability::action_request_reliable_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management::remove_entity_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management::remove_entity_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management_with_reliability::create_entity_reliable_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management_with_reliability::data_query_reliable_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management_with_reliability::data_reliable_pdu::tests::create_header ... ok [INFO] [stdout] test logistics::resupply_cancel_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management_with_reliability::data_reliable_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management_with_reliability::event_report_reliable_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management_with_reliability::event_report_reliable_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management_with_reliability::record_query_reliable_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management_with_reliability::record_query_reliable_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management_with_reliability::remove_entity_reliable_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management_with_reliability::set_data_reliable_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management_with_reliability::set_data_reliable_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management_with_reliability::set_record_reliable_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management_with_reliability::set_record_reliable_pdu::tests::deserialize_header ... ok [INFO] [stdout] test logistics::service_request_pdu::tests::create_header ... ok [INFO] [stdout] test logistics::service_request_pdu::tests::deserialize_header ... ok [INFO] [stdout] test minefield::minefield_data_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management_with_reliability::stop_freeze_reliable_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management_with_reliability::stop_freeze_reliable_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management_with_reliability::start_resume_reliable_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management_with_reliability::start_resume_reliable_pdu::tests::deserialize_header ... ok [INFO] [stdout] test synthetic_environment::areal_object_state_pdu::tests::create_header ... ok [INFO] [stdout] test synthetic_environment::areal_object_state_pdu::tests::deserialize_header ... ok [INFO] [stdout] test synthetic_environment::environmental_process_pdu::tests::deserialize_header ... ok [INFO] [stdout] test synthetic_environment::environmental_process_pdu::tests::create_header ... ok [INFO] [stdout] test synthetic_environment::gridded_data_pdu::tests::check_pdu_size ... ok [INFO] [stdout] test synthetic_environment::gridded_data_pdu::tests::create_header ... ok [INFO] [stdout] test synthetic_environment::gridded_data_pdu::tests::deserialize_header ... ok [INFO] [stdout] test synthetic_environment::linear_object_state_pdu::tests::create_header ... ok [INFO] [stdout] test synthetic_environment::linear_object_state_pdu::tests::deserialize_header ... ok [INFO] [stdout] test synthetic_environment::point_object_state_pdu::tests::create_header ... ok [INFO] [stdout] test synthetic_environment::point_object_state_pdu::tests::deserialize_header ... ok [INFO] [stdout] test warfare::detonation_pdu::tests::deserialize_header ... ok [INFO] [stdout] test warfare::directed_energy_fire_pdu::tests::cast_to_any ... ok [INFO] [stdout] test simulation_management_with_reliability::remove_entity_reliable_pdu::tests::create_header ... ok [INFO] [stdout] test warfare::directed_energy_fire_pdu::tests::create_header ... ok [INFO] [stdout] test warfare::directed_energy_fire_pdu::tests::deserialize_header ... ok [INFO] [stdout] test warfare::entity_damage_status_pdu::tests::create_header ... ok [INFO] [stdout] test warfare::detonation_pdu::tests::create_header ... ok [INFO] [stdout] test warfare::entity_damage_status_pdu::tests::deserialize_header ... ok [INFO] [stdout] test warfare::fire_pdu::tests::create_header ... ok [INFO] [stdout] test warfare::fire_pdu::tests::deserialize_header ... ok [INFO] [stdout] test distributed_emissions::supplemental_emission_pdu::tests::deserialize_header ... ok [INFO] [stderr] Running tests/integration_test.rs (/opt/rustwide/target/debug/deps/integration_test-dce7e8b4b2eb2ab2) [INFO] [stdout] test entity_information::collision_elastic_pdu::tests::deserialize_header ... ok [INFO] [stdout] test logistics::repair_complete_pdu::tests::deserialize_header ... ok [INFO] [stdout] test logistics::repair_response_pdu::tests::create_header ... ok [INFO] [stdout] test radio_communications::signal_pdu::tests::deserialize_header ... ok [INFO] [stdout] test radio_communications::transmitter_pdu::tests::create_header ... ok [INFO] [stdout] test radio_communications::transmitter_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management::set_data_pdu::tests::deserialize_header ... ok [INFO] [stdout] test simulation_management_with_reliability::action_response_reliable_pdu::tests::create_header ... ok [INFO] [stdout] test simulation_management_with_reliability::comment_reliable_pdu::tests::create_header ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 126 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test create_acknowledge_pdu ... ok [INFO] [stdout] test create_acknowledge_reliable_pdu ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests open_dis_rust [INFO] [stdout] [INFO] [stdout] running 36 tests [INFO] [stdout] test src/distributed_emissions/iff_pdu.rs - distributed_emissions::iff_pdu::IFFPdu::default (line 49) ... ok [INFO] [stdout] test src/distributed_emissions/electromagnetic_emissions_pdu.rs - distributed_emissions::electromagnetic_emissions_pdu::ElectromagneticEmissionsPdu::default (line 38) ... ok [INFO] [stdout] test src/distributed_emissions/supplemental_emission_pdu.rs - distributed_emissions::supplemental_emission_pdu::SupplementalEmissionPdu::default (line 42) ... ok [INFO] [stdout] test src/distributed_emissions/designator_pdu.rs - distributed_emissions::designator_pdu::DesignatorPdu::default (line 46) ... ok [INFO] [stdout] test src/information_operations/information_operations_action_pdu.rs - information_operations::information_operations_action_pdu::InformationOperationsActionPdu::default (line 48) ... ok [INFO] [stdout] test src/entity_management/is_part_of_pdu.rs - entity_management::is_part_of_pdu::IsPartOfPdu::default (line 39) ... ok [INFO] [stdout] test src/common/world_coordinate.rs - common::world_coordinate::WorldCoordinate::new (line 26) ... ok [INFO] [stdout] test src/entity_management/aggregate_state_pdu.rs - entity_management::aggregate_state_pdu::AggregateStatePdu::default (line 56) ... ok [INFO] [stdout] test src/information_operations/information_operations_report_pdu.rs - information_operations::information_operations_report_pdu::InformationOperationsReportPdu::default (line 42) ... ok [INFO] [stdout] test src/logistics/repair_complete_pdu.rs - logistics::repair_complete_pdu::RepairCompletePdu::default (line 34) ... ok [INFO] [stdout] test src/radio_communications/signal_pdu.rs - radio_communications::signal_pdu::SignalPdu::default (line 36) ... ok [INFO] [stdout] test src/logistics/resupply_offer_pdu.rs - logistics::resupply_offer_pdu::ResupplyOfferPdu::default (line 37) ... ok [INFO] [stdout] test src/radio_communications/receiver_pdu.rs - radio_communications::receiver_pdu::ReceiverPdu::default (line 35) ... ok [INFO] [stdout] test src/logistics/resupply_received_pdu.rs - logistics::resupply_received_pdu::ResupplyReceivedPdu::default (line 37) ... ok [INFO] [stdout] test src/radio_communications/transmitter_pdu.rs - radio_communications::transmitter_pdu::TransmitterPdu::default (line 53) ... ok [INFO] [stdout] test src/lib.rs - (line 17) ... ok [INFO] [stdout] test src/simulation_management/action_request_pdu.rs - simulation_management::action_request_pdu::ActionRequestPdu::default (line 37) ... ok [INFO] [stdout] test src/radio_communications/intercom_signal_pdu.rs - radio_communications::intercom_signal_pdu::IntercomSignalPdu::default (line 37) ... ok [INFO] [stdout] test src/radio_communications/intercom_control_pdu.rs - radio_communications::intercom_control_pdu::IntercomControlPdu::default (line 43) ... ok [INFO] [stdout] test src/logistics/service_request_pdu.rs - logistics::service_request_pdu::ServiceRequestPdu::default (line 37) ... ok [INFO] [stdout] test src/synthetic_environment/areal_object_state_pdu.rs - synthetic_environment::areal_object_state_pdu::ArealObjectStatePdu::default (line 45) ... ok [INFO] [stdout] test src/warfare/detonation_pdu.rs - warfare::detonation_pdu::DetonationPdu::default (line 48) ... ok [INFO] [stdout] test src/synthetic_environment/linear_object_state_pdu.rs - synthetic_environment::linear_object_state_pdu::LinearObjectStatePdu::default (line 43) ... ok [INFO] [stdout] test src/logistics/resupply_cancel_pdu.rs - logistics::resupply_cancel_pdu::ResupplyCancelPdu::default (line 31) ... ok [INFO] [stdout] test src/simulation_management/acknowledge_pdu.rs - simulation_management::acknowledge_pdu::AcknowledgePdu::default (line 35) ... ok [INFO] [stdout] test src/simulation_management_with_reliability/acknowledge_reliable_pdu.rs - simulation_management_with_reliability::acknowledge_reliable_pdu::AcknowledgeReliablePdu::default (line 36) ... ok [INFO] [stdout] test src/warfare/fire_pdu.rs - warfare::fire_pdu::FirePdu::default (line 43) ... ok [INFO] [stdout] test src/warfare/entity_damage_status_pdu.rs - warfare::entity_damage_status_pdu::EntityDamageStatusPdu::default (line 38) ... ok [INFO] [stdout] test src/synthetic_environment/environmental_process_pdu.rs - synthetic_environment::environmental_process_pdu::EnvironmentalProcessPdu::default (line 39) ... ok [INFO] [stdout] test src/synthetic_environment/gridded_data_pdu.rs - synthetic_environment::gridded_data_pdu::GriddedDataPdu::default (line 52) ... ok [INFO] [stdout] test src/synthetic_environment/point_object_state_pdu.rs - synthetic_environment::point_object_state_pdu::PointObjectStatePdu::default (line 46) ... ok [INFO] [stdout] test src/warfare/directed_energy_fire_pdu.rs - warfare::directed_energy_fire_pdu::DirectedEnergyFirePdu::default (line 38) ... ok [INFO] [stdout] test src/logistics/repair_response_pdu.rs - logistics::repair_response_pdu::RepairResponsePdu::default (line 34) ... ok [INFO] [stdout] test src/entity_management/transfer_ownership_pdu.rs - entity_management::transfer_ownership_pdu::TransferOwnershipPdu::default (line 39) ... ok [INFO] [stdout] test src/entity_management/is_group_of_pdu.rs - entity_management::is_group_of_pdu::IsGroupOfPdu::default (line 36) ... ok [INFO] [stdout] test src/distributed_emissions/underwater_acoustic_pdu.rs - distributed_emissions::underwater_acoustic_pdu::UnderwaterAcousticPdu::default (line 47) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bdffce16979f9e07a1694d1fd29a9be641e6973d825458ef1899277f3ecd52a7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bdffce16979f9e07a1694d1fd29a9be641e6973d825458ef1899277f3ecd52a7", kill_on_drop: false }` [INFO] [stdout] bdffce16979f9e07a1694d1fd29a9be641e6973d825458ef1899277f3ecd52a7