[INFO] updating cached repository https://github.com/pepijnd/fluid-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/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] 60d88ccc3a04ac428b7c343563856620d791c1a2 [INFO] checking pepijnd/fluid-rs against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpepijnd%2Ffluid-rs" "work/builds/worker-7/source"` [INFO] [stderr] Cloning into 'work/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pepijnd/fluid-rs on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/pepijnd/fluid-rs [INFO] finished tweaking git repo https://github.com/pepijnd/fluid-rs [INFO] tweaked toml for git repo https://github.com/pepijnd/fluid-rs written to work/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/pepijnd/fluid-rs already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/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=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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b4f6f9a9be04c4678405e916d2b6df9dcbcf86104a2e695bcfdbb765885d2056 [INFO] running `"docker" "start" "-a" "b4f6f9a9be04c4678405e916d2b6df9dcbcf86104a2e695bcfdbb765885d2056"` [INFO] [stderr] Compiling byteorder v1.3.1 [INFO] [stderr] Checking hashbrown v0.1.8 [INFO] [stderr] Checking fluid-rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `fluid_rust` [INFO] [stderr] --> benches/bench_fluid.rs:31:9 [INFO] [stderr] | [INFO] [stderr] 31 | use fluid_rust::spatial::{Fluid, FluidDomain, SimulationSettings}; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `fluid_rust` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `fluid_rust` [INFO] [stderr] --> benches/bench_fluid.rs:56:9 [INFO] [stderr] | [INFO] [stderr] 56 | use fluid_rust::spatial_vec::{Fluid, FluidDomain, SimulationSettings}; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `fluid_rust` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `fluid_rust` [INFO] [stderr] --> benches/bench_fluid.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | use fluid_rust::{Fluid, FluidDomain, SimulationSettings}; [INFO] [stderr] | ^^^^^^^^^^ use of undeclared type or module `fluid_rust` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Fluid` [INFO] [stderr] --> benches/bench_fluid.rs:36:39 [INFO] [stderr] | [INFO] [stderr] 36 | let mut fluid = black_box(Fluid::new( [INFO] [stderr] | ^^^^^ use of undeclared type or module `Fluid` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FluidDomain` [INFO] [stderr] --> benches/bench_fluid.rs:38:17 [INFO] [stderr] | [INFO] [stderr] 38 | FluidDomain::new(1000, 1000), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `FluidDomain` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SimulationSettings` [INFO] [stderr] --> benches/bench_fluid.rs:39:17 [INFO] [stderr] | [INFO] [stderr] 39 | SimulationSettings::new( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SimulationSettings` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Fluid` [INFO] [stderr] --> benches/bench_fluid.rs:61:39 [INFO] [stderr] | [INFO] [stderr] 61 | let mut fluid = black_box(Fluid::new( [INFO] [stderr] | ^^^^^ use of undeclared type or module `Fluid` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `FluidDomain` [INFO] [stderr] --> benches/bench_fluid.rs:63:17 [INFO] [stderr] | [INFO] [stderr] 63 | FluidDomain::new(1000, 1000), [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `FluidDomain` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SimulationSettings` [INFO] [stderr] --> benches/bench_fluid.rs:64:17 [INFO] [stderr] | [INFO] [stderr] 64 | SimulationSettings::new( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of undeclared type or module `SimulationSettings` [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `fluid-rust`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: unused import: `hashbrown::HashMap` [INFO] [stderr] --> src/fluid/spatial_vec.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use hashbrown::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `hashbrown::HashMap` [INFO] [stderr] --> src/fluid/spatial_vec.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use hashbrown::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b4f6f9a9be04c4678405e916d2b6df9dcbcf86104a2e695bcfdbb765885d2056"` [INFO] running `"docker" "rm" "-f" "b4f6f9a9be04c4678405e916d2b6df9dcbcf86104a2e695bcfdbb765885d2056"` [INFO] [stdout] b4f6f9a9be04c4678405e916d2b6df9dcbcf86104a2e695bcfdbb765885d2056