[INFO] updating cached repository https://github.com/linebender/runebender [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 7d82332d5f1f5fa9cc049a8626651da677643f28 [INFO] checking linebender/runebender against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flinebender%2Frunebender" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/linebender/runebender on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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 /workspace/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 `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] ac8f413471c45e6e5f28d8bc1c1949089d8b259cd48c69a6643bdf4ca22a4426 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "ac8f413471c45e6e5f28d8bc1c1949089d8b259cd48c69a6643bdf4ca22a4426"` [INFO] [stderr] Compiling proc-macro2 v1.0.5 [INFO] [stderr] Checking tinystr v0.3.1 [INFO] [stderr] Compiling cairo-rs v0.7.1 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Checking stable_deref_trait v1.1.1 [INFO] [stderr] Checking fluent-syntax v0.9.0 [INFO] [stderr] Checking indexmap v1.2.0 [INFO] [stderr] Compiling cairo-sys-rs v0.9.0 [INFO] [stderr] Checking line-wrap v0.1.1 [INFO] [stderr] Checking kurbo v0.5.1 [INFO] [stderr] Checking backtrace v0.3.38 [INFO] [stderr] Checking chrono v0.4.9 [INFO] [stderr] Checking unic-langid-impl v0.6.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 fluent-locale v0.10.0 [INFO] [stderr] Checking intl_pluralrules v4.0.0 [INFO] [stderr] Checking simple_logger v1.3.0 [INFO] [stderr] Checking quick-xml v0.12.4 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling syn v1.0.5 [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=8164adf#8164adf7) [INFO] [stderr] error[E0432]: unresolved import `crate::platform` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/druid-1a6b6c4d20db75fe/8164adf/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/8164adf/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/8164adf/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/8164adf/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/8164adf/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/8164adf/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[E0283]: type annotations needed: cannot resolve `_: std::default::Default` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/druid-1a6b6c4d20db75fe/8164adf/druid-shell/src/window.rs:53:5 [INFO] [stderr] | [INFO] [stderr] 53 | pub inner: platform::WindowHandle, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: required by `std::default::Default::default` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0283, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0283`. [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" "ac8f413471c45e6e5f28d8bc1c1949089d8b259cd48c69a6643bdf4ca22a4426"` [INFO] running `"docker" "rm" "-f" "ac8f413471c45e6e5f28d8bc1c1949089d8b259cd48c69a6643bdf4ca22a4426"` [INFO] [stdout] ac8f413471c45e6e5f28d8bc1c1949089d8b259cd48c69a6643bdf4ca22a4426