[INFO] cloning repository https://github.com/mrDIMAS/rg3d-sound [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mrDIMAS/rg3d-sound" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmrDIMAS%2Frg3d-sound"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmrDIMAS%2Frg3d-sound'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 61156e57259ba0a51721296fd0986fb7d8f59ac6 [INFO] checking mrDIMAS/rg3d-sound against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FmrDIMAS%2Frg3d-sound" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mrDIMAS/rg3d-sound on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mrDIMAS/rg3d-sound [INFO] removed path dependency rg3d-core from git repo https://github.com/mrDIMAS/rg3d-sound [INFO] finished tweaking git repo https://github.com/mrDIMAS/rg3d-sound [INFO] tweaked toml for git repo https://github.com/mrDIMAS/rg3d-sound written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/mrDIMAS/rg3d-sound already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (rg3d-core) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (rg3d-core) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=allow" "-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" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 96e85dd35d67e57568cf61bcbc69e43e67616bddda7b55ad8ceaf934fbbdb6a5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "96e85dd35d67e57568cf61bcbc69e43e67616bddda7b55ad8ceaf934fbbdb6a5"` [INFO] [stderr] warning: dependency (rg3d-core) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Checking rg3d-core v0.1.0 [INFO] [stderr] Checking rg3d-sound v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> src/device.rs:247:26 [INFO] [stderr] | [INFO] [stderr] 247 | let mut device = windows::DirectSoundDevice::new(buffer_len_bytes, callback)?; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `ZERO` found for type `rg3d_core::math::vec3::Vec3` in the current scope [INFO] [stderr] --> src/source.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | position: Vec3::ZERO, [INFO] [stderr] | ^^^^ associated item not found in `rg3d_core::math::vec3::Vec3` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `windows` [INFO] [stderr] --> src/device.rs:247:26 [INFO] [stderr] | [INFO] [stderr] 247 | let mut device = windows::DirectSoundDevice::new(buffer_len_bytes, callback)?; [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `windows` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/context.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | self.sources.borrow(handle) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&source::Source` [INFO] [stderr] found type `std::option::Option<&source::Source>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/context.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | self.sources.borrow_mut(handle) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected mutable reference, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut source::Source` [INFO] [stderr] found type `std::option::Option<&mut source::Source>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `ZERO` found for type `rg3d_core::math::vec3::Vec3` in the current scope [INFO] [stderr] --> src/listener.rs:19:29 [INFO] [stderr] | [INFO] [stderr] 19 | position: Vec3::ZERO, [INFO] [stderr] | ^^^^ associated item not found in `rg3d_core::math::vec3::Vec3` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 parameters but 3 parameters were supplied [INFO] [stderr] --> src/listener.rs:20:24 [INFO] [stderr] | [INFO] [stderr] 20 | look_axis: Vec3::new(0.0, 0.0, 1.0), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 parameters but 3 parameters were supplied [INFO] [stderr] --> src/listener.rs:21:22 [INFO] [stderr] | [INFO] [stderr] 21 | up_axis: Vec3::new(0.0, 1.0, 0.0), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 parameters but 3 parameters were supplied [INFO] [stderr] --> src/listener.rs:22:23 [INFO] [stderr] | [INFO] [stderr] 22 | ear_axis: Vec3::new(1.0, 0.0, 0.0) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `rg3d-sound`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no associated item named `ZERO` found for type `rg3d_core::math::vec3::Vec3` in the current scope [INFO] [stderr] --> src/source.rs:83:29 [INFO] [stderr] | [INFO] [stderr] 83 | position: Vec3::ZERO, [INFO] [stderr] | ^^^^ associated item not found in `rg3d_core::math::vec3::Vec3` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/context.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | self.sources.borrow(handle) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected reference, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&source::Source` [INFO] [stderr] found type `std::option::Option<&source::Source>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/context.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | self.sources.borrow_mut(handle) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected mutable reference, found enum `std::option::Option` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut source::Source` [INFO] [stderr] found type `std::option::Option<&mut source::Source>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `ZERO` found for type `rg3d_core::math::vec3::Vec3` in the current scope [INFO] [stderr] --> src/listener.rs:19:29 [INFO] [stderr] | [INFO] [stderr] 19 | position: Vec3::ZERO, [INFO] [stderr] | ^^^^ associated item not found in `rg3d_core::math::vec3::Vec3` [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 parameters but 3 parameters were supplied [INFO] [stderr] --> src/listener.rs:20:24 [INFO] [stderr] | [INFO] [stderr] 20 | look_axis: Vec3::new(0.0, 0.0, 1.0), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 parameters but 3 parameters were supplied [INFO] [stderr] --> src/listener.rs:21:22 [INFO] [stderr] | [INFO] [stderr] 21 | up_axis: Vec3::new(0.0, 1.0, 0.0), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 0 parameters but 3 parameters were supplied [INFO] [stderr] --> src/listener.rs:22:23 [INFO] [stderr] | [INFO] [stderr] 22 | ear_axis: Vec3::new(1.0, 0.0, 0.0) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ expected 0 parameters [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0308, E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `rg3d-sound`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "96e85dd35d67e57568cf61bcbc69e43e67616bddda7b55ad8ceaf934fbbdb6a5"` [INFO] running `"docker" "rm" "-f" "96e85dd35d67e57568cf61bcbc69e43e67616bddda7b55ad8ceaf934fbbdb6a5"` [INFO] [stdout] 96e85dd35d67e57568cf61bcbc69e43e67616bddda7b55ad8ceaf934fbbdb6a5