[INFO] crate stockton-bsp 2.0.0 is already in cache [INFO] checking stockton-bsp-2.0.0 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate stockton-bsp 2.0.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate stockton-bsp 2.0.0 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate stockton-bsp 2.0.0 [INFO] finished tweaking crates.io crate stockton-bsp 2.0.0 [INFO] tweaked toml for crates.io crate stockton-bsp 2.0.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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] 9e7b70492ce8517244f4bf2a5c9657e4a171c5d894f385c8792110e25516bcee [INFO] running `"docker" "start" "-a" "9e7b70492ce8517244f4bf2a5c9657e4a171c5d894f385c8792110e25516bcee"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Checking rand_core v0.4.2 [INFO] [stderr] Checking bit-vec v0.5.1 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Checking rand_core v0.3.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking rand_jitter v0.1.4 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking alga v0.9.3 [INFO] [stderr] Checking nalgebra v0.18.1 [INFO] [stderr] Checking stockton-bsp v2.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lumps/brushes.rs:21:27 [INFO] [stderr] | [INFO] [stderr] 21 | const BRUSH_SIZE: usize = (4 * 3); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lumps/brushes.rs:24:26 [INFO] [stderr] | [INFO] [stderr] 24 | const SIDE_SIZE: usize = (4 * 2); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lumps/textures.rs:23:34 [INFO] [stderr] | [INFO] [stderr] 23 | const TEXTURE_LUMP_SIZE: usize = (64 + 4 + 4); [INFO] [stderr] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lumps/brushes.rs:21:27 [INFO] [stderr] | [INFO] [stderr] 21 | const BRUSH_SIZE: usize = (4 * 3); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lumps/brushes.rs:24:26 [INFO] [stderr] | [INFO] [stderr] 24 | const SIDE_SIZE: usize = (4 * 2); [INFO] [stderr] | ^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/lumps/textures.rs:23:34 [INFO] [stderr] | [INFO] [stderr] 23 | const TEXTURE_LUMP_SIZE: usize = (64 + 4 + 4); [INFO] [stderr] | ^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: function is never used: `slice_to_vec2` [INFO] [stderr] --> src/lumps/helpers.rs:73:8 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn slice_to_vec2(slice: &[u8]) -> Vector2 { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `slice_to_vec2` [INFO] [stderr] --> src/lumps/helpers.rs:73:8 [INFO] [stderr] | [INFO] [stderr] 73 | pub fn slice_to_vec2(slice: &[u8]) -> Vector2 { [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/tree/./test_tree.bin: No such file or directory (os error 2) [INFO] [stderr] --> tests/tree/mod.rs:26:15 [INFO] [stderr] | [INFO] [stderr] 26 | let buf = include_bytes!("./test_tree.bin"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/brushes/./test_brushes.bin: No such file or directory (os error 2) [INFO] [stderr] --> tests/brushes/mod.rs:25:15 [INFO] [stderr] | [INFO] [stderr] 25 | let buf = include_bytes!("./test_brushes.bin"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/effects/./test_effects.bin: No such file or directory (os error 2) [INFO] [stderr] --> tests/effects/mod.rs:36:15 [INFO] [stderr] | [INFO] [stderr] 36 | let raw = include_bytes!("./test_effects.bin"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/vertices/./test_vertices.bin: No such file or directory (os error 2) [INFO] [stderr] --> tests/vertices/mod.rs:24:16 [INFO] [stderr] | [INFO] [stderr] 24 | let lump = include_bytes!("./test_vertices.bin"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/vertices/./test_meshvertices.bin: No such file or directory (os error 2) [INFO] [stderr] --> tests/vertices/mod.rs:37:16 [INFO] [stderr] | [INFO] [stderr] 37 | let lump = include_bytes!("./test_meshvertices.bin"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/lightmaps/./test_lightmaps.bin: No such file or directory (os error 2) [INFO] [stderr] --> tests/lightmaps/mod.rs:23:16 [INFO] [stderr] | [INFO] [stderr] 23 | let lump = include_bytes!("./test_lightmaps.bin"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/visdata/./test_visdata.bin: No such file or directory (os error 2) [INFO] [stderr] --> tests/visdata/mod.rs:22:16 [INFO] [stderr] | [INFO] [stderr] 22 | let data = include_bytes!("./test_visdata.bin"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read tests/models/./test_models.bin: No such file or directory (os error 2) [INFO] [stderr] --> tests/models/mod.rs:58:16 [INFO] [stderr] | [INFO] [stderr] 58 | let data = include_bytes!("./test_models.bin"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `stockton-bsp`. [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" "9e7b70492ce8517244f4bf2a5c9657e4a171c5d894f385c8792110e25516bcee"` [INFO] running `"docker" "rm" "-f" "9e7b70492ce8517244f4bf2a5c9657e4a171c5d894f385c8792110e25516bcee"` [INFO] [stdout] 9e7b70492ce8517244f4bf2a5c9657e4a171c5d894f385c8792110e25516bcee