[INFO] cloning repository https://github.com/UnitedTraders/aeron-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/UnitedTraders/aeron-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUnitedTraders%2Faeron-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUnitedTraders%2Faeron-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] cb6501aa9794650c831be6bbf591e62f398640fa [INFO] testing UnitedTraders/aeron-rs against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FUnitedTraders%2Faeron-rs" "/workspace/builds/worker-39/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-39/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/UnitedTraders/aeron-rs on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-39/source/rust-toolchain [INFO] started tweaking git repo https://github.com/UnitedTraders/aeron-rs [INFO] finished tweaking git repo https://github.com/UnitedTraders/aeron-rs [INFO] tweaked toml for git repo https://github.com/UnitedTraders/aeron-rs written to /workspace/builds/worker-39/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded nix v0.22.0 [INFO] [stderr] Downloaded galvanic-assert v0.8.7 [INFO] [stderr] Downloaded hdrhistogram v6.3.4 [INFO] [stderr] Downloaded cache_line_size v1.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-39/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-39/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 093ea1d92aebbac193c06b94c1ec272772ae4a22bca3d581a4175327c5e3c8d0 [INFO] running `Command { std: "docker" "start" "-a" "093ea1d92aebbac193c06b94c1ec272772ae4a22bca3d581a4175327c5e3c8d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "093ea1d92aebbac193c06b94c1ec272772ae4a22bca3d581a4175327c5e3c8d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "093ea1d92aebbac193c06b94c1ec272772ae4a22bca3d581a4175327c5e3c8d0", kill_on_drop: false }` [INFO] [stdout] 093ea1d92aebbac193c06b94c1ec272772ae4a22bca3d581a4175327c5e3c8d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-39/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-39/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6b45983a03ec87d94fad054af0caeb1e50603346796d494bf33f51e050f90ea [INFO] running `Command { std: "docker" "start" "-a" "a6b45983a03ec87d94fad054af0caeb1e50603346796d494bf33f51e050f90ea", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling galvanic-assert v0.8.7 [INFO] [stderr] Compiling cache_line_size v1.0.0 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling nix v0.22.0 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling ctrlc v3.2.0 [INFO] [stderr] Compiling aeron-rs v0.1.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling thiserror v1.0.29 [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/concurrent/counters.rs:152:59 [INFO] [stdout] | [INFO] [stdout] 152 | pub static ref FREE_TO_REUSE_DEADLINE_OFFSET: Index = offset_of!(CounterMetaDataDefn, free_to_reuse_deadline) as Index; [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unaligned_references)]` on by default [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/concurrent/logbuffer/data_frame_header.rs:45:57 [INFO] [stdout] | [INFO] [stdout] 45 | pub static ref RESERVED_VALUE_FIELD_OFFSET: Index = offset_of!(DataFrameHeaderDefn, reserved_value); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/concurrent/logbuffer/log_buffer_descriptor.rs:129:54 [INFO] [stdout] | [INFO] [stdout] 129 | pub static ref TERM_TAIL_COUNTER_OFFSET: Index = offset_of!(LogMetaDataDefn, term_tail_counters); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/concurrent/logbuffer/log_buffer_descriptor.rs:131:63 [INFO] [stdout] | [INFO] [stdout] 131 | pub static ref LOG_END_OF_STREAM_POSITION_OFFSET: Index = offset_of!(LogMetaDataDefn, end_of_stream_position); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/concurrent/reports.rs:90:54 [INFO] [stdout] | [INFO] [stdout] 90 | pub static ref OBSERVATION_COUNT_OFFSET: Index = offset_of!(LossReportEntryDefn, observation_count); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/utils/errors/error_log_descriptor.rs:66:63 [INFO] [stdout] | [INFO] [stdout] 66 | pub static ref LAST_OBSERVATION_TIMESTAMP_OFFSET: Index = offset_of!(ErrorLogEntryDefn, last_observation_timestamp); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/utils/errors/error_log_descriptor.rs:67:64 [INFO] [stdout] | [INFO] [stdout] 67 | pub static ref FIRST_OBSERVATION_TIMESTAMP_OFFSET: Index = offset_of!(ErrorLogEntryDefn, first_observation_timestamp); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/bin/loss_stat.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | loss_report_entry.total_bytes_lost, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unaligned_references)]` on by default [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/bin/loss_stat.rs:63:103 [INFO] [stdout] | [INFO] [stdout] 63 | let entries_read = reports::read(&buffer, |observation_count, loss_report_entry, channel, source| unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `Command { std: "docker" "inspect" "a6b45983a03ec87d94fad054af0caeb1e50603346796d494bf33f51e050f90ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6b45983a03ec87d94fad054af0caeb1e50603346796d494bf33f51e050f90ea", kill_on_drop: false }` [INFO] [stdout] a6b45983a03ec87d94fad054af0caeb1e50603346796d494bf33f51e050f90ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-39/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-39/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0d98ac3794538efb6b54c81a5a0206414abe18d715216e5494a1a3eab629cead [INFO] running `Command { std: "docker" "start" "-a" "0d98ac3794538efb6b54c81a5a0206414abe18d715216e5494a1a3eab629cead", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/concurrent/counters.rs:152:59 [INFO] [stdout] | [INFO] [stdout] 152 | pub static ref FREE_TO_REUSE_DEADLINE_OFFSET: Index = offset_of!(CounterMetaDataDefn, free_to_reuse_deadline) as Index; [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unaligned_references)]` on by default [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/concurrent/logbuffer/data_frame_header.rs:45:57 [INFO] [stdout] | [INFO] [stdout] 45 | pub static ref RESERVED_VALUE_FIELD_OFFSET: Index = offset_of!(DataFrameHeaderDefn, reserved_value); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/concurrent/logbuffer/log_buffer_descriptor.rs:129:54 [INFO] [stdout] | [INFO] [stdout] 129 | pub static ref TERM_TAIL_COUNTER_OFFSET: Index = offset_of!(LogMetaDataDefn, term_tail_counters); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/concurrent/logbuffer/log_buffer_descriptor.rs:131:63 [INFO] [stdout] | [INFO] [stdout] 131 | pub static ref LOG_END_OF_STREAM_POSITION_OFFSET: Index = offset_of!(LogMetaDataDefn, end_of_stream_position); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/concurrent/reports.rs:90:54 [INFO] [stdout] | [INFO] [stdout] 90 | pub static ref OBSERVATION_COUNT_OFFSET: Index = offset_of!(LossReportEntryDefn, observation_count); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/utils/errors/error_log_descriptor.rs:66:63 [INFO] [stdout] | [INFO] [stdout] 66 | pub static ref LAST_OBSERVATION_TIMESTAMP_OFFSET: Index = offset_of!(ErrorLogEntryDefn, last_observation_timestamp); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/utils/errors/error_log_descriptor.rs:67:64 [INFO] [stdout] | [INFO] [stdout] 67 | pub static ref FIRST_OBSERVATION_TIMESTAMP_OFFSET: Index = offset_of!(ErrorLogEntryDefn, first_observation_timestamp); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/bin/loss_stat.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | loss_report_entry.total_bytes_lost, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unaligned_references)]` on by default [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/bin/loss_stat.rs:63:103 [INFO] [stdout] | [INFO] [stdout] 63 | let entries_read = reports::read(&buffer, |observation_count, loss_report_entry, channel, source| unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling base64 v0.10.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling flate2 v1.0.21 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling hdrhistogram v6.3.4 [INFO] [stderr] Compiling structopt-derive v0.4.16 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling structopt v0.3.23 [INFO] [stderr] Compiling aeron-rs v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/bin/loss_stat.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | loss_report_entry.total_bytes_lost, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unaligned_references)]` on by default [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/bin/loss_stat.rs:63:103 [INFO] [stdout] | [INFO] [stdout] 63 | let entries_read = reports::read(&buffer, |observation_count, loss_report_entry, channel, source| unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/concurrent/counters.rs:152:59 [INFO] [stdout] | [INFO] [stdout] 152 | pub static ref FREE_TO_REUSE_DEADLINE_OFFSET: Index = offset_of!(CounterMetaDataDefn, free_to_reuse_deadline) as Index; [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unaligned_references)]` on by default [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/concurrent/logbuffer/data_frame_header.rs:45:57 [INFO] [stdout] | [INFO] [stdout] 45 | pub static ref RESERVED_VALUE_FIELD_OFFSET: Index = offset_of!(DataFrameHeaderDefn, reserved_value); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/concurrent/logbuffer/log_buffer_descriptor.rs:129:54 [INFO] [stdout] | [INFO] [stdout] 129 | pub static ref TERM_TAIL_COUNTER_OFFSET: Index = offset_of!(LogMetaDataDefn, term_tail_counters); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/concurrent/logbuffer/log_buffer_descriptor.rs:131:63 [INFO] [stdout] | [INFO] [stdout] 131 | pub static ref LOG_END_OF_STREAM_POSITION_OFFSET: Index = offset_of!(LogMetaDataDefn, end_of_stream_position); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/concurrent/reports.rs:90:54 [INFO] [stdout] | [INFO] [stdout] 90 | pub static ref OBSERVATION_COUNT_OFFSET: Index = offset_of!(LossReportEntryDefn, observation_count); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/utils/errors/error_log_descriptor.rs:66:63 [INFO] [stdout] | [INFO] [stdout] 66 | pub static ref LAST_OBSERVATION_TIMESTAMP_OFFSET: Index = offset_of!(ErrorLogEntryDefn, last_observation_timestamp); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/utils/errors/error_log_descriptor.rs:67:64 [INFO] [stdout] | [INFO] [stdout] 67 | pub static ref FIRST_OBSERVATION_TIMESTAMP_OFFSET: Index = offset_of!(ErrorLogEntryDefn, first_observation_timestamp); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 71 | assert_eq!(offset_of!(Foo, b), 4); [INFO] [stdout] | ------------------ in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: reference to packed field is unaligned [INFO] [stdout] --> src/utils/types.rs:48:40 [INFO] [stdout] | [INFO] [stdout] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 73 | assert_eq!(offset_of!(Foo, d), 16); [INFO] [stdout] | ------------------ in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stdout] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> src/concurrent/counters.rs:776:13 [INFO] [stdout] | [INFO] [stdout] 776 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 39.84s [INFO] running `Command { std: "docker" "inspect" "0d98ac3794538efb6b54c81a5a0206414abe18d715216e5494a1a3eab629cead", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0d98ac3794538efb6b54c81a5a0206414abe18d715216e5494a1a3eab629cead", kill_on_drop: false }` [INFO] [stdout] 0d98ac3794538efb6b54c81a5a0206414abe18d715216e5494a1a3eab629cead [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-39/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-39/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b8362d11e374e789a4371ef02711acc01f0f909f257cbd340be3af188445466d [INFO] running `Command { std: "docker" "start" "-a" "b8362d11e374e789a4371ef02711acc01f0f909f257cbd340be3af188445466d", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] [INFO] [stdout] running 227 tests [INFO] [stderr] warning: reference to packed field is unaligned [INFO] [stderr] --> src/utils/types.rs:48:40 [INFO] [stderr] | [INFO] [stderr] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/concurrent/counters.rs:152:59 [INFO] [stderr] | [INFO] [stderr] 152 | pub static ref FREE_TO_REUSE_DEADLINE_OFFSET: Index = offset_of!(CounterMetaDataDefn, free_to_reuse_deadline) as Index; [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unaligned_references)]` on by default [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] = note: for more information, see issue #82523 [INFO] [stderr] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stderr] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: reference to packed field is unaligned [INFO] [stderr] --> src/utils/types.rs:48:40 [INFO] [stderr] | [INFO] [stderr] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/concurrent/logbuffer/data_frame_header.rs:45:57 [INFO] [stderr] | [INFO] [stderr] 45 | pub static ref RESERVED_VALUE_FIELD_OFFSET: Index = offset_of!(DataFrameHeaderDefn, reserved_value); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stderr] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stderr] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: reference to packed field is unaligned [INFO] [stderr] --> src/utils/types.rs:48:40 [INFO] [stderr] | [INFO] [stderr] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/concurrent/logbuffer/log_buffer_descriptor.rs:129:54 [INFO] [stderr] | [INFO] [stderr] 129 | pub static ref TERM_TAIL_COUNTER_OFFSET: Index = offset_of!(LogMetaDataDefn, term_tail_counters); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stderr] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stderr] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: reference to packed field is unaligned [INFO] [stderr] --> src/utils/types.rs:48:40 [INFO] [stderr] | [INFO] [stderr] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/concurrent/logbuffer/log_buffer_descriptor.rs:131:63 [INFO] [stderr] | [INFO] [stderr] 131 | pub static ref LOG_END_OF_STREAM_POSITION_OFFSET: Index = offset_of!(LogMetaDataDefn, end_of_stream_position); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stderr] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stderr] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: reference to packed field is unaligned [INFO] [stderr] --> src/utils/types.rs:48:40 [INFO] [stderr] | [INFO] [stderr] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/concurrent/reports.rs:90:54 [INFO] [stderr] | [INFO] [stderr] 90 | pub static ref OBSERVATION_COUNT_OFFSET: Index = offset_of!(LossReportEntryDefn, observation_count); [INFO] [stderr] | -------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stderr] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stderr] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: reference to packed field is unaligned [INFO] [stderr] --> src/utils/types.rs:48:40 [INFO] [stderr] | [INFO] [stderr] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/utils/errors/error_log_descriptor.rs:66:63 [INFO] [stderr] | [INFO] [stderr] 66 | pub static ref LAST_OBSERVATION_TIMESTAMP_OFFSET: Index = offset_of!(ErrorLogEntryDefn, last_observation_timestamp); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stderr] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stderr] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: reference to packed field is unaligned [INFO] [stderr] --> src/utils/types.rs:48:40 [INFO] [stderr] | [INFO] [stderr] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/utils/errors/error_log_descriptor.rs:67:64 [INFO] [stderr] | [INFO] [stderr] 67 | pub static ref FIRST_OBSERVATION_TIMESTAMP_OFFSET: Index = offset_of!(ErrorLogEntryDefn, first_observation_timestamp); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stderr] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stderr] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `aeron-rs` (lib) generated 7 warnings [INFO] [stderr] warning: reference to packed field is unaligned [INFO] [stderr] --> src/bin/loss_stat.rs:67:13 [INFO] [stderr] | [INFO] [stderr] 67 | loss_report_entry.total_bytes_lost, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unaligned_references)]` on by default [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] = note: for more information, see issue #82523 [INFO] [stderr] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/bin/loss_stat.rs:63:103 [INFO] [stderr] | [INFO] [stderr] 63 | let entries_read = reports::read(&buffer, |observation_count, loss_report_entry, channel, source| unsafe { [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stderr] [INFO] [stderr] warning: reference to packed field is unaligned [INFO] [stderr] --> src/utils/types.rs:48:40 [INFO] [stderr] | [INFO] [stderr] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 71 | assert_eq!(offset_of!(Foo, b), 4); [INFO] [stderr] | ------------------ in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stderr] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stderr] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: reference to packed field is unaligned [INFO] [stderr] --> src/utils/types.rs:48:40 [INFO] [stderr] | [INFO] [stderr] 48 | let &$Struct { $field: ref f, .. } = &*u.as_ptr(); [INFO] [stderr] | ^^^^^ [INFO] [stderr] ... [INFO] [stderr] 73 | assert_eq!(offset_of!(Foo, d), 16); [INFO] [stderr] | ------------------ in this macro invocation [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] = note: for more information, see issue #82523 [INFO] [stderr] = note: fields of packed structs are not properly aligned, and creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stderr] = note: this warning originates in the macro `offset_of` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unnecessary `unsafe` block [INFO] [stderr] --> src/concurrent/counters.rs:776:13 [INFO] [stderr] | [INFO] [stderr] 776 | unsafe { [INFO] [stderr] | ^^^^^^ unnecessary `unsafe` block [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `aeron-rs` (bin "loss_stat" test) generated 2 warnings [INFO] [stderr] warning: `aeron-rs` (lib test) generated 10 warnings (7 duplicates) [INFO] [stderr] warning: `aeron-rs` (bin "loss_stat") generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/aeron_rs-9e2bb8ac51e4c0f1) [INFO] [stdout] test channel_uri::tests::should_parse_simple_default_uris ... ok [INFO] [stdout] test channel_uri::tests::should_allow_return_default_if_param_not_specified ... ok [INFO] [stdout] test channel_uri::tests::should_reject_invalid_media ... ok [INFO] [stdout] test channel_uri::tests::should_parse_with_single_parameter ... ok [INFO] [stdout] test channel_uri::tests::should_reject_with_invalid_params ... ok [INFO] [stdout] test channel_uri::tests::should_parse_with_multiple_arguments ... ok [INFO] [stdout] test channel_uri::tests::should_reject_with_missing_query_separator_when_followed_with_params ... ok [INFO] [stdout] test channel_uri::tests::should_reject_with_out_of_place_colon ... ok [INFO] [stdout] test channel_uri::tests::should_round_trip_to_string ... ok [INFO] [stdout] test channel_uri::tests::should_round_trip_to_string_builder ... ok [INFO] [stdout] test channel_uri_string_builder::tests::should_generate_basic_ipc_channel ... ok [INFO] [stdout] test channel_uri::tests::should_round_trip_to_string_builder_with_prefix ... ok [INFO] [stdout] test channel_uri::tests::should_reject_uri_without_aeron_prefix ... ok [INFO] [stdout] test channel_uri_string_builder::tests::should_generate_basic_udp_channel ... ok [INFO] [stdout] test channel_uri_string_builder::tests::should_generate_basic_udp_channel_spy ... ok [INFO] [stdout] test channel_uri_string_builder::tests::should_generate_replay_udp_channel ... ok [INFO] [stdout] test channel_uri_string_builder::tests::should_generate_complex_udp_channel ... ok [INFO] [stdout] test client_conductor::tests::should_call_inactive_connection_after_inactive_connection ... ok [INFO] [stdout] test client_conductor::tests::should_call_error_handler_when_inter_service_timeout_exceeded ... ok [INFO] [stdout] test concurrent::atomic_buffer::tests::atomic_buffer_aligned_buffer_create ... ok [INFO] [stdout] test concurrent::atomic_buffer::tests::atomic_buffer_can_be_created ... ok [INFO] [stdout] test concurrent::atomic_buffer::tests::atomic_buffer_get_as_mut_slice ... ok [INFO] [stdout] test concurrent::atomic_buffer::tests::atomic_buffer_get_as_slice ... ok [INFO] [stdout] test concurrent::atomic_buffer::tests::atomic_buffer_get_sub_slice ... ok [INFO] [stdout] test client_conductor::tests::should_call_unavailable_image_if_subscription_released ... ok [INFO] [stdout] test concurrent::atomic_buffer::tests::atomic_buffer_put_and_get_string ... ok [INFO] [stdout] test concurrent::atomic_buffer::tests::atomic_buffer_put_bytes ... ok [INFO] [stdout] test concurrent::atomic_buffer::tests::atomic_buffer_put_bytes_with_write_trait ... ok [INFO] [stdout] test concurrent::atomic_buffer::tests::atomic_buffer_preserves_from_aligned ... ok [INFO] [stdout] test client_conductor::tests::should_exception_on_find_when_receiving_error_response_on_add_counter ... ok [INFO] [stdout] test concurrent::atomic_buffer::tests::atomic_buffer_write_read ... ok [INFO] [stdout] test concurrent::broadcast::broadcast_receiver::tests::test_1 ... ok [INFO] [stdout] test concurrent::broadcast::broadcast_transmitter::tests::should_calculate_capacity_for_buffer ... ok [INFO] [stdout] test client_conductor::tests::should_not_call_new_connection_if_uninteresting_registration_id ... ok [INFO] [stdout] test client_conductor::tests::should_ignore_publication_ready_for_unknown_correlation_id ... ok [INFO] [stdout] test concurrent::broadcast::broadcast_transmitter::tests::should_throw_exception_for_capacity_that_is_not_power_of_two ... ok [INFO] [stdout] test concurrent::broadcast::broadcast_transmitter::tests::should_throw_exception_when_max_message_length_exceeded ... ok [INFO] [stdout] test client_conductor::tests::should_exception_when_add_publication_after_driver_inactive ... ok [INFO] [stdout] test concurrent::broadcast::broadcast_transmitter::tests::should_throw_exception_when_message_type_id_invalid ... ok [INFO] [stdout] test client_conductor::tests::should_call_new_connection_after_on_new_connection ... ok [INFO] [stdout] test concurrent::broadcast::broadcast_transmitter::tests::should_transmit_into_empty_buffer ... ok [INFO] [stdout] test client_conductor::tests::should_close_publication_on_inter_service_timeout ... ok [INFO] [stdout] test client_conductor::tests::should_remove_image_on_inter_service_timeout ... ok [INFO] [stdout] test client_conductor::tests::should_close_exclusive_publication_on_inter_service_timeout ... ok [INFO] [stdout] test client_conductor::tests::should_exception_on_find_when_receiving_error_response_on_add_subscription ... ok [INFO] [stdout] test client_conductor::tests::should_close_all_publications_and_subscriptions_on_inter_service_timeout ... ok [INFO] [stdout] test client_conductor::tests::should_not_call_inactive_connection_if_uninteresting_connection_correlation_id ... ok [INFO] [stdout] test client_conductor::tests::should_return_subscription_after_operation_success ... ok [INFO] [stdout] test client_conductor::tests::should_call_on_new_pub_after_log_buffers_created ... ok [INFO] [stdout] test client_conductor::tests::should_exception_on_find_when_receiving_error_response_on_add_exclusive_publication ... ok [INFO] [stdout] test client_conductor::tests::should_return_different_ids_for_duplicate_add_counter_calls ... ok [INFO] [stdout] test concurrent::broadcast::broadcast_transmitter::tests::should_transmit_into_used_buffer ... ok [INFO] [stdout] test concurrent::counters::tests::test_counters_check_empty ... ok [INFO] [stdout] test concurrent::broadcast::broadcast_transmitter::tests::should_transmit_into_end_of_buffer ... ok [INFO] [stdout] test concurrent::counters::tests::test_counters_check_alloc ... ok [INFO] [stdout] test concurrent::counters::tests::test_counters_packed_struct_read_write ... ok [INFO] [stdout] test concurrent::counters::tests::test_counters_free_and_not_reuse_counters_that_have_cool_down ... ok [INFO] [stdout] test concurrent::counters::tests::test_counters_check_overflow ... ok [INFO] [stdout] test concurrent::counters::tests::test_counters_free_and_reuse_counters_after_cool_down ... ok [INFO] [stdout] test concurrent::counters::tests::test_counters_map_position ... ok [INFO] [stdout] test concurrent::counters::tests::test_counters_free_and_reuse_counters ... ok [INFO] [stdout] test concurrent::counters::tests::test_counters_recycle ... ok [INFO] [stdout] test concurrent::counters::tests::test_counters_store_meta_data ... ok [INFO] [stdout] test concurrent::logbuffer::term_appender::tests::test_term_appender_append_frame_to_empty_log ... ok [INFO] [stdout] test concurrent::counters::tests::test_counters_store_and_load_value ... ok [INFO] [stdout] test client_conductor::tests::should_timeout_add_exclusive_publication_without_publication_ready ... ok [INFO] [stdout] test concurrent::logbuffer::term_appender::tests::test_term_appender_append_frame_twice ... ok [INFO] [stdout] test client_conductor::tests::should_exception_when_add_subscription_after_driver_inactive ... ok [INFO] [stdout] test client_conductor::tests::should_return_same_find_counter_after_on_available_counter ... ok [INFO] [stdout] test concurrent::logbuffer::term_appender::tests::test_term_appender_claim_region_for_zero_copy_encoding ... ok [INFO] [stdout] test concurrent::logbuffer::term_appender::tests::test_term_appender_buf_capacity ... ok [INFO] [stdout] test concurrent::logbuffer::term_appender::tests::test_term_appender_fragment_message ... ok [INFO] [stdout] test concurrent::logbuffer::term_appender::tests::test_term_appender_pad_log ... ok [INFO] [stdout] test concurrent::logbuffer::term_reader::tests::test_term_reader_not_read_past_tail ... ok [INFO] [stdout] test concurrent::logbuffer::term_reader::tests::test_term_reader_read_first_message ... ok [INFO] [stdout] test client_conductor::tests::should_return_null_for_exclusive_publication_without_log_buffers ... ok [INFO] [stdout] test concurrent::logbuffer::term_reader::tests::test_term_reader_not_read_last_message_when_padding ... ok [INFO] [stdout] test concurrent::logbuffer::term_reader::tests::test_term_reader_read_multiple_messages ... ok [INFO] [stdout] test concurrent::logbuffer::term_reader::tests::test_term_reader_read_last_message ... ok [INFO] [stdout] test client_conductor::tests::should_release_counter_after_going_out_of_scope ... ok [INFO] [stdout] test concurrent::logbuffer::term_reader::tests::test_term_reader_read_one_limited_message ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_empty_buffer ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_fail_to_read_first_message_because_of_limit ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_last_frame_in_buffer ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_fail_to_scan_message_larger_than_max_length ... ok [INFO] [stdout] test client_conductor::tests::should_timeout_add_publication_without_publication_ready ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_pack_padding_and_offset_into_resulting_status ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_last_message_in_buffer_plus_padding ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_last_message_in_buffer_minus_padding_limited_by_mtu ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_calculate_capacity_for_buffer ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_header_construction ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_capacity_not_power_of_two ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_max_message_size_exceeded ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_cope_with_exception_from_handler ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_read_block_of_one_message_then_padding ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_insert_padding_record_plus_message_on_buffer_wrap ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_read_block_of_three_messages_that_fill_buffer ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_read_block_of_two_messages ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_read_one_message_on_limit ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_read_nothing_from_empty_buffer ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_read_block_of_two_messages_because_of_limit ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_two_messages_that_fit_in_single_mtu ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_single_message ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_two_messages_and_stop_at_second_that_spans_mtu ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_not_unblock_when_empty ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_two_messages_and_stop_at_mtu_boundary ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_report_gap_at_beginning_of_buffer ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_report_single_gap_when_buffer_not_full ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_insert_padding_record_plus_message_on_buffer_wrap_with_head_equal_to_tail ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_report_single_gap_when_buffer_is_full ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_not_read_single_message_part_way_through_writing ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_report_no_gap_when_hwm_is_in_padding ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_limit_read_of_messages ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_read_two_messages ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_reject_write_when_buffer_full ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_reject_write_when_insufficient_space ... ok [INFO] [stdout] test concurrent::logbuffer::term_scan::tests::test_scan_read_first_message ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_read_single_message ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_unblock_gap_with_zeros ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_that_capacity_ok ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_unblock_message_with_header ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_that_writes_to_empty ... ok [INFO] [stdout] test image::tests::check_partition_count ... ok [INFO] [stdout] test concurrent::status::status_indicator_reader::tests::test_id_not_allocated ... ok [INFO] [stdout] test concurrent::status::status_indicator_reader::tests::test ... ok [INFO] [stdout] test fragment_assembler::test::should_not_reassemble_if_missing_begin ... ok [INFO] [stdout] test fragment_assembler::test::should_not_reassemble_if_end_first_fragment ... ok [INFO] [stdout] test fragment_assembler::test::should_pass_through_unfragmented_message ... ok [INFO] [stdout] test fragment_assembler::test::should_reassemble_from_three_fragments ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_not_unblock_gap_with_message_race_on_second_message_increasing_tail_then_interrupting ... ok [INFO] [stdout] test client_conductor::tests::should_return_null_for_unknown_exclusive_publication ... ok [INFO] [stdout] test fragment_assembler::test::should_reassemble_from_two_fragments ... ok [INFO] [stdout] test utils::bit_utils::tests::test_next_power_of_two ... ok [INFO] [stdout] test client_conductor::tests::should_send_subscription_to_driver ... ok [INFO] [stdout] test client_conductor::tests::should_call_error_handler_when_driver_inactive_on_idle ... ok [INFO] [stdout] test utils::bit_utils::tests::test_number_of_trailing_zeroes ... ok [INFO] [stdout] test utils::types::tests::offset_simple ... ok [INFO] [stdout] test client_conductor::tests::should_not_call_inactive_connection_if_no_operation_success ... ok [INFO] [stdout] test client_conductor::tests::should_return_counter_after_on_available_counter ... ok [INFO] [stdout] test client_conductor::tests::should_exception_when_release_subscription_after_driver_inactive ... ok [INFO] [stdout] test image::tests::should_poll_fragments_to_bounded_controlled_fragment_handler_with_max_position_before_next_message ... ok [INFO] [stdout] test image::tests::should_not_poll_one_fragment_to_controlled_fragment_handler_on_abort ... ok [INFO] [stdout] test client_conductor::tests::should_return_publication_after_log_buffers_created ... ok [INFO] [stdout] test image::tests::should_poll_fragments_to_controlled_fragment_handler_on_continue ... ok [INFO] [stdout] test utils::memory_mapped_file::tests::test_file_size ... ok [INFO] [stdout] test client_conductor::tests::should_return_null_for_publication_without_log_buffers ... ok [INFO] [stdout] test client_conductor::tests::should_return_null_for_subscription_without_operation_success ... ok [INFO] [stdout] test client_conductor::tests::should_not_find_counter_on_available_counter_for_unknown_correlation_id ... ok [INFO] [stdout] test image::tests::should_report_correct_position_on_reception_with_non_zero_position_initial_term_id ... ok [INFO] [stdout] test image::tests::should_report_correct_term_buffer_length ... ok [INFO] [stdout] test utils::memory_mapped_file::tests::test_read_write ... ok [INFO] [stdout] test client_conductor::tests::should_return_different_ids_for_duplicate_add_subscription ... ok [INFO] [stdout] test client_conductor::tests::should_release_publication_after_going_out_of_scope ... ok [INFO] [stdout] test client_conductor::tests::should_not_call_new_connection_if_no_operation_success ... ok [INFO] [stdout] test client_conductor::tests::should_send_add_counter_to_driver ... ok [INFO] [stdout] test client_conductor::tests::should_return_different_subscription_after_operation_success ... ok [INFO] [stdout] test image::tests::should_poll_fragments_to_bounded_controlled_fragment_handler_with_initial_offset_not_zero ... ok [INFO] [stdout] test exclusive_publication::tests::should_report_that_publication_has_not_been_connected_yet ... ok [INFO] [stdout] test image::tests::should_poll_fragments_to_bounded_fragment_handler_with_max_position_before_next_message ... ok [INFO] [stdout] test client_conductor::tests::should_exception_on_find_when_receiving_error_response_on_add_publication ... ok [INFO] [stdout] test image::tests::should_poll_no_fragments_to_bounded_controlled_fragment_handler_with_max_position_before_initial_position ... ok [INFO] [stdout] test client_conductor::tests::should_close_subscription_on_inter_service_timeout ... ok [INFO] [stdout] test image::tests::should_report_correct_position_on_reception_with_non_zero_position_in_noninitial_term_id ... ok [INFO] [stdout] test client_conductor::tests::should_ignore_exclusive_publication_ready_for_unknown_correlation_id ... ok [INFO] [stdout] test client_conductor::tests::should_exception_when_release_publication_after_driver_inactive ... ok [INFO] [stdout] test client_conductor::tests::should_release_subscription_after_going_out_of_scope ... ok [INFO] [stdout] test client_conductor::tests::should_send_publication_to_driver ... ok [INFO] [stdout] test client_conductor::tests::should_return_different_id_for_duplicate_add_exclusive_publication ... ok [INFO] [stdout] test publication::tests::should_ensure_the_publication_is_open_before_claim ... ok [INFO] [stdout] test publication::tests::should_report_that_publication_has_not_been_connected_yet ... ok [INFO] [stdout] test publication::tests::should_ensure_the_publication_is_open_before_reading_position ... ok [INFO] [stdout] test publication::tests::should_fail_to_offer_a_message_when_limited ... ok [INFO] [stdout] test client_conductor::tests::should_return_same_exclusive_publication_after_log_buffers_created ... ok [INFO] [stdout] test client_conductor::tests::should_ignore_operation_success_for_unknown_correlation_id ... ok [INFO] [stdout] test image::tests::should_poll_one_fragment_to_controlled_fragment_handler_on_continue ... ok [INFO] [stdout] test client_conductor::tests::should_timeout_add_counter_without_on_available_counter ... ok [INFO] [stdout] test image::tests::should_report_correct_initial_term_id ... ok [INFO] [stdout] test image::tests::should_poll_one_fragment_to_controlled_fragment_handler_on_break ... ok [INFO] [stdout] test image::tests::should_ensure_image_is_open_before_poll ... ok [INFO] [stdout] test image::tests::should_poll_no_fragments_to_controlled_fragment_handler ... ok [INFO] [stdout] test image::tests::should_poll_fragments_to_bounded_fragment_handler_within_itial_offset_not_zero ... ok [INFO] [stdout] test exclusive_publication::tests::should_ensure_the_publication_is_open_before_reading_position ... ok [INFO] [stdout] test client_conductor::tests::should_call_on_new_sub_after_operation_success ... ok [INFO] [stdout] test client_conductor::tests::should_return_same_find_subscription_after_operation_success ... ok [INFO] [stdout] test exclusive_publication::tests::should_fail_to_offer_a_message_when_limited ... ok [INFO] [stdout] test image::tests::should_poll_fragments_to_bounded_controlled_fragment_handler_with_max_position_above_int_max_value ... ok [INFO] [stdout] test client_conductor::tests::should_call_on_unavailable_counter ... ok [INFO] [stdout] test client_conductor::tests::should_return_null_for_unknown_publication ... ok [INFO] [stdout] test image::tests::should_report_correct_position_on_reception ... ok [INFO] [stdout] test image::tests::should_poll_fragments_to_bounded_fragment_handler_with_max_position_after_end_of_term ... ok [INFO] [stdout] test image::tests::should_poll_no_fragments_to_bounded_fragment_handler_with_max_position_before_initial_position ... ok [INFO] [stdout] test publication::tests::should_report_initial_position ... ok [INFO] [stdout] test image::tests::should_poll_fragments_to_controlled_fragment_handler_on_commit ... ok [INFO] [stdout] test image::tests::should_poll_fragments_to_bounded_controlled_fragment_handler_with_max_position_after_end_of_term ... ok [INFO] [stdout] test exclusive_publication::tests::should_report_correct_term_buffer_length ... ok [INFO] [stdout] test utils::memory_mapped_file::tests::test_creating_file ... FAILED [INFO] [stdout] test concurrent::atomic_buffer::tests::atomic_buffer_get_sub_slice_out_of_bounds - should panic ... ok [INFO] [stdout] test exclusive_publication::tests::should_ensure_the_publication_is_open_before_offer ... ok [INFO] [stdout] test publication::tests::should_ensure_the_publication_is_open_before_offer ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_exchange_messages ... ok [INFO] [stdout] test publication::tests::should_offer_a_message_upon_construction ... ok [INFO] [stdout] test client_conductor::tests::should_return_same_publication_after_log_buffers_created ... ok [INFO] [stdout] test publication::tests::should_report_that_publication_has_been_connected_yet ... ok [INFO] [stdout] test image::tests::should_poll_fragments_to_bounded_fragment_handler_with_max_position_above_int_max_value ... ok [INFO] [stdout] test publication::tests::should_rotate_when_append_trips ... ok [INFO] [stdout] test client_conductor::tests::should_timeout_add_subscription_without_operation_success ... ok [INFO] [stdout] test image::tests::should_ensure_image_is_open_before_reading_position ... ok [INFO] [stdout] test client_conductor::tests::should_return_null_for_counter_without_on_available_counter ... ok [INFO] [stdout] test exclusive_publication::tests::should_offer_a_message_upon_construction ... ok [INFO] [stdout] test publication::tests::should_report_max_message_length ... ok [INFO] [stdout] test exclusive_publication::tests::should_report_that_publication_has_been_connected_yet ... ok [INFO] [stdout] test publication::tests::should_report_correct_term_buffer_length ... ok [INFO] [stdout] test publication::tests::should_rotate_when_claim_trips ... ok [INFO] [stdout] test exclusive_publication::tests::should_ensure_the_publication_is_open_before_claim ... ok [INFO] [stdout] test exclusive_publication::tests::should_rotate_when_append_trips ... ok [INFO] [stdout] test client_conductor::tests::should_release_exclusive_publication_after_going_out_of_scope ... ok [INFO] [stdout] test publication::tests::should_fail_to_offer_when_append_fails ... ok [INFO] [stdout] test exclusive_publication::tests::should_report_initial_position ... ok [INFO] [stdout] test exclusive_publication::tests::should_fail_to_offer_when_append_fails ... ok [INFO] [stdout] test exclusive_publication::tests::should_report_max_message_length ... ok [INFO] [stdout] test exclusive_publication::tests::should_rotate_when_claim_trips ... ok [INFO] [stdout] test client_conductor::tests::should_send_add_exclusive_publication_to_driver ... ok [INFO] [stdout] test client_conductor::tests::should_return_null_for_unknown_counter ... ok [INFO] [stdout] test client_conductor::tests::should_return_exclusive_publication_after_log_buffers_created ... ok [INFO] [stdout] test client_conductor::tests::should_return_null_for_unknown_subscription ... ok [INFO] [stdout] test client_conductor::tests::should_return_different_counter_after_on_available_counters ... ok [INFO] [stdout] test concurrent::ring_buffer::tests::ring_buffer_should_provide_correlation_ids ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- utils::memory_mapped_file::tests::test_creating_file stdout ---- [INFO] [stdout] thread 'utils::memory_mapped_file::tests::test_creating_file' panicked at 'called `Result::unwrap()` on an `Err` value: MemMappedFileError(Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" })', src/utils/memory_mapped_file.rs:152:69 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x560107d5c950 - std::backtrace_rs::backtrace::libunwind::trace::ha0ad43e8a952bfe7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x560107d5c950 - std::backtrace_rs::backtrace::trace_unsynchronized::h6830419c0c4130dc [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x560107d5c950 - std::sys_common::backtrace::_print_fmt::h8f3516631ffa1ef5 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x560107d5c950 - ::fmt::he1640d5f0d93f618 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x560107d8070c - core::fmt::write::h88012e1f01caeebf [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/fmt/mod.rs:1115:17 [INFO] [stdout] 5: 0x560107d596c5 - std::io::Write::write_fmt::h7728c39ea5632753 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/io/mod.rs:1665:15 [INFO] [stdout] 6: 0x560107d5ef7b - std::sys_common::backtrace::_print::ha1f00492f406a015 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x560107d5ef7b - std::sys_common::backtrace::print::hd54561b13feb6af3 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x560107d5ef7b - std::panicking::default_hook::{{closure}}::h84fe124cd0864662 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x560107d5ea8c - std::panicking::default_hook::h5a8e74a76ce290a7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x560107d5f644 - std::panicking::rust_panic_with_hook::h67c812a4fe9d4c91 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x560107d5f127 - std::panicking::begin_panic_handler::{{closure}}::h33f9c1b96af300d7 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x560107d5ce4c - std::sys_common::backtrace::__rust_end_short_backtrace::h51bae64be5921f0e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x560107d5f089 - rust_begin_unwind [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x560107b7a861 - core::panicking::panic_fmt::h12a3a3c256485fca [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x560107b7a953 - core::result::unwrap_failed::h2d8d0952e3250de9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1599:5 [INFO] [stdout] 16: 0x560107bf7836 - core::result::Result::unwrap::ha01ae832ff687de6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/result.rs:1281:23 [INFO] [stdout] 17: 0x560107bf0475 - aeron_rs::utils::memory_mapped_file::tests::test_creating_file::hc6e81ab939fe2c9e [INFO] [stdout] at /opt/rustwide/workdir/src/utils/memory_mapped_file.rs:152:9 [INFO] [stdout] 18: 0x560107bf040a - aeron_rs::utils::memory_mapped_file::tests::test_creating_file::{{closure}}::h9a4adf547d05797b [INFO] [stdout] at /opt/rustwide/workdir/src/utils/memory_mapped_file.rs:151:5 [INFO] [stdout] 19: 0x560107c75e4e - core::ops::function::FnOnce::call_once::h014101331504b502 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x560107d2aba3 - core::ops::function::FnOnce::call_once::h5aba9a5d361d6c79 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x560107d2aba3 - test::__rust_begin_short_backtrace::h705bb53b2b1d45e6 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:578:5 [INFO] [stdout] 22: 0x560107d29658 - as core::ops::function::FnOnce>::call_once::ha20f614d7c0b2b6d [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 23: 0x560107d29658 - as core::ops::function::FnOnce<()>>::call_once::hf02f19eeb64ceabd [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 24: 0x560107d29658 - std::panicking::try::do_call::h4bfab65eb3b4b036 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x560107d29658 - std::panicking::try::h6613a46a6d2b6f88 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x560107d29658 - std::panic::catch_unwind::h9f07b17b60991273 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 27: 0x560107d29658 - test::run_test_in_process::hc38797eecf07854f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:601:18 [INFO] [stdout] 28: 0x560107d29658 - test::run_test::run_test_inner::{{closure}}::hac209db8bce0fd77 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:493:39 [INFO] [stdout] 29: 0x560107cf7ded - test::run_test::run_test_inner::{{closure}}::h4aefdd4b4a423e20 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/test/src/lib.rs:520:37 [INFO] [stdout] 30: 0x560107cf7ded - std::sys_common::backtrace::__rust_begin_short_backtrace::h652c9e2663704700 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x560107cfc5c8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::hd84fd5e0b5b1f45f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:476:17 [INFO] [stdout] 32: 0x560107cfc5c8 - as core::ops::function::FnOnce<()>>::call_once::he23556962a2ae14b [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:347:9 [INFO] [stdout] 33: 0x560107cfc5c8 - std::panicking::try::do_call::h67d4f93e1fbaa5f9 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x560107cfc5c8 - std::panicking::try::h396886e678db815e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x560107cfc5c8 - std::panic::catch_unwind::hc1d64dcecf0a00e0 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/panic.rs:434:14 [INFO] [stdout] 36: 0x560107cfc5c8 - std::thread::Builder::spawn_unchecked::{{closure}}::hc2644cf33cb61d8e [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/thread/mod.rs:475:30 [INFO] [stdout] 37: 0x560107cfc5c8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4473c2c77b66963f [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x560107d64e57 - as core::ops::function::FnOnce>::call_once::h6bff7798948b1075 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 39: 0x560107d64e57 - as core::ops::function::FnOnce>::call_once::hc2d25ac38f6b2342 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/alloc/src/boxed.rs:1572:9 [INFO] [stdout] 40: 0x560107d64e57 - std::sys::unix::thread::Thread::new::thread_start::hbba5bc368baac205 [INFO] [stdout] at /rustc/c8dfcfe046a7680554bf4eb612bad840e7631c4b/library/std/src/sys/unix/thread.rs:74:17 [INFO] [stdout] 41: 0x7fe9a0b8b609 - start_thread [INFO] [stdout] 42: 0x7fe9a095d293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] utils::memory_mapped_file::tests::test_creating_file [INFO] [stdout] [INFO] [stdout] test result: FAILED. 226 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.59s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "b8362d11e374e789a4371ef02711acc01f0f909f257cbd340be3af188445466d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8362d11e374e789a4371ef02711acc01f0f909f257cbd340be3af188445466d", kill_on_drop: false }` [INFO] [stdout] b8362d11e374e789a4371ef02711acc01f0f909f257cbd340be3af188445466d