[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 master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpepijnd%2Ffluid-rs" "/workspace/builds/worker-3/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/pepijnd/fluid-rs on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-3/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] c2d4dfebafd524d4f5aa58910b9dc792604128ed33f1e6ec6706d72214250d4f
[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" "c2d4dfebafd524d4f5aa58910b9dc792604128ed33f1e6ec6706d72214250d4f"`
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.33
[INFO] [stderr]    Compiling wasm-bindgen v0.2.33
[INFO] [stderr]     Checking hashbrown v0.1.8
[INFO] [stderr]    Compiling syn v0.15.26
[INFO] [stderr]     Checking rand v0.6.5
[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] 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] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[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" "c2d4dfebafd524d4f5aa58910b9dc792604128ed33f1e6ec6706d72214250d4f"`
[INFO] running `"docker" "rm" "-f" "c2d4dfebafd524d4f5aa58910b9dc792604128ed33f1e6ec6706d72214250d4f"`
[INFO] [stdout] c2d4dfebafd524d4f5aa58910b9dc792604128ed33f1e6ec6706d72214250d4f
