[INFO] updating cached repository https://github.com/Ryguy9999/ParallaxParadox [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e79ff8dc35ba07dfe11eb8bcb1d0d9368c24eed3 [INFO] checking Ryguy9999/ParallaxParadox against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FRyguy9999%2FParallaxParadox" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Ryguy9999/ParallaxParadox on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Ryguy9999/ParallaxParadox [INFO] finished tweaking git repo https://github.com/Ryguy9999/ParallaxParadox [INFO] tweaked toml for git repo https://github.com/Ryguy9999/ParallaxParadox written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/Ryguy9999/ParallaxParadox already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=allow" "-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" "+beta-2019-10-27" "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] 17aa209bc24eabe8ba8f9fc7b6165f6af15a0eb6ee7c1fd1c2d9a6235152a856 [INFO] running `"docker" "start" "-a" "17aa209bc24eabe8ba8f9fc7b6165f6af15a0eb6ee7c1fd1c2d9a6235152a856"` [INFO] [stderr] Checking futures v0.1.22 [INFO] [stderr] Checking memmap v0.6.2 [INFO] [stderr] Checking crossbeam-utils v0.2.2 [INFO] [stderr] Compiling x11-dl v2.18.0 [INFO] [stderr] Compiling libudev-sys v0.1.4 [INFO] [stderr] Checking unreachable v0.1.1 [INFO] [stderr] Checking shared_library v0.1.9 [INFO] [stderr] Checking uuid v0.6.5 [INFO] [stderr] Checking tempfile v3.0.2 [INFO] [stderr] Checking parking_lot_core v0.2.14 [INFO] [stderr] Compiling wayland-scanner v0.20.10 [INFO] [stderr] Checking nix v0.11.0 [INFO] [stderr] Checking nix v0.10.0 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Checking approx v0.2.0 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Checking serde_json v1.0.22 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking osmesa-sys v0.1.2 [INFO] [stderr] Checking cpal v0.6.0 [INFO] [stderr] Checking ordered-float v0.5.0 [INFO] [stderr] Checking wayland-sys v0.20.10 [INFO] [stderr] Checking png v0.12.0 [INFO] [stderr] Checking crossbeam-epoch v0.3.1 [INFO] [stderr] Checking parking_lot v0.5.5 [INFO] [stderr] Checking ncollide2d v0.15.4 [INFO] [stderr] Checking rusttype v0.6.2 [INFO] [stderr] Checking wayland-commons v0.20.10 [INFO] [stderr] Checking rodio v0.6.0 [INFO] [stderr] Checking crossbeam-deque v0.2.0 [INFO] [stderr] Compiling wayland-client v0.20.10 [INFO] [stderr] Compiling wayland-protocols v0.20.10 [INFO] [stderr] Checking rayon-core v1.4.0 [INFO] [stderr] Compiling gl v0.10.0 [INFO] [stderr] Compiling glutin v0.16.0 [INFO] [stderr] Checking rayon v1.0.1 [INFO] [stderr] error[E0034]: multiple applicable items in scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ncollide2d-0.15.4/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/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ncollide2d-0.15.4/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] Compiling num-derive v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.70 [INFO] [stderr] Checking gilrs v0.6.0 [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 `ncollide2d`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "17aa209bc24eabe8ba8f9fc7b6165f6af15a0eb6ee7c1fd1c2d9a6235152a856"` [INFO] running `"docker" "rm" "-f" "17aa209bc24eabe8ba8f9fc7b6165f6af15a0eb6ee7c1fd1c2d9a6235152a856"` [INFO] [stdout] 17aa209bc24eabe8ba8f9fc7b6165f6af15a0eb6ee7c1fd1c2d9a6235152a856