[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] - [deleted] (none) -> bloat-cmp [INFO] [stderr] * [new branch] basic-editor -> basic-editor [INFO] [stderr] * [new branch] bloat-hack-test -> bloat-hack-test [INFO] [stderr] + 7b08c71...d58fad5 font-format-wip -> font-format-wip (forced update) [INFO] [stderr] b4da69f..66d5f52 master -> master [INFO] [stderr] * [new branch] update-deps -> update-deps [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 66d5f521f50164ac6f6adef0f13f4c9d7b05b465 [INFO] checking linebender/runebender against try#00e4530a79c42b21a6ca2ac1edb597c90d21f89f for pr-64672 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinebender%2Frunebender" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/linebender/runebender on toolchain 00e4530a79c42b21a6ca2ac1edb597c90d21f89f [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "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-4/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" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "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] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-4/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" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 74903b28bf25c8d508fb46528bd4b79b846be87f50fdd7f2bd09b3eb360022ae [INFO] running `"docker" "start" "-a" "74903b28bf25c8d508fb46528bd4b79b846be87f50fdd7f2bd09b3eb360022ae"` [INFO] [stderr] Compiling cairo-rs v0.7.1 [INFO] [stderr] Checking tinystr v0.3.1 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking fluent-syntax v0.9.0 [INFO] [stderr] Compiling cairo-sys-rs v0.9.0 [INFO] [stderr] Checking kurbo v0.5.1 [INFO] [stderr] Checking plist v0.5.1 [INFO] [stderr] Compiling rental-impl v0.5.5 [INFO] [stderr] Compiling druid-derive-data v0.1.0 (https://github.com/xi-editor/druid/?rev=22dfeae#22dfeaee) [INFO] [stderr] Compiling serde_repr v0.1.5 [INFO] [stderr] Checking unic-langid-impl v0.6.0 [INFO] [stderr] Checking simple_logger v1.3.0 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking piet v0.0.6 [INFO] [stderr] Checking unic-langid v0.6.1 [INFO] [stderr] Checking quick-xml v0.12.4 [INFO] [stderr] Checking intl_pluralrules v4.0.0 [INFO] [stderr] Checking fluent-locale v0.10.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=22dfeae#22dfeaee) [INFO] [stderr] error[E0432]: unresolved import `crate::platform` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/druid-1a6b6c4d20db75fe/22dfeae/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/22dfeae/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/22dfeae/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/22dfeae/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/22dfeae/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/22dfeae/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" "74903b28bf25c8d508fb46528bd4b79b846be87f50fdd7f2bd09b3eb360022ae"` [INFO] running `"docker" "rm" "-f" "74903b28bf25c8d508fb46528bd4b79b846be87f50fdd7f2bd09b3eb360022ae"` [INFO] [stdout] 74903b28bf25c8d508fb46528bd4b79b846be87f50fdd7f2bd09b3eb360022ae