[INFO] updating cached repository Rahix/coriolis-sim [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Rahix/coriolis-sim [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Rahix/coriolis-sim" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/Rahix/coriolis-sim"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/Rahix/coriolis-sim'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Rahix/coriolis-sim" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/Rahix/coriolis-sim"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/Rahix/coriolis-sim'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 31e7d548dc13cb6b4e48b38cce51d41cfc2671cf [INFO] sha for GitHub repo Rahix/coriolis-sim: 31e7d548dc13cb6b4e48b38cce51d41cfc2671cf [INFO] validating manifest of Rahix/coriolis-sim 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 Rahix/coriolis-sim 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 Rahix/coriolis-sim [INFO] finished frobbing Rahix/coriolis-sim [INFO] frobbed toml for Rahix/coriolis-sim written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/Rahix/coriolis-sim/Cargo.toml [INFO] started frobbing Rahix/coriolis-sim [INFO] finished frobbing Rahix/coriolis-sim [INFO] frobbed toml for Rahix/coriolis-sim written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/Rahix/coriolis-sim/Cargo.toml [INFO] crate Rahix/coriolis-sim 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] checking Rahix/coriolis-sim against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-3/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/Rahix/coriolis-sim:/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] 09457f6456e974295a6aec7c64a520db3dce010a54d1105e2920b97e3342950c [INFO] running `"docker" "start" "-a" "09457f6456e974295a6aec7c64a520db3dce010a54d1105e2920b97e3342950c"` [INFO] [stderr] Checking eagre-ecs v0.1.0 (https://github.com/Rahix/eagre-ecs#0365d6d4) [INFO] [stderr] Checking nalgebra v0.13.0 [INFO] [stderr] Checking sfml v0.14.0 [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.13.0/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] 281 | / isometry_binop_impl_all!( [INFO] [stderr] 282 | | Mul, mul; [INFO] [stderr] 283 | | self: Translation, right: R, Output = Isometry; [INFO] [stderr] 284 | | [val val] => Isometry::from_parts(self, right); [INFO] [stderr] ... | [INFO] [stderr] 287 | | [ref ref] => Isometry::from_parts(self.clone(), right.clone()); [INFO] [stderr] 288 | | ); [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.13.0/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] 281 | / isometry_binop_impl_all!( [INFO] [stderr] 282 | | Mul, mul; [INFO] [stderr] 283 | | self: Translation, right: R, Output = Isometry; [INFO] [stderr] 284 | | [val val] => Isometry::from_parts(self, right); [INFO] [stderr] ... | [INFO] [stderr] 287 | | [ref ref] => Isometry::from_parts(self.clone(), right.clone()); [INFO] [stderr] 288 | | ); [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: 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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "09457f6456e974295a6aec7c64a520db3dce010a54d1105e2920b97e3342950c"` [INFO] running `"docker" "rm" "-f" "09457f6456e974295a6aec7c64a520db3dce010a54d1105e2920b97e3342950c"` [INFO] [stdout] 09457f6456e974295a6aec7c64a520db3dce010a54d1105e2920b97e3342950c