[INFO] crate amethyst_audio 0.8.0 is already in cache [INFO] checking amethyst_audio-0.8.0 against try#1a608893c03d7722effeb0058e82770bd36b4b3c for pr-66504-1 [INFO] extracting crate amethyst_audio 0.8.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate amethyst_audio 0.8.0 on toolchain 1a608893c03d7722effeb0058e82770bd36b4b3c [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate amethyst_audio 0.8.0 [INFO] finished tweaking crates.io crate amethyst_audio 0.8.0 [INFO] tweaked toml for crates.io crate amethyst_audio 0.8.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+1a608893c03d7722effeb0058e82770bd36b4b3c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e6afbb5ca2885def3cf453e4e57f8ef2dd3dcdc560e5dc0ecb9785832f3d0760 [INFO] running `"docker" "start" "-a" "e6afbb5ca2885def3cf453e4e57f8ef2dd3dcdc560e5dc0ecb9785832f3d0760"` [INFO] [stderr] Compiling getrandom v0.1.13 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling inventory-impl v0.1.4 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling getset v0.0.8 [INFO] [stderr] Compiling proc_macro_roids v0.6.0 [INFO] [stderr] Compiling ctor v0.1.12 [INFO] [stderr] Compiling ghost v0.1.1 [INFO] [stderr] Checking amethyst_error v0.3.0 [INFO] [stderr] Checking minimp3 v0.3.3 [INFO] [stderr] Compiling quickcheck v0.8.5 [INFO] [stderr] Checking rayon v1.2.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.2 [INFO] [stderr] Compiling amethyst_derive v0.6.1 [INFO] [stderr] Compiling alga_derive v0.9.1 [INFO] [stderr] Compiling const-random-macro v0.1.6 [INFO] [stderr] Checking inventory v0.1.4 [INFO] [stderr] Compiling err-derive v0.1.6 [INFO] [stderr] Checking const-random v0.1.6 [INFO] [stderr] Checking ahash v0.2.18 [INFO] [stderr] Checking hibitset v0.6.2 [INFO] [stderr] Checking hashbrown v0.6.3 [INFO] [stderr] Checking serde v1.0.103 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Checking num-complex v0.2.3 [INFO] [stderr] Checking ron v0.5.1 [INFO] [stderr] Checking erased-serde v0.3.9 [INFO] [stderr] Checking shred v0.9.4 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking lewton v0.9.4 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking alga v0.9.2 [INFO] [stderr] Checking specs v0.15.1 [INFO] [stderr] Checking specs-hierarchy v0.5.1 [INFO] [stderr] Checking nalgebra v0.18.1 [INFO] [stderr] Checking amethyst_core v0.8.1 [INFO] [stderr] Checking rodio v0.9.0 [INFO] [stderr] Checking amethyst_assets v0.9.1 [INFO] [stderr] Checking amethyst_audio v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `amethyst_utils` [INFO] [stderr] --> src/output.rs:140:9 [INFO] [stderr] | [INFO] [stderr] 140 | amethyst_utils::app_root_dir::application_root_dir, [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `amethyst_utils` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `amethyst_utils` [INFO] [stderr] --> src/components/audio_emitter.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 63 | use amethyst_utils::app_root_dir::application_root_dir; [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `amethyst_utils` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `amethyst_utils` [INFO] [stderr] --> src/sink.rs:71:9 [INFO] [stderr] | [INFO] [stderr] 71 | amethyst_utils::app_root_dir::application_root_dir, [INFO] [stderr] | ^^^^^^^^^^^^^^ use of undeclared type or module `amethyst_utils` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `application_root_dir` in this scope [INFO] [stderr] --> src/output.rs:178:24 [INFO] [stderr] | [INFO] [stderr] 178 | let app_root = application_root_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `application_root_dir` in this scope [INFO] [stderr] --> src/components/audio_emitter.rs:70:24 [INFO] [stderr] | [INFO] [stderr] 70 | let app_root = application_root_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `application_root_dir` in this scope [INFO] [stderr] --> src/sink.rs:79:24 [INFO] [stderr] | [INFO] [stderr] 79 | let app_root = application_root_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `amethyst_audio`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e6afbb5ca2885def3cf453e4e57f8ef2dd3dcdc560e5dc0ecb9785832f3d0760"` [INFO] running `"docker" "rm" "-f" "e6afbb5ca2885def3cf453e4e57f8ef2dd3dcdc560e5dc0ecb9785832f3d0760"` [INFO] [stdout] e6afbb5ca2885def3cf453e4e57f8ef2dd3dcdc560e5dc0ecb9785832f3d0760