[INFO] fetching crate pfring-sys 0.0.1... [INFO] documenting pfring-sys-0.0.1 against beta-2020-08-29 for beta-1.47-rustdoc-1 [INFO] extracting crate pfring-sys 0.0.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate pfring-sys 0.0.1 on toolchain beta-2020-08-29 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "read-manifest" "--manifest-path" "Cargo.toml", 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-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-08-29" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1e8c617c64db6b8c74fc170db8f457d715d54b84913b537cda94f74386e5817d [INFO] running `Command { std: "docker" "start" "-a" "1e8c617c64db6b8c74fc170db8f457d715d54b84913b537cda94f74386e5817d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e8c617c64db6b8c74fc170db8f457d715d54b84913b537cda94f74386e5817d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e8c617c64db6b8c74fc170db8f457d715d54b84913b537cda94f74386e5817d", kill_on_drop: false }` [INFO] [stdout] 1e8c617c64db6b8c74fc170db8f457d715d54b84913b537cda94f74386e5817d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-08-29" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79b1f1654726fb7201cc35b3dde9155d4b3e93abb796fcdfdaa933ae7e426bc9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "79b1f1654726fb7201cc35b3dde9155d4b3e93abb796fcdfdaa933ae7e426bc9", kill_on_drop: false }` [INFO] [stderr] Compiling pfring-sys v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Documenting 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] 115 | | pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4usize], u32>, [INFO] [stdout] 116 | | pub payload_len: uint16_t, [INFO] [stdout] 117 | | pub nexthdr: uint8_t, [INFO] [stdout] ... | [INFO] [stdout] 120 | | pub daddr: in6_addr, [INFO] [stdout] 121 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.76/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 a macro (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] 215 | | pub tunnel_id: uint32_t, [INFO] [stdout] 216 | | pub tunneled_ip_version: uint8_t, [INFO] [stdout] 217 | | pub tunneled_proto: uint8_t, [INFO] [stdout] ... | [INFO] [stdout] 221 | | pub tunneled_l4_dst_port: uint16_t, [INFO] [stdout] 222 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.76/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: `linux::pf_ring::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 a macro (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] 236 | | pub dmac: [uint8_t; 6usize], [INFO] [stdout] 237 | | pub smac: [uint8_t; 6usize], [INFO] [stdout] 238 | | pub eth_type: uint16_t, [INFO] [stdout] ... | [INFO] [stdout] 253 | | pub offset: pkt_offset, [INFO] [stdout] 254 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.76/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: `linux::pf_ring::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 a macro (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] 265 | | pub timestamp_ns: uint64_t, [INFO] [stdout] 266 | | pub flags: uint32_t, [INFO] [stdout] 267 | | pub rx_direction: uint8_t, [INFO] [stdout] ... | [INFO] [stdout] 271 | | pub parsed_pkt: pkt_parsing_info, [INFO] [stdout] 272 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.76/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: `linux::pf_ring::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 a macro (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] 282 | | pub ts: timeval, [INFO] [stdout] 283 | | pub caplen: uint32_t, [INFO] [stdout] 284 | | pub len: uint32_t, [INFO] [stdout] 285 | | pub extended_hdr: pfring_extended_pkthdr, [INFO] [stdout] 286 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.76/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: `linux::pf_ring::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 a macro (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] 290 | | pub if_index: i32, [INFO] [stdout] 291 | | pub smac: [uint8_t; 6usize], [INFO] [stdout] 292 | | pub dmac: [uint8_t; 6usize], [INFO] [stdout] ... | [INFO] [stdout] 304 | | pub tcp: filtering_rule_core_fields__bindgen_ty_1, [INFO] [stdout] 305 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.76/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: `linux::pf_ring::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 a macro (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] 314 | | pub optional_fields: uint16_t, [INFO] [stdout] 315 | | pub tunnel: filtering_rule_extended_fields__bindgen_ty_1, [INFO] [stdout] 316 | | pub payload_pattern: [libc::c_char; 32usize], [INFO] [stdout] 317 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.76/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: `linux::pf_ring::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 a macro (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] 357 | | pub rule_id: uint16_t, [INFO] [stdout] 358 | | pub rule_action: rule_action_behaviour, [INFO] [stdout] 359 | | pub balance_id: uint8_t, [INFO] [stdout] ... | [INFO] [stdout] 366 | | pub internals: filtering_internals, [INFO] [stdout] 367 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.76/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: `linux::pf_ring::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 a macro (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] 396 | | pub rule_type: silicom_redirector_rule_type, [INFO] [stdout] 397 | | pub rule_port: uint8_t, [INFO] [stdout] 398 | | pub rule_target_port: uint8_t, [INFO] [stdout] ... | [INFO] [stdout] 409 | | pub dst_port_high: uint16_t, [INFO] [stdout] 410 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.76/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: `linux::pf_ring::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 a macro (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] 417 | | pub action: accolade_rule_action_type, [INFO] [stdout] 418 | | pub port_mask: uint32_t, [INFO] [stdout] 419 | | pub ip_version: uint8_t, [INFO] [stdout] ... | [INFO] [stdout] 431 | | pub l4_port_not: uint8_t, [INFO] [stdout] 432 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.76/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: `linux::pf_ring::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 a macro (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] 446 | | pub action: generic_flow_rule_action_type, [INFO] [stdout] 447 | | pub src_ip: ip_addr, [INFO] [stdout] 448 | | pub dst_ip: ip_addr, [INFO] [stdout] ... | [INFO] [stdout] 453 | | pub interface: uint8_t, [INFO] [stdout] 454 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.76/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: `linux::pf_ring::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 a macro (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] 466 | | pub rule_family_type: hw_filtering_rule_type, [INFO] [stdout] 467 | | pub rule_id: uint16_t, [INFO] [stdout] 468 | | pub rule_family: hw_filtering_rule__bindgen_ty_1, [INFO] [stdout] 469 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.76/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: `linux::pf_ring::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 a macro (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] 493 | | pub flow_id: uint32_t, [INFO] [stdout] 494 | | pub ip_version: uint8_t, [INFO] [stdout] 495 | | pub l4_protocol: uint8_t, [INFO] [stdout] ... | [INFO] [stdout] 509 | | pub rev_ts_last: pfring_timespec, [INFO] [stdout] 510 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.76/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: `linux::pf_ring::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 a macro (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] 550 | | pub rule_id: uint16_t, [INFO] [stdout] 551 | | pub vlan_id: uint16_t, [INFO] [stdout] 552 | | pub ip_version: uint8_t, [INFO] [stdout] ... | [INFO] [stdout] 560 | | pub internals: filtering_internals, [INFO] [stdout] 561 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.76/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: `linux::pf_ring::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 a macro (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] 573 | | pub rule: hash_filtering_rule, [INFO] [stdout] 574 | | pub match_: uint64_t, [INFO] [stdout] 575 | | pub filtered: uint64_t, [INFO] [stdout] 576 | | pub match_forward: uint64_t, [INFO] [stdout] 577 | | pub next: *mut _sw_filtering_hash_bucket, [INFO] [stdout] 578 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] note: `in6_addr` has a `#[repr(align)]` attribute [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/libc-0.2.76/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: `linux::pf_ring::_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 a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 15 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0588`. [INFO] [stdout] [INFO] [stderr] error: Could not document `pfring-sys`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name pfring_sys src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern libc=/opt/rustwide/target/debug/deps/liblibc-b01e5f49cd1b74e8.rmeta --cap-lints=warn --crate-version 0.0.1` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "79b1f1654726fb7201cc35b3dde9155d4b3e93abb796fcdfdaa933ae7e426bc9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79b1f1654726fb7201cc35b3dde9155d4b3e93abb796fcdfdaa933ae7e426bc9", kill_on_drop: false }` [INFO] [stdout] 79b1f1654726fb7201cc35b3dde9155d4b3e93abb796fcdfdaa933ae7e426bc9