[INFO] updating cached repository https://github.com/tmonte/game [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 79a82b8ec3db9a463cd4e3be385f07ce26e9e3fa [INFO] testing tmonte/game against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmonte%2Fgame" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tmonte/game on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tmonte/game [INFO] finished tweaking git repo https://github.com/tmonte/game [INFO] tweaked toml for git repo https://github.com/tmonte/game written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/tmonte/game already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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.38.0" "build" "--frozen"` [INFO] [stdout] 244cafd13c64b18037ff46baf987f2adc15a80737dba6e3e6d96b0b5e7525ee1 [INFO] running `"docker" "start" "-a" "244cafd13c64b18037ff46baf987f2adc15a80737dba6e3e6d96b0b5e7525ee1"` [INFO] [stderr] Compiling phf_shared v0.7.20 [INFO] [stderr] Compiling sdl2-sys v0.8.1 [INFO] [stderr] Compiling xml-rs v0.3.5 [INFO] [stderr] Compiling cmake v0.1.20 [INFO] [stderr] Compiling num-complex v0.1.35 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling gif v0.7.0 [INFO] [stderr] Compiling num-bigint v0.1.35 [INFO] [stderr] Compiling x11-dl v2.11.0 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling tempfile v2.1.4 [INFO] [stderr] Compiling gfx v0.12.2 [INFO] [stderr] Compiling pulse v0.5.3 [INFO] [stderr] Compiling png v0.4.3 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling memmap v0.2.3 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling phf_generator v0.7.20 [INFO] [stderr] Compiling phf v0.7.20 [INFO] [stderr] Compiling phf_codegen v0.7.20 [INFO] [stderr] Compiling specs v0.7.1 [INFO] [stderr] Compiling num-rational v0.1.35 [INFO] [stderr] Compiling target_build_utils v0.1.2 [INFO] [stderr] Compiling glfw-sys v3.2.1 [INFO] [stderr] Compiling wayland-scanner v0.5.11 [INFO] [stderr] Compiling gl_generator v0.5.2 [INFO] [stderr] Compiling num v0.1.36 [INFO] [stderr] Compiling sdl2 v0.18.0 [INFO] [stderr] Compiling cgmath v0.8.0 [INFO] [stderr] Compiling image v0.6.1 [INFO] [stderr] Compiling wayland-client v0.5.12 [INFO] [stderr] Compiling gfx_gl v0.3.1 [INFO] [stderr] Compiling glutin v0.6.2 [INFO] [stderr] Compiling glfw v0.5.0 [INFO] [stderr] Compiling libloading v0.3.1 [INFO] [stderr] Compiling gfx_device_gl v0.11.2 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.5.11 [INFO] [stderr] Compiling gfx_window_sdl v0.3.0 [INFO] [stderr] Compiling gfx_window_glfw v0.11.0 [INFO] [stderr] Compiling wayland-window v0.2.3 [INFO] [stderr] Compiling wayland-kbd v0.3.6 [INFO] [stderr] Compiling gfx_window_glutin v0.12.0 [INFO] [stderr] Compiling pegasus v0.2.0 [INFO] [stderr] Compiling gfx_app v0.3.0 [INFO] [stderr] Compiling game v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read /users/tmonte/Projects/game/assets/cc2.png: No such file or directory (os error 2) [INFO] [stderr] --> src/systems/draw.rs:147:22 [INFO] [stderr] | [INFO] [stderr] 147 | let bytes = &include_bytes!("/users/tmonte/Projects/game/assets/cc2.png")[..]; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `game`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "244cafd13c64b18037ff46baf987f2adc15a80737dba6e3e6d96b0b5e7525ee1"` [INFO] running `"docker" "rm" "-f" "244cafd13c64b18037ff46baf987f2adc15a80737dba6e3e6d96b0b5e7525ee1"` [INFO] [stdout] 244cafd13c64b18037ff46baf987f2adc15a80737dba6e3e6d96b0b5e7525ee1