[INFO] fetching crate ncurses 6.0.0... [INFO] checking ncurses-6.0.0 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate ncurses 6.0.0 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate ncurses 6.0.0 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ncurses 6.0.0 [INFO] finished tweaking crates.io crate ncurses 6.0.0 [INFO] tweaked toml for crates.io crate ncurses 6.0.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate crates.io crate ncurses 6.0.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" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded cc v1.0.18 [INFO] [stderr] Downloaded libc v0.2.42 [INFO] [stderr] Downloaded pkg-config v0.3.11 [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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f47462cf8bcd60a71a1c851d55a9784c2be94c4ce516db396cbbf525cf905005 [INFO] running `Command { std: "docker" "start" "-a" "f47462cf8bcd60a71a1c851d55a9784c2be94c4ce516db396cbbf525cf905005", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f47462cf8bcd60a71a1c851d55a9784c2be94c4ce516db396cbbf525cf905005", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f47462cf8bcd60a71a1c851d55a9784c2be94c4ce516db396cbbf525cf905005", kill_on_drop: false }` [INFO] [stdout] f47462cf8bcd60a71a1c851d55a9784c2be94c4ce516db396cbbf525cf905005 [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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab88faa8f3b013031717f4f383b593ba94fb945b51962c89becba5b4dc6d2608 [INFO] running `Command { std: "docker" "start" "-a" "ab88faa8f3b013031717f4f383b593ba94fb945b51962c89becba5b4dc6d2608", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.11 [INFO] [stderr] Compiling cc v1.0.18 [INFO] [stderr] Checking libc v0.2.42 [INFO] [stderr] Compiling ncurses v6.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `constants::TRUE` [INFO] [stdout] --> src/panel/wrapper.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use constants::TRUE; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `TRUE` in `constants` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `constants::TRUE` [INFO] [stdout] --> src/panel/wrapper.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use constants::TRUE; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `TRUE` in `constants` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `constants::TRUE` [INFO] [stdout] --> src/menu/wrapper.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use constants::TRUE; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `TRUE` in `constants` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `constants::TRUE` [INFO] [stdout] --> src/menu/wrapper.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use constants::TRUE; [INFO] [stdout] | ^^^^^^^^^^^^^^^ no `TRUE` in `constants` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:166:38 [INFO] [stdout] | [INFO] [stdout] 166 | { unsafe { ll::can_change_color() == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 166 | { unsafe { ll::can_change_color() == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OK` in this scope [INFO] [stdout] --> src/lib.rs:410:3 [INFO] [stdout] | [INFO] [stdout] 410 | OK [INFO] [stdout] | ^^ help: a tuple variant with a similar name exists (notice the capitalization): `Ok` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:510:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Ok` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:459:32 [INFO] [stdout] | [INFO] [stdout] 459 | { unsafe { ll::has_colors() == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 459 | { unsafe { ll::has_colors() == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:463:28 [INFO] [stdout] | [INFO] [stdout] 463 | { unsafe { ll::has_ic() == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 463 | { unsafe { ll::has_ic() == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:166:38 [INFO] [stdout] | [INFO] [stdout] 166 | { unsafe { ll::can_change_color() == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 166 | { unsafe { ll::can_change_color() == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:467:28 [INFO] [stdout] | [INFO] [stdout] 467 | { unsafe { ll::has_il() == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 467 | { unsafe { ll::has_il() == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OK` in this scope [INFO] [stdout] --> src/lib.rs:410:3 [INFO] [stdout] | [INFO] [stdout] 410 | OK [INFO] [stdout] | ^^ help: a tuple variant with a similar name exists (notice the capitalization): `Ok` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:510:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Ok` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:459:32 [INFO] [stdout] | [INFO] [stdout] 459 | { unsafe { ll::has_colors() == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 459 | { unsafe { ll::has_colors() == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:601:30 [INFO] [stdout] | [INFO] [stdout] 601 | { unsafe { ll::isendwin() == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 601 | { unsafe { ll::isendwin() == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:463:28 [INFO] [stdout] | [INFO] [stdout] 463 | { unsafe { ll::has_ic() == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 463 | { unsafe { ll::has_ic() == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:605:40 [INFO] [stdout] | [INFO] [stdout] 605 | { unsafe { ll::is_linetouched(w, l) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 605 | { unsafe { ll::is_linetouched(w, l) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:609:36 [INFO] [stdout] | [INFO] [stdout] 609 | { unsafe { ll::is_wintouched(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 609 | { unsafe { ll::is_wintouched(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:467:28 [INFO] [stdout] | [INFO] [stdout] 467 | { unsafe { ll::has_il() == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 467 | { unsafe { ll::has_il() == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:601:30 [INFO] [stdout] | [INFO] [stdout] 601 | { unsafe { ll::isendwin() == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 601 | { unsafe { ll::isendwin() == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:613:48 [INFO] [stdout] | [INFO] [stdout] 613 | { unsafe { ll::is_term_resized(lines, cols) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 613 | { unsafe { ll::is_term_resized(lines, cols) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:605:40 [INFO] [stdout] | [INFO] [stdout] 605 | { unsafe { ll::is_linetouched(w, l) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 605 | { unsafe { ll::is_linetouched(w, l) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:617:33 [INFO] [stdout] | [INFO] [stdout] 617 | { unsafe { ll::is_cleared(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 617 | { unsafe { ll::is_cleared(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:609:36 [INFO] [stdout] | [INFO] [stdout] 609 | { unsafe { ll::is_wintouched(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 609 | { unsafe { ll::is_wintouched(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:621:31 [INFO] [stdout] | [INFO] [stdout] 621 | { unsafe { ll::is_idcok(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 621 | { unsafe { ll::is_idcok(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:613:48 [INFO] [stdout] | [INFO] [stdout] 613 | { unsafe { ll::is_term_resized(lines, cols) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 613 | { unsafe { ll::is_term_resized(lines, cols) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:625:31 [INFO] [stdout] | [INFO] [stdout] 625 | { unsafe { ll::is_idlok(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 625 | { unsafe { ll::is_idlok(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:617:33 [INFO] [stdout] | [INFO] [stdout] 617 | { unsafe { ll::is_cleared(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 617 | { unsafe { ll::is_cleared(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:629:33 [INFO] [stdout] | [INFO] [stdout] 629 | { unsafe { ll::is_immedok(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 629 | { unsafe { ll::is_immedok(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:621:31 [INFO] [stdout] | [INFO] [stdout] 621 | { unsafe { ll::is_idcok(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 621 | { unsafe { ll::is_idcok(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:633:32 [INFO] [stdout] | [INFO] [stdout] 633 | { unsafe { ll::is_keypad(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 633 | { unsafe { ll::is_keypad(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:637:33 [INFO] [stdout] | [INFO] [stdout] 637 | { unsafe { ll::is_leaveok(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 637 | { unsafe { ll::is_leaveok(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:625:31 [INFO] [stdout] | [INFO] [stdout] 625 | { unsafe { ll::is_idlok(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 625 | { unsafe { ll::is_idlok(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:641:33 [INFO] [stdout] | [INFO] [stdout] 641 | { unsafe { ll::is_nodelay(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 641 | { unsafe { ll::is_nodelay(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:629:33 [INFO] [stdout] | [INFO] [stdout] 629 | { unsafe { ll::is_immedok(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 629 | { unsafe { ll::is_immedok(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:645:35 [INFO] [stdout] | [INFO] [stdout] 645 | { unsafe { ll::is_notimeout(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 645 | { unsafe { ll::is_notimeout(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:633:32 [INFO] [stdout] | [INFO] [stdout] 633 | { unsafe { ll::is_keypad(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 633 | { unsafe { ll::is_keypad(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:649:34 [INFO] [stdout] | [INFO] [stdout] 649 | { unsafe { ll::is_scrollok(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 649 | { unsafe { ll::is_scrollok(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:637:33 [INFO] [stdout] | [INFO] [stdout] 637 | { unsafe { ll::is_leaveok(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 637 | { unsafe { ll::is_leaveok(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:653:32 [INFO] [stdout] | [INFO] [stdout] 653 | { unsafe { ll::is_syncok(w) == TRUE }} [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 653 | { unsafe { ll::is_syncok(w) == true }} [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:641:33 [INFO] [stdout] | [INFO] [stdout] 641 | { unsafe { ll::is_nodelay(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 641 | { unsafe { ll::is_nodelay(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:690:18 [INFO] [stdout] | [INFO] [stdout] 690 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:645:35 [INFO] [stdout] | [INFO] [stdout] 645 | { unsafe { ll::is_notimeout(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 645 | { unsafe { ll::is_notimeout(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:649:34 [INFO] [stdout] | [INFO] [stdout] 649 | { unsafe { ll::is_scrollok(w) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 649 | { unsafe { ll::is_scrollok(w) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:691:12 [INFO] [stdout] | [INFO] [stdout] 691 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:653:32 [INFO] [stdout] | [INFO] [stdout] 653 | { unsafe { ll::is_syncok(w) == TRUE }} [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 653 | { unsafe { ll::is_syncok(w) == true }} [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:698:18 [INFO] [stdout] | [INFO] [stdout] 698 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:690:18 [INFO] [stdout] | [INFO] [stdout] 690 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:699:12 [INFO] [stdout] | [INFO] [stdout] 699 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:691:12 [INFO] [stdout] | [INFO] [stdout] 691 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:706:18 [INFO] [stdout] | [INFO] [stdout] 706 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:698:18 [INFO] [stdout] | [INFO] [stdout] 698 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:707:15 [INFO] [stdout] | [INFO] [stdout] 707 | { return Ok(ERR); } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:699:12 [INFO] [stdout] | [INFO] [stdout] 699 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:714:18 [INFO] [stdout] | [INFO] [stdout] 714 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:706:18 [INFO] [stdout] | [INFO] [stdout] 706 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:715:15 [INFO] [stdout] | [INFO] [stdout] 715 | { return Ok(ERR); } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:707:15 [INFO] [stdout] | [INFO] [stdout] 707 | { return Ok(ERR); } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:745:10 [INFO] [stdout] | [INFO] [stdout] 745 | _ => ERR, [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:714:18 [INFO] [stdout] | [INFO] [stdout] 714 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:752:18 [INFO] [stdout] | [INFO] [stdout] 752 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:715:15 [INFO] [stdout] | [INFO] [stdout] 715 | { return Ok(ERR); } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:753:12 [INFO] [stdout] | [INFO] [stdout] 753 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:745:10 [INFO] [stdout] | [INFO] [stdout] 745 | _ => ERR, [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:768:18 [INFO] [stdout] | [INFO] [stdout] 768 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:752:18 [INFO] [stdout] | [INFO] [stdout] 752 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:769:12 [INFO] [stdout] | [INFO] [stdout] 769 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:753:12 [INFO] [stdout] | [INFO] [stdout] 753 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:776:18 [INFO] [stdout] | [INFO] [stdout] 776 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:768:18 [INFO] [stdout] | [INFO] [stdout] 768 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:777:12 [INFO] [stdout] | [INFO] [stdout] 777 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:769:12 [INFO] [stdout] | [INFO] [stdout] 769 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:784:18 [INFO] [stdout] | [INFO] [stdout] 784 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:776:18 [INFO] [stdout] | [INFO] [stdout] 776 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:785:12 [INFO] [stdout] | [INFO] [stdout] 785 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:777:12 [INFO] [stdout] | [INFO] [stdout] 777 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:796:18 [INFO] [stdout] | [INFO] [stdout] 796 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:784:18 [INFO] [stdout] | [INFO] [stdout] 784 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:797:12 [INFO] [stdout] | [INFO] [stdout] 797 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:785:12 [INFO] [stdout] | [INFO] [stdout] 785 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:796:18 [INFO] [stdout] | [INFO] [stdout] 796 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:804:18 [INFO] [stdout] | [INFO] [stdout] 804 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:797:12 [INFO] [stdout] | [INFO] [stdout] 797 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:805:12 [INFO] [stdout] | [INFO] [stdout] 805 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:804:18 [INFO] [stdout] | [INFO] [stdout] 804 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:812:18 [INFO] [stdout] | [INFO] [stdout] 812 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:805:12 [INFO] [stdout] | [INFO] [stdout] 805 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:813:15 [INFO] [stdout] | [INFO] [stdout] 813 | { return Ok(ERR); } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:812:18 [INFO] [stdout] | [INFO] [stdout] 812 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:859:10 [INFO] [stdout] | [INFO] [stdout] 859 | _ => ERR, [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:813:15 [INFO] [stdout] | [INFO] [stdout] 813 | { return Ok(ERR); } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:866:18 [INFO] [stdout] | [INFO] [stdout] 866 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:859:10 [INFO] [stdout] | [INFO] [stdout] 859 | _ => ERR, [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:867:12 [INFO] [stdout] | [INFO] [stdout] 867 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:866:18 [INFO] [stdout] | [INFO] [stdout] 866 | if mv(y, x) == ERR [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OK` in this scope [INFO] [stdout] --> src/lib.rs:876:3 [INFO] [stdout] | [INFO] [stdout] 876 | OK [INFO] [stdout] | ^^ help: a tuple variant with a similar name exists (notice the capitalization): `Ok` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:510:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Ok` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:867:12 [INFO] [stdout] | [INFO] [stdout] 867 | { return ERR; } [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:1470:10 [INFO] [stdout] | [INFO] [stdout] 1470 | _ => ERR, [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OK` in this scope [INFO] [stdout] --> src/lib.rs:876:3 [INFO] [stdout] | [INFO] [stdout] 876 | OK [INFO] [stdout] | ^^ help: a tuple variant with a similar name exists (notice the capitalization): `Ok` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:510:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Ok` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OK` in this scope [INFO] [stdout] --> src/lib.rs:1484:3 [INFO] [stdout] | [INFO] [stdout] 1484 | OK [INFO] [stdout] | ^^ help: a tuple variant with a similar name exists (notice the capitalization): `Ok` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:510:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Ok` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:1717:38 [INFO] [stdout] | [INFO] [stdout] 1717 | if ll::is_leaveok(newscr()) == TRUE [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1717 | if ll::is_leaveok(newscr()) == true [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `ERR` in this scope [INFO] [stdout] --> src/lib.rs:1470:10 [INFO] [stdout] | [INFO] [stdout] 1470 | _ => ERR, [INFO] [stdout] | ^^^ help: a tuple variant with a similar name exists: `Err` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:515:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Err` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `KEY_F0` in this scope [INFO] [stdout] --> src/lib.rs:1751:3 [INFO] [stdout] | [INFO] [stdout] 1751 | KEY_F0 + n as i32 [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OK` in this scope [INFO] [stdout] --> src/lib.rs:1484:3 [INFO] [stdout] | [INFO] [stdout] 1484 | OK [INFO] [stdout] | ^^ help: a tuple variant with a similar name exists (notice the capitalization): `Ok` [INFO] [stdout] --> /rustc/506512391b1a75ae450d36c9420978402a91abcc/library/core/src/result.rs:510:5 [INFO] [stdout] | [INFO] [stdout] = note: similarly named tuple variant `Ok` defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:1759:31 [INFO] [stdout] | [INFO] [stdout] 1759 | { unsafe { ll::has_mouse() == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1759 | { unsafe { ll::has_mouse() == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:1717:38 [INFO] [stdout] | [INFO] [stdout] 1717 | if ll::is_leaveok(newscr()) == TRUE [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1717 | if ll::is_leaveok(newscr()) == true [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:1779:67 [INFO] [stdout] | [INFO] [stdout] 1779 | { unsafe { ll::wenclose(w, y as libc::c_int, x as libc::c_int) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1779 | { unsafe { ll::wenclose(w, y as libc::c_int, x as libc::c_int) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `KEY_F0` in this scope [INFO] [stdout] --> src/lib.rs:1751:3 [INFO] [stdout] | [INFO] [stdout] 1751 | KEY_F0 + n as i32 [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:1782:92 [INFO] [stdout] | [INFO] [stdout] 1782 | { unsafe { ll::wmouse_trafo(w, y.as_mut_ptr(), x.as_mut_ptr(), to_screen as ll::c_bool) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1782 | { unsafe { ll::wmouse_trafo(w, y.as_mut_ptr(), x.as_mut_ptr(), to_screen as ll::c_bool) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:1759:31 [INFO] [stdout] | [INFO] [stdout] 1759 | { unsafe { ll::has_mouse() == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1759 | { unsafe { ll::has_mouse() == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:1785:88 [INFO] [stdout] | [INFO] [stdout] 1785 | { unsafe { ll::mouse_trafo(y.as_mut_ptr(), x.as_mut_ptr(), to_screen as ll::c_bool) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1785 | { unsafe { ll::mouse_trafo(y.as_mut_ptr(), x.as_mut_ptr(), to_screen as ll::c_bool) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:1779:67 [INFO] [stdout] | [INFO] [stdout] 1779 | { unsafe { ll::wenclose(w, y as libc::c_int, x as libc::c_int) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1779 | { unsafe { ll::wenclose(w, y as libc::c_int, x as libc::c_int) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:1782:92 [INFO] [stdout] | [INFO] [stdout] 1782 | { unsafe { ll::wmouse_trafo(w, y.as_mut_ptr(), x.as_mut_ptr(), to_screen as ll::c_bool) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1782 | { unsafe { ll::wmouse_trafo(w, y.as_mut_ptr(), x.as_mut_ptr(), to_screen as ll::c_bool) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `TRUE` in this scope [INFO] [stdout] --> src/lib.rs:1785:88 [INFO] [stdout] | [INFO] [stdout] 1785 | { unsafe { ll::mouse_trafo(y.as_mut_ptr(), x.as_mut_ptr(), to_screen as ll::c_bool) == TRUE } } [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1785 | { unsafe { ll::mouse_trafo(y.as_mut_ptr(), x.as_mut_ptr(), to_screen as ll::c_bool) == true } } [INFO] [stdout] | ~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 56 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 56 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ncurses` (lib test) due to 57 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `ncurses` (lib) due to 57 previous errors [INFO] running `Command { std: "docker" "inspect" "ab88faa8f3b013031717f4f383b593ba94fb945b51962c89becba5b4dc6d2608", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab88faa8f3b013031717f4f383b593ba94fb945b51962c89becba5b4dc6d2608", kill_on_drop: false }` [INFO] [stdout] ab88faa8f3b013031717f4f383b593ba94fb945b51962c89becba5b4dc6d2608 [INFO] checking ncurses-6.0.0 against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] extracting crate ncurses 6.0.0 into /workspace/builds/worker-5-tc2/source [INFO] validating manifest of crates.io crate ncurses 6.0.0 on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ncurses 6.0.0 [INFO] finished tweaking crates.io crate ncurses 6.0.0 [INFO] tweaked toml for crates.io crate ncurses 6.0.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate crates.io crate ncurses 6.0.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" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a28ace119430273cb901d24ae1bf49ccd38c1e1be85b52373740da4c53d68aa [INFO] running `Command { std: "docker" "start" "-a" "0a28ace119430273cb901d24ae1bf49ccd38c1e1be85b52373740da4c53d68aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a28ace119430273cb901d24ae1bf49ccd38c1e1be85b52373740da4c53d68aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a28ace119430273cb901d24ae1bf49ccd38c1e1be85b52373740da4c53d68aa", kill_on_drop: false }` [INFO] [stdout] 0a28ace119430273cb901d24ae1bf49ccd38c1e1be85b52373740da4c53d68aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d3a42175e49afc72620ef6d7cc5ea9efa5db313a2c688f6f7916c4207041c78 [INFO] running `Command { std: "docker" "start" "-a" "8d3a42175e49afc72620ef6d7cc5ea9efa5db313a2c688f6f7916c4207041c78", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "8d3a42175e49afc72620ef6d7cc5ea9efa5db313a2c688f6f7916c4207041c78", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d3a42175e49afc72620ef6d7cc5ea9efa5db313a2c688f6f7916c4207041c78", kill_on_drop: false }` [INFO] [stdout] 8d3a42175e49afc72620ef6d7cc5ea9efa5db313a2c688f6f7916c4207041c78