[INFO] fetching crate mathcli 0.1.2...
[INFO] checking mathcli-0.1.2 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate mathcli 0.1.2 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate mathcli 0.1.2 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mathcli 0.1.2
[INFO] finished tweaking crates.io crate mathcli 0.1.2
[INFO] tweaked toml for crates.io crate mathcli 0.1.2 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate crates.io crate mathcli 0.1.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" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.20
[INFO] [stderr]   Downloaded indexmap v1.5.2
[INFO] [stderr]   Downloaded stderrlog v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 32275d54e704e8399ace0bf1845939bcc832280d88a8160579ad2da1f988e03d
[INFO] running `Command { std: "docker" "start" "-a" "32275d54e704e8399ace0bf1845939bcc832280d88a8160579ad2da1f988e03d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "32275d54e704e8399ace0bf1845939bcc832280d88a8160579ad2da1f988e03d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "32275d54e704e8399ace0bf1845939bcc832280d88a8160579ad2da1f988e03d", kill_on_drop: false }`
[INFO] [stdout] 32275d54e704e8399ace0bf1845939bcc832280d88a8160579ad2da1f988e03d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8012d02332555bc7c824530fe93302655a2e982e2adab656fb3ed32cdc60c58d
[INFO] running `Command { std: "docker" "start" "-a" "8012d02332555bc7c824530fe93302655a2e982e2adab656fb3ed32cdc60c58d", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling proc-macro2 v1.0.20
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling syn v1.0.39
[INFO] [stderr]    Compiling libc v0.2.76
[INFO] [stderr]    Compiling log v0.4.11
[INFO] [stderr]     Checking termcolor v1.1.0
[INFO] [stderr]     Checking unicode-width v0.1.8
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking os_str_bytes v2.3.2
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.12
[INFO] [stderr]    Compiling proc-macro-error v0.4.12
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling hashbrown v0.8.2
[INFO] [stderr]    Compiling num-integer v0.1.43
[INFO] [stderr]    Compiling indexmap v1.5.2
[INFO] [stderr]    Compiling quote v1.0.7
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking chrono v0.4.15
[INFO] [stderr]     Checking stderrlog v0.5.0
[INFO] [stderr]    Compiling syn-mid v0.5.0
[INFO] [stderr]    Compiling clap_derive v3.0.0-beta.1
[INFO] [stderr]     Checking clap v3.0.0-beta.1
[INFO] [stderr]     Checking mathcli v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `exclusive_range_pattern` has been stable since 1.80.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:48
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(iter_map_while, iterator_fold_self, exclusive_range_pattern)]
[INFO] [stdout]   |                                                ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `exclusive_range_pattern` has been stable since 1.80.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:48
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(iter_map_while, iterator_fold_self, exclusive_range_pattern)]
[INFO] [stdout]   |                                                ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `iter_map_while` has been stable since 1.57.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(iter_map_while, iterator_fold_self, exclusive_range_pattern)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `iterator_fold_self` has been stable since 1.51.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:28
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(iter_map_while, iterator_fold_self, exclusive_range_pattern)]
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `iter_map_while` has been stable since 1.57.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(iter_map_while, iterator_fold_self, exclusive_range_pattern)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `iterator_fold_self` has been stable since 1.51.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:1:28
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(iter_map_while, iterator_fold_self, exclusive_range_pattern)]
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fold_first` found for opaque type `impl Iterator<Item = f32>` in the current scope
[INFO] [stdout]   --> src/main.rs:84:31
[INFO] [stdout]    |
[INFO] [stdout] 84 |         false => parsed_lines.fold_first(|acc, x| operator(acc, x)).unwrap()
[INFO] [stdout]    |                               ^^^^^^^^^^ method not found in `impl Iterator<Item = f32>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `fold_first` found for opaque type `impl Iterator<Item = f32>` in the current scope
[INFO] [stdout]   --> src/main.rs:84:31
[INFO] [stdout]    |
[INFO] [stdout] 84 |         false => parsed_lines.fold_first(|acc, x| operator(acc, x)).unwrap()
[INFO] [stdout]    |                               ^^^^^^^^^^ method not found in `impl Iterator<Item = f32>`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mathcli` (bin "mathcli") due to 1 previous error; 3 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `mathcli` (bin "mathcli" test) due to 1 previous error; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "8012d02332555bc7c824530fe93302655a2e982e2adab656fb3ed32cdc60c58d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8012d02332555bc7c824530fe93302655a2e982e2adab656fb3ed32cdc60c58d", kill_on_drop: false }`
[INFO] [stdout] 8012d02332555bc7c824530fe93302655a2e982e2adab656fb3ed32cdc60c58d
