[INFO] cloning repository https://github.com/facet-rs/facet-xml
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/facet-rs/facet-xml" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffacet-rs%2Ffacet-xml", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffacet-rs%2Ffacet-xml'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4185d8108ac2dc366a411b136f3a4da9e63d58bc
[INFO] testing facet-rs/facet-xml against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffacet-rs%2Ffacet-xml" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/facet-rs/facet-xml
[INFO] finished tweaking git repo https://github.com/facet-rs/facet-xml
[INFO] tweaked toml for git repo https://github.com/facet-rs/facet-xml written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/facet-rs/facet-xml 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 git repo https://github.com/facet-rs/facet-xml 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-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] d42c22df47a042e283e79ec26b4e437b2d97751fa93f497af9609a3ef059d1c0
[INFO] running `Command { std: "docker" "start" "d42c22df47a042e283e79ec26b4e437b2d97751fa93f497af9609a3ef059d1c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d42c22df47a042e283e79ec26b4e437b2d97751fa93f497af9609a3ef059d1c0", 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" "d42c22df47a042e283e79ec26b4e437b2d97751fa93f497af9609a3ef059d1c0" "/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" "d42c22df47a042e283e79ec26b4e437b2d97751fa93f497af9609a3ef059d1c0", 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" "d42c22df47a042e283e79ec26b4e437b2d97751fa93f497af9609a3ef059d1c0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling facet-core v0.50.0-rc.0
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling mutants v0.0.3
[INFO] [stderr]    Compiling const-fnv1a-hash v1.1.0
[INFO] [stderr]    Compiling impls v1.0.3
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling smallvec v2.0.0-alpha.12
[INFO] [stderr]    Compiling facet v0.50.0-rc.0
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling facet-singularize v0.50.0-rc.0 (/opt/rustwide/workdir/facet-singularize)
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quick-xml v0.39.3
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling unsynn v0.3.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling facet-path v0.50.0-rc.0
[INFO] [stderr]    Compiling facet-macro-types v0.50.0-rc.0
[INFO] [stderr]    Compiling facet-macro-parse v0.50.0-rc.0
[INFO] [stderr]    Compiling facet-macros-impl v0.50.0-rc.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling facet-reflect v0.50.0-rc.0
[INFO] [stderr]    Compiling facet-dessert v0.50.0-rc.0
[INFO] [stderr]    Compiling facet-dom v0.50.0-rc.0 (/opt/rustwide/workdir/facet-dom)
[INFO] [stderr]    Compiling facet-macros v0.50.0-rc.0
[INFO] [stderr]    Compiling facet-xml v0.50.0-rc.0 (/opt/rustwide/workdir/facet-xml)
[INFO] [stderr]    Compiling facet-atom v0.50.0-rc.0 (/opt/rustwide/workdir/facet-atom)
[INFO] [stderr]    Compiling facet-svg v0.50.0-rc.0 (/opt/rustwide/workdir/facet-svg)
[INFO] [stderr]    Compiling facet-xml-node v0.50.0-rc.0 (/opt/rustwide/workdir/facet-xml-node)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.20s
[INFO] running `Command { std: "docker" "inspect" "d42c22df47a042e283e79ec26b4e437b2d97751fa93f497af9609a3ef059d1c0", 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" "d42c22df47a042e283e79ec26b4e437b2d97751fa93f497af9609a3ef059d1c0" "/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 regex-syntax v0.8.10
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling facet-core v0.50.0-rc.0
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling facet v0.50.0-rc.0
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling rustc-demangle v0.1.27
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling facet-macros-impl v0.50.0-rc.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling supports-color v2.1.0
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling btparse v0.2.0
[INFO] [stderr]    Compiling facet-testhelpers-macros v0.50.0-rc.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling palette v0.7.6
[INFO] [stderr]    Compiling confusables v0.1.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling coolor v1.1.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling terminal-trx v0.2.6
[INFO] [stderr]    Compiling xterm-color v1.0.2
[INFO] [stderr]    Compiling fast-srgb8 v1.0.0
[INFO] [stderr]    Compiling escape8259 v0.5.3
[INFO] [stderr]    Compiling terminal_size v0.4.4
[INFO] [stderr]    Compiling terminal-colorsaurus v1.0.3
[INFO] [stderr]    Compiling condtype v1.3.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling regex-lite v0.1.9
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling facet-path v0.50.0-rc.0
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]    Compiling divan-macros v0.1.21
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling facet-macros v0.50.0-rc.0
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling color-backtrace v0.7.2
[INFO] [stderr]    Compiling facet-testhelpers v0.50.0-rc.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling fancy-regex v0.14.0
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling xterm-query v0.5.2
[INFO] [stderr]    Compiling indextree-macros v0.1.3
[INFO] [stderr]    Compiling facet-reflect v0.50.0-rc.0
[INFO] [stderr]    Compiling terminal-light v1.8.0
[INFO] [stderr]    Compiling indextree v4.8.1
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling libtest-mimic v0.8.2
[INFO] [stderr]    Compiling divan v0.1.21
[INFO] [stderr]    Compiling datatest-stable v0.3.3
[INFO] [stderr]    Compiling facet-singularize v0.50.0-rc.0 (/opt/rustwide/workdir/facet-singularize)
[INFO] [stderr]    Compiling facet-dessert v0.50.0-rc.0
[INFO] [stderr]    Compiling facet-pretty v0.50.0-rc.0
[INFO] [stderr]    Compiling facet-dom v0.50.0-rc.0 (/opt/rustwide/workdir/facet-dom)
[INFO] [stderr]    Compiling facet-xml v0.50.0-rc.0 (/opt/rustwide/workdir/facet-xml)
[INFO] [stderr]    Compiling facet-svg v0.50.0-rc.0 (/opt/rustwide/workdir/facet-svg)
[INFO] [stderr]    Compiling facet-atom v0.50.0-rc.0 (/opt/rustwide/workdir/facet-atom)
[INFO] [stderr]    Compiling facet-xml-node v0.50.0-rc.0 (/opt/rustwide/workdir/facet-xml-node)
[INFO] [stderr] error: could not compile `facet-xml` (test "eenum")
[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 eenum --edition=2024 facet-xml/tests/eenum.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --warn=unexpected_cfgs --check-cfg 'cfg(facet_no_doc)' --test --cfg 'feature="default"' --cfg 'feature="tracing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("axum", "default", "fast", "net", "std", "tracing", "yoke"))' -C metadata=fe2dec75d173f99b -C extra-filename=-5c53f62df4c433f4 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern facet=/opt/rustwide/target/debug/deps/libfacet-7b7c01b6fa9feab2.rlib --extern facet_core=/opt/rustwide/target/debug/deps/libfacet_core-942ecf253007157d.rlib --extern facet_dom=/opt/rustwide/target/debug/deps/libfacet_dom-760b891736debdf7.rlib --extern facet_reflect=/opt/rustwide/target/debug/deps/libfacet_reflect-37eda889ca0b0b31.rlib --extern facet_testhelpers=/opt/rustwide/target/debug/deps/libfacet_testhelpers-8577f4279fc5bcbe.rlib --extern facet_xml=/opt/rustwide/target/debug/deps/libfacet_xml-bc2973a713d8b3bc.rlib --extern quick_xml=/opt/rustwide/target/debug/deps/libquick_xml-b1e951c2cc8c03a1.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-8891879938231fdd.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `palette` (lib)
[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 palette --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/palette-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "approx", "bytemuck", "default", "find-crate", "libm", "named", "named_from_str", "phf", "rand", "random", "serde", "serializing", "std", "wide"))' -C metadata=5c68a9254a1ee844 -C extra-filename=-f62854a6bac4225c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern fast_srgb8=/opt/rustwide/target/debug/deps/libfast_srgb8-0723f07a5579df6a.rmeta --extern palette_derive=/opt/rustwide/target/debug/deps/libpalette_derive-6345dcdcc76d4adf.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "d42c22df47a042e283e79ec26b4e437b2d97751fa93f497af9609a3ef059d1c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d42c22df47a042e283e79ec26b4e437b2d97751fa93f497af9609a3ef059d1c0", kill_on_drop: false }`
[INFO] [stdout] d42c22df47a042e283e79ec26b4e437b2d97751fa93f497af9609a3ef059d1c0
