[INFO] crate amethyst_audio 0.10.0 is already in cache [INFO] checking amethyst_audio-0.10.0 against master#450abe80f193ccefbfcd48214d70520f2d507f0e for pr-73084 [INFO] extracting crate amethyst_audio 0.10.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate amethyst_audio 0.10.0 on toolchain 450abe80f193ccefbfcd48214d70520f2d507f0e [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate amethyst_audio 0.10.0 [INFO] finished tweaking crates.io crate amethyst_audio 0.10.0 [INFO] tweaked toml for crates.io crate amethyst_audio 0.10.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "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] 9a4ce7b9d2e6e8dbeae135b48e8e6e9df5f63cf31ea34dac6226794a2bfc6817 [INFO] running `"docker" "start" "-a" "9a4ce7b9d2e6e8dbeae135b48e8e6e9df5f63cf31ea34dac6226794a2bfc6817"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking either v1.5.3 [INFO] [stderr] Compiling cc v1.0.54 [INFO] [stderr] Compiling cpal v0.11.0 [INFO] [stderr] Checking tinyvec v0.3.3 [INFO] [stderr] Checking hound v3.4.0 [INFO] [stderr] Checking claxon v0.4.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling alsa-sys v0.1.2 [INFO] [stderr] Checking ogg v0.7.0 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Checking lewton v0.10.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Checking num-rational v0.2.4 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking backtrace v0.3.48 [INFO] [stderr] Checking slice-deque v0.3.0 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling minimp3-sys v0.3.2 [INFO] [stderr] Checking amethyst_error v0.5.0 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking thiserror v1.0.19 [INFO] [stderr] Checking minimp3 v0.3.5 [INFO] [stderr] Checking rodio v0.11.0 [INFO] [stderr] Checking rand_distr v0.2.2 [INFO] [stderr] Checking nalgebra v0.19.0 [INFO] [stderr] Compiling quickcheck v0.9.2 [INFO] [stderr] Compiling alga_derive v0.9.2 [INFO] [stderr] Checking shred v0.10.2 [INFO] [stderr] Checking hibitset v0.6.3 [INFO] [stderr] Checking specs v0.16.1 [INFO] [stderr] Checking specs-hierarchy v0.6.0 [INFO] [stderr] Checking amethyst_core v0.10.0 [INFO] [stderr] Checking amethyst_assets v0.11.0 [INFO] [stderr] Checking amethyst_audio v0.10.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `amethyst_utils` [INFO] [stderr] --> src/output.rs:153:9 [INFO] [stderr] | [INFO] [stderr] 153 | 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:191:24 [INFO] [stderr] | [INFO] [stderr] 191 | 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] [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" "9a4ce7b9d2e6e8dbeae135b48e8e6e9df5f63cf31ea34dac6226794a2bfc6817"` [INFO] running `"docker" "rm" "-f" "9a4ce7b9d2e6e8dbeae135b48e8e6e9df5f63cf31ea34dac6226794a2bfc6817"` [INFO] [stdout] 9a4ce7b9d2e6e8dbeae135b48e8e6e9df5f63cf31ea34dac6226794a2bfc6817