[INFO] fetching crate matrixise 1.0.0... [INFO] checking matrixise-1.0.0 against try#3ae4c050387df9f7fbb379ee90ce8bf05e566870 for pr-70872 [INFO] extracting crate matrixise 1.0.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate matrixise 1.0.0 on toolchain 3ae4c050387df9f7fbb379ee90ce8bf05e566870 [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate matrixise 1.0.0 [INFO] finished tweaking crates.io crate matrixise 1.0.0 [INFO] tweaked toml for crates.io crate matrixise 1.0.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate matrixise 1.0.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+3ae4c050387df9f7fbb379ee90ce8bf05e566870" "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] 521267c1a9f6ce7a56b87391ef020786521c881650facb7facc209b5362ea6a7 [INFO] running `"docker" "start" "-a" "521267c1a9f6ce7a56b87391ef020786521c881650facb7facc209b5362ea6a7"` [INFO] [stderr] Compiling ncurses v5.99.0 [INFO] [stderr] Checking matrixise v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0583]: file not found for module `tests` [INFO] [stderr] --> src/lib.rs:249:1 [INFO] [stderr] | [INFO] [stderr] 249 | mod tests; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: to create the module `tests`, create file "src/tests.rs" [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/streak.rs:107:25 [INFO] [stderr] | [INFO] [stderr] 107 | mvaddch(i,self.head_x,self.inner_text[i as usize].data); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected `u64`, found `u32` [INFO] [stderr] | help: you can convert an `u32` to `u64`: `self.inner_text[i as usize].data.into()` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/streak.rs:114:50 [INFO] [stderr] | [INFO] [stderr] 114 | mvaddch(self.head_y-self.length-1, self.head_x, ' ' as u32); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected `u64`, found `u32` [INFO] [stderr] | help: you can convert an `u32` to `u64`: `(' ' as u32).into()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0583. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `matrixise`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/streak.rs:107:25 [INFO] [stderr] | [INFO] [stderr] 107 | mvaddch(i,self.head_x,self.inner_text[i as usize].data); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected `u64`, found `u32` [INFO] [stderr] | help: you can convert an `u32` to `u64`: `self.inner_text[i as usize].data.into()` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/streak.rs:114:50 [INFO] [stderr] | [INFO] [stderr] 114 | mvaddch(self.head_y-self.length-1, self.head_x, ' ' as u32); [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected `u64`, found `u32` [INFO] [stderr] | help: you can convert an `u32` to `u64`: `(' ' as u32).into()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `matrixise`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "521267c1a9f6ce7a56b87391ef020786521c881650facb7facc209b5362ea6a7"` [INFO] running `"docker" "rm" "-f" "521267c1a9f6ce7a56b87391ef020786521c881650facb7facc209b5362ea6a7"` [INFO] [stdout] 521267c1a9f6ce7a56b87391ef020786521c881650facb7facc209b5362ea6a7