[INFO] updating cached repository https://github.com/euclio/robco-term [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] testing euclio/robco-term against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Feuclio%2Frobco-term" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/euclio/robco-term on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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 work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/euclio/robco-term already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 33cf4692699ab155665c31fecc12610932b317ac11eea012f5840f72ed586bf5 [INFO] running `"docker" "start" "-a" "33cf4692699ab155665c31fecc12610932b317ac11eea012f5840f72ed586bf5"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling quote v0.3.13 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling regex-syntax v0.4.0 [INFO] [stderr] Compiling quick-error v1.1.0 [INFO] [stderr] Compiling serde v0.9.8 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling fnv v1.0.5 [INFO] [stderr] Compiling either v1.0.3 [INFO] [stderr] Compiling crossbeam v0.2.10 [INFO] [stderr] Compiling synom v0.11.0 [INFO] [stderr] Compiling miniz-sys v0.1.9 [INFO] [stderr] Compiling ncurses v5.85.0 [INFO] [stderr] Compiling num-integer v0.1.32 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling unsafe-any v0.4.1 [INFO] [stderr] Compiling ordered-float v0.4.0 [INFO] [stderr] Compiling humantime v1.0.0 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling itertools v0.5.9 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.2 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling num-iter v0.1.32 [INFO] [stderr] Compiling syn v0.11.6 [INFO] [stderr] Compiling num v0.1.36 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling flate2 v0.2.17 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling serde_codegen_internals v0.14.0 [INFO] [stderr] Compiling serde_derive v0.9.8 [INFO] [stderr] Compiling docopt v0.7.0 [INFO] [stderr] Compiling serde-value v0.4.0 [INFO] [stderr] Compiling serde_yaml v0.6.2 [INFO] [stderr] Compiling serde_json v0.9.8 [INFO] [stderr] Compiling log4rs v0.6.1 [INFO] [stderr] Compiling robco_term v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window.rs:19:24 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn create() -> Box { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Window` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/game.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/window.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [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] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/game.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/window.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [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" "33cf4692699ab155665c31fecc12610932b317ac11eea012f5840f72ed586bf5"` [INFO] running `"docker" "rm" "-f" "33cf4692699ab155665c31fecc12610932b317ac11eea012f5840f72ed586bf5"` [INFO] [stdout] 33cf4692699ab155665c31fecc12610932b317ac11eea012f5840f72ed586bf5