[INFO] fetching crate embedded-graphics-simulator 0.1.0... [INFO] extracting crate embedded-graphics-simulator 0.1.0 into work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/reg/embedded-graphics-simulator/0.1.0 [INFO] extracting crate embedded-graphics-simulator 0.1.0 into work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/reg/embedded-graphics-simulator/0.1.0 [INFO] validating manifest of embedded-graphics-simulator-0.1.0 on toolchain master#5f9c0448dde167128d668da4555879f64e56af1d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of embedded-graphics-simulator-0.1.0 on toolchain try#8ec8125bea94852768b56958f05da47666c21ab0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing embedded-graphics-simulator-0.1.0 [INFO] finished frobbing embedded-graphics-simulator-0.1.0 [INFO] frobbed toml for embedded-graphics-simulator-0.1.0 written to work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/reg/embedded-graphics-simulator/0.1.0/Cargo.toml [INFO] started frobbing embedded-graphics-simulator-0.1.0 [INFO] finished frobbing embedded-graphics-simulator-0.1.0 [INFO] frobbed toml for embedded-graphics-simulator-0.1.0 written to work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/reg/embedded-graphics-simulator/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking embedded-graphics-simulator-0.1.0 against try#8ec8125bea94852768b56958f05da47666c21ab0 for pr-62133 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62133/worker-1/try#8ec8125bea94852768b56958f05da47666c21ab0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/reg/embedded-graphics-simulator/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 83a0c844ae72d83cc379a5ffee6c19c172362d5381a3038f73f4948e235cb6e2 [INFO] running `"docker" "start" "-a" "83a0c844ae72d83cc379a5ffee6c19c172362d5381a3038f73f4948e235cb6e2"` [INFO] [stderr] Checking embedded-graphics v0.5.1 [INFO] [stderr] Checking embedded-graphics-simulator v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0432]: unresolved import `embedded_graphics::primitives::Rect` [INFO] [stderr] --> examples/stroke.rs:3:51 [INFO] [stderr] | [INFO] [stderr] 3 | use embedded_graphics::primitives::{Circle, Line, Rect, Triangle}; [INFO] [stderr] | ^^^^ no `Rect` in `primitives` [INFO] [stderr] [INFO] [stderr] error: line! takes no arguments [INFO] [stderr] --> examples/fill-macros.rs:91:15 [INFO] [stderr] | [INFO] [stderr] 91 | .draw(line!((0, 0), (64, 64), stroke = Some(1u8.into()),).translate(icoord!(256 + 32, 0))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `embedded_graphics::circle`, `embedded_graphics::line`, `embedded_graphics::rect`, `embedded_graphics::triangle` [INFO] [stderr] --> examples/fill-macros.rs:5:25 [INFO] [stderr] | [INFO] [stderr] 5 | use embedded_graphics::{circle, line, rect, triangle}; [INFO] [stderr] | ^^^^^^ ^^^^ ^^^^ ^^^^^^^^ no `triangle` in the root [INFO] [stderr] | | | | [INFO] [stderr] | | | no `rect` in the root [INFO] [stderr] | | no `line` in the root [INFO] [stderr] | no `circle` in the root [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 5 | use embedded_graphics::{egcircle, line, rect, triangle}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 5 | use embedded_graphics::{circle, line, rect, egtriangle}; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `circle` [INFO] [stderr] --> examples/fill-macros.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | display.draw(circle!( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `circle` [INFO] [stderr] --> examples/fill-macros.rs:22:9 [INFO] [stderr] | [INFO] [stderr] 22 | circle!( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `circle` [INFO] [stderr] --> examples/fill-macros.rs:32:9 [INFO] [stderr] | [INFO] [stderr] 32 | circle!( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `rect` [INFO] [stderr] --> examples/fill-macros.rs:41:18 [INFO] [stderr] | [INFO] [stderr] 41 | display.draw(rect!((0, 0), (64, 64), stroke = Some(1u8.into())).translate(icoord!(96, 0))); [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `rect` [INFO] [stderr] --> examples/fill-macros.rs:44:10 [INFO] [stderr] | [INFO] [stderr] 44 | &rect!( [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `rect` [INFO] [stderr] --> examples/fill-macros.rs:54:9 [INFO] [stderr] | [INFO] [stderr] 54 | rect!( [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `triangle` [INFO] [stderr] --> examples/fill-macros.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 64 | triangle!((32, 0), (0, 64), (64, 64), stroke = Some(1u8.into())) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `triangle` [INFO] [stderr] --> examples/fill-macros.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | triangle!( [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error: cannot determine resolution for the macro `triangle` [INFO] [stderr] --> examples/fill-macros.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | triangle!( [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: import resolution is stuck, try simplifying macro imports [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `embedded_graphics::primitives::Rect` [INFO] [stderr] --> examples/fill.rs:3:45 [INFO] [stderr] | [INFO] [stderr] 3 | use embedded_graphics::primitives::{Circle, Rect, Triangle}; [INFO] [stderr] | ^^^^ no `Rect` in `primitives` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `embedded_graphics::primitives::Rect` [INFO] [stderr] --> examples/offscreen.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use embedded_graphics::primitives::Rect; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `Rect` in `primitives` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `embedded-graphics-simulator`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `embedded-graphics-simulator`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `embedded-graphics-simulator`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `translate` found for type `u32` in the current scope [INFO] [stderr] --> examples/fill-macros.rs:91:67 [INFO] [stderr] | [INFO] [stderr] 91 | .draw(line!((0, 0), (64, 64), stroke = Some(1u8.into()),).translate(icoord!(256 + 32, 0))); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 12 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `embedded-graphics-simulator`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "83a0c844ae72d83cc379a5ffee6c19c172362d5381a3038f73f4948e235cb6e2"` [INFO] running `"docker" "rm" "-f" "83a0c844ae72d83cc379a5ffee6c19c172362d5381a3038f73f4948e235cb6e2"` [INFO] [stdout] 83a0c844ae72d83cc379a5ffee6c19c172362d5381a3038f73f4948e235cb6e2