[INFO] updating cached repository https://github.com/futurepaul/druid-color-picker [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] 7ba6a2c8b7a136d160478e29881259bf1f2fabe8 [INFO] testing futurepaul/druid-color-picker against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ffuturepaul%2Fdruid-color-picker" "/workspace/builds/worker-6/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/futurepaul/druid-color-picker on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/futurepaul/druid-color-picker [INFO] finished tweaking git repo https://github.com/futurepaul/druid-color-picker [INFO] tweaked toml for git repo https://github.com/futurepaul/druid-color-picker written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/futurepaul/druid-color-picker already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] b275d2dcbcedd427964afa5be367c0545b1d9c89315bdfbca76746580b37b52c [INFO] running `"docker" "start" "-a" "b275d2dcbcedd427964afa5be367c0545b1d9c89315bdfbca76746580b37b52c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling cairo-rs v0.5.0 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling rawpointer v0.1.0 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling matrixmultiply v0.2.2 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling cairo-sys-rs v0.7.0 [INFO] [stderr] Compiling kurbo v0.2.2 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling generic-array v0.12.0 [INFO] [stderr] Compiling piet v0.0.2 [INFO] [stderr] Compiling piet-cairo v0.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling piet-common v0.0.2 [INFO] [stderr] Compiling druid-shell v0.2.0 (https://github.com/xi-editor/druid/#8c3778ab) [INFO] [stderr] error[E0432]: unresolved import `crate::platform` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/druid-1a6b6c4d20db75fe/8c3778a/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/8c3778a/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/8c3778a/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/8c3778a/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/8c3778a/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/8c3778a/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[E0283]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/druid-1a6b6c4d20db75fe/8c3778a/druid-shell/src/window.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | pub inner: platform::WindowHandle, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type [INFO] [stderr] | [INFO] [stderr] = note: cannot satisfy `_: std::default::Default` [INFO] [stderr] = note: required by `std::default::Default::default` [INFO] [stderr] = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info) [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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b275d2dcbcedd427964afa5be367c0545b1d9c89315bdfbca76746580b37b52c"` [INFO] running `"docker" "rm" "-f" "b275d2dcbcedd427964afa5be367c0545b1d9c89315bdfbca76746580b37b52c"` [INFO] [stdout] b275d2dcbcedd427964afa5be367c0545b1d9c89315bdfbca76746580b37b52c