[INFO] fetching crate substrait-explain 0.6.0...
[INFO] testing substrait-explain-0.6.0 against 1.98.0-beta.1 for beta-1.98-1
[INFO] extracting crate substrait-explain 0.6.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate substrait-explain 0.6.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate substrait-explain 0.6.0
[INFO] tweaked toml for crates.io crate substrait-explain 0.6.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate substrait-explain 0.6.0 on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate substrait-explain 0.6.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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8d4b9c2aadd18f37369a60db8d6df76a33ac77602519a3227266d80a3f4390c1
[INFO] running `Command { std: "docker" "start" "8d4b9c2aadd18f37369a60db8d6df76a33ac77602519a3227266d80a3f4390c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d4b9c2aadd18f37369a60db8d6df76a33ac77602519a3227266d80a3f4390c1", 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" "8d4b9c2aadd18f37369a60db8d6df76a33ac77602519a3227266d80a3f4390c1" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d4b9c2aadd18f37369a60db8d6df76a33ac77602519a3227266d80a3f4390c1", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8d4b9c2aadd18f37369a60db8d6df76a33ac77602519a3227266d80a3f4390c1" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling zmij v1.0.17
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling ryu v1.0.22
[INFO] [stderr]    Compiling pest v2.8.5
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling clap_builder v4.5.56
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling logos-codegen v0.15.1
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling regress v0.10.5
[INFO] [stderr]    Compiling pest_meta v2.8.5
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling pest_generator v2.8.5
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling pest_derive v2.8.5
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling logos-derive v0.15.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling logos v0.15.1
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]    Compiling clap v4.5.56
[INFO] [stderr]    Compiling prost-types v0.14.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling prost-build v0.14.3
[INFO] [stderr]    Compiling pbjson-build v0.8.0
[INFO] [stderr]    Compiling protox-parse v0.9.0
[INFO] [stderr]    Compiling prost-reflect v0.16.3
[INFO] [stderr]    Compiling serde_tokenstream v0.2.2
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling pbjson v0.8.0
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling pbjson-types v0.8.0
[INFO] [stderr]    Compiling typify-impl v0.5.0
[INFO] [stderr]    Compiling protox v0.9.1
[INFO] [stderr]    Compiling substrait-explain v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling typify-macro v0.5.0
[INFO] [stderr]    Compiling typify v0.5.0
[INFO] [stderr]    Compiling substrait v0.63.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
[INFO] running `Command { std: "docker" "inspect" "8d4b9c2aadd18f37369a60db8d6df76a33ac77602519a3227266d80a3f4390c1", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8d4b9c2aadd18f37369a60db8d6df76a33ac77602519a3227266d80a3f4390c1" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling substrait-explain v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: could not compile `substrait-explain` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name substrait_explain --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="cli"' --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cli", "default", "protoc", "serde"))' -C metadata=0e951b0773f5e45e -C extra-filename=-6e1ae3f641e01790 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-4342eda19ce54c8e.rlib --extern chrono=/opt/rustwide/target/debug/deps/libchrono-fb02a9a8efa4a2ce.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-641327e6a8fd9b4f.rlib --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-ca2a55c2b90d9f2f.rlib --extern pbjson_types=/opt/rustwide/target/debug/deps/libpbjson_types-c1de1e3207b41f4b.rlib --extern pest=/opt/rustwide/target/debug/deps/libpest-a908a6831ad87dfe.rlib --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-c4ce32841d2489fc.so --extern prost=/opt/rustwide/target/debug/deps/libprost-4d18d98c66bd8671.rlib --extern prost_reflect=/opt/rustwide/target/debug/deps/libprost_reflect-5ae83e7dc81550f3.rlib --extern prost_types=/opt/rustwide/target/debug/deps/libprost_types-4455d12467f8478a.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-1b0bc6f2bd2eb673.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-cee290fd8691eb40.rlib --extern serde_yaml=/opt/rustwide/target/debug/deps/libserde_yaml-433b2f54f9a35ff3.rlib --extern substrait=/opt/rustwide/target/debug/deps/libsubstrait-ed4360db007a4268.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-5332105cb46a54e9.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "8d4b9c2aadd18f37369a60db8d6df76a33ac77602519a3227266d80a3f4390c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d4b9c2aadd18f37369a60db8d6df76a33ac77602519a3227266d80a3f4390c1", kill_on_drop: false }`
[INFO] [stdout] 8d4b9c2aadd18f37369a60db8d6df76a33ac77602519a3227266d80a3f4390c1
