[INFO] fetching crate newt 0.7.2... [INFO] checking newt-0.7.2 against try#969026c535f4240ff7866ef11207dfda18a26af6 for pr-146504 [INFO] extracting crate newt 0.7.2 into /workspace/builds/worker-6-tc2/source [INFO] started tweaking crates.io crate newt 0.7.2 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate newt 0.7.2 [INFO] tweaked toml for crates.io crate newt 0.7.2 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate newt 0.7.2 on toolchain 969026c535f4240ff7866ef11207dfda18a26af6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+969026c535f4240ff7866ef11207dfda18a26af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate newt 0.7.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" "+969026c535f4240ff7866ef11207dfda18a26af6" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+969026c535f4240ff7866ef11207dfda18a26af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0377d5c9e5a0d9ba32da6ca420631f7da55275a1fca81d0600459b948e6c847d [INFO] running `Command { std: "docker" "start" "-a" "0377d5c9e5a0d9ba32da6ca420631f7da55275a1fca81d0600459b948e6c847d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0377d5c9e5a0d9ba32da6ca420631f7da55275a1fca81d0600459b948e6c847d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0377d5c9e5a0d9ba32da6ca420631f7da55275a1fca81d0600459b948e6c847d", kill_on_drop: false }` [INFO] [stdout] 0377d5c9e5a0d9ba32da6ca420631f7da55275a1fca81d0600459b948e6c847d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+969026c535f4240ff7866ef11207dfda18a26af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ca4b161851446ced9c4006748741b58e4c42ae9cbd612946ad489d07c2e84ebb [INFO] running `Command { std: "docker" "start" "-a" "ca4b161851446ced9c4006748741b58e4c42ae9cbd612946ad489d07c2e84ebb", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling cc v1.2.31 [INFO] [stderr] Compiling newt v0.7.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking tempfile v3.20.0 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling newt_proc_macros v0.0.16 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling newt-sys v0.2.1 [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/constants.rs:38:14 [INFO] [stdout] | [INFO] [stdout] 38 | Set = NEWT_FLAGS_SET as isize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/constants.rs:41:14 [INFO] [stdout] | [INFO] [stdout] 41 | Reset = NEWT_FLAGS_RESET as isize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/constants.rs:44:14 [INFO] [stdout] | [INFO] [stdout] 44 | Toggle = NEWT_FLAGS_TOGGLE as isize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/widgets/form/mod.rs:64:14 [INFO] [stdout] | [INFO] [stdout] 64 | Read = NEWT_FD_READ as isize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/widgets/form/mod.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | Write = NEWT_FD_WRITE as isize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/widgets/form/mod.rs:68:14 [INFO] [stdout] | [INFO] [stdout] 68 | Except = NEWT_FD_EXCEPT as isize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/constants.rs:38:14 [INFO] [stdout] | [INFO] [stdout] 38 | Set = NEWT_FLAGS_SET as isize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/constants.rs:41:14 [INFO] [stdout] | [INFO] [stdout] 41 | Reset = NEWT_FLAGS_RESET as isize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/constants.rs:44:14 [INFO] [stdout] | [INFO] [stdout] 44 | Toggle = NEWT_FLAGS_TOGGLE as isize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/widgets/form/mod.rs:64:14 [INFO] [stdout] | [INFO] [stdout] 64 | Read = NEWT_FD_READ as isize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/widgets/form/mod.rs:66:14 [INFO] [stdout] | [INFO] [stdout] 66 | Write = NEWT_FD_WRITE as isize, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/widgets/form/mod.rs:68:14 [INFO] [stdout] | [INFO] [stdout] 68 | Except = NEWT_FD_EXCEPT as isize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ expected `i64`, found `isize` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `newt` (lib test) due to 6 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `newt` (lib) due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "ca4b161851446ced9c4006748741b58e4c42ae9cbd612946ad489d07c2e84ebb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca4b161851446ced9c4006748741b58e4c42ae9cbd612946ad489d07c2e84ebb", kill_on_drop: false }` [INFO] [stdout] ca4b161851446ced9c4006748741b58e4c42ae9cbd612946ad489d07c2e84ebb