[INFO] fetching crate pfring-sys 0.0.1... [INFO] checking pfring-sys-0.0.1 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate pfring-sys 0.0.1 into /workspace/builds/worker-0-tc1/source [INFO] validating manifest of crates.io crate pfring-sys 0.0.1 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate pfring-sys 0.0.1 [INFO] finished tweaking crates.io crate pfring-sys 0.0.1 [INFO] tweaked toml for crates.io crate pfring-sys 0.0.1 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f4069d2db5ec764ca19f040ff23a99194cd5c96ddb1cc0409e1eab63c1aced28 [INFO] running `Command { std: "docker" "start" "-a" "f4069d2db5ec764ca19f040ff23a99194cd5c96ddb1cc0409e1eab63c1aced28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f4069d2db5ec764ca19f040ff23a99194cd5c96ddb1cc0409e1eab63c1aced28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4069d2db5ec764ca19f040ff23a99194cd5c96ddb1cc0409e1eab63c1aced28", kill_on_drop: false }` [INFO] [stdout] f4069d2db5ec764ca19f040ff23a99194cd5c96ddb1cc0409e1eab63c1aced28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8261c2ccc7f7b99ebca73786df95e1d6b0a0693b2cd9cf98c2e6c322ab702644 [INFO] running `Command { std: "docker" "start" "-a" "8261c2ccc7f7b99ebca73786df95e1d6b0a0693b2cd9cf98c2e6c322ab702644", kill_on_drop: false }` [INFO] [stderr] Compiling pfring-sys v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | pub struct kcompact_ipv6_hdr { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 114 | pub struct kcompact_ipv6_hdr { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:214:1 [INFO] [stdout] | [INFO] [stdout] 214 | pub struct tunnel_info { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `tunnel_info` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | pub tunneled_ip_src: ip_addr, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:214:1 [INFO] [stdout] | [INFO] [stdout] 214 | pub struct tunnel_info { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `tunnel_info` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:218:9 [INFO] [stdout] | [INFO] [stdout] 218 | pub tunneled_ip_src: ip_addr, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:235:1 [INFO] [stdout] | [INFO] [stdout] 235 | pub struct pkt_parsing_info { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `pkt_parsing_info` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:244:9 [INFO] [stdout] | [INFO] [stdout] 244 | pub ip_src: ip_addr, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:235:1 [INFO] [stdout] | [INFO] [stdout] 235 | pub struct pkt_parsing_info { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `pkt_parsing_info` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:244:9 [INFO] [stdout] | [INFO] [stdout] 244 | pub ip_src: ip_addr, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:264:1 [INFO] [stdout] | [INFO] [stdout] 264 | pub struct pfring_extended_pkthdr { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `pfring_extended_pkthdr` contains a field of type `pkt_parsing_info` [INFO] [stdout] --> src/linux/pf_ring.rs:271:9 [INFO] [stdout] | [INFO] [stdout] 271 | pub parsed_pkt: pkt_parsing_info, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:244:9 [INFO] [stdout] | [INFO] [stdout] 244 | pub ip_src: ip_addr, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:264:1 [INFO] [stdout] | [INFO] [stdout] 264 | pub struct pfring_extended_pkthdr { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `pfring_extended_pkthdr` contains a field of type `pkt_parsing_info` [INFO] [stdout] --> src/linux/pf_ring.rs:271:9 [INFO] [stdout] | [INFO] [stdout] 271 | pub parsed_pkt: pkt_parsing_info, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:244:9 [INFO] [stdout] | [INFO] [stdout] 244 | pub ip_src: ip_addr, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:281:1 [INFO] [stdout] | [INFO] [stdout] 281 | pub struct pfring_pkthdr { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `pfring_pkthdr` contains a field of type `pfring_extended_pkthdr` [INFO] [stdout] --> src/linux/pf_ring.rs:285:9 [INFO] [stdout] | [INFO] [stdout] 285 | pub extended_hdr: pfring_extended_pkthdr, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `pkt_parsing_info` [INFO] [stdout] --> src/linux/pf_ring.rs:271:9 [INFO] [stdout] | [INFO] [stdout] 271 | pub parsed_pkt: pkt_parsing_info, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:244:9 [INFO] [stdout] | [INFO] [stdout] 244 | pub ip_src: ip_addr, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:289:1 [INFO] [stdout] | [INFO] [stdout] 289 | pub struct filtering_rule_core_fields { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `filtering_rule_core_fields` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:296:9 [INFO] [stdout] | [INFO] [stdout] 296 | pub shost: ip_addr, [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:281:1 [INFO] [stdout] | [INFO] [stdout] 281 | pub struct pfring_pkthdr { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `pfring_pkthdr` contains a field of type `pfring_extended_pkthdr` [INFO] [stdout] --> src/linux/pf_ring.rs:285:9 [INFO] [stdout] | [INFO] [stdout] 285 | pub extended_hdr: pfring_extended_pkthdr, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `pkt_parsing_info` [INFO] [stdout] --> src/linux/pf_ring.rs:271:9 [INFO] [stdout] | [INFO] [stdout] 271 | pub parsed_pkt: pkt_parsing_info, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:244:9 [INFO] [stdout] | [INFO] [stdout] 244 | pub ip_src: ip_addr, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:289:1 [INFO] [stdout] | [INFO] [stdout] 289 | pub struct filtering_rule_core_fields { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `filtering_rule_core_fields` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:296:9 [INFO] [stdout] | [INFO] [stdout] 296 | pub shost: ip_addr, [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:313:1 [INFO] [stdout] | [INFO] [stdout] 313 | pub struct filtering_rule_extended_fields { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `filtering_rule_extended_fields` contains a field of type `filtering_rule_extended_fields__bindgen_ty_1` [INFO] [stdout] --> src/linux/pf_ring.rs:315:9 [INFO] [stdout] | [INFO] [stdout] 315 | pub tunnel: filtering_rule_extended_fields__bindgen_ty_1, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: ...which contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:322:9 [INFO] [stdout] | [INFO] [stdout] 322 | pub shost: ip_addr, [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:313:1 [INFO] [stdout] | [INFO] [stdout] 313 | pub struct filtering_rule_extended_fields { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `filtering_rule_extended_fields` contains a field of type `filtering_rule_extended_fields__bindgen_ty_1` [INFO] [stdout] --> src/linux/pf_ring.rs:315:9 [INFO] [stdout] | [INFO] [stdout] 315 | pub tunnel: filtering_rule_extended_fields__bindgen_ty_1, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: ...which contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:322:9 [INFO] [stdout] | [INFO] [stdout] 322 | pub shost: ip_addr, [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:356:1 [INFO] [stdout] | [INFO] [stdout] 356 | pub struct filtering_rule { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `filtering_rule` contains a field of type `filtering_rule_core_fields` [INFO] [stdout] --> src/linux/pf_ring.rs:363:9 [INFO] [stdout] | [INFO] [stdout] 363 | pub core_fields: filtering_rule_core_fields, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:296:9 [INFO] [stdout] | [INFO] [stdout] 296 | pub shost: ip_addr, [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:356:1 [INFO] [stdout] | [INFO] [stdout] 356 | pub struct filtering_rule { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `filtering_rule` contains a field of type `filtering_rule_core_fields` [INFO] [stdout] --> src/linux/pf_ring.rs:363:9 [INFO] [stdout] | [INFO] [stdout] 363 | pub core_fields: filtering_rule_core_fields, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:296:9 [INFO] [stdout] | [INFO] [stdout] 296 | pub shost: ip_addr, [INFO] [stdout] | ^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:395:1 [INFO] [stdout] | [INFO] [stdout] 395 | pub struct silicom_redirector_hw_rule { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `silicom_redirector_hw_rule` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:402:9 [INFO] [stdout] | [INFO] [stdout] 402 | pub src_addr: ip_addr, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:416:1 [INFO] [stdout] | [INFO] [stdout] 416 | pub struct accolade_hw_rule { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `accolade_hw_rule` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:423:9 [INFO] [stdout] | [INFO] [stdout] 423 | pub src_addr: ip_addr, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:395:1 [INFO] [stdout] | [INFO] [stdout] 395 | pub struct silicom_redirector_hw_rule { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `silicom_redirector_hw_rule` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:402:9 [INFO] [stdout] | [INFO] [stdout] 402 | pub src_addr: ip_addr, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:416:1 [INFO] [stdout] | [INFO] [stdout] 416 | pub struct accolade_hw_rule { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `accolade_hw_rule` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:423:9 [INFO] [stdout] | [INFO] [stdout] 423 | pub src_addr: ip_addr, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:445:1 [INFO] [stdout] | [INFO] [stdout] 445 | pub struct generic_flow_tuple_hw_rule { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `generic_flow_tuple_hw_rule` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:447:9 [INFO] [stdout] | [INFO] [stdout] 447 | pub src_ip: ip_addr, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:445:1 [INFO] [stdout] | [INFO] [stdout] 445 | pub struct generic_flow_tuple_hw_rule { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `generic_flow_tuple_hw_rule` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:447:9 [INFO] [stdout] | [INFO] [stdout] 447 | pub src_ip: ip_addr, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:465:1 [INFO] [stdout] | [INFO] [stdout] 465 | pub struct hw_filtering_rule { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `hw_filtering_rule` contains a field of type `hw_filtering_rule__bindgen_ty_1` [INFO] [stdout] --> src/linux/pf_ring.rs:468:9 [INFO] [stdout] | [INFO] [stdout] 468 | pub rule_family: hw_filtering_rule__bindgen_ty_1, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `silicom_redirector_hw_rule` [INFO] [stdout] --> src/linux/pf_ring.rs:475:9 [INFO] [stdout] | [INFO] [stdout] 475 | pub redirector_rule: silicom_redirector_hw_rule, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:402:9 [INFO] [stdout] | [INFO] [stdout] 402 | pub src_addr: ip_addr, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:465:1 [INFO] [stdout] | [INFO] [stdout] 465 | pub struct hw_filtering_rule { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `hw_filtering_rule` contains a field of type `hw_filtering_rule__bindgen_ty_1` [INFO] [stdout] --> src/linux/pf_ring.rs:468:9 [INFO] [stdout] | [INFO] [stdout] 468 | pub rule_family: hw_filtering_rule__bindgen_ty_1, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `silicom_redirector_hw_rule` [INFO] [stdout] --> src/linux/pf_ring.rs:475:9 [INFO] [stdout] | [INFO] [stdout] 475 | pub redirector_rule: silicom_redirector_hw_rule, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:402:9 [INFO] [stdout] | [INFO] [stdout] 402 | pub src_addr: ip_addr, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:492:1 [INFO] [stdout] | [INFO] [stdout] 492 | pub struct generic_flow_update { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `generic_flow_update` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:498:9 [INFO] [stdout] | [INFO] [stdout] 498 | pub src_ip: ip_addr, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:492:1 [INFO] [stdout] | [INFO] [stdout] 492 | pub struct generic_flow_update { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `generic_flow_update` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:498:9 [INFO] [stdout] | [INFO] [stdout] 498 | pub src_ip: ip_addr, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:549:1 [INFO] [stdout] | [INFO] [stdout] 549 | pub struct hash_filtering_rule { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `hash_filtering_rule` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:554:9 [INFO] [stdout] | [INFO] [stdout] 554 | pub host_peer_a: ip_addr, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:549:1 [INFO] [stdout] | [INFO] [stdout] 549 | pub struct hash_filtering_rule { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `hash_filtering_rule` contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:554:9 [INFO] [stdout] | [INFO] [stdout] 554 | pub host_peer_a: ip_addr, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:572:1 [INFO] [stdout] | [INFO] [stdout] 572 | pub struct _sw_filtering_hash_bucket { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `_sw_filtering_hash_bucket` contains a field of type `hash_filtering_rule` [INFO] [stdout] --> src/linux/pf_ring.rs:573:9 [INFO] [stdout] | [INFO] [stdout] 573 | pub rule: hash_filtering_rule, [INFO] [stdout] | ^^^^ [INFO] [stdout] note: ...which contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:554:9 [INFO] [stdout] | [INFO] [stdout] 554 | pub host_peer_a: ip_addr, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0588]: packed type cannot transitively contain a `#[repr(align)]` type [INFO] [stdout] --> src/linux/pf_ring.rs:572:1 [INFO] [stdout] | [INFO] [stdout] 572 | pub struct _sw_filtering_hash_bucket { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.164/src/unix/align.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / s! { [INFO] [stdout] 2 | | #[repr(align(4))] [INFO] [stdout] 3 | | pub struct in6_addr { [INFO] [stdout] 4 | | pub s6_addr: [u8; 16], [INFO] [stdout] 5 | | } [INFO] [stdout] 6 | | } [INFO] [stdout] | |_^ [INFO] [stdout] note: `_sw_filtering_hash_bucket` contains a field of type `hash_filtering_rule` [INFO] [stdout] --> src/linux/pf_ring.rs:573:9 [INFO] [stdout] | [INFO] [stdout] 573 | pub rule: hash_filtering_rule, [INFO] [stdout] | ^^^^ [INFO] [stdout] note: ...which contains a field of type `ip_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:554:9 [INFO] [stdout] | [INFO] [stdout] 554 | pub host_peer_a: ip_addr, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] note: ...which contains a field of type `in6_addr` [INFO] [stdout] --> src/linux/pf_ring.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | pub v6: in6_addr, [INFO] [stdout] | ^^ [INFO] [stdout] = note: this error originates in the macro `s` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0793]: reference to packed field is unaligned [INFO] [stdout] --> src/linux/pf_ring.rs:125:40 [INFO] [stdout] | [INFO] [stdout] 125 | unsafe { ::std::mem::transmute(self._bitfield_1.get(0usize, 24u8) as u32) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses [INFO] [stdout] = note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0793]: reference to packed field is unaligned [INFO] [stdout] --> src/linux/pf_ring.rs:131:13 [INFO] [stdout] | [INFO] [stdout] 131 | self._bitfield_1.set(0usize, 24u8, val as u64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses [INFO] [stdout] = note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0793]: reference to packed field is unaligned [INFO] [stdout] --> src/linux/pf_ring.rs:136:40 [INFO] [stdout] | [INFO] [stdout] 136 | unsafe { ::std::mem::transmute(self._bitfield_1.get(24usize, 4u8) as u32) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses [INFO] [stdout] = note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0793]: reference to packed field is unaligned [INFO] [stdout] --> src/linux/pf_ring.rs:142:13 [INFO] [stdout] | [INFO] [stdout] 142 | self._bitfield_1.set(24usize, 4u8, val as u64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses [INFO] [stdout] = note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0793]: reference to packed field is unaligned [INFO] [stdout] --> src/linux/pf_ring.rs:147:40 [INFO] [stdout] | [INFO] [stdout] 147 | unsafe { ::std::mem::transmute(self._bitfield_1.get(28usize, 4u8) as u32) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses [INFO] [stdout] = note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0793]: reference to packed field is unaligned [INFO] [stdout] --> src/linux/pf_ring.rs:153:13 [INFO] [stdout] | [INFO] [stdout] 153 | self._bitfield_1.set(28usize, 4u8, val as u64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses [INFO] [stdout] = note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0793]: reference to packed field is unaligned [INFO] [stdout] --> src/linux/pf_ring.rs:125:40 [INFO] [stdout] | [INFO] [stdout] 125 | unsafe { ::std::mem::transmute(self._bitfield_1.get(0usize, 24u8) as u32) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses [INFO] [stdout] = note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0793]: reference to packed field is unaligned [INFO] [stdout] --> src/linux/pf_ring.rs:131:13 [INFO] [stdout] | [INFO] [stdout] 131 | self._bitfield_1.set(0usize, 24u8, val as u64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses [INFO] [stdout] = note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0793]: reference to packed field is unaligned [INFO] [stdout] --> src/linux/pf_ring.rs:136:40 [INFO] [stdout] | [INFO] [stdout] 136 | unsafe { ::std::mem::transmute(self._bitfield_1.get(24usize, 4u8) as u32) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses [INFO] [stdout] = note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0793]: reference to packed field is unaligned [INFO] [stdout] --> src/linux/pf_ring.rs:142:13 [INFO] [stdout] | [INFO] [stdout] 142 | self._bitfield_1.set(24usize, 4u8, val as u64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses [INFO] [stdout] = note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0793]: reference to packed field is unaligned [INFO] [stdout] --> src/linux/pf_ring.rs:147:40 [INFO] [stdout] | [INFO] [stdout] 147 | unsafe { ::std::mem::transmute(self._bitfield_1.get(28usize, 4u8) as u32) } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses [INFO] [stdout] = note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0793]: reference to packed field is unaligned [INFO] [stdout] --> src/linux/pf_ring.rs:153:13 [INFO] [stdout] | [INFO] [stdout] 153 | self._bitfield_1.set(28usize, 4u8, val as u64) [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: packed structs are only aligned by one byte, and many modern architectures penalize unaligned field accesses [INFO] [stdout] = note: creating a misaligned reference is undefined behavior (even if that reference is never dereferenced) [INFO] [stdout] = help: copy the field contents to a local variable, or replace the reference with a raw pointer and use `read_unaligned`/`write_unaligned` (loads and stores via `*p` must be properly aligned even when using raw pointers) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0588, E0793. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0588`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0588, E0793. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0588`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pfring-sys` (lib test) due to 21 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `pfring-sys` (lib) due to 21 previous errors [INFO] running `Command { std: "docker" "inspect" "8261c2ccc7f7b99ebca73786df95e1d6b0a0693b2cd9cf98c2e6c322ab702644", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8261c2ccc7f7b99ebca73786df95e1d6b0a0693b2cd9cf98c2e6c322ab702644", kill_on_drop: false }` [INFO] [stdout] 8261c2ccc7f7b99ebca73786df95e1d6b0a0693b2cd9cf98c2e6c322ab702644