[INFO] fetching crate scuffle-bootstrap 0.1.7...
[INFO] testing scuffle-bootstrap-0.1.7 against 1.91.0 for beta-1.92-2
[INFO] extracting crate scuffle-bootstrap 0.1.7 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate scuffle-bootstrap 0.1.7
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate scuffle-bootstrap 0.1.7
[INFO] tweaked toml for crates.io crate scuffle-bootstrap 0.1.7 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate scuffle-bootstrap 0.1.7 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate scuffle-bootstrap 0.1.7 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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded scuffle-workspace-hack v0.1.0
[INFO] [stderr]   Downloaded scuffle-changelog v0.1.1
[INFO] [stderr]   Downloaded smart-default v0.7.1
[INFO] [stderr]   Downloaded fmtools v0.1.2
[INFO] [stderr]   Downloaded scuffle-context v0.1.5
[INFO] [stderr]   Downloaded scuffle-bootstrap-derive v0.1.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 79c705a8be58f277f4d1d77f58585740ee8aca0c929aabfdbf34eac0c3d48dcf
[INFO] running `Command { std: "docker" "start" "-a" "79c705a8be58f277f4d1d77f58585740ee8aca0c929aabfdbf34eac0c3d48dcf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "79c705a8be58f277f4d1d77f58585740ee8aca0c929aabfdbf34eac0c3d48dcf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "79c705a8be58f277f4d1d77f58585740ee8aca0c929aabfdbf34eac0c3d48dcf", kill_on_drop: false }`
[INFO] [stdout] 79c705a8be58f277f4d1d77f58585740ee8aca0c929aabfdbf34eac0c3d48dcf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0a64e6b911f40372a8552fe9e81ce0a3c89087a9e05b5424df2e5c6a9f1b7185
[INFO] running `Command { std: "docker" "start" "-a" "0a64e6b911f40372a8552fe9e81ce0a3c89087a9e05b5424df2e5c6a9f1b7185", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling scuffle-workspace-hack v0.1.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling slab v0.4.10
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling futures-lite v2.6.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling darling_core v0.21.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling darling_macro v0.21.0
[INFO] [stderr]    Compiling darling v0.21.0
[INFO] [stderr]    Compiling scuffle-bootstrap-derive v0.1.7
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling scuffle-context v0.1.5
[INFO] [stderr]    Compiling scuffle-bootstrap v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.36s
[INFO] running `Command { std: "docker" "inspect" "0a64e6b911f40372a8552fe9e81ce0a3c89087a9e05b5424df2e5c6a9f1b7185", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a64e6b911f40372a8552fe9e81ce0a3c89087a9e05b5424df2e5c6a9f1b7185", kill_on_drop: false }`
[INFO] [stdout] 0a64e6b911f40372a8552fe9e81ce0a3c89087a9e05b5424df2e5c6a9f1b7185
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 94fd2185f4e06b765c6ae48d877851dfdd0041d2e057a48bf8e82717ed08cf94
[INFO] running `Command { std: "docker" "start" "-a" "94fd2185f4e06b765c6ae48d877851dfdd0041d2e057a48bf8e82717ed08cf94", kill_on_drop: false }`
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling insta v1.43.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling darling_core v0.21.0
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling smart-default v0.7.1
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling darling_macro v0.21.0
[INFO] [stderr]    Compiling darling v0.21.0
[INFO] [stderr]    Compiling scuffle-bootstrap-derive v0.1.7
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling scuffle-context v0.1.5
[INFO] [stderr]    Compiling scuffle-bootstrap v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `scuffle_signal`
[INFO] [stdout]  --> examples/cli.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use scuffle_signal::{SignalConfig, SignalSvc};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `scuffle_signal`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `scuffle_signal`, use `cargo add scuffle_signal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `scuffle_settings`
[INFO] [stdout]   --> examples/cli.rs:57:1
[INFO] [stdout]    |
[INFO] [stdout] 57 | scuffle_settings::bootstrap!(Config);
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `scuffle_settings`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `scuffle_signal`
[INFO] [stdout]  --> examples/basic.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use scuffle_signal::{SignalConfig, SignalSvc};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `scuffle_signal`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `scuffle_signal`, use `cargo add scuffle_signal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `scuffle_future_ext`
[INFO] [stdout]    --> src/service.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |     use scuffle_future_ext::FutureExt;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `scuffle_future_ext`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `scuffle_future_ext`, use `cargo add scuffle_future_ext` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `scuffle_signal`
[INFO] [stdout]  --> examples/tracing.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use scuffle_signal::{SignalConfig, SignalSvc};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `scuffle_signal`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `scuffle_signal`, use `cargo add scuffle_signal` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Config: ConfigParser` is not satisfied
[INFO] [stdout]    --> examples/cli.rs:60:19
[INFO] [stdout]     |
[INFO] [stdout]  60 |     type Config = Config;
[INFO] [stdout]     |                   ^^^^^^ unsatisfied trait bound
[INFO] [stdout]     |
[INFO] [stdout] help: the trait `ConfigParser` is not implemented for `Config`
[INFO] [stdout]    --> examples/cli.rs:51:1
[INFO] [stdout]     |
[INFO] [stdout]  51 | struct Config {
[INFO] [stdout]     | ^^^^^^^^^^^^^
[INFO] [stdout]     = help: the following other types implement trait `ConfigParser`:
[INFO] [stdout]               ()
[INFO] [stdout]               EmptyConfig
[INFO] [stdout] note: required by a bound in `scuffle_bootstrap::Global::Config`
[INFO] [stdout]    --> /opt/rustwide/workdir/src/global.rs:100:18
[INFO] [stdout]     |
[INFO] [stdout] 100 |     type Config: ConfigParser + Send + 'static;
[INFO] [stdout]     |                  ^^^^^^^^^^^^ required by this bound in `Global::Config`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `scuffle-bootstrap` (example "scuffle-bootstrap-cli") due to 3 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `scuffle-bootstrap` (example "scuffle-bootstrap-basic") due to 1 previous error
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_timeout` found for opaque type `impl futures::Future<Output = ()>` in the current scope
[INFO] [stdout]    --> src/service.rs:124:18
[INFO] [stdout]     |
[INFO] [stdout] 122 | /             handler
[INFO] [stdout] 123 | |                 .shutdown()
[INFO] [stdout] 124 | |                 .with_timeout(tokio::time::Duration::from_millis(200))
[INFO] [stdout]     | |                 -^^^^^^^^^^^^ method not found in `impl futures::Future<Output = ()>`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `with_timeout` found for opaque type `impl futures::Future<Output = ()>` in the current scope
[INFO] [stdout]    --> src/service.rs:142:18
[INFO] [stdout]     |
[INFO] [stdout] 140 | /             handler
[INFO] [stdout] 141 | |                 .shutdown()
[INFO] [stdout] 142 | |                 .with_timeout(tokio::time::Duration::from_millis(200))
[INFO] [stdout]     | |                 -^^^^^^^^^^^^ method not found in `impl futures::Future<Output = ()>`
[INFO] [stdout]     | |_________________|
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `scuffle-bootstrap` (example "scuffle-bootstrap-tracing") due to 1 previous error
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `scuffle-bootstrap` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "94fd2185f4e06b765c6ae48d877851dfdd0041d2e057a48bf8e82717ed08cf94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94fd2185f4e06b765c6ae48d877851dfdd0041d2e057a48bf8e82717ed08cf94", kill_on_drop: false }`
[INFO] [stdout] 94fd2185f4e06b765c6ae48d877851dfdd0041d2e057a48bf8e82717ed08cf94
