[INFO] fetching crate gobs 0.1.1... [INFO] checking gobs-0.1.1 against master#ba72b15666b2491415aec703a02c2364fe5e2790 for pr-71140 [INFO] extracting crate gobs 0.1.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate gobs 0.1.1 on toolchain ba72b15666b2491415aec703a02c2364fe5e2790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gobs 0.1.1 [INFO] finished tweaking crates.io crate gobs 0.1.1 [INFO] tweaked toml for crates.io crate gobs 0.1.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate gobs 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+ba72b15666b2491415aec703a02c2364fe5e2790" "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] 0984fec284fb0bad0d9558019d4b3ad9f83c922bda6c928409680cfd25c4815b [INFO] running `"docker" "start" "-a" "0984fec284fb0bad0d9558019d4b3ad9f83c922bda6c928409680cfd25c4815b"` [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Checking takeable-option v0.5.0 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Checking parking_lot_core v0.7.1 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking x11-dl v2.18.5 [INFO] [stderr] Compiling vek v0.10.1 [INFO] [stderr] Checking nom v4.2.3 [INFO] [stderr] Compiling glium v0.27.0 [INFO] [stderr] Compiling wayland-scanner v0.23.6 [INFO] [stderr] Checking rusttype v0.8.3 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking mio-extras v2.0.6 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Checking rusttype v0.7.9 [INFO] [stderr] Checking dot_vox v4.1.0 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Compiling glutin_egl_sys v0.1.4 [INFO] [stderr] Compiling glutin_glx_sys v0.1.6 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Checking smithay-client-toolkit v0.6.6 [INFO] [stderr] Checking winit v0.22.0 [INFO] [stderr] Checking glutin v0.24.0 [INFO] [stderr] Checking gobs v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gobs_core` [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use gobs_core::region::Region; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `gobs_core` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gobs_core` [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use gobs_core::raw_volume::RawVolume; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `gobs_core` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gobs_core` [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use gobs_core::raw_volume_sampler::RawVolumeSampler; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `gobs_core` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gobs_core` [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use gobs_core::cubic_surface_extractor::extract_cubic_mesh; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `gobs_core` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `gobs_core` [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use gobs_core::volume::Volume; [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `gobs_core` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Region` [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:9:18 [INFO] [stderr] | [INFO] [stderr] 9 | let region = Region::cubic(16); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Region` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RawVolume` [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:10:38 [INFO] [stderr] | [INFO] [stderr] 10 | let mut volume: RawVolume = RawVolume::new(region); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `RawVolume` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RawVolumeSampler` [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:13:23 [INFO] [stderr] | [INFO] [stderr] 13 | let mut sampler = RawVolumeSampler::new(&volume); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `RawVolumeSampler` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Region` [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:14:50 [INFO] [stderr] | [INFO] [stderr] 14 | let mesh = extract_cubic_mesh(&mut sampler, &Region::cubic(16)).unwrap(); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Region` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Region` [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:22:18 [INFO] [stderr] | [INFO] [stderr] 22 | let region = Region::cubic(16); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Region` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RawVolume` [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:23:38 [INFO] [stderr] | [INFO] [stderr] 23 | let mut volume: RawVolume = RawVolume::new(region); [INFO] [stderr] | ^^^^^^^^^ use of undeclared type or module `RawVolume` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `RawVolumeSampler` [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:27:23 [INFO] [stderr] | [INFO] [stderr] 27 | let mut sampler = RawVolumeSampler::new(&volume); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `RawVolumeSampler` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Region` [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:28:50 [INFO] [stderr] | [INFO] [stderr] 28 | let mesh = extract_cubic_mesh(&mut sampler, &Region::cubic(16)).unwrap(); [INFO] [stderr] | ^^^^^^ use of undeclared type or module `Region` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RawVolume` in this scope [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:10:21 [INFO] [stderr] | [INFO] [stderr] 10 | let mut volume: RawVolume = RawVolume::new(region); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gobs::raw_volume::RawVolume; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `extract_cubic_mesh` in this scope [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:14:16 [INFO] [stderr] | [INFO] [stderr] 14 | let mesh = extract_cubic_mesh(&mut sampler, &Region::cubic(16)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gobs::cubic_surface_extractor::extract_cubic_mesh; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `RawVolume` in this scope [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | let mut volume: RawVolume = RawVolume::new(region); [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gobs::raw_volume::RawVolume; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `extract_cubic_mesh` in this scope [INFO] [stderr] --> tests/cubit_surface_extractor_test.rs:28:16 [INFO] [stderr] | [INFO] [stderr] 28 | let mesh = extract_cubic_mesh(&mut sampler, &Region::cubic(16)).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use gobs::cubic_surface_extractor::extract_cubic_mesh; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `gobs`. [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" "0984fec284fb0bad0d9558019d4b3ad9f83c922bda6c928409680cfd25c4815b"` [INFO] running `"docker" "rm" "-f" "0984fec284fb0bad0d9558019d4b3ad9f83c922bda6c928409680cfd25c4815b"` [INFO] [stdout] 0984fec284fb0bad0d9558019d4b3ad9f83c922bda6c928409680cfd25c4815b