[INFO] fetching crate yagbas 0.2.0...
[INFO] checking yagbas-0.2.0 against try#6713fa75964eb229409a9c6f6f5c418423e313ff for pr-133502-22
[INFO] extracting crate yagbas 0.2.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate yagbas 0.2.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate yagbas 0.2.0
[INFO] tweaked toml for crates.io crate yagbas 0.2.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate yagbas 0.2.0 on toolchain 6713fa75964eb229409a9c6f6f5c418423e313ff
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate yagbas 0.2.0 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" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0e2e43b406a334663be513225f9d35aa472871773cad8d44a637ad5efc9466af
[INFO] running `Command { std: "docker" "start" "-a" "0e2e43b406a334663be513225f9d35aa472871773cad8d44a637ad5efc9466af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0e2e43b406a334663be513225f9d35aa472871773cad8d44a637ad5efc9466af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0e2e43b406a334663be513225f9d35aa472871773cad8d44a637ad5efc9466af", kill_on_drop: false }`
[INFO] [stdout] 0e2e43b406a334663be513225f9d35aa472871773cad8d44a637ad5efc9466af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+6713fa75964eb229409a9c6f6f5c418423e313ff" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 30f92e449b6d017219932354f9bdb075e69a7bf144dca8293aaacc12f48804a5
[INFO] running `Command { std: "docker" "start" "-a" "30f92e449b6d017219932354f9bdb075e69a7bf144dca8293aaacc12f48804a5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]     Checking anstyle v1.0.13
[INFO] [stderr]     Checking anstyle-query v1.0.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking colorchoice v1.0.0
[INFO] [stderr]     Checking anstyle-parse v0.2.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking bimap v0.6.3
[INFO] [stderr]     Checking either v1.8.1
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking internal-iterator v0.2.3
[INFO] [stderr]     Checking clap_builder v4.5.53
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking str_id v0.1.1
[INFO] [stderr]     Checking internal_iterator_rec v0.1.1
[INFO] [stderr]     Checking ariadne v0.6.0
[INFO] [stderr]    Compiling logos-codegen v0.15.1
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]    Compiling stacker v0.1.15
[INFO] [stderr]     Checking chumsky v0.12.0
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling logos-derive v0.15.1
[INFO] [stderr]     Checking logos v0.15.1
[INFO] [stderr]     Checking clap v4.5.53
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking yagbas v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `yagbas` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6713fa75964eb229409a9c6f6f5c418423e313ff/bin/rustc --crate-name yagbas --edition=2024 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="default"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rayon"))' -C metadata=75712d4cd91bcd35 -C extra-filename=-c25c89dab2aa5065 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ariadne=/opt/rustwide/target/debug/deps/libariadne-0686b3c2ae794237.rmeta --extern bimap=/opt/rustwide/target/debug/deps/libbimap-d8dcc34581b95d76.rmeta --extern chumsky=/opt/rustwide/target/debug/deps/libchumsky-abcff3f820266f2f.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-2f95eb56b05b3a1c.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-95ae8a400c3aa808.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-2842594a089ee3ee.rmeta --extern internal_iterator_rec=/opt/rustwide/target/debug/deps/libinternal_iterator_rec-54bb2e3659165b37.rmeta --extern logos=/opt/rustwide/target/debug/deps/liblogos-28e8178f19356a53.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-ae821005a5fa2419.rmeta --extern str_id=/opt/rustwide/target/debug/deps/libstr_id-0fedfc0d00657e83.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-cd313ea8c7e5f00d/out` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `yagbas` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6713fa75964eb229409a9c6f6f5c418423e313ff/bin/rustc --crate-name yagbas --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rayon"))' -C metadata=fdbd66e9a1457606 -C extra-filename=-064a1df9c2850b6d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ariadne=/opt/rustwide/target/debug/deps/libariadne-0686b3c2ae794237.rmeta --extern bimap=/opt/rustwide/target/debug/deps/libbimap-d8dcc34581b95d76.rmeta --extern chumsky=/opt/rustwide/target/debug/deps/libchumsky-abcff3f820266f2f.rmeta --extern clap=/opt/rustwide/target/debug/deps/libclap-2f95eb56b05b3a1c.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-95ae8a400c3aa808.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-2842594a089ee3ee.rmeta --extern internal_iterator_rec=/opt/rustwide/target/debug/deps/libinternal_iterator_rec-54bb2e3659165b37.rmeta --extern logos=/opt/rustwide/target/debug/deps/liblogos-28e8178f19356a53.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-ae821005a5fa2419.rmeta --extern str_id=/opt/rustwide/target/debug/deps/libstr_id-0fedfc0d00657e83.rmeta --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/psm-cd313ea8c7e5f00d/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "30f92e449b6d017219932354f9bdb075e69a7bf144dca8293aaacc12f48804a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "30f92e449b6d017219932354f9bdb075e69a7bf144dca8293aaacc12f48804a5", kill_on_drop: false }`
[INFO] [stdout] 30f92e449b6d017219932354f9bdb075e69a7bf144dca8293aaacc12f48804a5
