[INFO] cloning repository https://github.com/LunNova/x
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LunNova/x" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLunNova%2Fx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLunNova%2Fx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ecd05a9693a761f76e034e72d932ab02e5dca10a
[INFO] checking LunNova/x against 760e1de835e253bf28bbcbfee38b5e8ed9ffe074 for pr-133502-26
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLunNova%2Fx" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/LunNova/x
[INFO] finished tweaking git repo https://github.com/LunNova/x
[INFO] tweaked toml for git repo https://github.com/LunNova/x written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LunNova/x on toolchain 760e1de835e253bf28bbcbfee38b5e8ed9ffe074
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LunNova/x 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" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /workspace/builds/worker-2-tc2/source/flightstick-mapper/Cargo.toml
[INFO] [stderr] workspace: /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 5e538a113381b9afceb9c3c534e19835f5dfc365d6f6f5eb6e1213f2c073adf1
[INFO] running `Command { std: "docker" "start" "5e538a113381b9afceb9c3c534e19835f5dfc365d6f6f5eb6e1213f2c073adf1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e538a113381b9afceb9c3c534e19835f5dfc365d6f6f5eb6e1213f2c073adf1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5e538a113381b9afceb9c3c534e19835f5dfc365d6f6f5eb6e1213f2c073adf1" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5e538a113381b9afceb9c3c534e19835f5dfc365d6f6f5eb6e1213f2c073adf1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "5e538a113381b9afceb9c3c534e19835f5dfc365d6f6f5eb6e1213f2c073adf1" "/opt/rustwide/cargo-home/bin/cargo" "+760e1de835e253bf28bbcbfee38b5e8ed9ffe074" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
[INFO] [stderr] package:   /opt/rustwide/workdir/flightstick-mapper/Cargo.toml
[INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling find-msvc-tools v0.1.7
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking indexmap v2.13.0
[INFO] [stderr]     Checking toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.0.4
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.15
[INFO] [stderr]     Checking jod-thread v1.0.0
[INFO] [stderr]     Checking unicode-xid v0.2.6
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking text-size v1.1.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking unicode-properties v0.1.4
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]     Checking triomphe v0.1.15
[INFO] [stderr]     Checking ra_ap_edition v0.0.312
[INFO] [stderr]     Checking countme v3.0.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking ra-ap-rustc_lexer v0.143.0
[INFO] [stderr]     Checking drop_bomb v0.1.5
[INFO] [stderr]     Checking rustc-literal-escaper v0.0.4
[INFO] [stderr]     Checking smol_str v0.3.5
[INFO] [stderr]     Checking rayon-core v1.13.0
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling fst v0.4.7
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]    Compiling portable-atomic v1.13.0
[INFO] [stderr]     Checking thin-vec v0.2.14
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking ra_ap_paths v0.0.312
[INFO] [stderr]     Checking intrusive-collections v0.9.7
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking crossbeam-queue v0.3.12
[INFO] [stderr]     Checking rowan v0.15.17
[INFO] [stderr]    Compiling argh_shared v0.1.13
[INFO] [stderr]     Checking inventory v0.3.21
[INFO] [stderr]     Checking boxcar v0.2.14
[INFO] [stderr]     Checking salsa-macro-rules v0.25.2
[INFO] [stderr]     Checking la-arena v0.3.1
[INFO] [stderr]     Checking rust-fuzzy-search v0.1.1
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking unicode-ident v1.0.22
[INFO] [stderr]    Compiling rustc_apfloat v0.2.3+llvm-462a31f5a5ab
[INFO] [stderr]     Checking cov-mark v2.2.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking rustc-stable-hash v0.1.2
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking ena v0.14.3
[INFO] [stderr]     Checking rustc-literal-escaper v0.0.5
[INFO] [stderr]    Compiling cc v1.2.52
[INFO] [stderr]     Checking ra-ap-rustc_hashes v0.143.0
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking ra-ap-rustc_ast_ir v0.143.0
[INFO] [stderr]     Checking ra-ap-rustc_parse_format v0.143.0
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking notify-types v2.0.0
[INFO] [stderr]     Checking fixedbitset v0.5.7
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]     Checking dissimilar v1.0.10
[INFO] [stderr]     Checking typed-arena v2.0.2
[INFO] [stderr]     Checking is_ci v1.2.0
[INFO] [stderr]    Compiling phf_shared v0.13.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking perf-event-open-sys v1.0.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking inotify v0.11.0
[INFO] [stderr]     Checking petgraph v0.8.3
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking perf-event v0.4.7
[INFO] [stderr]     Checking cargo-platform v0.3.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]     Checking home v0.5.12
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]     Checking ra_ap_profile v0.0.312
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking ra_ap_toolchain v0.0.312
[INFO] [stderr]    Compiling phf_generator v0.13.1
[INFO] [stderr]     Checking supports-color v2.1.0
[INFO] [stderr]     Checking notify v8.2.0
[INFO] [stderr]     Checking supports-color v3.0.2
[INFO] [stderr]     Checking line-index v0.1.2
[INFO] [stderr]     Checking toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking temp-dir v0.1.16
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling string_cache_codegen v0.6.1
[INFO] [stderr]    Compiling phf_codegen v0.13.1
[INFO] [stderr]     Checking toml v0.9.10+spec-1.1.0
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling pest v2.8.5
[INFO] [stderr]    Compiling web_atoms v0.2.1
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]     Checking ra_ap_intern v0.0.312
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling libz-sys v1.1.23
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling onig_sys v69.9.1
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling libusb1-sys v0.7.0
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]    Compiling linkme-impl v0.3.35
[INFO] [stderr]    Compiling cpp_demangle v0.5.1
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]    Compiling evdev-sys v0.2.6
[INFO] [stderr]     Checking string_cache v0.9.0
[INFO] [stderr]     Checking phf v0.13.1
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]     Checking instant v0.1.13
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]    Compiling linkme v0.3.35
[INFO] [stderr]    Compiling assert_cmd v2.1.1
[INFO] [stderr]    Compiling pest_meta v2.8.5
[INFO] [stderr]    Compiling color-spantrace v0.3.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]     Checking difflib v0.4.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]    Compiling prometheus v0.14.0
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking yaml-rust v0.4.5
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]     Checking parking_lot_core v0.8.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]    Compiling blake3 v1.8.3
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]    Compiling autometrics v3.0.0
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling pest_generator v2.8.5
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]     Checking ident_case v1.0.1
[INFO] [stderr]    Compiling pulldown-cmark v0.13.0
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]    Compiling rusb v0.9.4
[INFO] [stderr]     Checking deunicode v1.6.2
[INFO] [stderr]     Checking slug v0.1.6
[INFO] [stderr]     Checking yaml-rust2 v0.10.4
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking markup5ever v0.36.1
[INFO] [stderr]     Checking getopts v0.2.24
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]     Checking parking_lot v0.11.2
[INFO] [stderr]     Checking fs2 v0.4.3
[INFO] [stderr]     Checking unsafe-libyaml v0.2.11
[INFO] [stderr]     Checking opentelemetry v0.30.0
[INFO] [stderr]     Checking pulldown-cmark-escape v0.11.0
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking sled v0.34.7
[INFO] [stderr]     Checking evdev-rs v0.6.3
[INFO] [stderr]     Checking html5ever v0.36.1
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]     Checking fastcdc v3.2.1
[INFO] [stderr]     Checking colorsys v0.7.3
[INFO] [stderr]     Checking scratch v0.1.0 (/opt/rustwide/workdir/scratch)
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling salsa-macros v0.25.2
[INFO] [stderr]    Compiling argh_derive v0.1.13
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling ra-ap-rustc_index_macros v0.143.0
[INFO] [stderr] error: could not compile `object` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/760e1de835e253bf28bbcbfee38b5e8ed9ffe074/bin/rustc --crate-name object --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.37.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=92c555edddc9637c -C extra-filename=-d243dbd095021228 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-7c3b23e851763d6f.rmeta --cap-lints allow --cap-lints=forbid --cfg core_error --check-cfg 'cfg(core_error)'` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "5e538a113381b9afceb9c3c534e19835f5dfc365d6f6f5eb6e1213f2c073adf1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e538a113381b9afceb9c3c534e19835f5dfc365d6f6f5eb6e1213f2c073adf1", kill_on_drop: false }`
[INFO] [stdout] 5e538a113381b9afceb9c3c534e19835f5dfc365d6f6f5eb6e1213f2c073adf1
