[INFO] updating cached repository g2xpf/Arrows [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/g2xpf/Arrows [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/g2xpf/Arrows" "work/ex/beta-1.38-1/sources/1.37.0/gh/g2xpf/Arrows"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/g2xpf/Arrows'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/g2xpf/Arrows" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/g2xpf/Arrows"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/g2xpf/Arrows'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 64820085dfc988c8d9dae827db35145e74d6ee6f [INFO] sha for GitHub repo g2xpf/Arrows: 64820085dfc988c8d9dae827db35145e74d6ee6f [INFO] validating manifest of g2xpf/Arrows on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of g2xpf/Arrows on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing g2xpf/Arrows [INFO] finished frobbing g2xpf/Arrows [INFO] frobbed toml for g2xpf/Arrows written to work/ex/beta-1.38-1/sources/1.37.0/gh/g2xpf/Arrows/Cargo.toml [INFO] started frobbing g2xpf/Arrows [INFO] finished frobbing g2xpf/Arrows [INFO] frobbed toml for g2xpf/Arrows written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/g2xpf/Arrows/Cargo.toml [INFO] crate g2xpf/Arrows already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing g2xpf/Arrows against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/g2xpf/Arrows:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 9d60d9085ae2edf0e42ec617cda98a3b43f949adcd59764f464f236bb40b60a2 [INFO] running `"docker" "start" "-a" "9d60d9085ae2edf0e42ec617cda98a3b43f949adcd59764f464f236bb40b60a2"` [INFO] [stderr] Compiling memmap v0.6.2 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling wayland-sys v0.20.12 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling num-derive v0.2.3 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling tempfile v3.0.5 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling wayland-commons v0.20.12 [INFO] [stderr] Compiling wayland-client v0.20.12 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling tiff v0.2.1 [INFO] [stderr] Compiling wayland-protocols v0.20.12 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling smithay-client-toolkit v0.2.6 [INFO] [stderr] Compiling image v0.20.1 [INFO] [stderr] Compiling winit v0.16.2 [INFO] [stderr] Compiling glutin v0.17.0 [INFO] [stderr] Compiling glium v0.22.0 [INFO] [stderr] Compiling arrows v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: couldn't read src/../images/rectangle.png: No such file or directory (os error 2) [INFO] [stderr] --> src/texture.rs:8:46 [INFO] [stderr] | [INFO] [stderr] 8 | let image = image::load(Cursor::new(&include_bytes!($image_path)[..]), $image_format) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:37:19 [INFO] [stderr] | [INFO] [stderr] 37 | let texture = texture!(&display, "../images/rectangle.png", image::PNG); [INFO] [stderr] | --------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: unused import: `cgmath` [INFO] [stderr] --> src/shapes/sphere/sphere.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use cgmath; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `arrows`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9d60d9085ae2edf0e42ec617cda98a3b43f949adcd59764f464f236bb40b60a2"` [INFO] running `"docker" "rm" "-f" "9d60d9085ae2edf0e42ec617cda98a3b43f949adcd59764f464f236bb40b60a2"` [INFO] [stdout] 9d60d9085ae2edf0e42ec617cda98a3b43f949adcd59764f464f236bb40b60a2