[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] [stderr] From https://github.com/linebender/runebender [INFO] [stderr] * [new branch] font-format-wip -> font-format-wip [INFO] [stderr] 2e50717..b4da69f master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b4da69fbe8076330c820f44c0c2d92ae077c45d6 [INFO] checking linebender/runebender against try#8d67a66581ea5498d7ac03b8f88a478d8ec75cf0 for pr-64564 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinebender%2Frunebender" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/linebender/runebender on toolchain 8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-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-2/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" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/xi-editor/druid/` [INFO] [stderr] Updating git repository `https://github.com/linebender/norad` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded piet-common v0.0.6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-2/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" "+8d67a66581ea5498d7ac03b8f88a478d8ec75cf0-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] cc225752da9dc02ba1279dc61714ae6e4820cdcf0ee5a418957b2d4088d3d0fd [INFO] running `"docker" "start" "-a" "cc225752da9dc02ba1279dc61714ae6e4820cdcf0ee5a418957b2d4088d3d0fd"` [INFO] [stderr] Compiling cairo-rs v0.7.1 [INFO] [stderr] Compiling cairo-sys-rs v0.9.0 [INFO] [stderr] Checking kurbo v0.5.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.9 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Compiling druid-derive-data v0.1.0 (https://github.com/xi-editor/druid/?rev=749681c#749681cc) [INFO] [stderr] Compiling druid-derive-data v0.1.0 (https://github.com/xi-editor/druid/?rev=028021#02802115) [INFO] [stderr] Compiling serde_repr v0.1.5 [INFO] [stderr] Checking plist v0.5.1 [INFO] [stderr] Checking quick-xml v0.12.4 [INFO] [stderr] Checking piet v0.0.6 [INFO] [stderr] Checking simple_logger v1.3.0 [INFO] [stderr] Compiling unic-langid-macros-impl v0.3.0 [INFO] [stderr] Checking piet-cairo v0.0.6 [INFO] [stderr] Checking piet-common v0.0.6 [INFO] [stderr] Checking druid-shell v0.3.0 (https://github.com/xi-editor/druid/?rev=749681c#749681cc) [INFO] [stderr] Checking druid-shell v0.3.0 (https://github.com/xi-editor/druid/?rev=028021#02802115) [INFO] [stderr] error[E0432]: unresolved import `crate::platform` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/druid-1a6b6c4d20db75fe/749681c/druid-shell/src/window.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | 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/749681c/druid-shell/src/lib.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | 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/749681c/druid-shell/src/lib.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | 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/749681c/druid-shell/src/lib.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | pub use platform::util; [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/749681c/druid-shell/src/lib.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | pub use platform::win_main as runloop; // TODO: rename to "runloop" [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `platform` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `platform`, `util::get_locale`, `util::init` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/druid-1a6b6c4d20db75fe/749681c/druid-shell/src/lib.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | pub use platform::WindowBuilder; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `platform` [INFO] [stderr] 60 | pub use util::{get_locale, 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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0432]: unresolved import `crate::platform` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/druid-1a6b6c4d20db75fe/0280211/druid-shell/src/window.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | 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/0280211/druid-shell/src/lib.rs:55:9 [INFO] [stderr] | [INFO] [stderr] 55 | 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/0280211/druid-shell/src/lib.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | 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/0280211/druid-shell/src/lib.rs:57:9 [INFO] [stderr] | [INFO] [stderr] 57 | pub use platform::util; [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/0280211/druid-shell/src/lib.rs:58:9 [INFO] [stderr] | [INFO] [stderr] 58 | pub use platform::win_main as runloop; // TODO: rename to "runloop" [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `platform` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `platform`, `util::get_locale`, `util::init` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/druid-1a6b6c4d20db75fe/0280211/druid-shell/src/lib.rs:59:9 [INFO] [stderr] | [INFO] [stderr] 59 | pub use platform::WindowBuilder; [INFO] [stderr] | ^^^^^^^^ use of undeclared type or module `platform` [INFO] [stderr] 60 | pub use util::{get_locale, 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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "cc225752da9dc02ba1279dc61714ae6e4820cdcf0ee5a418957b2d4088d3d0fd"` [INFO] running `"docker" "rm" "-f" "cc225752da9dc02ba1279dc61714ae6e4820cdcf0ee5a418957b2d4088d3d0fd"` [INFO] [stdout] cc225752da9dc02ba1279dc61714ae6e4820cdcf0ee5a418957b2d4088d3d0fd