[INFO] fetching crate ticklock 0.0.8... [INFO] checking ticklock-0.0.8 against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] extracting crate ticklock 0.0.8 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate ticklock 0.0.8 on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ticklock 0.0.8 [INFO] finished tweaking crates.io crate ticklock 0.0.8 [INFO] tweaked toml for crates.io crate ticklock 0.0.8 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 57cf289508dd4e41f6042e2a17ee05dcee187989f3d005951a45e16dac5c64a2 [INFO] running `Command { std: "docker" "start" "-a" "57cf289508dd4e41f6042e2a17ee05dcee187989f3d005951a45e16dac5c64a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "57cf289508dd4e41f6042e2a17ee05dcee187989f3d005951a45e16dac5c64a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "57cf289508dd4e41f6042e2a17ee05dcee187989f3d005951a45e16dac5c64a2", kill_on_drop: false }` [INFO] [stdout] 57cf289508dd4e41f6042e2a17ee05dcee187989f3d005951a45e16dac5c64a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fa6db2c995e52b3e467cacea873ad08ae0f19a3eb95c0273569b8c75500aed20 [INFO] running `Command { std: "docker" "start" "-a" "fa6db2c995e52b3e467cacea873ad08ae0f19a3eb95c0273569b8c75500aed20", kill_on_drop: false }` [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Checking ticklock v0.0.8 (/opt/rustwide/workdir) [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/clock.rs:258:22 [INFO] [stdout] | [INFO] [stdout] 258 | assert_eq!(2.clamp(1, 3), 2); [INFO] [stdout] | ^^^^^ multiple `clamp` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `U32Ext` for the type `u32` [INFO] [stdout] --> src/clock.rs:202:5 [INFO] [stdout] | [INFO] [stdout] 202 | fn clamp(self, min: u32, max: u32) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #2 is defined in the trait `Ord` [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 258 | assert_eq!(U32Ext::clamp(2, 1, 3), 2); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 258 | assert_eq!(Ord::clamp(2, 1, 3), 2); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/clock.rs:259:23 [INFO] [stdout] | [INFO] [stdout] 259 | assert_eq!(20.clamp(1, 3), 3); [INFO] [stdout] | ^^^^^ multiple `clamp` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `U32Ext` for the type `u32` [INFO] [stdout] --> src/clock.rs:202:5 [INFO] [stdout] | [INFO] [stdout] 202 | fn clamp(self, min: u32, max: u32) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #2 is defined in the trait `Ord` [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 259 | assert_eq!(U32Ext::clamp(20, 1, 3), 3); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 259 | assert_eq!(Ord::clamp(20, 1, 3), 3); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/clock.rs:260:22 [INFO] [stdout] | [INFO] [stdout] 260 | assert_eq!(0.clamp(1, 3), 1); [INFO] [stdout] | ^^^^^ multiple `clamp` found [INFO] [stdout] | [INFO] [stdout] note: candidate #1 is defined in an impl of the trait `U32Ext` for the type `u32` [INFO] [stdout] --> src/clock.rs:202:5 [INFO] [stdout] | [INFO] [stdout] 202 | fn clamp(self, min: u32, max: u32) -> u32 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: candidate #2 is defined in the trait `Ord` [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 260 | assert_eq!(U32Ext::clamp(0, 1, 3), 1); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 260 | assert_eq!(Ord::clamp(0, 1, 3), 1); [INFO] [stdout] | ~~~~~~~~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0034`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ticklock` due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "fa6db2c995e52b3e467cacea873ad08ae0f19a3eb95c0273569b8c75500aed20", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa6db2c995e52b3e467cacea873ad08ae0f19a3eb95c0273569b8c75500aed20", kill_on_drop: false }` [INFO] [stdout] fa6db2c995e52b3e467cacea873ad08ae0f19a3eb95c0273569b8c75500aed20