[INFO] updating cached repository https://github.com/mwalczyk/folding [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] a503a84c7f8dc2595e81b3429634b508c10ec6e4 [INFO] testing mwalczyk/folding against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmwalczyk%2Ffolding" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mwalczyk/folding on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mwalczyk/folding [INFO] finished tweaking git repo https://github.com/mwalczyk/folding [INFO] tweaked toml for git repo https://github.com/mwalczyk/folding written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/mwalczyk/folding already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] e750125f39a017dfc4f3d113f8cc8fbcbc05ee8370b7485af26e7a960dddbdea [INFO] running `"docker" "start" "-a" "e750125f39a017dfc4f3d113f8cc8fbcbc05ee8370b7485af26e7a960dddbdea"` [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.2 [INFO] [stderr] Compiling lazycell v1.2.1 [INFO] [stderr] Compiling pkg-config v0.3.16 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling downcast-rs v1.0.4 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling raw-window-handle v0.1.2 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling stb_truetype v0.3.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling x11-dl v2.18.4 [INFO] [stderr] Compiling rusttype v0.8.0 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling mio-extras v2.0.5 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling graphics_utils v0.1.0 (https://github.com/mwalczyk/graphics_utils#82eaeff4) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/graphics_utils-2faf48c2dc80d419/82eaeff/src/utils.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | image::save_buffer(path, &pixels, width, height, image::RGB(8)).unwrap(); [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `image` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/graphics_utils-2faf48c2dc80d419/82eaeff/src/utils.rs:26:54 [INFO] [stderr] | [INFO] [stderr] 26 | image::save_buffer(path, &pixels, width, height, image::RGB(8)).unwrap(); [INFO] [stderr] | ^^^^^ use of undeclared type or module `image` [INFO] [stderr] [INFO] [stderr] Compiling wayland-sys v0.23.6 [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `graphics_utils`. [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" "e750125f39a017dfc4f3d113f8cc8fbcbc05ee8370b7485af26e7a960dddbdea"` [INFO] running `"docker" "rm" "-f" "e750125f39a017dfc4f3d113f8cc8fbcbc05ee8370b7485af26e7a960dddbdea"` [INFO] [stdout] e750125f39a017dfc4f3d113f8cc8fbcbc05ee8370b7485af26e7a960dddbdea