[INFO] fetching crate exponential-integral 0.2.3...
[INFO] testing exponential-integral-0.2.3 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate exponential-integral 0.2.3 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate exponential-integral 0.2.3
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate exponential-integral 0.2.3
[INFO] tweaked toml for crates.io crate exponential-integral 0.2.3 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate exponential-integral 0.2.3 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 exponential-integral 0.2.3 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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] a0ba7dc2433fc133e71ed8b206417ce132b05287f0b6cb214de55653e6dff97f
[INFO] running `Command { std: "docker" "start" "-a" "a0ba7dc2433fc133e71ed8b206417ce132b05287f0b6cb214de55653e6dff97f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a0ba7dc2433fc133e71ed8b206417ce132b05287f0b6cb214de55653e6dff97f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0ba7dc2433fc133e71ed8b206417ce132b05287f0b6cb214de55653e6dff97f", kill_on_drop: false }`
[INFO] [stdout] a0ba7dc2433fc133e71ed8b206417ce132b05287f0b6cb214de55653e6dff97f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 248f67e387d85933a33125c345a32ee53673a37dcba63443b867a59cf28d11ea
[INFO] running `Command { std: "docker" "start" "-a" "248f67e387d85933a33125c345a32ee53673a37dcba63443b867a59cf28d11ea", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling sigma-types v0.3.3
[INFO] [stderr]    Compiling exponential-integral v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `wasm_c_abi` has been removed: the wasm C ABI has been fixed
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D wasm_c_abi`
[INFO] [stdout]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `unsupported_fn_ptr_calling_conventions` has been removed: converted into hard error
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D unsupported_fn_ptr_calling_conventions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `undefined_naked_function_abi` has been removed: converted into hard error, see PR #139001 <https://github.com/rust-lang/rust/issues/139001> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D undefined_naked_function_abi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `ptr_cast_add_auto_to_object` has been removed: converted into hard error, see issue #127323 <https://github.com/rust-lang/rust/issues/127323> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D ptr_cast_add_auto_to_object`
[INFO] [stdout]   = note: requested on the command line with `-D renamed-and-removed-lints`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `missing_fragment_specifier` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/40107> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D missing_fragment_specifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]   |
[INFO] [stdout]   = help: use the new name `mismatched_lifetime_syntaxes`
[INFO] [stdout]   = note: requested on the command line with `-D elided_named_lifetimes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `cenum_impl_drop_cast` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/73333> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D cenum_impl_drop_cast`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `abi_unsupported_vector_types` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/116558> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D abi_unsupported_vector_types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s
[INFO] running `Command { std: "docker" "inspect" "248f67e387d85933a33125c345a32ee53673a37dcba63443b867a59cf28d11ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "248f67e387d85933a33125c345a32ee53673a37dcba63443b867a59cf28d11ea", kill_on_drop: false }`
[INFO] [stdout] 248f67e387d85933a33125c345a32ee53673a37dcba63443b867a59cf28d11ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] de211151e861caddbe0bad29870d635decd81d12d57de3b53efb1811cc0f5ef0
[INFO] running `Command { std: "docker" "start" "-a" "de211151e861caddbe0bad29870d635decd81d12d57de3b53efb1811cc0f5ef0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stdout] warning: lint `wasm_c_abi` has been removed: the wasm C ABI has been fixed
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D wasm_c_abi`
[INFO] [stdout]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `unsupported_fn_ptr_calling_conventions` has been removed: converted into hard error
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D unsupported_fn_ptr_calling_conventions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `undefined_naked_function_abi` has been removed: converted into hard error, see PR #139001 <https://github.com/rust-lang/rust/issues/139001> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D undefined_naked_function_abi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `ptr_cast_add_auto_to_object` has been removed: converted into hard error, see issue #127323 <https://github.com/rust-lang/rust/issues/127323> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D ptr_cast_add_auto_to_object`
[INFO] [stdout]   = note: requested on the command line with `-D renamed-and-removed-lints`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `missing_fragment_specifier` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/40107> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D missing_fragment_specifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]   |
[INFO] [stdout]   = help: use the new name `mismatched_lifetime_syntaxes`
[INFO] [stdout]   = note: requested on the command line with `-D elided_named_lifetimes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `cenum_impl_drop_cast` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/73333> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D cenum_impl_drop_cast`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `abi_unsupported_vector_types` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/116558> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D abi_unsupported_vector_types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling quickcheck_macros v1.0.0
[INFO] [stderr]    Compiling exponential-integral v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `wasm_c_abi` has been removed: the wasm C ABI has been fixed
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D wasm_c_abi`
[INFO] [stdout]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `unsupported_fn_ptr_calling_conventions` has been removed: converted into hard error
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D unsupported_fn_ptr_calling_conventions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `undefined_naked_function_abi` has been removed: converted into hard error, see PR #139001 <https://github.com/rust-lang/rust/issues/139001> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D undefined_naked_function_abi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `ptr_cast_add_auto_to_object` has been removed: converted into hard error, see issue #127323 <https://github.com/rust-lang/rust/issues/127323> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D ptr_cast_add_auto_to_object`
[INFO] [stdout]   = note: requested on the command line with `-D renamed-and-removed-lints`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `missing_fragment_specifier` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/40107> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D missing_fragment_specifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]   |
[INFO] [stdout]   = help: use the new name `mismatched_lifetime_syntaxes`
[INFO] [stdout]   = note: requested on the command line with `-D elided_named_lifetimes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `cenum_impl_drop_cast` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/73333> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D cenum_impl_drop_cast`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `abi_unsupported_vector_types` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/116558> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D abi_unsupported_vector_types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `wasm_c_abi` has been removed: the wasm C ABI has been fixed
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D wasm_c_abi`
[INFO] [stdout]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `unsupported_fn_ptr_calling_conventions` has been removed: converted into hard error
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D unsupported_fn_ptr_calling_conventions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `undefined_naked_function_abi` has been removed: converted into hard error, see PR #139001 <https://github.com/rust-lang/rust/issues/139001> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D undefined_naked_function_abi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `ptr_cast_add_auto_to_object` has been removed: converted into hard error, see issue #127323 <https://github.com/rust-lang/rust/issues/127323> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D ptr_cast_add_auto_to_object`
[INFO] [stdout]   = note: requested on the command line with `-D renamed-and-removed-lints`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `missing_fragment_specifier` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/40107> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D missing_fragment_specifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]   |
[INFO] [stdout]   = help: use the new name `mismatched_lifetime_syntaxes`
[INFO] [stdout]   = note: requested on the command line with `-D elided_named_lifetimes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `cenum_impl_drop_cast` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/73333> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D cenum_impl_drop_cast`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `abi_unsupported_vector_types` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/116558> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D abi_unsupported_vector_types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `wasm_c_abi` has been removed: the wasm C ABI has been fixed
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D wasm_c_abi`
[INFO] [stdout]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `unsupported_fn_ptr_calling_conventions` has been removed: converted into hard error
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D unsupported_fn_ptr_calling_conventions`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `undefined_naked_function_abi` has been removed: converted into hard error, see PR #139001 <https://github.com/rust-lang/rust/issues/139001> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D undefined_naked_function_abi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `ptr_cast_add_auto_to_object` has been removed: converted into hard error, see issue #127323 <https://github.com/rust-lang/rust/issues/127323> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D ptr_cast_add_auto_to_object`
[INFO] [stdout]   = note: requested on the command line with `-D renamed-and-removed-lints`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `missing_fragment_specifier` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/40107> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D missing_fragment_specifier`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stdout]   |
[INFO] [stdout]   = help: use the new name `mismatched_lifetime_syntaxes`
[INFO] [stdout]   = note: requested on the command line with `-D elided_named_lifetimes`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `cenum_impl_drop_cast` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/73333> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D cenum_impl_drop_cast`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `abi_unsupported_vector_types` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/116558> for more information
[INFO] [stdout]   |
[INFO] [stdout]   = note: requested on the command line with `-D abi_unsupported_vector_types`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5.99s
[INFO] running `Command { std: "docker" "inspect" "de211151e861caddbe0bad29870d635decd81d12d57de3b53efb1811cc0f5ef0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de211151e861caddbe0bad29870d635decd81d12d57de3b53efb1811cc0f5ef0", kill_on_drop: false }`
[INFO] [stdout] de211151e861caddbe0bad29870d635decd81d12d57de3b53efb1811cc0f5ef0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 9df8d4b79a4b7d18a67592a20b75edec3edc9c212fae584e028a97b077c21061
[INFO] running `Command { std: "docker" "start" "-a" "9df8d4b79a4b7d18a67592a20b75edec3edc9c212fae584e028a97b077c21061", kill_on_drop: false }`
[INFO] [stderr] warning: lint `wasm_c_abi` has been removed: the wasm C ABI has been fixed
[INFO] [stderr]   |
[INFO] [stderr]   = note: requested on the command line with `-D wasm_c_abi`
[INFO] [stderr]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lint `unsupported_fn_ptr_calling_conventions` has been removed: converted into hard error
[INFO] [stderr]   |
[INFO] [stderr]   = note: requested on the command line with `-D unsupported_fn_ptr_calling_conventions`
[INFO] [stderr] 
[INFO] [stderr] warning: lint `undefined_naked_function_abi` has been removed: converted into hard error, see PR #139001 <https://github.com/rust-lang/rust/issues/139001> for more information
[INFO] [stderr]   |
[INFO] [stderr]   = note: requested on the command line with `-D undefined_naked_function_abi`
[INFO] [stderr] 
[INFO] [stderr] warning: lint `ptr_cast_add_auto_to_object` has been removed: converted into hard error, see issue #127323 <https://github.com/rust-lang/rust/issues/127323> for more information
[INFO] [stderr]   |
[INFO] [stderr]   = note: requested on the command line with `-D ptr_cast_add_auto_to_object`
[INFO] [stderr]   = note: requested on the command line with `-D renamed-and-removed-lints`
[INFO] [stderr] 
[INFO] [stderr] warning: lint `missing_fragment_specifier` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/40107> for more information
[INFO] [stderr]   |
[INFO] [stderr]   = note: requested on the command line with `-D missing_fragment_specifier`
[INFO] [stderr] 
[INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stderr]   |
[INFO] [stderr]   = help: use the new name `mismatched_lifetime_syntaxes`
[INFO] [stderr]   = note: requested on the command line with `-D elided_named_lifetimes`
[INFO] [stderr] 
[INFO] [stderr] warning: lint `cenum_impl_drop_cast` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/73333> for more information
[INFO] [stderr]   |
[INFO] [stderr]   = note: requested on the command line with `-D cenum_impl_drop_cast`
[INFO] [stderr] 
[INFO] [stderr] warning: lint `abi_unsupported_vector_types` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/116558> for more information
[INFO] [stderr]   |
[INFO] [stderr]   = note: requested on the command line with `-D abi_unsupported_vector_types`
[INFO] [stderr] 
[INFO] [stderr] warning: `exponential-integral` (lib) generated 8 warnings
[INFO] [stderr] warning: `exponential-integral` (example "chebyshev") generated 8 warnings (8 duplicates)
[INFO] [stderr] warning: `exponential-integral` (example "sample") generated 8 warnings (8 duplicates)
[INFO] [stderr] warning: `exponential-integral` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/exponential_integral-bc2e7de864196ac2)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test test::doesnt_crash::chebyshev::min ... ok
[INFO] [stdout] test test::doesnt_crash::e1 ... ok
[INFO] [stdout] test test::doesnt_crash::implementation::e1 ... ok
[INFO] [stdout] test test::doesnt_crash::ei ... ok
[INFO] [stdout] test test::doesnt_crash::ei_near_zero ... ok
[INFO] [stdout] test test::doesnt_crash::implementation::neg::e1 ... ok
[INFO] [stdout] test test::doesnt_crash::implementation::pos::e1 ... ok
[INFO] [stdout] test test::doesnt_crash::implementation::piecewise::pos_1 ... ok
[INFO] [stdout] test test::doesnt_crash::implementation::piecewise::neg_1 ... ok
[INFO] [stdout] test test::doesnt_crash::implementation::piecewise::neg_4 ... ok
[INFO] [stdout] test test::doesnt_crash::implementation::piecewise::pos_4 ... ok
[INFO] [stdout] test test::doesnt_crash::implementation::piecewise::pos_max ... ok
[INFO] [stdout] test test::doesnt_crash::implementation::piecewise::neg_10 ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests exponential_integral
[INFO] [stderr] warning: lint `wasm_c_abi` has been removed: the wasm C ABI has been fixed
[INFO] [stderr]   |
[INFO] [stderr]   = note: requested on the command line with `-D wasm_c_abi`
[INFO] [stderr]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lint `unsupported_fn_ptr_calling_conventions` has been removed: converted into hard error
[INFO] [stderr]   |
[INFO] [stderr]   = note: requested on the command line with `-D unsupported_fn_ptr_calling_conventions`
[INFO] [stderr] 
[INFO] [stderr] warning: lint `undefined_naked_function_abi` has been removed: converted into hard error, see PR #139001 <https://github.com/rust-lang/rust/issues/139001> for more information
[INFO] [stderr]   |
[INFO] [stderr]   = note: requested on the command line with `-D undefined_naked_function_abi`
[INFO] [stderr] 
[INFO] [stderr] warning: lint `ptr_cast_add_auto_to_object` has been removed: converted into hard error, see issue #127323 <https://github.com/rust-lang/rust/issues/127323> for more information
[INFO] [stderr]   |
[INFO] [stderr]   = note: requested on the command line with `-D ptr_cast_add_auto_to_object`
[INFO] [stderr]   = note: requested on the command line with `-D renamed-and-removed-lints`
[INFO] [stderr] 
[INFO] [stderr] warning: lint `missing_fragment_specifier` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/40107> for more information
[INFO] [stderr]   |
[INFO] [stderr]   = note: requested on the command line with `-D missing_fragment_specifier`
[INFO] [stderr] 
[INFO] [stderr] warning: lint `elided_named_lifetimes` has been renamed to `mismatched_lifetime_syntaxes`
[INFO] [stderr]   |
[INFO] [stderr]   = help: use the new name `mismatched_lifetime_syntaxes`
[INFO] [stderr]   = note: requested on the command line with `-D elided_named_lifetimes`
[INFO] [stderr] 
[INFO] [stderr] warning: lint `cenum_impl_drop_cast` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/73333> for more information
[INFO] [stderr]   |
[INFO] [stderr]   = note: requested on the command line with `-D cenum_impl_drop_cast`
[INFO] [stderr] 
[INFO] [stderr] warning: lint `abi_unsupported_vector_types` has been removed: converted into hard error, see <https://github.com/rust-lang/rust/issues/116558> for more information
[INFO] [stderr]   |
[INFO] [stderr]   = note: requested on the command line with `-D abi_unsupported_vector_types`
[INFO] [stderr] 
[INFO] [stderr] warning: 8 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9df8d4b79a4b7d18a67592a20b75edec3edc9c212fae584e028a97b077c21061", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9df8d4b79a4b7d18a67592a20b75edec3edc9c212fae584e028a97b077c21061", kill_on_drop: false }`
[INFO] [stdout] 9df8d4b79a4b7d18a67592a20b75edec3edc9c212fae584e028a97b077c21061
