[INFO] fetching crate soph-runtime 0.31.0...
[INFO] testing soph-runtime-0.31.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-8
[INFO] extracting crate soph-runtime 0.31.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate soph-runtime 0.31.0
[INFO] finished tweaking crates.io crate soph-runtime 0.31.0
[INFO] tweaked toml for crates.io crate soph-runtime 0.31.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate soph-runtime 0.31.0 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 soph-runtime 0.31.0 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 soph-core v0.31.0
[INFO] [stderr]   Downloaded soph-config v0.31.0
[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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a0d2f848d482b1e955c21f0665648b726053b1785e7e9f2fa7136f210408de95
[INFO] running `Command { std: "docker" "start" "-a" "a0d2f848d482b1e955c21f0665648b726053b1785e7e9f2fa7136f210408de95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a0d2f848d482b1e955c21f0665648b726053b1785e7e9f2fa7136f210408de95", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0d2f848d482b1e955c21f0665648b726053b1785e7e9f2fa7136f210408de95", kill_on_drop: false }`
[INFO] [stdout] a0d2f848d482b1e955c21f0665648b726053b1785e7e9f2fa7136f210408de95
[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=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] bb0d6b2341690c44c2c2ae78825e2ca04f301c8752c454113e8699c62c1e8e7d
[INFO] running `Command { std: "docker" "start" "-a" "bb0d6b2341690c44c2c2ae78825e2ca04f301c8752c454113e8699c62c1e8e7d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling nu-ansi-term v0.50.1
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling tracing-subscriber v0.3.20
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling soph-core v0.31.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling soph-config v0.31.0
[INFO] [stderr]    Compiling soph-runtime v0.31.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UnhandledPanic` in `runtime`
[INFO] [stdout]    --> src/support/runtime.rs:30:63
[INFO] [stdout]     |
[INFO] [stdout]  30 |             config::UnhandledPanic::Ignore => tokio::runtime::UnhandledPanic::Ignore,
[INFO] [stdout]     |                                                               ^^^^^^^^^^^^^^ could not find `UnhandledPanic` in `runtime`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/mod.rs:371:32
[INFO] [stdout]     |
[INFO] [stdout] 366 | /     cfg_unstable! {
[INFO] [stdout] 367 | |         mod id;
[INFO] [stdout] 368 | |         #[cfg_attr(not(tokio_unstable), allow(unreachable_pub))]
[INFO] [stdout] 369 | |         pub use id::Id;
[INFO] [stdout] 370 | |
[INFO] [stdout] 371 | |         pub use self::builder::UnhandledPanic;
[INFO] [stdout]     | |                                ^^^^^^^^^^^^^^
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | |         pub use local_runtime::{LocalRuntime, LocalOptions};
[INFO] [stdout] 376 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::config::UnhandledPanic;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `UnhandledPanic`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  30 -             config::UnhandledPanic::Ignore => tokio::runtime::UnhandledPanic::Ignore,
[INFO] [stdout]  30 +             config::UnhandledPanic::Ignore => UnhandledPanic::Ignore,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `UnhandledPanic` in `runtime`
[INFO] [stdout]    --> src/support/runtime.rs:31:72
[INFO] [stdout]     |
[INFO] [stdout]  31 |             config::UnhandledPanic::ShutdownRuntime => tokio::runtime::UnhandledPanic::Ignore,
[INFO] [stdout]     |                                                                        ^^^^^^^^^^^^^^ could not find `UnhandledPanic` in `runtime`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/runtime/mod.rs:371:32
[INFO] [stdout]     |
[INFO] [stdout] 366 | /     cfg_unstable! {
[INFO] [stdout] 367 | |         mod id;
[INFO] [stdout] 368 | |         #[cfg_attr(not(tokio_unstable), allow(unreachable_pub))]
[INFO] [stdout] 369 | |         pub use id::Id;
[INFO] [stdout] 370 | |
[INFO] [stdout] 371 | |         pub use self::builder::UnhandledPanic;
[INFO] [stdout]     | |                                ^^^^^^^^^^^^^^
[INFO] [stdout] ...   |
[INFO] [stdout] 375 | |         pub use local_runtime::{LocalRuntime, LocalOptions};
[INFO] [stdout] 376 | |     }
[INFO] [stdout]     | |_____- the item is gated here
[INFO] [stdout] help: consider importing this enum
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::config::UnhandledPanic;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `UnhandledPanic`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout]  31 -             config::UnhandledPanic::ShutdownRuntime => tokio::runtime::UnhandledPanic::Ignore,
[INFO] [stdout]  31 +             config::UnhandledPanic::ShutdownRuntime => UnhandledPanic::Ignore,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `enable_metrics_poll_time_histogram` found for struct `tokio::runtime::Builder` in the current scope
[INFO] [stdout]   --> src/support/runtime.rs:35:21
[INFO] [stdout]    |
[INFO] [stdout] 35 |             builder.enable_metrics_poll_time_histogram();
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `tokio::runtime::Builder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `disable_lifo_slot` found for struct `tokio::runtime::Builder` in the current scope
[INFO] [stdout]   --> src/support/runtime.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |             builder.disable_lifo_slot();
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^ private field, not a method
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `unhandled_panic` found for mutable reference `&mut tokio::runtime::Builder` in the current scope
[INFO] [stdout]   --> src/support/runtime.rs:48:14
[INFO] [stdout]    |
[INFO] [stdout] 42 |           let runtime = builder
[INFO] [stdout]    |  _______________________-
[INFO] [stdout] 43 | |             .enable_all()
[INFO] [stdout] 44 | |             .max_io_events_per_tick(config.nevents)
[INFO] [stdout] 45 | |             .max_blocking_threads(config.max_blocking_threads)
[INFO] [stdout] 46 | |             .thread_name(config.thread_name.to_string())
[INFO] [stdout] 47 | |             .event_interval(config.event_interval)
[INFO] [stdout] 48 | |             .unhandled_panic(behavior)
[INFO] [stdout]    | |             -^^^^^^^^^^^^^^^ method not found in `&mut tokio::runtime::Builder`
[INFO] [stdout]    | |_____________|
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0433, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `soph-runtime` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "bb0d6b2341690c44c2c2ae78825e2ca04f301c8752c454113e8699c62c1e8e7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb0d6b2341690c44c2c2ae78825e2ca04f301c8752c454113e8699c62c1e8e7d", kill_on_drop: false }`
[INFO] [stdout] bb0d6b2341690c44c2c2ae78825e2ca04f301c8752c454113e8699c62c1e8e7d
