[INFO] crate line_plot 0.1.7 is already in cache [INFO] extracting crate line_plot 0.1.7 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/line_plot/0.1.7 [INFO] extracting crate line_plot 0.1.7 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/line_plot/0.1.7 [INFO] validating manifest of line_plot-0.1.7 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 line_plot-0.1.7 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 line_plot-0.1.7 [INFO] finished frobbing line_plot-0.1.7 [INFO] frobbed toml for line_plot-0.1.7 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/line_plot/0.1.7/Cargo.toml [INFO] started frobbing line_plot-0.1.7 [INFO] finished frobbing line_plot-0.1.7 [INFO] frobbed toml for line_plot-0.1.7 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/line_plot/0.1.7/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 line_plot-0.1.7 against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-1/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/line_plot/0.1.7:/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" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 0324a08d0defc01de08f01ba96b536f07e99d2a3f1681d8a51351a4bce714fab [INFO] running `"docker" "start" "-a" "0324a08d0defc01de08f01ba96b536f07e99d2a3f1681d8a51351a4bce714fab"` [INFO] [stderr] Compiling sdl2-sys v0.27.3 [INFO] [stderr] Checking generic-array v0.2.1 [INFO] [stderr] Compiling gl_generator v0.6.1 [INFO] [stderr] Checking alga v0.5.4 [INFO] [stderr] Checking sdl2 v0.29.1 [INFO] [stderr] Compiling gl v0.6.5 [INFO] [stderr] Checking nalgebra v0.12.3 [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.12.3/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.12.3/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: 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" "0324a08d0defc01de08f01ba96b536f07e99d2a3f1681d8a51351a4bce714fab"` [INFO] running `"docker" "rm" "-f" "0324a08d0defc01de08f01ba96b536f07e99d2a3f1681d8a51351a4bce714fab"` [INFO] [stdout] 0324a08d0defc01de08f01ba96b536f07e99d2a3f1681d8a51351a4bce714fab