[INFO] cloning repository https://github.com/siabard/piston-tutorial [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/siabard/piston-tutorial" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsiabard%2Fpiston-tutorial"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsiabard%2Fpiston-tutorial'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b709fc549e1a07ac4dc3215f72abc5f9aa4c8284 [INFO] checking siabard/piston-tutorial against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsiabard%2Fpiston-tutorial" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/siabard/piston-tutorial on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/siabard/piston-tutorial [INFO] finished tweaking git repo https://github.com/siabard/piston-tutorial [INFO] tweaked toml for git repo https://github.com/siabard/piston-tutorial written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/siabard/piston-tutorial already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /workspace/builds/worker-2/source/src/bin/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0fc64990c88bdaf617591f6ae8a567bb8f7a6526bcff49745b8f8a379236cefb [INFO] running `"docker" "start" "-a" "0fc64990c88bdaf617591f6ae8a567bb8f7a6526bcff49745b8f8a379236cefb"` [INFO] [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently [INFO] [stderr] disables Cargo from automatically inferring other binary targets. [INFO] [stderr] This inference behavior will change in the Rust 2018 edition and the following [INFO] [stderr] files will be included as a binary target: [INFO] [stderr] [INFO] [stderr] * /opt/rustwide/workdir/src/bin/main.rs [INFO] [stderr] [INFO] [stderr] This is likely to break cargo build or cargo test as these files may not be [INFO] [stderr] ready to be compiled as a binary target today. You can future-proof yourself [INFO] [stderr] and disable this warning by adding `autobins = false` to your [package] [INFO] [stderr] section. You may also move the files to a location where Cargo would not [INFO] [stderr] automatically infer them to be a target, such as in subfolders. [INFO] [stderr] [INFO] [stderr] For more information on this warning you can consult [INFO] [stderr] https://github.com/rust-lang/cargo/issues/5330 [INFO] [stderr] Compiling cc v1.0.8 [INFO] [stderr] Checking num-integer v0.1.36 [INFO] [stderr] Checking stb_truetype v0.2.2 [INFO] [stderr] Checking crossbeam-epoch v0.3.0 [INFO] [stderr] Compiling gfx_gl v0.5.0 [INFO] [stderr] Compiling serde_derive_internals v0.21.0 [INFO] [stderr] Checking nalgebra v0.14.1 [INFO] [stderr] Checking gfx_core v0.8.2 [INFO] [stderr] Compiling gl_generator v0.8.0 [INFO] [stderr] Checking num-iter v0.1.35 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Checking rusttype v0.4.3 [INFO] [stderr] Checking png v0.11.0 [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::ops::Mul<&_>` for type `geometry::translation::Translation<_, _>`: [INFO] [stderr] --> /opt/rustwide/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/rustwide/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 rayon-core v1.4.0 [INFO] [stderr] Compiling glutin v0.12.2 [INFO] [stderr] Checking piston2d-graphics v0.26.0 [INFO] [stderr] Compiling serde_derive v1.0.33 [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" "0fc64990c88bdaf617591f6ae8a567bb8f7a6526bcff49745b8f8a379236cefb"` [INFO] running `"docker" "rm" "-f" "0fc64990c88bdaf617591f6ae8a567bb8f7a6526bcff49745b8f8a379236cefb"` [INFO] [stdout] 0fc64990c88bdaf617591f6ae8a567bb8f7a6526bcff49745b8f8a379236cefb