[INFO] updating cached repository poeschko/rust-game-experiment [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/poeschko/rust-game-experiment [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/poeschko/rust-game-experiment" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/poeschko/rust-game-experiment"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/poeschko/rust-game-experiment'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/poeschko/rust-game-experiment" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/poeschko/rust-game-experiment"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/poeschko/rust-game-experiment'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 44112d7f77403a866e352699c81e348737848270 [INFO] sha for GitHub repo poeschko/rust-game-experiment: 44112d7f77403a866e352699c81e348737848270 [INFO] validating manifest of poeschko/rust-game-experiment on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of poeschko/rust-game-experiment on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing poeschko/rust-game-experiment [INFO] finished frobbing poeschko/rust-game-experiment [INFO] frobbed toml for poeschko/rust-game-experiment written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/poeschko/rust-game-experiment/Cargo.toml [INFO] started frobbing poeschko/rust-game-experiment [INFO] finished frobbing poeschko/rust-game-experiment [INFO] frobbed toml for poeschko/rust-game-experiment written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/poeschko/rust-game-experiment/Cargo.toml [INFO] crate poeschko/rust-game-experiment already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] checking poeschko/rust-game-experiment against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-7/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/poeschko/rust-game-experiment:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f4cff7c2c0ee1dee0e82a7158a8153d216c9f9c605e59dd4ca8b2e4c14fe26e1 [INFO] running `"docker" "start" "-a" "f4cff7c2c0ee1dee0e82a7158a8153d216c9f9c605e59dd4ca8b2e4c14fe26e1"` [INFO] [stderr] Compiling bzip2-sys v0.1.6 [INFO] [stderr] Checking draw_state v0.8.0 [INFO] [stderr] Checking generic-array v0.2.1 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Checking png v0.11.0 [INFO] [stderr] Checking nalgebra v0.14.1 [INFO] [stderr] Checking rodio v0.6.0 [INFO] [stderr] Checking lyon v0.10.0 [INFO] [stderr] Checking nalgebra v0.11.2 [INFO] [stderr] Checking gfx_core v0.8.2 [INFO] [stderr] Checking image v0.18.0 [INFO] [stderr] Checking bzip2 v0.3.2 [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::ops::Mul<&_>` for type `geometry::translation::TranslationBase<_, _, _>`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_ops.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | / impl<$($lives ,)* N, D: DimName, S, R> $Op<$Rhs> for $Lhs [INFO] [stderr] 69 | | where N: Real, [INFO] [stderr] 70 | | S: OwnedStorage, [INFO] [stderr] 71 | | R: Rotation>, [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_________first implementation here [INFO] [stderr] | conflicting implementation for `geometry::translation::TranslationBase<_, _, _>` [INFO] [stderr] ... [INFO] [stderr] 286 | / isometry_binop_impl_all!( [INFO] [stderr] 287 | | Mul, mul; [INFO] [stderr] 288 | | self: TranslationBase, right: R, Output = IsometryBase; [INFO] [stderr] 289 | | [val val] => IsometryBase::from_parts(self, right); [INFO] [stderr] ... | [INFO] [stderr] 292 | | [ref ref] => IsometryBase::from_parts(self.clone(), right.clone()); [INFO] [stderr] 293 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `alga::linear::Rotation>` for type `&_` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::ops::Mul<&_>` for type `&geometry::translation::TranslationBase<_, _, _>`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_ops.rs:68:9 [INFO] [stderr] | [INFO] [stderr] 68 | / impl<$($lives ,)* N, D: DimName, S, R> $Op<$Rhs> for $Lhs [INFO] [stderr] 69 | | where N: Real, [INFO] [stderr] 70 | | S: OwnedStorage, [INFO] [stderr] 71 | | R: Rotation>, [INFO] [stderr] ... | [INFO] [stderr] 78 | | } [INFO] [stderr] 79 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_________first implementation here [INFO] [stderr] | conflicting implementation for `&geometry::translation::TranslationBase<_, _, _>` [INFO] [stderr] ... [INFO] [stderr] 286 | / isometry_binop_impl_all!( [INFO] [stderr] 287 | | Mul, mul; [INFO] [stderr] 288 | | self: TranslationBase, right: R, Output = IsometryBase; [INFO] [stderr] 289 | | [val val] => IsometryBase::from_parts(self, right); [INFO] [stderr] ... | [INFO] [stderr] 292 | | [ref ref] => IsometryBase::from_parts(self.clone(), right.clone()); [INFO] [stderr] 293 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `alga::linear::Rotation>` for type `&_` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::ops::Mul<&_>` for type `geometry::translation::Translation<_, _>`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.14.1/src/geometry/isometry_ops.rs:67:9 [INFO] [stderr] | [INFO] [stderr] 67 | / impl<$($lives ,)* N: Real, D: DimName, R> $Op<$Rhs> for $Lhs [INFO] [stderr] 68 | | where R: AlgaRotation>, [INFO] [stderr] 69 | | DefaultAllocator: Allocator { [INFO] [stderr] 70 | | type Output = $Output; [INFO] [stderr] ... | [INFO] [stderr] 75 | | } [INFO] [stderr] 76 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_________first implementation here [INFO] [stderr] | conflicting implementation for `geometry::translation::Translation<_, _>` [INFO] [stderr] ... [INFO] [stderr] 285 | / isometry_binop_impl_all!( [INFO] [stderr] 286 | | Mul, mul; [INFO] [stderr] 287 | | self: Translation, right: R, Output = Isometry; [INFO] [stderr] 288 | | [val val] => Isometry::from_parts(self, right); [INFO] [stderr] ... | [INFO] [stderr] 291 | | [ref ref] => Isometry::from_parts(self.clone(), right.clone()); [INFO] [stderr] 292 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `alga::linear::Rotation>` for type `&_` [INFO] [stderr] [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::ops::Mul<&_>` for type `&geometry::translation::Translation<_, _>`: [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.14.1/src/geometry/isometry_ops.rs:67:9 [INFO] [stderr] | [INFO] [stderr] 67 | / impl<$($lives ,)* N: Real, D: DimName, R> $Op<$Rhs> for $Lhs [INFO] [stderr] 68 | | where R: AlgaRotation>, [INFO] [stderr] 69 | | DefaultAllocator: Allocator { [INFO] [stderr] 70 | | type Output = $Output; [INFO] [stderr] ... | [INFO] [stderr] 75 | | } [INFO] [stderr] 76 | | } [INFO] [stderr] | | ^ [INFO] [stderr] | | | [INFO] [stderr] | |_________first implementation here [INFO] [stderr] | conflicting implementation for `&geometry::translation::Translation<_, _>` [INFO] [stderr] ... [INFO] [stderr] 285 | / isometry_binop_impl_all!( [INFO] [stderr] 286 | | Mul, mul; [INFO] [stderr] 287 | | self: Translation, right: R, Output = Isometry; [INFO] [stderr] 288 | | [val val] => Isometry::from_parts(self, right); [INFO] [stderr] ... | [INFO] [stderr] 291 | | [ref ref] => Isometry::from_parts(self.clone(), right.clone()); [INFO] [stderr] 292 | | ); [INFO] [stderr] | |__- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `alga::linear::Rotation>` for type `&_` [INFO] [stderr] [INFO] [stderr] Checking zip v0.3.2 [INFO] [stderr] Compiling gfx_gl v0.5.0 [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0119`. [INFO] [stderr] error: Could not compile `nalgebra`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0119`. [INFO] [stderr] error: Could not compile `nalgebra`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f4cff7c2c0ee1dee0e82a7158a8153d216c9f9c605e59dd4ca8b2e4c14fe26e1"` [INFO] running `"docker" "rm" "-f" "f4cff7c2c0ee1dee0e82a7158a8153d216c9f9c605e59dd4ca8b2e4c14fe26e1"` [INFO] [stdout] f4cff7c2c0ee1dee0e82a7158a8153d216c9f9c605e59dd4ca8b2e4c14fe26e1