[INFO] updating cached repository https://github.com/euclio/robco-term [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 501a8bb73a1603815a2024be5ad35a89f244211f [INFO] checking euclio/robco-term against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feuclio%2Frobco-term" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/euclio/robco-term on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/euclio/robco-term [INFO] finished tweaking git repo https://github.com/euclio/robco-term [INFO] tweaked toml for git repo https://github.com/euclio/robco-term written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/euclio/robco-term already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=allow" "-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" "+beta-2019-10-27" "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] 970dc41cc3ea8a61ec619c5b703c8591fdbc1c8de899ab4cce3671bdf0157784 [INFO] running `"docker" "start" "-a" "970dc41cc3ea8a61ec619c5b703c8591fdbc1c8de899ab4cce3671bdf0157784"` [INFO] [stderr] Compiling quote v0.3.13 [INFO] [stderr] Checking serde v0.9.8 [INFO] [stderr] Compiling synom v0.11.0 [INFO] [stderr] Compiling miniz-sys v0.1.9 [INFO] [stderr] Compiling ncurses v5.85.0 [INFO] [stderr] Checking yaml-rust v0.3.5 [INFO] [stderr] Checking humantime v1.0.0 [INFO] [stderr] Checking thread_local v0.3.3 [INFO] [stderr] Checking chrono v0.3.0 [INFO] [stderr] Checking regex v0.2.1 [INFO] [stderr] Compiling syn v0.11.6 [INFO] [stderr] Checking flate2 v0.2.17 [INFO] [stderr] Checking docopt v0.7.0 [INFO] [stderr] Compiling serde_codegen_internals v0.14.0 [INFO] [stderr] Compiling serde_derive v0.9.8 [INFO] [stderr] Checking serde_json v0.9.8 [INFO] [stderr] Checking serde-value v0.4.0 [INFO] [stderr] Checking serde_yaml v0.6.2 [INFO] [stderr] Checking log4rs v0.6.1 [INFO] [stderr] Checking robco_term v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/window.rs:43:19 [INFO] [stderr] | [INFO] [stderr] 43 | mousemask(mouse_events as u32, None); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected u64, found u32 [INFO] [stderr] | help: you can convert an `u32` to `u64`: `(mouse_events as u32).into()` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/window.rs:90:35 [INFO] [stderr] | [INFO] [stderr] 90 | if event.bstate & (BUTTON1_PRESSED as u32) != 0 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected u64, found u32 [INFO] [stderr] [INFO] [stderr] error[E0277]: no implementation for `u64 & u32` [INFO] [stderr] --> src/window.rs:90:33 [INFO] [stderr] | [INFO] [stderr] 90 | if event.bstate & (BUTTON1_PRESSED as u32) != 0 { [INFO] [stderr] | ^ no implementation for `u64 & u32` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::BitAnd` is not implemented for `u64` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/window.rs:207:35 [INFO] [stderr] | [INFO] [stderr] 207 | ... addch(c as u32); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected u64, found u32 [INFO] [stderr] | help: you can convert an `u32` to `u64`: `(c as u32).into()` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/window.rs:215:35 [INFO] [stderr] | [INFO] [stderr] 215 | ... addch(c as u32); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected u64, found u32 [INFO] [stderr] | help: you can convert an `u32` to `u64`: `(c as u32).into()` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/window.rs:225:35 [INFO] [stderr] | [INFO] [stderr] 225 | ... addch(c as u32); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected u64, found u32 [INFO] [stderr] | help: you can convert an `u32` to `u64`: `(c as u32).into()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `robco_term`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/window.rs:43:19 [INFO] [stderr] | [INFO] [stderr] 43 | mousemask(mouse_events as u32, None); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected u64, found u32 [INFO] [stderr] | help: you can convert an `u32` to `u64`: `(mouse_events as u32).into()` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/window.rs:90:35 [INFO] [stderr] | [INFO] [stderr] 90 | if event.bstate & (BUTTON1_PRESSED as u32) != 0 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected u64, found u32 [INFO] [stderr] [INFO] [stderr] error[E0277]: no implementation for `u64 & u32` [INFO] [stderr] --> src/window.rs:90:33 [INFO] [stderr] | [INFO] [stderr] 90 | if event.bstate & (BUTTON1_PRESSED as u32) != 0 { [INFO] [stderr] | ^ no implementation for `u64 & u32` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::BitAnd` is not implemented for `u64` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/window.rs:207:35 [INFO] [stderr] | [INFO] [stderr] 207 | ... addch(c as u32); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected u64, found u32 [INFO] [stderr] | help: you can convert an `u32` to `u64`: `(c as u32).into()` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/window.rs:215:35 [INFO] [stderr] | [INFO] [stderr] 215 | ... addch(c as u32); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected u64, found u32 [INFO] [stderr] | help: you can convert an `u32` to `u64`: `(c as u32).into()` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/window.rs:225:35 [INFO] [stderr] | [INFO] [stderr] 225 | ... addch(c as u32); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected u64, found u32 [INFO] [stderr] | help: you can convert an `u32` to `u64`: `(c as u32).into()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `robco_term`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "970dc41cc3ea8a61ec619c5b703c8591fdbc1c8de899ab4cce3671bdf0157784"` [INFO] running `"docker" "rm" "-f" "970dc41cc3ea8a61ec619c5b703c8591fdbc1c8de899ab4cce3671bdf0157784"` [INFO] [stdout] 970dc41cc3ea8a61ec619c5b703c8591fdbc1c8de899ab4cce3671bdf0157784