[INFO] fetching crate lhef 0.6.0...
[INFO] testing lhef-0.6.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate lhef 0.6.0 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate lhef 0.6.0
[INFO] finished tweaking crates.io crate lhef 0.6.0
[INFO] tweaked toml for crates.io crate lhef 0.6.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate lhef 0.6.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 73 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.5.1 (available: v0.7.0)
[INFO] [stderr]       Adding itertools v0.11.0 (available: v0.14.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] [stderr]       Adding xmltree v0.9.0 (available: v0.12.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded fast-float v0.2.0
[INFO] [stderr]   Downloaded xmltree v0.9.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 02c790465e35bc088fcaeb873b43857da06af2b4a5806cd36909663e67e04b17
[INFO] running `Command { std: "docker" "start" "-a" "02c790465e35bc088fcaeb873b43857da06af2b4a5806cd36909663e67e04b17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02c790465e35bc088fcaeb873b43857da06af2b4a5806cd36909663e67e04b17", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02c790465e35bc088fcaeb873b43857da06af2b4a5806cd36909663e67e04b17", kill_on_drop: false }`
[INFO] [stdout] 02c790465e35bc088fcaeb873b43857da06af2b4a5806cd36909663e67e04b17
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 273f3af2d11185db0a1e651554a17f80d58c312aa6fc7c16b50ad1e560b3797a
[INFO] running `Command { std: "docker" "start" "-a" "273f3af2d11185db0a1e651554a17f80d58c312aa6fc7c16b50ad1e560b3797a", kill_on_drop: false }`
[INFO] [stderr]    Compiling xml-rs v0.8.28
[INFO] [stderr]    Compiling fast-float v0.2.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling xmltree v0.9.0
[INFO] [stderr]    Compiling lhef v0.6.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/reader.rs:261:24
[INFO] [stdout]     |
[INFO] [stdout] 261 | fn next_attr(attr_str: &str) -> Result<(Option<Attr>, &str), ReadError> {
[INFO] [stdout]     |                        ^^^^                    ^^^^   ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                        |                       |
[INFO] [stdout]     |                        |                       the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 261 | fn next_attr(attr_str: &str) -> Result<(Option<Attr<'_>>, &str), ReadError> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.68s
[INFO] running `Command { std: "docker" "inspect" "273f3af2d11185db0a1e651554a17f80d58c312aa6fc7c16b50ad1e560b3797a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "273f3af2d11185db0a1e651554a17f80d58c312aa6fc7c16b50ad1e560b3797a", kill_on_drop: false }`
[INFO] [stdout] 273f3af2d11185db0a1e651554a17f80d58c312aa6fc7c16b50ad1e560b3797a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5b2871663c70d7208021fad1c47c9ce465900e842eec990dd28a6c3ab8e3e61f
[INFO] running `Command { std: "docker" "start" "-a" "5b2871663c70d7208021fad1c47c9ce465900e842eec990dd28a6c3ab8e3e61f", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling lhef v0.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/reader.rs:261:24
[INFO] [stdout]     |
[INFO] [stdout] 261 | fn next_attr(attr_str: &str) -> Result<(Option<Attr>, &str), ReadError> {
[INFO] [stdout]     |                        ^^^^                    ^^^^   ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                        |                       |
[INFO] [stdout]     |                        |                       the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 261 | fn next_attr(attr_str: &str) -> Result<(Option<Attr<'_>>, &str), ReadError> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/reader.rs:261:24
[INFO] [stdout]     |
[INFO] [stdout] 261 | fn next_attr(attr_str: &str) -> Result<(Option<Attr>, &str), ReadError> {
[INFO] [stdout]     |                        ^^^^                    ^^^^   ^^^^ the same lifetime is elided here
[INFO] [stdout]     |                        |                       |
[INFO] [stdout]     |                        |                       the same lifetime is hidden here
[INFO] [stdout]     |                        the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 261 | fn next_attr(attr_str: &str) -> Result<(Option<Attr<'_>>, &str), ReadError> {
[INFO] [stdout]     |                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.15s
[INFO] running `Command { std: "docker" "inspect" "5b2871663c70d7208021fad1c47c9ce465900e842eec990dd28a6c3ab8e3e61f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5b2871663c70d7208021fad1c47c9ce465900e842eec990dd28a6c3ab8e3e61f", kill_on_drop: false }`
[INFO] [stdout] 5b2871663c70d7208021fad1c47c9ce465900e842eec990dd28a6c3ab8e3e61f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 383fccfef8799ece45f28373539ca71443624a283144fcd314123ddc3714ddad
[INFO] running `Command { std: "docker" "start" "-a" "383fccfef8799ece45f28373539ca71443624a283144fcd314123ddc3714ddad", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/reader.rs:261:24
[INFO] [stderr]     |
[INFO] [stderr] 261 | fn next_attr(attr_str: &str) -> Result<(Option<Attr>, &str), ReadError> {
[INFO] [stderr]     |                        ^^^^                    ^^^^   ^^^^ the same lifetime is elided here
[INFO] [stderr]     |                        |                       |
[INFO] [stderr]     |                        |                       the same lifetime is hidden here
[INFO] [stderr]     |                        the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 261 | fn next_attr(attr_str: &str) -> Result<(Option<Attr<'_>>, &str), ReadError> {
[INFO] [stderr]     |                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `lhef` (lib) generated 1 warning (run `cargo fix --lib -p lhef` to apply 1 suggestion)
[INFO] [stderr] warning: `lhef` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.13s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lhef-e2ee26a578add1c6)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test writer::writer_tests::write ... ok
[INFO] [stdout] test reader::reader_tests::read_hejfog ... ok
[INFO] [stdout] test reader::reader_tests::read_correct ... ok
[INFO] [stdout] test tests::test_read_write ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests lhef
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test src/writer.rs - writer::Writer (line 20) ... ignored
[INFO] [stdout] test src/reader.rs - reader::Reader<T>::hepeup (line 81) - compile ... ok
[INFO] [stdout] test src/writer.rs - writer::Writer<T>::hepeup (line 316) - compile ... ok
[INFO] [stdout] test src/writer.rs - writer::Writer<T>::finish (line 420) - compile ... ok
[INFO] [stdout] test src/writer.rs - writer::Writer<T>::new (line 88) - compile ... ok
[INFO] [stdout] test src/lib.rs - (line 21) - compile ... ok
[INFO] [stdout] test src/writer.rs - writer::Writer<T>::state (line 445) - compile ... ok
[INFO] [stdout] test src/reader.rs - reader::Reader<T>::new (line 39) - compile ... ok
[INFO] [stdout] test src/writer.rs - writer::Writer<T>::header (line 135) ... ok
[INFO] [stdout] test src/writer.rs - writer::Writer<T>::new (line 96) ... ok
[INFO] [stdout] test src/writer.rs - writer::Writer<T>::xml_header (line 168) ... ok
[INFO] [stdout] test src/writer.rs - writer::Writer<T>::heprup (line 235) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.90s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "383fccfef8799ece45f28373539ca71443624a283144fcd314123ddc3714ddad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "383fccfef8799ece45f28373539ca71443624a283144fcd314123ddc3714ddad", kill_on_drop: false }`
[INFO] [stdout] 383fccfef8799ece45f28373539ca71443624a283144fcd314123ddc3714ddad
