[INFO] fetching crate config-parse 2.2.2...
[INFO] testing config-parse-2.2.2 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate config-parse 2.2.2 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate config-parse 2.2.2
[INFO] finished tweaking crates.io crate config-parse 2.2.2
[INFO] tweaked toml for crates.io crate config-parse 2.2.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate config-parse 2.2.2 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 crates.io crate config-parse 2.2.2 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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] f370b0c337dd4ce3f2634eb5c3b44af9c8ad9763527a9c163322af8d4c1c57ff
[INFO] running `Command { std: "docker" "start" "-a" "f370b0c337dd4ce3f2634eb5c3b44af9c8ad9763527a9c163322af8d4c1c57ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f370b0c337dd4ce3f2634eb5c3b44af9c8ad9763527a9c163322af8d4c1c57ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f370b0c337dd4ce3f2634eb5c3b44af9c8ad9763527a9c163322af8d4c1c57ff", kill_on_drop: false }`
[INFO] [stdout] f370b0c337dd4ce3f2634eb5c3b44af9c8ad9763527a9c163322af8d4c1c57ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 2196f8ed2d528c71b5ef4b0b6e959d80ffc3992b8cc5dd052dc0a0394ba3758d
[INFO] running `Command { std: "docker" "start" "-a" "2196f8ed2d528c71b5ef4b0b6e959d80ffc3992b8cc5dd052dc0a0394ba3758d", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling libc v0.2.142
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_derive v1.0.160
[INFO] [stderr]    Compiling serde v1.0.160
[INFO] [stderr]    Compiling thiserror v1.0.39
[INFO] [stderr]    Compiling io-lifetimes v1.0.10
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling rustix v0.37.15
[INFO] [stderr]    Compiling ucd-trie v0.1.5
[INFO] [stderr]    Compiling linux-raw-sys v0.3.4
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling anstyle-parse v0.2.0
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling async-trait v0.1.66
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling serde_json v1.0.94
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle v1.0.0
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]    Compiling clap_lex v0.4.1
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.6
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tracing-log v0.1.3
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling sharded-slab v0.1.4
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.9
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling dirs-sys v0.3.7
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling directories v2.0.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling tracing-subscriber v0.3.17
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling propparse v0.2.4
[INFO] [stderr]    Compiling ordered-multimap v0.4.3
[INFO] [stderr]    Compiling rust-ini v0.18.0
[INFO] [stderr]    Compiling is-terminal v0.4.7
[INFO] [stderr]    Compiling anstream v0.3.1
[INFO] [stderr]    Compiling clap_builder v4.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.39
[INFO] [stderr]    Compiling clap_derive v4.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.24
[INFO] [stderr]    Compiling pest v2.5.6
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling pest_meta v2.5.6
[INFO] [stderr]    Compiling clap v4.2.5
[INFO] [stderr]    Compiling pest_generator v2.5.6
[INFO] [stderr]    Compiling pest_derive v2.5.6
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling ron v0.7.1
[INFO] [stderr]    Compiling csv v1.2.0
[INFO] [stderr]    Compiling config v0.13.3
[INFO] [stderr]    Compiling confy v0.4.0
[INFO] [stderr]    Compiling config-parse v2.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.91s
[INFO] running `Command { std: "docker" "inspect" "2196f8ed2d528c71b5ef4b0b6e959d80ffc3992b8cc5dd052dc0a0394ba3758d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2196f8ed2d528c71b5ef4b0b6e959d80ffc3992b8cc5dd052dc0a0394ba3758d", kill_on_drop: false }`
[INFO] [stdout] 2196f8ed2d528c71b5ef4b0b6e959d80ffc3992b8cc5dd052dc0a0394ba3758d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 229a5803616b728ec4ff76e728f88ac817c38dab54ea73a86599caa0873657aa
[INFO] running `Command { std: "docker" "start" "-a" "229a5803616b728ec4ff76e728f88ac817c38dab54ea73a86599caa0873657aa", kill_on_drop: false }`
[INFO] [stderr]    Compiling config-parse v2.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.09s
[INFO] running `Command { std: "docker" "inspect" "229a5803616b728ec4ff76e728f88ac817c38dab54ea73a86599caa0873657aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "229a5803616b728ec4ff76e728f88ac817c38dab54ea73a86599caa0873657aa", kill_on_drop: false }`
[INFO] [stdout] 229a5803616b728ec4ff76e728f88ac817c38dab54ea73a86599caa0873657aa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 64771d78033e8ed63ce0585463dd0048fe25c6e08466ea7a129fbe8e54c0b031
[INFO] running `Command { std: "docker" "start" "-a" "64771d78033e8ed63ce0585463dd0048fe25c6e08466ea7a129fbe8e54c0b031", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/config_parse-5ed1b5e56ce24d46)
[INFO] [stdout] running 7 tests
[INFO] [stdout] test linter::tests::fetches_prop ... ok
[INFO] [stdout] test linter::tests::fetches_yaml ... ok
[INFO] [stdout] test yaml_parser::tests::yaml ... ok
[INFO] [stdout] test linter::tests::test_lint_properties ... ok
[INFO] [stdout] test tests::test_load_config ... ok
[INFO] [stdout] test linter::tests::test_lint_yaml ... ok
[INFO] [stdout] test linter::tests::fetches_err - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "64771d78033e8ed63ce0585463dd0048fe25c6e08466ea7a129fbe8e54c0b031", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64771d78033e8ed63ce0585463dd0048fe25c6e08466ea7a129fbe8e54c0b031", kill_on_drop: false }`
[INFO] [stdout] 64771d78033e8ed63ce0585463dd0048fe25c6e08466ea7a129fbe8e54c0b031
