[INFO] crate shipyard_scenegraph 0.3.2 is already in cache [INFO] checking shipyard_scenegraph-0.3.2 against master#450abe80f193ccefbfcd48214d70520f2d507f0e for pr-73084 [INFO] extracting crate shipyard_scenegraph 0.3.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate shipyard_scenegraph 0.3.2 on toolchain 450abe80f193ccefbfcd48214d70520f2d507f0e [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate shipyard_scenegraph 0.3.2 [INFO] finished tweaking crates.io crate shipyard_scenegraph 0.3.2 [INFO] tweaked toml for crates.io crate shipyard_scenegraph 0.3.2 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "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] ead89ade6f08bfc990650e34a5e9a4ccdfa964b999aeb6a76986205968fff773 [INFO] running `"docker" "start" "-a" "ead89ade6f08bfc990650e34a5e9a4ccdfa964b999aeb6a76986205968fff773"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Checking smallvec v1.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking crossbeam-queue v0.2.2 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Checking rayon-core v1.7.0 [INFO] [stderr] Checking rayon v1.3.0 [INFO] [stderr] Compiling derive_deref v1.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.19 [INFO] [stderr] Checking shipyard v0.4.1 [INFO] [stderr] Checking thiserror v1.0.19 [INFO] [stderr] Checking shipyard_hierarchy v0.3.0 [INFO] [stderr] Checking shipyard_scenegraph v0.3.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `MulAssign`, `Mul` [INFO] [stderr] --> src/systems.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ops::{Mul, MulAssign}; [INFO] [stderr] | ^^^ ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `MulAssign`, `Mul` [INFO] [stderr] --> src/systems.rs:4:16 [INFO] [stderr] | [INFO] [stderr] 4 | use std::ops::{Mul, MulAssign}; [INFO] [stderr] | ^^^ ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `o` [INFO] [stderr] --> src/hierarchy.rs:102:28 [INFO] [stderr] | [INFO] [stderr] 102 | if let Some((t,r,s,o)) = (&mut **translations, &mut **rotations, &mut **scales, &mut **origins).try_get(entity).iter_mut().next() { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_o` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `origin` [INFO] [stderr] --> src/hierarchy.rs:99:123 [INFO] [stderr] | [INFO] [stderr] 99 | fn set_trs_origin(&mut self, entity:EntityId, translation: Option, rotation: Option, scale: Option, origin: Option) { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_origin` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `o` [INFO] [stderr] --> src/hierarchy.rs:102:28 [INFO] [stderr] | [INFO] [stderr] 102 | if let Some((t,r,s,o)) = (&mut **translations, &mut **rotations, &mut **scales, &mut **origins).try_get(entity).iter_mut().next() { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_o` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `origin` [INFO] [stderr] --> src/hierarchy.rs:99:123 [INFO] [stderr] | [INFO] [stderr] 99 | fn set_trs_origin(&mut self, entity:EntityId, translation: Option, rotation: Option, scale: Option, origin: Option) { [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_origin` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> tests/test_transform.rs:402:118 [INFO] [stderr] | [INFO] [stderr] 402 | fn update(dirty_list:&mut Vec, id: EntityId, mut dirty: bool, _parent: EntityId, parent_storage: &View, child_storage: &View, local_transform_storage: &View, dirty_transform_storage: &mut ViewMut, world_transform_storage: &mut ViewMut) { [INFO] [stderr] | ^^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error[E0107]: wrong number of type arguments: expected 1, found 0 [INFO] [stderr] --> tests/test_transform.rs:402:148 [INFO] [stderr] | [INFO] [stderr] 402 | fn update(dirty_list:&mut Vec, id: EntityId, mut dirty: bool, _parent: EntityId, parent_storage: &View, child_storage: &View, local_transform_storage: &View, dirty_transform_storage: &mut ViewMut, world_transform_storage: &mut ViewMut) { [INFO] [stderr] | ^^^^^ expected 1 type argument [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0107`. [INFO] [stderr] error: could not compile `shipyard_scenegraph`. [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" "ead89ade6f08bfc990650e34a5e9a4ccdfa964b999aeb6a76986205968fff773"` [INFO] running `"docker" "rm" "-f" "ead89ade6f08bfc990650e34a5e9a4ccdfa964b999aeb6a76986205968fff773"` [INFO] [stdout] ead89ade6f08bfc990650e34a5e9a4ccdfa964b999aeb6a76986205968fff773