[INFO] cloning repository https://github.com/kekee000/component-parser
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kekee000/component-parser" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkekee000%2Fcomponent-parser", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkekee000%2Fcomponent-parser'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 51dbd7eab08a46b51234e88807b98516c3034e52
[INFO] testing kekee000/component-parser against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkekee000%2Fcomponent-parser" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kekee000/component-parser
[INFO] finished tweaking git repo https://github.com/kekee000/component-parser
[INFO] tweaked toml for git repo https://github.com/kekee000/component-parser written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kekee000/component-parser on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kekee000/component-parser 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 381072af99274e388712f422ad6322ad951bdb5260a82810e7a0e2c84d941821
[INFO] running `Command { std: "docker" "start" "-a" "381072af99274e388712f422ad6322ad951bdb5260a82810e7a0e2c84d941821", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "381072af99274e388712f422ad6322ad951bdb5260a82810e7a0e2c84d941821", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "381072af99274e388712f422ad6322ad951bdb5260a82810e7a0e2c84d941821", kill_on_drop: false }`
[INFO] [stdout] 381072af99274e388712f422ad6322ad951bdb5260a82810e7a0e2c84d941821
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 189517a652ea998c58a78d39fcb30c575e032060e907afeb2c0b0302264da477
[INFO] running `Command { std: "docker" "start" "-a" "189517a652ea998c58a78d39fcb30c575e032060e907afeb2c0b0302264da477", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling serde_derive v1.0.138
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling serde v1.0.138
[INFO] [stderr]    Compiling smallvec v1.9.0
[INFO] [stderr]    Compiling once_cell v1.13.0
[INFO] [stderr]    Compiling regex-syntax v0.6.27
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling lexical-util v0.8.5
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling strsim v0.9.3
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling neon-build v0.10.1
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling unreachable v0.1.1
[INFO] [stderr]    Compiling lexical-write-integer v0.8.5
[INFO] [stderr]    Compiling lexical-parse-integer v0.8.6
[INFO] [stderr]    Compiling tracing-core v0.1.28
[INFO] [stderr]    Compiling either v1.7.0
[INFO] [stderr]    Compiling scoped-tls v1.0.0
[INFO] [stderr]    Compiling debug_unreachable v0.1.1
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling better_scoped_tls v0.1.0
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling libloading v0.6.7
[INFO] [stderr]    Compiling lexical-parse-float v0.8.5
[INFO] [stderr]    Compiling lexical-write-float v0.8.5
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling serde_json v1.0.82
[INFO] [stderr]    Compiling neon v0.10.1
[INFO] [stderr]    Compiling unicode-id v0.3.2
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling neon-runtime v0.10.1
[INFO] [stderr]    Compiling typed-arena v2.0.1
[INFO] [stderr]    Compiling getrandom v0.2.7
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling lexical-core v0.8.5
[INFO] [stderr]    Compiling lexical v6.1.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.21
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling regex v1.6.0
[INFO] [stderr]    Compiling swc_atoms v0.2.13
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling pmutil v0.5.3
[INFO] [stderr]    Compiling darling_core v0.10.2
[INFO] [stderr]    Compiling syn-mid v0.5.3
[INFO] [stderr]    Compiling swc_macros_common v0.3.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.22
[INFO] [stderr]    Compiling swc_eq_ignore_macros v0.1.0
[INFO] [stderr]    Compiling is-macro v0.2.1
[INFO] [stderr]    Compiling neon-macros v0.10.1
[INFO] [stderr]    Compiling swc_visit_macros v0.3.2
[INFO] [stderr]    Compiling from_variant v0.1.3
[INFO] [stderr]    Compiling string_enum v0.3.1
[INFO] [stderr]    Compiling enum_kind v0.2.1
[INFO] [stderr]    Compiling darling_macro v0.10.2
[INFO] [stderr]    Compiling tracing v0.1.35
[INFO] [stderr]    Compiling darling v0.10.2
[INFO] [stderr]    Compiling ast_node v0.7.7
[INFO] [stderr]    Compiling swc_visit v0.3.2
[INFO] [stderr]    Compiling string_cache v0.8.4
[INFO] [stderr]    Compiling swc_common v0.17.25
[INFO] [stderr]    Compiling swc_ecma_ast v0.74.0
[INFO] [stderr]    Compiling swc_ecma_parser v0.99.1
[INFO] [stderr]    Compiling component-parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/script.rs:334:31
[INFO] [stdout]     |
[INFO] [stdout] 334 | fn get_component_call(module: &Module) -> Result<GetComponentCallResult, ()> {
[INFO] [stdout]     |                               ^^^^^^^            ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[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] 334 | fn get_component_call(module: &Module) -> Result<GetComponentCallResult<'_>, ()> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.14s
[INFO] running `Command { std: "docker" "inspect" "189517a652ea998c58a78d39fcb30c575e032060e907afeb2c0b0302264da477", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "189517a652ea998c58a78d39fcb30c575e032060e907afeb2c0b0302264da477", kill_on_drop: false }`
[INFO] [stdout] 189517a652ea998c58a78d39fcb30c575e032060e907afeb2c0b0302264da477
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3c27910e2f51ba3d16b5576cd5b39963c0f3d79de9538b269cb097ad53b46ac6
[INFO] running `Command { std: "docker" "start" "-a" "3c27910e2f51ba3d16b5576cd5b39963c0f3d79de9538b269cb097ad53b46ac6", kill_on_drop: false }`
[INFO] [stderr]    Compiling component-parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/parser/script.rs:334:31
[INFO] [stdout]     |
[INFO] [stdout] 334 | fn get_component_call(module: &Module) -> Result<GetComponentCallResult, ()> {
[INFO] [stdout]     |                               ^^^^^^^            ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                               |
[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] 334 | fn get_component_call(module: &Module) -> Result<GetComponentCallResult<'_>, ()> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.44s
[INFO] running `Command { std: "docker" "inspect" "3c27910e2f51ba3d16b5576cd5b39963c0f3d79de9538b269cb097ad53b46ac6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c27910e2f51ba3d16b5576cd5b39963c0f3d79de9538b269cb097ad53b46ac6", kill_on_drop: false }`
[INFO] [stdout] 3c27910e2f51ba3d16b5576cd5b39963c0f3d79de9538b269cb097ad53b46ac6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 33710354690b760b25a3b3e91c0ebf1f8bea14a665c334223d8955236a9b19d5
[INFO] running `Command { std: "docker" "start" "-a" "33710354690b760b25a3b3e91c0ebf1f8bea14a665c334223d8955236a9b19d5", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/parser/script.rs:334:31
[INFO] [stderr]     |
[INFO] [stderr] 334 | fn get_component_call(module: &Module) -> Result<GetComponentCallResult, ()> {
[INFO] [stderr]     |                               ^^^^^^^            ^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                               |
[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] 334 | fn get_component_call(module: &Module) -> Result<GetComponentCallResult<'_>, ()> {
[INFO] [stderr]     |                                                                        ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `component-parser` (lib test) generated 1 warning (run `cargo fix --lib -p component-parser --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/component_parser-3999d07c15dd976a)
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test parser::script::test_guess_component_params ... ok
[INFO] [stdout] test parser::script::test_get_component_call ... ok
[INFO] [stdout] test parser::script::test_parse_page ... ok
[INFO] [stdout] test test_parse_script_files_with_thread ... ok
[INFO] [stdout] test parser::script::test_parse_component ... ok
[INFO] [stdout] test parser::css::test_parse_css ... ok
[INFO] [stdout] test test_parse_css_files_with_thread ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "33710354690b760b25a3b3e91c0ebf1f8bea14a665c334223d8955236a9b19d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "33710354690b760b25a3b3e91c0ebf1f8bea14a665c334223d8955236a9b19d5", kill_on_drop: false }`
[INFO] [stdout] 33710354690b760b25a3b3e91c0ebf1f8bea14a665c334223d8955236a9b19d5
