[INFO] fetching crate beet_rsx_combinator 0.0.6... [INFO] testing beet_rsx_combinator-0.0.6 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate beet_rsx_combinator 0.0.6 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate beet_rsx_combinator 0.0.6 [INFO] finished tweaking crates.io crate beet_rsx_combinator 0.0.6 [INFO] tweaked toml for crates.io crate beet_rsx_combinator 0.0.6 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate beet_rsx_combinator 0.0.6 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate beet_rsx_combinator 0.0.6 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 09b1cb3acdf563d97779af48d6171149bff1a548448f0fa6c8cd5df4d5c5ad78 [INFO] running `Command { std: "docker" "start" "-a" "09b1cb3acdf563d97779af48d6171149bff1a548448f0fa6c8cd5df4d5c5ad78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "09b1cb3acdf563d97779af48d6171149bff1a548448f0fa6c8cd5df4d5c5ad78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "09b1cb3acdf563d97779af48d6171149bff1a548448f0fa6c8cd5df4d5c5ad78", kill_on_drop: false }` [INFO] [stdout] 09b1cb3acdf563d97779af48d6171149bff1a548448f0fa6c8cd5df4d5c5ad78 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c847bc02e9fcf15768e4c090802d9bb6bd9704c504d974b827ec22707e808ad [INFO] running `Command { std: "docker" "start" "-a" "9c847bc02e9fcf15768e4c090802d9bb6bd9704c504d974b827ec22707e808ad", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling ascii v0.7.1 [INFO] [stderr] Compiling itertools v0.14.0 [INFO] [stderr] Compiling combine v2.5.2 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling beet_rsx_combinator v0.0.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse_elements.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 99 | name: &RsxElementName, [INFO] [stdout] | ^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 100 | input: I, [INFO] [stdout] 101 | ) -> ParseResult [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 101 | ) -> ParseResult, I> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.28s [INFO] running `Command { std: "docker" "inspect" "9c847bc02e9fcf15768e4c090802d9bb6bd9704c504d974b827ec22707e808ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c847bc02e9fcf15768e4c090802d9bb6bd9704c504d974b827ec22707e808ad", kill_on_drop: false }` [INFO] [stdout] 9c847bc02e9fcf15768e4c090802d9bb6bd9704c504d974b827ec22707e808ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6abab3b1e85e36100d6ce791bf220101ab7e3f4a8e4a9b5bb7c400d5bb172a0a [INFO] running `Command { std: "docker" "start" "-a" "6abab3b1e85e36100d6ce791bf220101ab7e3f4a8e4a9b5bb7c400d5bb172a0a", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.101 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling winnow v0.7.9 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling futures-lite v2.6.0 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.12 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling tracing v0.1.41 [INFO] [stderr] Compiling crossbeam-channel v0.5.15 [INFO] [stderr] Compiling mio v1.0.3 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling const-fnv1a-hash v1.1.0 [INFO] [stderr] Compiling signal-hook v0.3.17 [INFO] [stderr] Compiling inotify v0.11.0 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling filetime v0.2.25 [INFO] [stderr] Compiling notify-types v2.0.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling file-id v0.2.2 [INFO] [stderr] Compiling addr2line v0.24.2 [INFO] [stderr] Compiling nanorand v0.7.0 [INFO] [stderr] Compiling miniz_oxide v0.8.8 [INFO] [stderr] Compiling signal-hook-mio v0.2.4 [INFO] [stderr] Compiling notify v8.0.0 [INFO] [stderr] Compiling object v0.36.7 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stderr] Compiling pathdiff v0.2.3 [INFO] [stderr] Compiling path-clean v1.0.1 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling notify-debouncer-full v0.5.0 [INFO] [stderr] Compiling rustc-demangle v0.1.24 [INFO] [stderr] Compiling rapidhash v1.4.0 [INFO] [stderr] Compiling flume v0.11.1 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling web-time v1.1.0 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling colorize v0.1.0 [INFO] [stderr] Compiling async-executor v1.13.2 [INFO] [stderr] Compiling toml_edit v0.22.26 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling tracing-subscriber v0.3.19 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling bevy_macro_utils v0.16.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling bytemuck_derive v1.9.3 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling thiserror-impl v2.0.12 [INFO] [stderr] Compiling variadics_please v1.1.0 [INFO] [stderr] Compiling assert_type_match v0.1.1 [INFO] [stderr] Compiling bevy_reflect_derive v0.16.0 [INFO] [stderr] Compiling bevy_ecs_macros v0.16.0 [INFO] [stderr] Compiling bevy_derive v0.16.0 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling clap_derive v4.5.32 [INFO] [stderr] Compiling extend v1.2.0 [INFO] [stderr] Compiling sweet_macros v0.0.6 [INFO] [stderr] Compiling backtrace v0.3.74 [INFO] [stderr] Compiling tokio v1.44.2 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling thiserror v2.0.12 [INFO] [stderr] Compiling beet_rsx_combinator v0.0.6 (/opt/rustwide/workdir) [INFO] [stderr] Compiling bytemuck v1.23.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse_elements.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 99 | name: &RsxElementName, [INFO] [stdout] | ^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 100 | input: I, [INFO] [stdout] 101 | ) -> ParseResult [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 101 | ) -> ParseResult, I> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling derive_more v1.0.0 [INFO] [stderr] Compiling clap v4.5.37 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling hashbrown v0.15.3 [INFO] [stderr] Compiling glam v0.29.3 [INFO] [stderr] Compiling erased-serde v0.4.6 [INFO] [stderr] Compiling bevy_platform v0.16.0 [INFO] [stderr] Compiling bevy_utils v0.16.0 [INFO] [stderr] Compiling bevy_tasks v0.16.0 [INFO] [stderr] Compiling bevy_reflect v0.16.0 [INFO] [stderr] Compiling bevy_ecs v0.16.0 [INFO] [stderr] Compiling bevy_math v0.16.0 [INFO] [stderr] Compiling bevy_color v0.16.1 [INFO] [stderr] Compiling bevy_app v0.16.0 [INFO] [stderr] Compiling bevy_log v0.16.0 [INFO] [stderr] Compiling bevy_time v0.16.0 [INFO] [stderr] Compiling bevy_input v0.16.0 [INFO] [stderr] Compiling bevy_transform v0.16.0 [INFO] [stderr] Compiling bevy_diagnostic v0.16.0 [INFO] [stderr] Compiling bevy_internal v0.16.0 [INFO] [stderr] Compiling bevy v0.16.0 [INFO] [stderr] Compiling beet_utils v0.0.6 [INFO] [stderr] Compiling sweet v0.4.2-rc.1 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/parse_elements.rs:99:8 [INFO] [stdout] | [INFO] [stdout] 99 | name: &RsxElementName, [INFO] [stdout] | ^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stdout] 100 | input: I, [INFO] [stdout] 101 | ) -> ParseResult [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 101 | ) -> ParseResult, I> [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 24s [INFO] running `Command { std: "docker" "inspect" "6abab3b1e85e36100d6ce791bf220101ab7e3f4a8e4a9b5bb7c400d5bb172a0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6abab3b1e85e36100d6ce791bf220101ab7e3f4a8e4a9b5bb7c400d5bb172a0a", kill_on_drop: false }` [INFO] [stdout] 6abab3b1e85e36100d6ce791bf220101ab7e3f4a8e4a9b5bb7c400d5bb172a0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 13fbe0854bdb9329ffbb3f66c4a5aef530be335892a14065b0f7b08e02caacde [INFO] running `Command { std: "docker" "start" "-a" "13fbe0854bdb9329ffbb3f66c4a5aef530be335892a14065b0f7b08e02caacde", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/parse_elements.rs:99:8 [INFO] [stderr] | [INFO] [stderr] 99 | name: &RsxElementName, [INFO] [stderr] | ^^^^^^^^^^^^^^^ the lifetime is elided here [INFO] [stderr] 100 | input: I, [INFO] [stderr] 101 | ) -> ParseResult [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ the same lifetime is hidden 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] 101 | ) -> ParseResult, I> [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `beet_rsx_combinator` (lib) generated 1 warning (run `cargo fix --lib -p beet_rsx_combinator` to apply 1 suggestion) [INFO] [stderr] warning: `beet_rsx_combinator` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.37s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/beet_rsx_combinator-4d3373eb7205438e) [INFO] [stdout] [INFO] [stdout] 🤘 sweet as 🤘 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout]  PASS  src/parse_misc.rs [INFO] [stdout]  PASS  src/parse_html.rs [INFO] [stdout]  PASS  src/parse_js.rs [INFO] [stdout]  PASS  src/to_html.rs [INFO] [stdout]  PASS  src/combinator_parser.rs [INFO] [stdout]  PASS  src/parse_children.rs [INFO] [stdout]  PASS  src/parse_elements.rs [INFO] [stdout]  PASS  src/parse_attributes.rs [INFO] [stdout]  PASS  src/parse_rsx.rs [INFO] [stdout]  PASS  src/parse_external.rs [INFO] [stdout] [INFO] [stdout] All tests passed [INFO] [stdout] Files: 10 passed, 10 total [INFO] [stdout] Tests: 74 passed, 74 total [INFO] [stdout] Time: 0.27 s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Doc-tests beet_rsx_combinator [INFO] [stdout]  [INFO] [stdout] running 1 test [INFO] [stdout] test src/combinator_parser.rs - combinator_parser::CombinatorParser::parse (line 21) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "13fbe0854bdb9329ffbb3f66c4a5aef530be335892a14065b0f7b08e02caacde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13fbe0854bdb9329ffbb3f66c4a5aef530be335892a14065b0f7b08e02caacde", kill_on_drop: false }` [INFO] [stdout] 13fbe0854bdb9329ffbb3f66c4a5aef530be335892a14065b0f7b08e02caacde