[INFO] fetching crate binary-options-tools-core-pre 0.1.1...
[INFO] testing binary-options-tools-core-pre-0.1.1 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate binary-options-tools-core-pre 0.1.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate binary-options-tools-core-pre 0.1.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate binary-options-tools-core-pre 0.1.1
[INFO] tweaked toml for crates.io crate binary-options-tools-core-pre 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate binary-options-tools-core-pre 0.1.1 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] crate crates.io crate binary-options-tools-core-pre 0.1.1 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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded kanal v0.1.1
[INFO] [stderr]   Downloaded tungstenite v0.28.0
[INFO] [stderr]   Downloaded tokio-tungstenite v0.28.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 1e5a3f01f5e9204dd40c9139bb70ac22dc383c2644240bdcd39aeca6a128d606
[INFO] running `Command { std: "docker" "start" "-a" "1e5a3f01f5e9204dd40c9139bb70ac22dc383c2644240bdcd39aeca6a128d606", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1e5a3f01f5e9204dd40c9139bb70ac22dc383c2644240bdcd39aeca6a128d606", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e5a3f01f5e9204dd40c9139bb70ac22dc383c2644240bdcd39aeca6a128d606", kill_on_drop: false }`
[INFO] [stdout] 1e5a3f01f5e9204dd40c9139bb70ac22dc383c2644240bdcd39aeca6a128d606
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] 41bb3ccb3d6a301fa20a7b5e2dd8eef9c967efecd7ce5b1ad43c546b0db5564d
[INFO] running `Command { std: "docker" "start" "-a" "41bb3ccb3d6a301fa20a7b5e2dd8eef9c967efecd7ce5b1ad43c546b0db5564d", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling openssl-sys v0.9.110
[INFO] [stderr]    Compiling openssl v0.10.74
[INFO] [stderr]    Compiling kanal v0.1.1
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling binary-options-tools-core-pre v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.97s
[INFO] running `Command { std: "docker" "inspect" "41bb3ccb3d6a301fa20a7b5e2dd8eef9c967efecd7ce5b1ad43c546b0db5564d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41bb3ccb3d6a301fa20a7b5e2dd8eef9c967efecd7ce5b1ad43c546b0db5564d", kill_on_drop: false }`
[INFO] [stdout] 41bb3ccb3d6a301fa20a7b5e2dd8eef9c967efecd7ce5b1ad43c546b0db5564d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] a32f86391ec1a1a97b6a2bff4d0872e4a4092342ace12cff0c4503385d8a9fb3
[INFO] running `Command { std: "docker" "start" "-a" "a32f86391ec1a1a97b6a2bff4d0872e4a4092342ace12cff0c4503385d8a9fb3", kill_on_drop: false }`
[INFO] [stderr]    Compiling binary-options-tools-core-pre v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.56s
[INFO] running `Command { std: "docker" "inspect" "a32f86391ec1a1a97b6a2bff4d0872e4a4092342ace12cff0c4503385d8a9fb3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a32f86391ec1a1a97b6a2bff4d0872e4a4092342ace12cff0c4503385d8a9fb3", kill_on_drop: false }`
[INFO] [stdout] a32f86391ec1a1a97b6a2bff4d0872e4a4092342ace12cff0c4503385d8a9fb3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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] a8f8010600c3407c7a48bf925fc216fef69779972e21485a401da0e67f8c40a8
[INFO] running `Command { std: "docker" "start" "-a" "a8f8010600c3407c7a48bf925fc216fef69779972e21485a401da0e67f8c40a8", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/binary_options_tools_core_pre-aa8d6e896f4cca6d)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test middleware::tests::test_middleware_stack_builder ... ok
[INFO] [stdout] test builder::tests::test_client_builder_send_sync ... ok
[INFO] [stdout] test middleware::tests::test_middleware_stack ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/middleware_tests.rs (/opt/rustwide/target/debug/deps/middleware_tests-8f215672b3b71786)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_middleware_context ... ok
[INFO] [stdout] test test_middleware_functionality ... ok
[INFO] [stdout] test test_middleware_stack_multiple_layers ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/testing_wrapper_tests.rs (/opt/rustwide/target/debug/deps/testing_wrapper_tests-87215c0d4f2aaf56)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_testing_wrapper_creation ... ok
[INFO] [stdout] test test_testing_wrapper_builder ... ok
[INFO] [stdout] test test_statistics_export ... ok
[INFO] [stdout] test test_testing_wrapper_with_runner ... ok
[INFO] [stderr]    Doc-tests binary_options_tools_core_pre
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.21s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/middleware.rs - middleware (line 15) - compile ... FAILED
[INFO] [stdout] test src/middleware.rs - middleware::MiddlewareStackBuilder (line 359) - compile ... FAILED
[INFO] [stdout] test src/middleware.rs - middleware::MiddlewareStack (line 181) - compile ... FAILED
[INFO] [stdout] test src/builder.rs - builder::ClientBuilder<S>::with_middleware (line 251) - compile ... FAILED
[INFO] [stdout] test src/builder.rs - builder::ClientBuilder<S>::with_middleware_stack (line 335) - compile ... FAILED
[INFO] [stdout] test src/builder.rs - builder::ClientBuilder<S>::with_middleware_layers (line 289) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/middleware.rs - middleware (line 15) stdout ----
[INFO] [stdout] error[E0195]: lifetime parameters or bounds on method `clear_temporal_data` do not match the trait declaration
[INFO] [stdout]   --> src/middleware.rs:27:27
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn clear_temporal_data(&self) {}
[INFO] [stdout]    |                           ^ lifetimes do not match method in trait
[INFO] [stdout]    |
[INFO] [stdout]   ::: /opt/rustwide/workdir/src/traits.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     async fn clear_temporal_data(&self);
[INFO] [stdout]    |     ------------------------------------ lifetimes in impl do not match this method in trait
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0195`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/middleware.rs - middleware::MiddlewareStackBuilder (line 359) stdout ----
[INFO] [stdout] error[E0195]: lifetime parameters or bounds on method `clear_temporal_data` do not match the trait declaration
[INFO] [stdout]    --> src/middleware.rs:368:27
[INFO] [stdout]     |
[INFO] [stdout] 368 |     fn clear_temporal_data(&self) {}
[INFO] [stdout]     |                           ^ lifetimes do not match method in trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/traits.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     async fn clear_temporal_data(&self);
[INFO] [stdout]     |     ------------------------------------ lifetimes in impl do not match this method in trait
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0195`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/middleware.rs - middleware::MiddlewareStack (line 181) stdout ----
[INFO] [stdout] error[E0195]: lifetime parameters or bounds on method `clear_temporal_data` do not match the trait declaration
[INFO] [stdout]    --> src/middleware.rs:190:27
[INFO] [stdout]     |
[INFO] [stdout] 190 |     fn clear_temporal_data(&self) {}
[INFO] [stdout]     |                           ^ lifetimes do not match method in trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/traits.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     async fn clear_temporal_data(&self);
[INFO] [stdout]     |     ------------------------------------ lifetimes in impl do not match this method in trait
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0195`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/builder.rs - builder::ClientBuilder<S>::with_middleware (line 251) stdout ----
[INFO] [stdout] error[E0195]: lifetime parameters or bounds on method `clear_temporal_data` do not match the trait declaration
[INFO] [stdout]    --> src/builder.rs:262:27
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn clear_temporal_data(&self) {}
[INFO] [stdout]     |                           ^ lifetimes do not match method in trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/traits.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     async fn clear_temporal_data(&self);
[INFO] [stdout]     |     ------------------------------------ lifetimes in impl do not match this method in trait
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0195`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/builder.rs - builder::ClientBuilder<S>::with_middleware_stack (line 335) stdout ----
[INFO] [stdout] error[E0195]: lifetime parameters or bounds on method `clear_temporal_data` do not match the trait declaration
[INFO] [stdout]    --> src/builder.rs:346:27
[INFO] [stdout]     |
[INFO] [stdout] 346 |     fn clear_temporal_data(&self) {}
[INFO] [stdout]     |                           ^ lifetimes do not match method in trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/traits.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     async fn clear_temporal_data(&self);
[INFO] [stdout]     |     ------------------------------------ lifetimes in impl do not match this method in trait
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0195`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/builder.rs - builder::ClientBuilder<S>::with_middleware_layers (line 289) stdout ----
[INFO] [stdout] error[E0195]: lifetime parameters or bounds on method `clear_temporal_data` do not match the trait declaration
[INFO] [stdout]    --> src/builder.rs:300:27
[INFO] [stdout]     |
[INFO] [stdout] 300 |     fn clear_temporal_data(&self) {}
[INFO] [stdout]     |                           ^ lifetimes do not match method in trait
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/traits.rs:13:5
[INFO] [stdout]     |
[INFO] [stdout]  13 |     async fn clear_temporal_data(&self);
[INFO] [stdout]     |     ------------------------------------ lifetimes in impl do not match this method in trait
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0195`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/builder.rs - builder::ClientBuilder<S>::with_middleware (line 251)
[INFO] [stdout]     src/builder.rs - builder::ClientBuilder<S>::with_middleware_layers (line 289)
[INFO] [stdout]     src/builder.rs - builder::ClientBuilder<S>::with_middleware_stack (line 335)
[INFO] [stdout]     src/middleware.rs - middleware (line 15)
[INFO] [stdout]     src/middleware.rs - middleware::MiddlewareStack (line 181)
[INFO] [stdout]     src/middleware.rs - middleware::MiddlewareStackBuilder (line 359)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.54s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.75s; merged doctests compilation took 0.21s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "a8f8010600c3407c7a48bf925fc216fef69779972e21485a401da0e67f8c40a8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a8f8010600c3407c7a48bf925fc216fef69779972e21485a401da0e67f8c40a8", kill_on_drop: false }`
[INFO] [stdout] a8f8010600c3407c7a48bf925fc216fef69779972e21485a401da0e67f8c40a8
