[INFO] cloning repository https://github.com/coderedart/soni [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/coderedart/soni" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoderedart%2Fsoni", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoderedart%2Fsoni'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a5a783e456c4f1bb98e07e877bfa8f0af3be9c61 [INFO] testing coderedart/soni against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcoderedart%2Fsoni" "/workspace/builds/worker-57/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-57/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/coderedart/soni on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/coderedart/soni [INFO] finished tweaking git repo https://github.com/coderedart/soni [INFO] tweaked toml for git repo https://github.com/coderedart/soni written to /workspace/builds/worker-57/source/Cargo.toml [INFO] crate git repo https://github.com/coderedart/soni already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded sapp-jsutils v0.1.5 [INFO] [stderr] Downloaded quad-url v0.1.1 [INFO] [stderr] Downloaded quad-alsa-sys v0.3.2 [INFO] [stderr] Downloaded sapp-android v0.1.14 [INFO] [stderr] Downloaded egui-miniquad v0.7.0 [INFO] [stderr] Downloaded egui-macroquad v0.7.0 [INFO] [stderr] Downloaded macroquad_macro v0.1.7 [INFO] [stderr] Downloaded macroquad v0.3.10 [INFO] [stderr] Downloaded quad-snd v0.2.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0610ae4d99c7d7d36f38bca588322bc496d864b5ad499bf669d661f8592dc072 [INFO] running `Command { std: "docker" "start" "-a" "0610ae4d99c7d7d36f38bca588322bc496d864b5ad499bf669d661f8592dc072", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0610ae4d99c7d7d36f38bca588322bc496d864b5ad499bf669d661f8592dc072", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0610ae4d99c7d7d36f38bca588322bc496d864b5ad499bf669d661f8592dc072", kill_on_drop: false }` [INFO] [stdout] 0610ae4d99c7d7d36f38bca588322bc496d864b5ad499bf669d661f8592dc072 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-57/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=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aea1a293a77639842943e4cb4f57390f0e4e75e77f7330df2ff4952e3299effc [INFO] running `Command { std: "docker" "start" "-a" "aea1a293a77639842943e4cb4f57390f0e4e75e77f7330df2ff4952e3299effc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.112 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling sapp-linux v0.1.13 [INFO] [stderr] Compiling quad-alsa-sys v0.3.2 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling ttf-parser v0.14.0 [INFO] [stderr] Compiling once_cell v1.9.0 [INFO] [stderr] Compiling dasp_sample v0.11.0 [INFO] [stderr] Compiling quad-snd v0.2.3 [INFO] [stderr] Compiling atomic_refcell v0.1.8 [INFO] [stderr] Compiling hound v3.4.0 [INFO] [stderr] Compiling nohash-hasher v0.2.0 [INFO] [stderr] Compiling emath v0.15.0 [INFO] [stderr] Compiling webbrowser v0.5.5 [INFO] [stderr] Compiling ttf-parser v0.12.3 [INFO] [stderr] Compiling bytemuck v1.7.3 [INFO] [stderr] Compiling macroquad_macro v0.1.7 [INFO] [stderr] Compiling bumpalo v3.9.1 [INFO] [stderr] Compiling quad-rand v0.2.1 [INFO] [stderr] Compiling glam v0.14.0 [INFO] [stderr] Compiling ogg v0.7.1 [INFO] [stderr] Compiling quad-url v0.1.1 [INFO] [stderr] Compiling dasp_frame v0.11.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling smallvec v0.6.14 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling lewton v0.9.4 [INFO] [stderr] Compiling fontdue v0.5.2 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling owned_ttf_parser v0.14.0 [INFO] [stderr] Compiling audrey v0.3.0 [INFO] [stderr] Compiling ab_glyph v0.2.13 [INFO] [stderr] Compiling miniquad v0.3.0-alpha.37 [INFO] [stderr] Compiling epaint v0.15.0 [INFO] [stderr] Compiling macroquad v0.3.10 [INFO] [stderr] Compiling egui v0.15.0 [INFO] [stderr] Compiling egui-miniquad v0.7.0 [INFO] [stderr] Compiling egui-macroquad v0.7.0 [INFO] [stderr] Compiling soni v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read src/../plane.ogg: No such file or directory (os error 2) [INFO] [stdout] --> src/main.rs:148:38 [INFO] [stdout] | [INFO] [stdout] 148 | pub const PLANE_SOUND_BYTES: &[u8] = include_bytes!("../plane.ogg"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `soni` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "aea1a293a77639842943e4cb4f57390f0e4e75e77f7330df2ff4952e3299effc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aea1a293a77639842943e4cb4f57390f0e4e75e77f7330df2ff4952e3299effc", kill_on_drop: false }` [INFO] [stdout] aea1a293a77639842943e4cb4f57390f0e4e75e77f7330df2ff4952e3299effc