[INFO] cloning repository https://github.com/planet0104/edge_detection_visual [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/planet0104/edge_detection_visual" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplanet0104%2Fedge_detection_visual", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplanet0104%2Fedge_detection_visual'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9565627569633a55c770f2e487571feeb919e91c [INFO] checking planet0104/edge_detection_visual against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplanet0104%2Fedge_detection_visual" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/planet0104/edge_detection_visual 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 git repo https://github.com/planet0104/edge_detection_visual [INFO] finished tweaking git repo https://github.com/planet0104/edge_detection_visual [INFO] tweaked toml for git repo https://github.com/planet0104/edge_detection_visual written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/planet0104/edge_detection_visual already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] [stdout] 213d2a381aa27305803a59b4399ad19e15a82a2df93a066d173a3b98d3b73163 [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" "213d2a381aa27305803a59b4399ad19e15a82a2df93a066d173a3b98d3b73163", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "213d2a381aa27305803a59b4399ad19e15a82a2df93a066d173a3b98d3b73163", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "213d2a381aa27305803a59b4399ad19e15a82a2df93a066d173a3b98d3b73163", kill_on_drop: false }` [INFO] [stdout] 213d2a381aa27305803a59b4399ad19e15a82a2df93a066d173a3b98d3b73163 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] 7a2fa92a69b7807d5101813fbcc2b6ba542c32f43bf2e23bf88ad0700bb5442d [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" "7a2fa92a69b7807d5101813fbcc2b6ba542c32f43bf2e23bf88ad0700bb5442d", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.38 [INFO] [stderr] Compiling libloading v0.5.1 [INFO] [stderr] Compiling nsvg v0.5.0 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking png v0.12.0 [INFO] [stderr] Checking parking_lot_core v0.4.0 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Checking rodio v0.8.1 [INFO] [stderr] Checking rayon-core v1.5.0 [INFO] [stderr] Checking parking_lot v0.7.1 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking rayon v1.1.0 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Checking jpeg-decoder v0.1.15 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Checking tiff v0.2.2 [INFO] [stderr] Checking image v0.19.0 [INFO] [stderr] Checking image v0.21.2 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.19.1 [INFO] [stderr] Checking mengine v0.6.6 (https://github.com/planet0104/mengine?tag=0.6.6#0dfdf5a2) [INFO] [stdout] error[E0432]: unresolved import `window` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/mengine-fd9dedd6576c9fb2/0dfdf5a/src/lib.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub use window::{ [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `window` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mengine` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "7a2fa92a69b7807d5101813fbcc2b6ba542c32f43bf2e23bf88ad0700bb5442d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a2fa92a69b7807d5101813fbcc2b6ba542c32f43bf2e23bf88ad0700bb5442d", kill_on_drop: false }` [INFO] [stdout] 7a2fa92a69b7807d5101813fbcc2b6ba542c32f43bf2e23bf88ad0700bb5442d