[INFO] updating cached repository brimatteng/pf-cli [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/brimatteng/pf-cli [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/brimatteng/pf-cli" "work/ex/beta-1.38-1/sources/1.37.0/gh/brimatteng/pf-cli"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/brimatteng/pf-cli'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/brimatteng/pf-cli" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/brimatteng/pf-cli"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/brimatteng/pf-cli'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5a24e948210f4341ddfbccf33dfc65d550290635 [INFO] sha for GitHub repo brimatteng/pf-cli: 5a24e948210f4341ddfbccf33dfc65d550290635 [INFO] validating manifest of brimatteng/pf-cli on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of brimatteng/pf-cli on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing brimatteng/pf-cli [INFO] finished frobbing brimatteng/pf-cli [INFO] frobbed toml for brimatteng/pf-cli written to work/ex/beta-1.38-1/sources/1.37.0/gh/brimatteng/pf-cli/Cargo.toml [INFO] started frobbing brimatteng/pf-cli [INFO] finished frobbing brimatteng/pf-cli [INFO] frobbed toml for brimatteng/pf-cli written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/brimatteng/pf-cli/Cargo.toml [INFO] crate brimatteng/pf-cli already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing brimatteng/pf-cli against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/brimatteng/pf-cli:/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 48c3e77398a1b7c5189110071096a26141427b2981f2a3a0ad5349e0f1aed707 [INFO] running `"docker" "start" "-a" "48c3e77398a1b7c5189110071096a26141427b2981f2a3a0ad5349e0f1aed707"` [INFO] [stderr] Compiling cc v1.0.5 [INFO] [stderr] Compiling itoa v0.4.0 [INFO] [stderr] Compiling termcolor v0.3.5 [INFO] [stderr] Compiling elastic_requests v0.20.9 [INFO] [stderr] Compiling atty v0.2.8 [INFO] [stderr] Compiling net2 v0.2.32 [INFO] [stderr] Compiling tokio-executor v0.1.0 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling csv-core v0.1.4 [INFO] [stderr] Compiling num-bigint v0.1.43 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling alga v0.5.3 [INFO] [stderr] Compiling cgmath v0.16.0 [INFO] [stderr] Compiling clap v2.31.1 [INFO] [stderr] Compiling tokio-io v0.1.6 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling serde_json v1.0.12 [INFO] [stderr] Compiling mio v0.6.14 [INFO] [stderr] Compiling csv v1.0.0-beta.5 [INFO] [stderr] Compiling syn v0.12.13 [INFO] [stderr] Compiling regex v0.2.6 [INFO] [stderr] Compiling openssl-sys v0.9.27 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling tokio-threadpool v0.1.0 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling nalgebra v0.14.1 [INFO] [stderr] Compiling pbr v1.0.0 [INFO] [stderr] Compiling tokio-reactor v0.1.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.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] Compiling phf_generator v0.7.21 [INFO] [stderr] Compiling rayon v0.9.0 [INFO] [stderr] Compiling num v0.1.42 [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" "48c3e77398a1b7c5189110071096a26141427b2981f2a3a0ad5349e0f1aed707"` [INFO] running `"docker" "rm" "-f" "48c3e77398a1b7c5189110071096a26141427b2981f2a3a0ad5349e0f1aed707"` [INFO] [stdout] 48c3e77398a1b7c5189110071096a26141427b2981f2a3a0ad5349e0f1aed707