[INFO] fetching crate ticklock 0.0.8... [INFO] checking ticklock-0.0.8 against master#8007b506ac5da629f223b755f5a5391edd5f6d01 for pr-88041 [INFO] extracting crate ticklock 0.0.8 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate ticklock 0.0.8 on toolchain 8007b506ac5da629f223b755f5a5391edd5f6d01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c335df3c02a2deabd0932a576bb5581145bab12e527e42b4af73a355685f9fbe [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c335df3c02a2deabd0932a576bb5581145bab12e527e42b4af73a355685f9fbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c335df3c02a2deabd0932a576bb5581145bab12e527e42b4af73a355685f9fbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c335df3c02a2deabd0932a576bb5581145bab12e527e42b4af73a355685f9fbe", kill_on_drop: false }` [INFO] [stdout] c335df3c02a2deabd0932a576bb5581145bab12e527e42b4af73a355685f9fbe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+8007b506ac5da629f223b755f5a5391edd5f6d01" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fe5cdfa919e85200f04f6c1218ced68cdb81f825d7d02ad199fb257412a6636a [INFO] running `Command { std: "docker" "start" "-a" "fe5cdfa919e85200f04f6c1218ced68cdb81f825d7d02ad199fb257412a6636a", kill_on_drop: false }` [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" "fe5cdfa919e85200f04f6c1218ced68cdb81f825d7d02ad199fb257412a6636a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe5cdfa919e85200f04f6c1218ced68cdb81f825d7d02ad199fb257412a6636a", kill_on_drop: false }` [INFO] [stdout] fe5cdfa919e85200f04f6c1218ced68cdb81f825d7d02ad199fb257412a6636a