[INFO] updating cached repository https://github.com/pepijnd/fluid-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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 try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpepijnd%2Ffluid-rs" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pepijnd/fluid-rs on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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 /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/pepijnd/fluid-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 42e031b1a8106e1b2fded95eafb7f028c968d92d72e16d9c70b225c5c77c397f [INFO] running `"docker" "start" "-a" "42e031b1a8106e1b2fded95eafb7f028c968d92d72e16d9c70b225c5c77c397f"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.33 [INFO] [stderr] Compiling wasm-bindgen v0.2.33 [INFO] [stderr] Checking byteorder v1.3.1 [INFO] [stderr] Compiling syn v0.15.26 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking hashbrown v0.1.8 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.33 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.33 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.33 [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] 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: 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] error: build failed [INFO] running `"docker" "inspect" "42e031b1a8106e1b2fded95eafb7f028c968d92d72e16d9c70b225c5c77c397f"` [INFO] running `"docker" "rm" "-f" "42e031b1a8106e1b2fded95eafb7f028c968d92d72e16d9c70b225c5c77c397f"` [INFO] [stdout] 42e031b1a8106e1b2fded95eafb7f028c968d92d72e16d9c70b225c5c77c397f