[INFO] updating cached repository https://github.com/linebender/runebender [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] 2e50717b0a5ac5808d1503a08f84ce9731e25fd2 [INFO] checking linebender/runebender against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinebender%2Frunebender" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/linebender/runebender on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/linebender/runebender [INFO] finished tweaking git repo https://github.com/linebender/runebender [INFO] tweaked toml for git repo https://github.com/linebender/runebender written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/linebender/runebender already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 688d266925a3e33a2fd744227838219b8a005d7b683151cd886f7938dc60b668 [INFO] running `"docker" "start" "-a" "688d266925a3e33a2fd744227838219b8a005d7b683151cd886f7938dc60b668"` [INFO] [stderr] Compiling cairo-rs v0.5.0 [INFO] [stderr] Compiling cairo-sys-rs v0.7.0 [INFO] [stderr] Checking kurbo v0.2.2 [INFO] [stderr] Checking plist v0.4.1 [INFO] [stderr] Compiling serde_repr v0.1.4 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking quick-xml v0.12.4 [INFO] [stderr] Checking piet v0.0.2 [INFO] [stderr] Checking font-rs v0.1.3 (https://github.com/raphlinus/font-rs?rev=788e8b523956b5c7addedb7fb524f22c53fe07dd#788e8b52) [INFO] [stderr] Checking piet-cairo v0.0.2 [INFO] [stderr] Checking norad v0.0.1 (https://github.com/linebender/norad?rev=49eec403e69158be535d4ef0735ea38d8237d9ea#49eec403) [INFO] [stderr] Checking piet-common v0.0.2 [INFO] [stderr] Checking druid-shell v0.2.0 (https://github.com/xi-editor/druid/?rev=1c9da82f871a04b4f4ca680f105ab82925235883#1c9da82f) [INFO] [stderr] error[E0432]: unresolved import `crate::platform` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/druid-1a6b6c4d20db75fe/1c9da82/druid-shell/src/window.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | use crate::platform; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `platform` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `platform` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/druid-1a6b6c4d20db75fe/1c9da82/druid-shell/src/lib.rs:46:9 [INFO] [stderr] | [INFO] [stderr] 46 | pub use platform::application; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `platform` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `platform` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/druid-1a6b6c4d20db75fe/1c9da82/druid-shell/src/lib.rs:47:9 [INFO] [stderr] | [INFO] [stderr] 47 | pub use platform::dialog; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `platform` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `platform` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/druid-1a6b6c4d20db75fe/1c9da82/druid-shell/src/lib.rs:48:9 [INFO] [stderr] | [INFO] [stderr] 48 | pub use platform::menu; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `platform` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `platform` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/druid-1a6b6c4d20db75fe/1c9da82/druid-shell/src/lib.rs:49:9 [INFO] [stderr] | [INFO] [stderr] 49 | pub use platform::util; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `platform` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `platform`, `util::init` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/druid-1a6b6c4d20db75fe/1c9da82/druid-shell/src/lib.rs:50:9 [INFO] [stderr] | [INFO] [stderr] 50 | pub use platform::win_main; // TODO: rename to "runloop" [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `platform` [INFO] [stderr] 51 | pub use util::init; [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `druid-shell`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "688d266925a3e33a2fd744227838219b8a005d7b683151cd886f7938dc60b668"` [INFO] running `"docker" "rm" "-f" "688d266925a3e33a2fd744227838219b8a005d7b683151cd886f7938dc60b668"` [INFO] [stdout] 688d266925a3e33a2fd744227838219b8a005d7b683151cd886f7938dc60b668