[INFO] crate ifeq 0.1.3 is already in cache
[INFO] checking ifeq-0.1.3 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate ifeq 0.1.3 into /workspace/builds/worker-12/source
[INFO] validating manifest of crates.io crate ifeq 0.1.3 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate ifeq 0.1.3
[INFO] finished tweaking crates.io crate ifeq 0.1.3
[INFO] tweaked toml for crates.io crate ifeq 0.1.3 written to /workspace/builds/worker-12/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] e51a74fcb64012fffecc1398a32551a5549f39d0cbc380534ff991860f192df8
[INFO] running `"docker" "start" "-a" "e51a74fcb64012fffecc1398a32551a5549f39d0cbc380534ff991860f192df8"`
[INFO] [stderr]     Checking ifeq v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0658]: use of unstable library feature 'bool_to_option'
[INFO] [stderr]   --> src/lib.rs:68:31
[INFO] [stderr]    |
[INFO] [stderr] 68 |         assert_eq!(9.if_eq(9).then(|| "It works"), "It works".to_owned());
[INFO] [stderr]    |                               ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #64260 <https://github.com/rust-lang/rust/issues/64260> for more information
[INFO] [stderr]    = help: add `#![feature(bool_to_option)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/lib.rs:68:9
[INFO] [stderr]    |
[INFO] [stderr] 68 |         assert_eq!(9.if_eq(9).then(|| "It works"), "It works".to_owned());
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::option::Option`, found struct `std::string::String`
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected enum `std::option::Option<&str>`
[INFO] [stderr]             found struct `std::string::String`
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'bool_to_option'
[INFO] [stderr]   --> src/lib.rs:69:31
[INFO] [stderr]    |
[INFO] [stderr] 69 |         assert_eq!(9.if_eq(9).then(|| (0..100).collect::<Vec<_>>().len()), 100);
[INFO] [stderr]    |                               ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #64260 <https://github.com/rust-lang/rust/issues/64260> for more information
[INFO] [stderr]    = help: add `#![feature(bool_to_option)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/lib.rs:69:9
[INFO] [stderr]    |
[INFO] [stderr] 69 |         assert_eq!(9.if_eq(9).then(|| (0..100).collect::<Vec<_>>().len()), 100);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::option::Option`, found integer
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected enum `std::option::Option<usize>`
[INFO] [stderr]               found type `{integer}`
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'bool_to_option'
[INFO] [stderr]   --> src/lib.rs:70:41
[INFO] [stderr]    |
[INFO] [stderr] 70 |         assert_eq!("alma".if_eq("alma").then(|| "ok"), "ok");
[INFO] [stderr]    |                                         ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #64260 <https://github.com/rust-lang/rust/issues/64260> for more information
[INFO] [stderr]    = help: add `#![feature(bool_to_option)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/lib.rs:70:9
[INFO] [stderr]    |
[INFO] [stderr] 70 |         assert_eq!("alma".if_eq("alma").then(|| "ok"), "ok");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::option::Option`, found `&str`
[INFO] [stderr]    |
[INFO] [stderr]    = note:   expected enum `std::option::Option<&str>`
[INFO] [stderr]            found reference `&str`
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'bool_to_option'
[INFO] [stderr]   --> src/lib.rs:71:41
[INFO] [stderr]    |
[INFO] [stderr] 71 |         assert_ne!("alma".if_eq("alma").then(|| "ok"), "_ok");
[INFO] [stderr]    |                                         ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #64260 <https://github.com/rust-lang/rust/issues/64260> for more information
[INFO] [stderr]    = help: add `#![feature(bool_to_option)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0308]: mismatched types
[INFO] [stderr]   --> src/lib.rs:71:9
[INFO] [stderr]    |
[INFO] [stderr] 71 |         assert_ne!("alma".if_eq("alma").then(|| "ok"), "_ok");
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `std::option::Option`, found `&str`
[INFO] [stderr]    |
[INFO] [stderr]    = note:   expected enum `std::option::Option<&str>`
[INFO] [stderr]            found reference `&str`
[INFO] [stderr]    = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 8 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0308, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0308`.
[INFO] [stderr] error: could not compile `ifeq`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "e51a74fcb64012fffecc1398a32551a5549f39d0cbc380534ff991860f192df8"`
[INFO] running `"docker" "rm" "-f" "e51a74fcb64012fffecc1398a32551a5549f39d0cbc380534ff991860f192df8"`
[INFO] [stdout] e51a74fcb64012fffecc1398a32551a5549f39d0cbc380534ff991860f192df8
