[INFO] fetching crate arc 0.0.1... [INFO] checking arc-0.0.1 against beta for pr-78714 [INFO] extracting crate arc 0.0.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate arc 0.0.1 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate arc 0.0.1 [INFO] finished tweaking crates.io crate arc 0.0.1 [INFO] tweaked toml for crates.io crate arc 0.0.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4299efb74cc549de269e6e0b11ce0e9ec14f71eeb9e525bc5631dcef79bc723a [INFO] running `Command { std: "docker" "start" "-a" "4299efb74cc549de269e6e0b11ce0e9ec14f71eeb9e525bc5631dcef79bc723a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4299efb74cc549de269e6e0b11ce0e9ec14f71eeb9e525bc5631dcef79bc723a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4299efb74cc549de269e6e0b11ce0e9ec14f71eeb9e525bc5631dcef79bc723a", kill_on_drop: false }` [INFO] [stdout] 4299efb74cc549de269e6e0b11ce0e9ec14f71eeb9e525bc5631dcef79bc723a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7ffeb9017391a907512c2ca252e09f452e8a63881a042cf30b25bd636fe70630 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "7ffeb9017391a907512c2ca252e09f452e8a63881a042cf30b25bd636fe70630", kill_on_drop: false }` [INFO] [stderr] Checking siphasher v0.2.3 [INFO] [stderr] Checking approx v0.1.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Checking phf_shared v0.7.24 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking phf v0.7.24 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling palette v0.3.0 [INFO] [stderr] Checking arc v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Application` [INFO] [stdout] --> examples/playground.rs:6:15 [INFO] [stdout] | [INFO] [stdout] 6 | let app = Application::new(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `Application` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Window` [INFO] [stdout] --> examples/playground.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | let window = Window::new(900., 700.); [INFO] [stdout] | ^^^^^^ use of undeclared type `Window` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SolidColor` [INFO] [stdout] --> examples/playground.rs:11:23 [INFO] [stdout] | [INFO] [stdout] 11 | let mut top_bar = SolidColor::new(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `SolidColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SolidColor` [INFO] [stdout] --> examples/playground.rs:15:30 [INFO] [stdout] | [INFO] [stdout] 15 | let mut top_bar_border = SolidColor::new(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `SolidColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SolidColor` [INFO] [stdout] --> examples/playground.rs:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | let mut bottom_bar = SolidColor::new(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `SolidColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SolidColor` [INFO] [stdout] --> examples/playground.rs:23:33 [INFO] [stdout] | [INFO] [stdout] 23 | let mut bottom_bar_border = SolidColor::new(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `SolidColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SolidColor` [INFO] [stdout] --> examples/playground.rs:27:20 [INFO] [stdout] | [INFO] [stdout] 27 | let mut main = SolidColor::new(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `SolidColor` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Column` [INFO] [stdout] --> examples/playground.rs:30:25 [INFO] [stdout] | [INFO] [stdout] 30 | let mut container = Column::new(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Column` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `arc::*` [INFO] [stdout] --> examples/playground.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use arc::*; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `arc` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "7ffeb9017391a907512c2ca252e09f452e8a63881a042cf30b25bd636fe70630", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ffeb9017391a907512c2ca252e09f452e8a63881a042cf30b25bd636fe70630", kill_on_drop: false }` [INFO] [stdout] 7ffeb9017391a907512c2ca252e09f452e8a63881a042cf30b25bd636fe70630