[INFO] cloning repository https://github.com/iokiwi/rust_dmarc [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/iokiwi/rust_dmarc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiokiwi%2Frust_dmarc", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiokiwi%2Frust_dmarc'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 54311f703c3ec465ba81024fe5946493ed000037 [INFO] testing iokiwi/rust_dmarc against master#552a959051cebf8f88a8f558399baf733bec9ce0 for pr-136932 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fiokiwi%2Frust_dmarc" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/iokiwi/rust_dmarc on toolchain 552a959051cebf8f88a8f558399baf733bec9ce0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/iokiwi/rust_dmarc [INFO] finished tweaking git repo https://github.com/iokiwi/rust_dmarc [INFO] tweaked toml for git repo https://github.com/iokiwi/rust_dmarc written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/iokiwi/rust_dmarc already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f20c47076740b1e6a6808f363ad16612f3b3a9a3bf424da9ca6c851ee1ff2bf7 [INFO] running `Command { std: "docker" "start" "-a" "f20c47076740b1e6a6808f363ad16612f3b3a9a3bf424da9ca6c851ee1ff2bf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f20c47076740b1e6a6808f363ad16612f3b3a9a3bf424da9ca6c851ee1ff2bf7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f20c47076740b1e6a6808f363ad16612f3b3a9a3bf424da9ca6c851ee1ff2bf7", kill_on_drop: false }` [INFO] [stdout] f20c47076740b1e6a6808f363ad16612f3b3a9a3bf424da9ca6c851ee1ff2bf7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ad67bc774dc4584553f2f1904929f510385352fea275b74c774baf36b8cb768 [INFO] running `Command { std: "docker" "start" "-a" "3ad67bc774dc4584553f2f1904929f510385352fea275b74c774baf36b8cb768", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.87 [INFO] [stderr] Compiling unicode-ident v1.0.13 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling serde v1.0.210 [INFO] [stderr] Compiling anstyle v1.0.8 [INFO] [stderr] Compiling thiserror v1.0.64 [INFO] [stderr] Compiling anstyle-query v1.1.1 [INFO] [stderr] Compiling colorchoice v1.0.2 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.1 [INFO] [stderr] Compiling clap_lex v0.7.2 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling xml-rs v0.8.22 [INFO] [stderr] Compiling anstyle-parse v0.2.5 [INFO] [stderr] Compiling anstream v0.6.15 [INFO] [stderr] Compiling clap_builder v4.5.20 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.79 [INFO] [stderr] Compiling serde_derive v1.0.210 [INFO] [stderr] Compiling thiserror-impl v1.0.64 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling clap v4.5.20 [INFO] [stderr] Compiling serde-xml-rs v0.6.0 [INFO] [stderr] Compiling dmarc_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `record` is never read [INFO] [stdout] --> src/main.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 14 | struct DMARCReport { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 15 | record: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DMARCReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `row` is never read [INFO] [stdout] --> src/main.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct Record { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 20 | row: Row, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Record` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `source_ip`, `count`, and `policy_evaluated` are never read [INFO] [stdout] --> src/main.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 26 | struct Row { [INFO] [stdout] | --- fields in this struct [INFO] [stdout] 27 | source_ip: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 28 | count: u32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 29 | policy_evaluated: PolicyEvaluated, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Row` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `disposition`, `dkim`, and `spf` are never read [INFO] [stdout] --> src/main.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 33 | struct PolicyEvaluated { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 34 | disposition: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 35 | dkim: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 36 | spf: String, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PolicyEvaluated` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.34s [INFO] running `Command { std: "docker" "inspect" "3ad67bc774dc4584553f2f1904929f510385352fea275b74c774baf36b8cb768", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ad67bc774dc4584553f2f1904929f510385352fea275b74c774baf36b8cb768", kill_on_drop: false }` [INFO] [stdout] 3ad67bc774dc4584553f2f1904929f510385352fea275b74c774baf36b8cb768 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+552a959051cebf8f88a8f558399baf733bec9ce0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 998310e1773f86671833b96f6266bd13c1cfda423d1feeaab16a13c3bdcd5bfe [INFO] running `Command { std: "docker" "start" "-a" "998310e1773f86671833b96f6266bd13c1cfda423d1feeaab16a13c3bdcd5bfe", kill_on_drop: false }` [INFO] [stderr] Compiling dmarc_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field `record` is never read [INFO] [stdout] --> src/main.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 14 | struct DMARCReport { [INFO] [stdout] | ----------- field in this struct [INFO] [stdout] 15 | record: Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `DMARCReport` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `row` is never read [INFO] [stdout] --> src/main.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 19 | struct Record { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] 20 | row: Row, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Record` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `source_ip`, `count`, and `policy_evaluated` are never read [INFO] [stdout] --> src/main.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 26 | struct Row { [INFO] [stdout] | --- fields in this struct [INFO] [stdout] 27 | source_ip: String, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] 28 | count: u32, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 29 | policy_evaluated: PolicyEvaluated, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Row` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `disposition`, `dkim`, and `spf` are never read [INFO] [stdout] --> src/main.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 33 | struct PolicyEvaluated { [INFO] [stdout] | --------------- fields in this struct [INFO] [stdout] 34 | disposition: String, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 35 | dkim: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 36 | spf: String, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PolicyEvaluated` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcf3BW8J/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libserde_xml_rs-a3c1ae875e81d215.rlib,libthiserror-c47d544e22573d7c.rlib,libxml-9e750af3036bac0d.rlib,liblog-5fb51f756c1191b0.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libserde-fb0985c185e7e141.rlib,libclap-ba6597104211d1e1.rlib,libclap_builder-6846f04749f2a402.rlib,libstrsim-24acdad2526b95b7.rlib,libanstream-d93909916dec07b7.rlib,libanstyle_query-e4c85920655ed0e4.rlib,libis_terminal_polyfill-c14c9d53c4f80a97.rlib,libcolorchoice-7ccabaa8fbd15ad3.rlib,libanstyle_parse-c9ea3116c31c9af2.rlib,libutf8parse-8828ddbb63eb8bad.rlib,libclap_lex-0e908d52bfe2a542.rlib,libanstyle-bda2f167f91805d0.rlib}.rlib" "/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-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/dmarc_rust-f88780f436ebd8dd" "-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: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dmarc_rust` (bin "dmarc_rust" test) due to 1 previous error; 4 warnings emitted [INFO] running `Command { std: "docker" "inspect" "998310e1773f86671833b96f6266bd13c1cfda423d1feeaab16a13c3bdcd5bfe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "998310e1773f86671833b96f6266bd13c1cfda423d1feeaab16a13c3bdcd5bfe", kill_on_drop: false }` [INFO] [stdout] 998310e1773f86671833b96f6266bd13c1cfda423d1feeaab16a13c3bdcd5bfe