[INFO] updating cached repository https://github.com/revuniversal/BreakOpen [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] eed2bb1a7f45db44406418cb1bfb06fd8b95b50c [INFO] checking revuniversal/BreakOpen against try#e689e5eaefe96e6dc3ed5bb629c521b7d207aff7 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frevuniversal%2FBreakOpen" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/revuniversal/BreakOpen on toolchain e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/revuniversal/BreakOpen [INFO] finished tweaking git repo https://github.com/revuniversal/BreakOpen [INFO] tweaked toml for git repo https://github.com/revuniversal/BreakOpen written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/revuniversal/BreakOpen already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=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" "+e689e5eaefe96e6dc3ed5bb629c521b7d207aff7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] c06a5248e520a71dbedbc57d94cbb2d86c4c56ef5cd01fb0d6d11dd98118fe98 [INFO] running `"docker" "start" "-a" "c06a5248e520a71dbedbc57d94cbb2d86c4c56ef5cd01fb0d6d11dd98118fe98"` [INFO] [stderr] Compiling serde v0.9.9 [INFO] [stderr] Compiling xml-rs v0.3.8 [INFO] [stderr] Checking pistoncore-input v0.17.1 [INFO] [stderr] Compiling target_build_utils v0.3.0 [INFO] [stderr] Checking image v0.12.3 [INFO] [stderr] Compiling wayland-scanner v0.7.8 [INFO] [stderr] Compiling gl_generator v0.5.2 [INFO] [stderr] Checking pistoncore-window v0.26.2 [INFO] [stderr] Checking pistoncore-event_loop v0.31.4 [INFO] [stderr] Checking piston v0.31.4 [INFO] [stderr] Compiling wayland-client v0.7.8 [INFO] [stderr] Compiling glutin v0.7.4 [INFO] [stderr] Compiling gl v0.6.1 [INFO] [stderr] Compiling serde_json v0.9.8 [INFO] [stderr] Compiling libloading v0.3.2 [INFO] [stderr] Checking dlib v0.3.1 [INFO] [stderr] Checking wayland-sys v0.7.8 [INFO] [stderr] Checking piston2d-opengl_graphics v0.42.1 [INFO] [stderr] Checking wayland-kbd v0.6.3 [INFO] [stderr] Checking wayland-window v0.4.4 [INFO] [stderr] Checking winit v0.5.11 [INFO] [stderr] Checking pistoncore-glutin_window v0.35.1 [INFO] [stderr] Checking spinning-square v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected one of `.`, `;`, `?`, or an operator, found `g` [INFO] [stderr] --> src/paddle.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 35 | let square = rectangle::Rectangle::new() [INFO] [stderr] | - expected one of `.`, `;`, `?`, or an operator here [INFO] [stderr] 36 | [INFO] [stderr] 37 | g.draw(args.viewport(), |c, gl| { [INFO] [stderr] | ^ unexpected token [INFO] [stderr] [INFO] [stderr] error: expected one of `.`, `;`, `?`, or an operator, found `g` [INFO] [stderr] --> src/paddle.rs:37:9 [INFO] [stderr] | [INFO] [stderr] 35 | let square = rectangle::Rectangle::new() [INFO] [stderr] | - expected one of `.`, `;`, `?`, or an operator here [INFO] [stderr] 36 | [INFO] [stderr] 37 | g.draw(args.viewport(), |c, gl| { [INFO] [stderr] | ^ unexpected token [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `upper_left` in this scope [INFO] [stderr] --> src/paddle.rs:79:20 [INFO] [stderr] | [INFO] [stderr] 79 | let (x0, y0) = upper_left(unshifted); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `upper_left` in this scope [INFO] [stderr] --> src/paddle.rs:80:20 [INFO] [stderr] | [INFO] [stderr] 80 | let (x1, y1) = upper_left(unshifted); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `graphics::*` [INFO] [stderr] --> src/paddle.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use graphics::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot divide `u32` by `{float}` [INFO] [stderr] --> src/paddle.rs:55:28 [INFO] [stderr] | [INFO] [stderr] 55 | ((point.0 + args.width / 2.0), (point.1 - args.height / 2.0)); [INFO] [stderr] | ^ no implementation for `u32 / {float}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Div<{float}>` is not implemented for `u32` [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot divide `u32` by `{float}` [INFO] [stderr] --> src/paddle.rs:55:59 [INFO] [stderr] | [INFO] [stderr] 55 | ((point.0 + args.width / 2.0), (point.1 - args.height / 2.0)); [INFO] [stderr] | ^ no implementation for `u32 / {float}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Div<{float}>` is not implemented for `u32` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/paddle.rs:54:54 [INFO] [stderr] | [INFO] [stderr] 54 | fn screen_coords(args: &RenderArgs, point: Point) -> Point{ [INFO] [stderr] | ------------- ^^^^^ expected tuple, found () [INFO] [stderr] | | [INFO] [stderr] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stderr] 55 | ((point.0 + args.width / 2.0), (point.1 - args.height / 2.0)); [INFO] [stderr] | - help: consider removing this semicolon [INFO] [stderr] | [INFO] [stderr] = note: expected type `(f64, f64)` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `spinning-square`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0425]: cannot find function `upper_left` in this scope [INFO] [stderr] --> src/paddle.rs:79:20 [INFO] [stderr] | [INFO] [stderr] 79 | let (x0, y0) = upper_left(unshifted); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `upper_left` in this scope [INFO] [stderr] --> src/paddle.rs:80:20 [INFO] [stderr] | [INFO] [stderr] 80 | let (x1, y1) = upper_left(unshifted); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] warning: unused import: `graphics::*` [INFO] [stderr] --> src/paddle.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use graphics::*; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot divide `u32` by `{float}` [INFO] [stderr] --> src/paddle.rs:55:28 [INFO] [stderr] | [INFO] [stderr] 55 | ((point.0 + args.width / 2.0), (point.1 - args.height / 2.0)); [INFO] [stderr] | ^ no implementation for `u32 / {float}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Div<{float}>` is not implemented for `u32` [INFO] [stderr] [INFO] [stderr] error[E0277]: cannot divide `u32` by `{float}` [INFO] [stderr] --> src/paddle.rs:55:59 [INFO] [stderr] | [INFO] [stderr] 55 | ((point.0 + args.width / 2.0), (point.1 - args.height / 2.0)); [INFO] [stderr] | ^ no implementation for `u32 / {float}` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::ops::Div<{float}>` is not implemented for `u32` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/paddle.rs:54:54 [INFO] [stderr] | [INFO] [stderr] 54 | fn screen_coords(args: &RenderArgs, point: Point) -> Point{ [INFO] [stderr] | ------------- ^^^^^ expected tuple, found () [INFO] [stderr] | | [INFO] [stderr] | implicitly returns `()` as its body has no tail or `return` expression [INFO] [stderr] 55 | ((point.0 + args.width / 2.0), (point.1 - args.height / 2.0)); [INFO] [stderr] | - help: consider removing this semicolon [INFO] [stderr] | [INFO] [stderr] = note: expected type `(f64, f64)` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0425. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: Could not compile `spinning-square`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c06a5248e520a71dbedbc57d94cbb2d86c4c56ef5cd01fb0d6d11dd98118fe98"` [INFO] running `"docker" "rm" "-f" "c06a5248e520a71dbedbc57d94cbb2d86c4c56ef5cd01fb0d6d11dd98118fe98"` [INFO] [stdout] c06a5248e520a71dbedbc57d94cbb2d86c4c56ef5cd01fb0d6d11dd98118fe98