[INFO] fetching crate ieee754 0.3.0-alpha.2...
[INFO] checking ieee754-0.3.0-alpha.2 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate ieee754 0.3.0-alpha.2 into /workspace/builds/worker-1-tc1/source
[INFO] validating manifest of crates.io crate ieee754 0.3.0-alpha.2 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ieee754 0.3.0-alpha.2
[INFO] finished tweaking crates.io crate ieee754 0.3.0-alpha.2
[INFO] tweaked toml for crates.io crate ieee754 0.3.0-alpha.2 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] crate crates.io crate ieee754 0.3.0-alpha.2 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" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tinytemplate v1.1.0
[INFO] [stderr]   Downloaded const_fn v0.4.4
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c8a51208c20e2bfc27be80944a779dedefa44db4f1fbae6779d98d2b002cc21a
[INFO] running `Command { std: "docker" "start" "-a" "c8a51208c20e2bfc27be80944a779dedefa44db4f1fbae6779d98d2b002cc21a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c8a51208c20e2bfc27be80944a779dedefa44db4f1fbae6779d98d2b002cc21a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8a51208c20e2bfc27be80944a779dedefa44db4f1fbae6779d98d2b002cc21a", kill_on_drop: false }`
[INFO] [stdout] c8a51208c20e2bfc27be80944a779dedefa44db4f1fbae6779d98d2b002cc21a
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7110f2770fce18443a09e4b6e396053961a352339ab13f484a9bbc69fab0dc5f
[INFO] running `Command { std: "docker" "start" "-a" "7110f2770fce18443a09e4b6e396053961a352339ab13f484a9bbc69fab0dc5f", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling libc v0.2.81
[INFO] [stderr]    Compiling const_fn v0.4.4
[INFO] [stderr]    Compiling serde v1.0.118
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]    Compiling serde_json v1.0.60
[INFO] [stderr]    Compiling syn v1.0.54
[INFO] [stderr]     Checking itoa v0.4.6
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]    Compiling serde_derive v1.0.118
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking itertools v0.8.2
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.1
[INFO] [stderr]    Compiling memoffset v0.6.1
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]     Checking walkdir v2.3.1
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]     Checking regex-automata v0.1.9
[INFO] [stderr]     Checking rand_xoshiro v0.1.0
[INFO] [stderr]    Compiling cast v0.2.3
[INFO] [stderr]    Compiling ieee754 v0.3.0-alpha.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2'
[INFO] [stdout]  --> src/iter/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::ops::Try;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #84277 <https://github.com/rust-lang/rust/issues/84277> for more information
[INFO] [stdout]   = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2'
[INFO] [stdout]   --> src/iter/mod.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn result_to_try<R: Try>(r: Result<R::Ok, R::Error>) -> R {
[INFO] [stdout]    |                     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #84277 <https://github.com/rust-lang/rust/issues/84277> for more information
[INFO] [stdout]    = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2'
[INFO] [stdout]    --> src/iter/mod.rs:106:14
[INFO] [stdout]     |
[INFO] [stdout] 106 |           R: Try<Ok = B> {
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #84277 <https://github.com/rust-lang/rust/issues/84277> for more information
[INFO] [stdout]     = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2'
[INFO] [stdout]    --> src/iter/mod.rs:264:14
[INFO] [stdout]     |
[INFO] [stdout] 264 |           R: Try<Ok = B> {
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #84277 <https://github.com/rust-lang/rust/issues/84277> for more information
[INFO] [stdout]     = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2'
[INFO] [stdout]    --> src/iter/mod.rs:282:14
[INFO] [stdout]     |
[INFO] [stdout] 282 |           R: Try<Ok = B> {
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #84277 <https://github.com/rust-lang/rust/issues/84277> for more information
[INFO] [stdout]     = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `try_trait`
[INFO] [stdout]   --> src/lib.rs:50:30
[INFO] [stdout]    |
[INFO] [stdout] 50 | #![cfg_attr(nightly, feature(try_trait))]
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `R`
[INFO] [stdout]   --> src/iter/mod.rs:56:39
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn result_to_try<R: Try>(r: Result<R::Ok, R::Error>) -> R {
[INFO] [stdout]    |                                       ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `R`
[INFO] [stdout]   --> src/iter/mod.rs:56:46
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn result_to_try<R: Try>(r: Result<R::Ok, R::Error>) -> R {
[INFO] [stdout]    |                                              ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `Try`
[INFO] [stdout]    --> src/iter/mod.rs:106:18
[INFO] [stdout]     |
[INFO] [stdout] 106 |           R: Try<Ok = B> {
[INFO] [stdout]     |                  ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `Try`
[INFO] [stdout]    --> src/iter/mod.rs:264:18
[INFO] [stdout]     |
[INFO] [stdout] 264 |           R: Try<Ok = B> {
[INFO] [stdout]     |                  ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `Try`
[INFO] [stdout]    --> src/iter/mod.rs:282:18
[INFO] [stdout]     |
[INFO] [stdout] 282 |           R: Try<Ok = B> {
[INFO] [stdout]     |                  ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_ok` found for type parameter `R` in the current scope
[INFO] [stdout]   --> src/iter/mod.rs:58:22
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn result_to_try<R: Try>(r: Result<R::Ok, R::Error>) -> R {
[INFO] [stdout]    |                  - function or associated item `from_ok` not found for this type parameter
[INFO] [stdout] 57 |     match r {
[INFO] [stdout] 58 |         Ok(ok) => R::from_ok(ok),
[INFO] [stdout]    |                      ^^^^^^^ function or associated item not found in `R`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an associated function `from` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 58 |         Ok(ok) => R::from(ok),
[INFO] [stdout]    |                      ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_error` found for type parameter `R` in the current scope
[INFO] [stdout]   --> src/iter/mod.rs:59:26
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn result_to_try<R: Try>(r: Result<R::Ok, R::Error>) -> R {
[INFO] [stdout]    |                  - function or associated item `from_error` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 59 |         Err(error) => R::from_error(error)
[INFO] [stdout]    |                          ^^^^^^^^^^ function or associated item not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_result` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/iter/mod.rs:107:65
[INFO] [stdout]     |
[INFO] [stdout] 104 |     fn try_fold<B, F, R>(&mut self, init: B, mut f: F) -> R
[INFO] [stdout]     |                       - method `into_result` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 107 |         result_to_try(self.try_fold_result(init, |b, x| f(b, x).into_result()))
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^ method not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stdout] error[E0599]: no method named `into_result` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/iter/mod.rs:265:65
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn try_fold<B, F, R>(&mut self, init: B, mut f: F) -> R
[INFO] [stdout]     |                       - method `into_result` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 265 |         result_to_try(self.try_fold_result(init, |b, x| f(b, x).into_result()))
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^ method not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_result` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/iter/mod.rs:283:65
[INFO] [stdout]     |
[INFO] [stdout] 280 |     fn try_rfold<B, F, R>(&mut self, init: B, mut f: F) -> R
[INFO] [stdout]     |                        - method `into_result` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 283 |         result_to_try(self.try_fold_result(init, |b, x| f(b, x).into_result()))
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^ method not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 16 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0220, E0599, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0220`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ieee754` (lib) due to 17 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7110f2770fce18443a09e4b6e396053961a352339ab13f484a9bbc69fab0dc5f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7110f2770fce18443a09e4b6e396053961a352339ab13f484a9bbc69fab0dc5f", kill_on_drop: false }`
[INFO] [stdout] 7110f2770fce18443a09e4b6e396053961a352339ab13f484a9bbc69fab0dc5f
[INFO] checking ieee754-0.3.0-alpha.2 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate ieee754 0.3.0-alpha.2 into /workspace/builds/worker-1-tc2/source
[INFO] validating manifest of crates.io crate ieee754 0.3.0-alpha.2 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ieee754 0.3.0-alpha.2
[INFO] finished tweaking crates.io crate ieee754 0.3.0-alpha.2
[INFO] tweaked toml for crates.io crate ieee754 0.3.0-alpha.2 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate crates.io crate ieee754 0.3.0-alpha.2 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" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f6abfeeee5df0dc0723763994b3a13d9ab2e7ad6e7b9061b08235a6af00d99b1
[INFO] running `Command { std: "docker" "start" "-a" "f6abfeeee5df0dc0723763994b3a13d9ab2e7ad6e7b9061b08235a6af00d99b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f6abfeeee5df0dc0723763994b3a13d9ab2e7ad6e7b9061b08235a6af00d99b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6abfeeee5df0dc0723763994b3a13d9ab2e7ad6e7b9061b08235a6af00d99b1", kill_on_drop: false }`
[INFO] [stdout] f6abfeeee5df0dc0723763994b3a13d9ab2e7ad6e7b9061b08235a6af00d99b1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 12a050bde948d5b19ae1ee287109e0fe09b9ebc52e28af6d75760d4572a1cf59
[INFO] running `Command { std: "docker" "start" "-a" "12a050bde948d5b19ae1ee287109e0fe09b9ebc52e28af6d75760d4572a1cf59", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling libc v0.2.81
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]    Compiling const_fn v0.4.4
[INFO] [stderr]    Compiling serde v1.0.118
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling memchr v2.3.4
[INFO] [stderr]     Checking scopeguard v1.1.0
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.54
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking itoa v0.4.6
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]    Compiling serde_json v1.0.60
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]    Compiling serde_derive v1.0.118
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]     Checking itertools v0.8.2
[INFO] [stderr]     Checking rand_core v0.3.1
[INFO] [stderr]     Checking walkdir v2.3.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.1
[INFO] [stderr]    Compiling memoffset v0.6.1
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]    Compiling cast v0.2.3
[INFO] [stderr]    Compiling ieee754 v0.3.0-alpha.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking regex-automata v0.1.9
[INFO] [stderr]     Checking rand_xoshiro v0.1.0
[INFO] [stderr]     Checking csv-core v0.1.10
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking rand_os v0.1.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2'
[INFO] [stdout]  --> src/iter/mod.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::ops::Try;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #84277 <https://github.com/rust-lang/rust/issues/84277> for more information
[INFO] [stdout]   = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable
[INFO] [stdout]   = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2'
[INFO] [stdout]   --> src/iter/mod.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn result_to_try<R: Try>(r: Result<R::Ok, R::Error>) -> R {
[INFO] [stdout]    |                     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #84277 <https://github.com/rust-lang/rust/issues/84277> for more information
[INFO] [stdout]    = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable
[INFO] [stdout]    = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2'
[INFO] [stdout]    --> src/iter/mod.rs:106:14
[INFO] [stdout]     |
[INFO] [stdout] 106 |           R: Try<Ok = B> {
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #84277 <https://github.com/rust-lang/rust/issues/84277> for more information
[INFO] [stdout]     = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2'
[INFO] [stdout]    --> src/iter/mod.rs:264:14
[INFO] [stdout]     |
[INFO] [stdout] 264 |           R: Try<Ok = B> {
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #84277 <https://github.com/rust-lang/rust/issues/84277> for more information
[INFO] [stdout]     = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: use of unstable library feature 'try_trait_v2'
[INFO] [stdout]    --> src/iter/mod.rs:282:14
[INFO] [stdout]     |
[INFO] [stdout] 282 |           R: Try<Ok = B> {
[INFO] [stdout]     |              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #84277 <https://github.com/rust-lang/rust/issues/84277> for more information
[INFO] [stdout]     = help: add `#![feature(try_trait_v2)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2024-03-14; consider upgrading it if it is out of date
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0635]: unknown feature `try_trait`
[INFO] [stdout]   --> src/lib.rs:50:30
[INFO] [stdout]    |
[INFO] [stdout] 50 | #![cfg_attr(nightly, feature(try_trait))]
[INFO] [stdout]    |                              ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `R`
[INFO] [stdout]   --> src/iter/mod.rs:56:39
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn result_to_try<R: Try>(r: Result<R::Ok, R::Error>) -> R {
[INFO] [stdout]    |                                       ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Error` not found for `R`
[INFO] [stdout]   --> src/iter/mod.rs:56:46
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn result_to_try<R: Try>(r: Result<R::Ok, R::Error>) -> R {
[INFO] [stdout]    |                                              ^^^^^ associated type `Error` not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `Try`
[INFO] [stdout]    --> src/iter/mod.rs:106:18
[INFO] [stdout]     |
[INFO] [stdout] 106 |           R: Try<Ok = B> {
[INFO] [stdout]     |                  ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `Try`
[INFO] [stdout]    --> src/iter/mod.rs:264:18
[INFO] [stdout]     |
[INFO] [stdout] 264 |           R: Try<Ok = B> {
[INFO] [stdout]     |                  ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0220]: associated type `Ok` not found for `Try`
[INFO] [stdout]    --> src/iter/mod.rs:282:18
[INFO] [stdout]     |
[INFO] [stdout] 282 |           R: Try<Ok = B> {
[INFO] [stdout]     |                  ^^ associated type `Ok` not found
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_ok` found for type parameter `R` in the current scope
[INFO] [stdout]   --> src/iter/mod.rs:58:22
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn result_to_try<R: Try>(r: Result<R::Ok, R::Error>) -> R {
[INFO] [stdout]    |                  - function or associated item `from_ok` not found for this type parameter
[INFO] [stdout] 57 |     match r {
[INFO] [stdout] 58 |         Ok(ok) => R::from_ok(ok),
[INFO] [stdout]    |                      ^^^^^^^ function or associated item not found in `R`
[INFO] [stdout]    |
[INFO] [stdout] help: there is an associated function `from` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 58 |         Ok(ok) => R::from(ok),
[INFO] [stdout]    |                      ~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `from_error` found for type parameter `R` in the current scope
[INFO] [stdout]   --> src/iter/mod.rs:59:26
[INFO] [stdout]    |
[INFO] [stdout] 56 | fn result_to_try<R: Try>(r: Result<R::Ok, R::Error>) -> R {
[INFO] [stdout]    |                  - function or associated item `from_error` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 59 |         Err(error) => R::from_error(error)
[INFO] [stdout]    |                          ^^^^^^^^^^ function or associated item not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_result` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/iter/mod.rs:107:65
[INFO] [stdout]     |
[INFO] [stdout] 104 |     fn try_fold<B, F, R>(&mut self, init: B, mut f: F) -> R
[INFO] [stdout]     |                       - method `into_result` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 107 |         result_to_try(self.try_fold_result(init, |b, x| f(b, x).into_result()))
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^ method not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_result` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/iter/mod.rs:265:65
[INFO] [stdout]     |
[INFO] [stdout] 262 |     fn try_fold<B, F, R>(&mut self, init: B, mut f: F) -> R
[INFO] [stdout]     |                       - method `into_result` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 265 |         result_to_try(self.try_fold_result(init, |b, x| f(b, x).into_result()))
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^ method not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `into_result` found for type parameter `R` in the current scope
[INFO] [stdout]    --> src/iter/mod.rs:283:65
[INFO] [stdout]     |
[INFO] [stdout] 280 |     fn try_rfold<B, F, R>(&mut self, init: B, mut f: F) -> R
[INFO] [stdout]     |                        - method `into_result` not found for this type parameter
[INFO] [stdout] ...
[INFO] [stdout] 283 |         result_to_try(self.try_fold_result(init, |b, x| f(b, x).into_result()))
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^ method not found in `R`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 16 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0220, E0599, E0635, E0658.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0220`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ieee754` (lib) due to 17 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "12a050bde948d5b19ae1ee287109e0fe09b9ebc52e28af6d75760d4572a1cf59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "12a050bde948d5b19ae1ee287109e0fe09b9ebc52e28af6d75760d4572a1cf59", kill_on_drop: false }`
[INFO] [stdout] 12a050bde948d5b19ae1ee287109e0fe09b9ebc52e28af6d75760d4572a1cf59
