[INFO] fetching crate nflog 0.9.0...
[INFO] testing nflog-0.9.0 against 1.90.0 for beta-1.91-3
[INFO] extracting crate nflog 0.9.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate nflog 0.9.0
[INFO] finished tweaking crates.io crate nflog 0.9.0
[INFO] tweaked toml for crates.io crate nflog 0.9.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nflog 0.9.0 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 934ac84bfe98d9ec05bd51ed8abf2ab6a6514b8a8ac9563c057d25586859da3e
[INFO] running `Command { std: "docker" "start" "-a" "934ac84bfe98d9ec05bd51ed8abf2ab6a6514b8a8ac9563c057d25586859da3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "934ac84bfe98d9ec05bd51ed8abf2ab6a6514b8a8ac9563c057d25586859da3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "934ac84bfe98d9ec05bd51ed8abf2ab6a6514b8a8ac9563c057d25586859da3e", kill_on_drop: false }`
[INFO] [stdout] 934ac84bfe98d9ec05bd51ed8abf2ab6a6514b8a8ac9563c057d25586859da3e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6796feb115b17d17073ae1861da1f9515eec25284ed4b25831ed90053cbf2a25
[INFO] running `Command { std: "docker" "start" "-a" "6796feb115b17d17073ae1861da1f9515eec25284ed4b25831ed90053cbf2a25", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling nflog v0.9.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/message.rs:31:1
[INFO] [stdout]    |
[INFO] [stdout] 31 | extern {
[INFO] [stdout]    | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/message.rs:55:34
[INFO] [stdout]    |
[INFO] [stdout] 55 | const NFLOG_XML_PREFIX  : u32  = (1 << 0);
[INFO] [stdout]    |                                  ^      ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 55 - const NFLOG_XML_PREFIX  : u32  = (1 << 0);
[INFO] [stdout] 55 + const NFLOG_XML_PREFIX  : u32  = 1 << 0;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/message.rs:56:34
[INFO] [stdout]    |
[INFO] [stdout] 56 | const NFLOG_XML_HW      : u32  = (1 << 1);
[INFO] [stdout]    |                                  ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 56 - const NFLOG_XML_HW      : u32  = (1 << 1);
[INFO] [stdout] 56 + const NFLOG_XML_HW      : u32  = 1 << 1;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/message.rs:57:34
[INFO] [stdout]    |
[INFO] [stdout] 57 | const NFLOG_XML_MARK    : u32  = (1 << 2);
[INFO] [stdout]    |                                  ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 57 - const NFLOG_XML_MARK    : u32  = (1 << 2);
[INFO] [stdout] 57 + const NFLOG_XML_MARK    : u32  = 1 << 2;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/message.rs:58:34
[INFO] [stdout]    |
[INFO] [stdout] 58 | const NFLOG_XML_DEV     : u32  = (1 << 3);
[INFO] [stdout]    |                                  ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 58 - const NFLOG_XML_DEV     : u32  = (1 << 3);
[INFO] [stdout] 58 + const NFLOG_XML_DEV     : u32  = 1 << 3;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/message.rs:59:34
[INFO] [stdout]    |
[INFO] [stdout] 59 | const NFLOG_XML_PHYSDEV : u32  = (1 << 4);
[INFO] [stdout]    |                                  ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 59 - const NFLOG_XML_PHYSDEV : u32  = (1 << 4);
[INFO] [stdout] 59 + const NFLOG_XML_PHYSDEV : u32  = 1 << 4;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/message.rs:60:34
[INFO] [stdout]    |
[INFO] [stdout] 60 | const NFLOG_XML_PAYLOAD : u32  = (1 << 5);
[INFO] [stdout]    |                                  ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 60 - const NFLOG_XML_PAYLOAD : u32  = (1 << 5);
[INFO] [stdout] 60 + const NFLOG_XML_PAYLOAD : u32  = 1 << 5;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/message.rs:61:34
[INFO] [stdout]    |
[INFO] [stdout] 61 | const NFLOG_XML_TIME    : u32  = (1 << 6);
[INFO] [stdout]    |                                  ^      ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 61 - const NFLOG_XML_TIME    : u32  = (1 << 6);
[INFO] [stdout] 61 + const NFLOG_XML_TIME    : u32  = 1 << 6;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]   --> src/message.rs:62:34
[INFO] [stdout]    |
[INFO] [stdout] 62 | const NFLOG_XML_ALL     : u32  = (!0u32);
[INFO] [stdout]    |                                  ^     ^
[INFO] [stdout]    |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]    |
[INFO] [stdout] 62 - const NFLOG_XML_ALL     : u32  = (!0u32);
[INFO] [stdout] 62 + const NFLOG_XML_ALL     : u32  = !0u32;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]   --> src/lib.rs:76:1
[INFO] [stdout]    |
[INFO] [stdout] 76 | extern {
[INFO] [stdout]    | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer
[INFO] [stdout]    --> src/message.rs:199:42
[INFO] [stdout]     |
[INFO] [stdout] 199 |             _ => Ok( HwAddr::new(unsafe{&((*c_hw).hw_addr)[1..c_len]})),
[INFO] [stdout]     |                                          ^^^----^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                             |
[INFO] [stdout]     |                                             this raw pointer has type `*const NfMsgPacketHw`
[INFO] [stdout]     |
[INFO] [stdout]     = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements
[INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[u8; 8]`
[INFO] [stdout]    --> src/message.rs:199:42
[INFO] [stdout]     |
[INFO] [stdout] 199 |             _ => Ok( HwAddr::new(unsafe{&((*c_hw).hw_addr)[1..c_len]})),
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(dangerous_implicit_autorefs)]` on by default
[INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit
[INFO] [stdout]     |
[INFO] [stdout] 199 |             _ => Ok( HwAddr::new(unsafe{&(&((*c_hw).hw_addr))[1..c_len]})),
[INFO] [stdout]     |                                          ++                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: calling this function with a null pointer is undefined behavior, even if the result of the function is unused
[INFO] [stdout]    --> src/message.rs:211:40
[INFO] [stdout]     |
[INFO] [stdout] 211 |         let payload : &[u8] = unsafe { std::slice::from_raw_parts(c_ptr as *mut u8, payload_len as usize) };
[INFO] [stdout]     |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: for more information, visit <https://doc.rust-lang.org/std/ptr/index.html> and <https://doc.rust-lang.org/reference/behavior-considered-undefined.html>
[INFO] [stdout] note: null pointer originates from here
[INFO] [stdout]    --> src/message.rs:209:21
[INFO] [stdout]     |
[INFO] [stdout] 209 |         let c_ptr = std::ptr::null_mut();
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(invalid_null_arguments)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcmFXC16/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libnflog-af183b365caba360,liblibc-08aef465eb552f81}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lnetfilter_log" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcmFXC16/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/nfprint-7ea5f37a80b7089f" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: unable to find library -lnetfilter_log
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `nflog` (bin "nfprint") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "6796feb115b17d17073ae1861da1f9515eec25284ed4b25831ed90053cbf2a25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6796feb115b17d17073ae1861da1f9515eec25284ed4b25831ed90053cbf2a25", kill_on_drop: false }`
[INFO] [stdout] 6796feb115b17d17073ae1861da1f9515eec25284ed4b25831ed90053cbf2a25
