[INFO] fetching crate openapiv3-paper 2.0.2...
[INFO] testing openapiv3-paper-2.0.2 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate openapiv3-paper 2.0.2 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate openapiv3-paper 2.0.2
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate openapiv3-paper 2.0.2
[INFO] tweaked toml for crates.io crate openapiv3-paper 2.0.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate openapiv3-paper 2.0.2 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 18 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e95f8b4dd63334ec13a672159e8c11d66d2c9e62e1fcb68e057faaff2bd1fe61
[INFO] running `Command { std: "docker" "start" "-a" "e95f8b4dd63334ec13a672159e8c11d66d2c9e62e1fcb68e057faaff2bd1fe61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e95f8b4dd63334ec13a672159e8c11d66d2c9e62e1fcb68e057faaff2bd1fe61", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e95f8b4dd63334ec13a672159e8c11d66d2c9e62e1fcb68e057faaff2bd1fe61", kill_on_drop: false }`
[INFO] [stdout] e95f8b4dd63334ec13a672159e8c11d66d2c9e62e1fcb68e057faaff2bd1fe61
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5807c23ceaaca253afeaf9a681ba111bfbb404c62efda9de5ee0be354bd76b5e
[INFO] running `Command { std: "docker" "start" "-a" "5807c23ceaaca253afeaf9a681ba111bfbb404c62efda9de5ee0be354bd76b5e", kill_on_drop: false }`
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling openapiv3-paper v2.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/paths.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn iter(&self) -> indexmap::map::Iter<String, ReferenceOr<PathItem>> {
[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] 121 |     pub fn iter(&self) -> indexmap::map::Iter<'_, String, ReferenceOr<PathItem>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.36s
[INFO] running `Command { std: "docker" "inspect" "5807c23ceaaca253afeaf9a681ba111bfbb404c62efda9de5ee0be354bd76b5e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5807c23ceaaca253afeaf9a681ba111bfbb404c62efda9de5ee0be354bd76b5e", kill_on_drop: false }`
[INFO] [stdout] 5807c23ceaaca253afeaf9a681ba111bfbb404c62efda9de5ee0be354bd76b5e
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0c0f2708dfaa23a6ed7baedc6eae4f0d06f73d4d326e2d77ec84187989615090
[INFO] running `Command { std: "docker" "start" "-a" "0c0f2708dfaa23a6ed7baedc6eae4f0d06f73d4d326e2d77ec84187989615090", kill_on_drop: false }`
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling newline-converter v0.3.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/paths.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn iter(&self) -> indexmap::map::Iter<String, ReferenceOr<PathItem>> {
[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] 121 |     pub fn iter(&self) -> indexmap::map::Iter<'_, String, ReferenceOr<PathItem>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling openapiv3-paper v2.0.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/paths.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn iter(&self) -> indexmap::map::Iter<String, ReferenceOr<PathItem>> {
[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] 121 |     pub fn iter(&self) -> indexmap::map::Iter<'_, String, ReferenceOr<PathItem>> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 12.52s
[INFO] running `Command { std: "docker" "inspect" "0c0f2708dfaa23a6ed7baedc6eae4f0d06f73d4d326e2d77ec84187989615090", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c0f2708dfaa23a6ed7baedc6eae4f0d06f73d4d326e2d77ec84187989615090", kill_on_drop: false }`
[INFO] [stdout] 0c0f2708dfaa23a6ed7baedc6eae4f0d06f73d4d326e2d77ec84187989615090
[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=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5cbb52c94aef2b0ea57c8a38fcd98e12c82d6b668bbda60b8b2dc60017243dea
[INFO] running `Command { std: "docker" "start" "-a" "5cbb52c94aef2b0ea57c8a38fcd98e12c82d6b668bbda60b8b2dc60017243dea", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/paths.rs:121:17
[INFO] [stderr]     |
[INFO] [stderr] 121 |     pub fn iter(&self) -> indexmap::map::Iter<String, ReferenceOr<PathItem>> {
[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] 121 |     pub fn iter(&self) -> indexmap::map::Iter<'_, String, ReferenceOr<PathItem>> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: `openapiv3-paper` (lib) generated 1 warning (run `cargo fix --lib -p openapiv3-paper` to apply 1 suggestion)
[INFO] [stderr] warning: `openapiv3-paper` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/openapiv3-354e1588fa17a461)
[INFO] [stdout] running 15 tests
[INFO] [stdout] test responses::tests::test_responses ... ok
[INFO] [stdout] test paths::tests::test_path_item_iterators ... ok
[INFO] [stdout] test status_code::tests::deserialize_ranges ... ok
[INFO] [stdout] test schema::tests::test_object_and_one_of ... ok
[INFO] [stdout] test variant_or::tests::test_variant_from ... ok
[INFO] [stdout] test status_code::tests::deserialize_strings_and_numbers ... ok
[INFO] [stdout] test schema::tests::test_any ... ok
[INFO] [stdout] test schema::tests::test_enum_with_null ... ok
[INFO] [stdout] test schema::tests::test_schema_with_extensions ... ok
[INFO] [stdout] test operation::tests::deserialize_responses ... ok
[INFO] [stdout] test schema::tests::test_not ... ok
[INFO] [stdout] test schema::tests::test_null ... ok
[INFO] [stdout] test status_code::tests::deserialize_invalid_code - should panic ... ok
[INFO] [stdout] test status_code::tests::deserialize_invalid_range - should panic ... ok
[INFO] [stdout] test security_scheme::tests::test_slack_auth ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.83s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test.rs (/opt/rustwide/target/debug/deps/test-1bb57ee4a73e7a3d)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test petstore_discriminated ... ok
[INFO] [stdout] test global_security_removed_with_override ... ok
[INFO] [stdout] test test_operation_extension_docs ... ok
[INFO] [stdout] test run_tests ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.39s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests openapiv3
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/reference.rs - reference::ReferenceOr<T>::as_item (line 51) ... ok
[INFO] [stdout] test src/reference.rs - reference::ReferenceOr<T>::into_item (line 29) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.34s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5cbb52c94aef2b0ea57c8a38fcd98e12c82d6b668bbda60b8b2dc60017243dea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5cbb52c94aef2b0ea57c8a38fcd98e12c82d6b668bbda60b8b2dc60017243dea", kill_on_drop: false }`
[INFO] [stdout] 5cbb52c94aef2b0ea57c8a38fcd98e12c82d6b668bbda60b8b2dc60017243dea
