[INFO] fetching crate txtr 1.0.0... [INFO] testing txtr-1.0.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate txtr 1.0.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate txtr 1.0.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate txtr 1.0.0 [INFO] finished tweaking crates.io crate txtr 1.0.0 [INFO] tweaked toml for crates.io crate txtr 1.0.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 15b666ec53ab36ec7b4ebc9ef21c920411025cfe3d4ea94418a4e9092c39cf57 [INFO] running `Command { std: "docker" "start" "-a" "15b666ec53ab36ec7b4ebc9ef21c920411025cfe3d4ea94418a4e9092c39cf57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "15b666ec53ab36ec7b4ebc9ef21c920411025cfe3d4ea94418a4e9092c39cf57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "15b666ec53ab36ec7b4ebc9ef21c920411025cfe3d4ea94418a4e9092c39cf57", kill_on_drop: false }` [INFO] [stdout] 15b666ec53ab36ec7b4ebc9ef21c920411025cfe3d4ea94418a4e9092c39cf57 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 971178a8aa9b660fff956d194c4c87ec658738ea4f1bd956a4d2f7532b23509a [INFO] running `Command { std: "docker" "start" "-a" "971178a8aa9b660fff956d194c4c87ec658738ea4f1bd956a4d2f7532b23509a", kill_on_drop: false }` [INFO] [stderr] Compiling approx v0.1.1 [INFO] [stderr] Compiling custom_derive v0.1.7 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling inflate v0.3.4 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling gif v0.9.2 [INFO] [stderr] Compiling generic-array v0.2.1 [INFO] [stderr] Compiling rayon v0.7.1 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling quickcheck v0.2.27 [INFO] [stderr] Compiling conv v0.3.3 [INFO] [stderr] Compiling alga v0.5.4 [INFO] [stderr] Compiling docopt v0.8.3 [INFO] [stderr] Compiling png v0.11.0 [INFO] [stderr] Compiling stb_truetype v0.2.8 [INFO] [stderr] Compiling rusttype v0.2.4 [INFO] [stderr] Compiling nalgebra v0.11.2 [INFO] [stderr] Compiling image v0.18.0 [INFO] [stdout] error[E0119]: conflicting implementations of trait `std::ops::Mul<&_>` for type `geometry::translation::TranslationBase<_, _, _>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_ops.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | / impl<$($lives ,)* N, D: DimName, S, R> $Op<$Rhs> for $Lhs [INFO] [stdout] 69 | | where N: Real, [INFO] [stdout] 70 | | S: OwnedStorage, [INFO] [stdout] 71 | | R: Rotation>, [INFO] [stdout] ... | [INFO] [stdout] 78 | | } [INFO] [stdout] 79 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________first implementation here [INFO] [stdout] | conflicting implementation for `geometry::translation::TranslationBase<_, _, _>` [INFO] [stdout] ... [INFO] [stdout] 286 | / isometry_binop_impl_all!( [INFO] [stdout] 287 | | Mul, mul; [INFO] [stdout] 288 | | self: TranslationBase, right: R, Output = IsometryBase; [INFO] [stdout] 289 | | [val val] => IsometryBase::from_parts(self, right); [INFO] [stdout] ... | [INFO] [stdout] 292 | | [ref ref] => IsometryBase::from_parts(self.clone(), right.clone()); [INFO] [stdout] 293 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: downstream crates may implement trait `alga::linear::Rotation>` for type `&_` [INFO] [stdout] = note: this error originates in the macro `isometry_binop_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0119]: conflicting implementations of trait `std::ops::Mul<&_>` for type `&geometry::translation::TranslationBase<_, _, _>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.11.2/src/geometry/isometry_ops.rs:68:9 [INFO] [stdout] | [INFO] [stdout] 68 | / impl<$($lives ,)* N, D: DimName, S, R> $Op<$Rhs> for $Lhs [INFO] [stdout] 69 | | where N: Real, [INFO] [stdout] 70 | | S: OwnedStorage, [INFO] [stdout] 71 | | R: Rotation>, [INFO] [stdout] ... | [INFO] [stdout] 78 | | } [INFO] [stdout] 79 | | } [INFO] [stdout] | | ^ [INFO] [stdout] | | | [INFO] [stdout] | |_________first implementation here [INFO] [stdout] | conflicting implementation for `&geometry::translation::TranslationBase<_, _, _>` [INFO] [stdout] ... [INFO] [stdout] 286 | / isometry_binop_impl_all!( [INFO] [stdout] 287 | | Mul, mul; [INFO] [stdout] 288 | | self: TranslationBase, right: R, Output = IsometryBase; [INFO] [stdout] 289 | | [val val] => IsometryBase::from_parts(self, right); [INFO] [stdout] ... | [INFO] [stdout] 292 | | [ref ref] => IsometryBase::from_parts(self.clone(), right.clone()); [INFO] [stdout] 293 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: downstream crates may implement trait `alga::linear::Rotation>` for type `&_` [INFO] [stdout] = note: this error originates in the macro `isometry_binop_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0119`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nalgebra` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "971178a8aa9b660fff956d194c4c87ec658738ea4f1bd956a4d2f7532b23509a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "971178a8aa9b660fff956d194c4c87ec658738ea4f1bd956a4d2f7532b23509a", kill_on_drop: false }` [INFO] [stdout] 971178a8aa9b660fff956d194c4c87ec658738ea4f1bd956a4d2f7532b23509a