[INFO] crate k 0.11.1 is already in cache [INFO] extracting crate k 0.11.1 into work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/reg/k/0.11.1 [INFO] extracting crate k 0.11.1 into work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/reg/k/0.11.1 [INFO] validating manifest of k-0.11.1 on toolchain master#0f88167f89fffe321590c5148f21b7d51d44388d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of k-0.11.1 on toolchain try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing k-0.11.1 [INFO] finished frobbing k-0.11.1 [INFO] frobbed toml for k-0.11.1 written to work/ex/pr-58948/sources/master#0f88167f89fffe321590c5148f21b7d51d44388d/reg/k/0.11.1/Cargo.toml [INFO] started frobbing k-0.11.1 [INFO] finished frobbing k-0.11.1 [INFO] frobbed toml for k-0.11.1 written to work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/reg/k/0.11.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0f88167f89fffe321590c5148f21b7d51d44388d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking k-0.11.1 against try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b for pr-58948 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58948/worker-7/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58948/sources/try#a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b/reg/k/0.11.1:/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" "+a829e31f924ec11e400e8d0c2fd2c4bb8937ae6b-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 8eb2d7d6aec98bf1ef4d7fe833e103ae424dcd424a79d4c399db7ccdbb0742ea [INFO] running `"docker" "start" "-a" "8eb2d7d6aec98bf1ef4d7fe833e103ae424dcd424a79d4c399db7ccdbb0742ea"` [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Checking approx v0.2.1 [INFO] [stderr] Checking serde-xml-rs v0.1.2 [INFO] [stderr] Checking glfw v0.19.0 [INFO] [stderr] Checking image v0.17.0 [INFO] [stderr] Checking alga v0.6.0 [INFO] [stderr] Checking urdf-rs v0.4.2 [INFO] [stderr] Checking nalgebra v0.15.3 [INFO] [stderr] Checking freetype v0.3.0 [INFO] [stderr] Checking ncollide3d v0.16.2 [INFO] [stderr] Checking k v0.11.1 (/opt/crater/workdir) [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ncollide3d-0.16.2/src/shape/shape.rs:103:14 [INFO] [stderr] | [INFO] [stderr] 103 | self.type_id() == TypeId::of::() [INFO] [stderr] | ^^^^^^^ multiple `type_id` found [INFO] [stderr] | [INFO] [stderr] note: candidate #1 is defined in the trait `shape::shape::GetTypeId` [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ncollide3d-0.16.2/src/shape/shape.rs:158:5 [INFO] [stderr] | [INFO] [stderr] 158 | fn type_id(&self) -> TypeId; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = help: to disambiguate the method call, write `shape::shape::GetTypeId::type_id(&self)` instead [INFO] [stderr] note: candidate #2 is defined in the trait `std::any::Any` [INFO] [stderr] = help: to disambiguate the method call, write `std::any::Any::type_id(&self)` instead [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0034`. [INFO] [stderr] error: Could not compile `ncollide3d`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8eb2d7d6aec98bf1ef4d7fe833e103ae424dcd424a79d4c399db7ccdbb0742ea"` [INFO] running `"docker" "rm" "-f" "8eb2d7d6aec98bf1ef4d7fe833e103ae424dcd424a79d4c399db7ccdbb0742ea"` [INFO] [stdout] 8eb2d7d6aec98bf1ef4d7fe833e103ae424dcd424a79d4c399db7ccdbb0742ea