[INFO] fetching crate glm_color 0.1.2... [INFO] checking glm_color-0.1.2 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate glm_color 0.1.2 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate glm_color 0.1.2 [INFO] finished tweaking crates.io crate glm_color 0.1.2 [INFO] tweaked toml for crates.io crate glm_color 0.1.2 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate glm_color 0.1.2 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Locking 32 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded glm v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dbcc349f40c1ede8599147920d3af96cc0db9cbacd8f7aad34f7ac5a459f0d5a [INFO] running `Command { std: "docker" "start" "-a" "dbcc349f40c1ede8599147920d3af96cc0db9cbacd8f7aad34f7ac5a459f0d5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dbcc349f40c1ede8599147920d3af96cc0db9cbacd8f7aad34f7ac5a459f0d5a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbcc349f40c1ede8599147920d3af96cc0db9cbacd8f7aad34f7ac5a459f0d5a", kill_on_drop: false }` [INFO] [stdout] dbcc349f40c1ede8599147920d3af96cc0db9cbacd8f7aad34f7ac5a459f0d5a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/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" "RUSTDOCFLAGS=--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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4b0f1d7db741f338d2a2887b490bbec39ea46eb1f263ea3e79d792ab238794dd [INFO] running `Command { std: "docker" "start" "-a" "4b0f1d7db741f338d2a2887b490bbec39ea46eb1f263ea3e79d792ab238794dd", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Checking cfg-if v1.0.3 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Checking memchr v2.7.5 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Checking regex-syntax v0.8.6 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Checking glm v0.3.0 [INFO] [stderr] Checking regex-automata v0.4.10 [INFO] [stderr] Checking getrandom v0.2.16 [INFO] [stderr] Checking rand_core v0.9.3 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking regex v1.11.2 [INFO] [stderr] Checking rand_chacha v0.9.0 [INFO] [stderr] Checking env_logger v0.8.4 [INFO] [stderr] Checking rand v0.9.2 [INFO] [stderr] Checking quickcheck v1.0.3 [INFO] [stderr] Checking glm_color v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> src/rgb.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | use rand::{ Rand, Rng, thread_rng }; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> src/hsv.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | use rand::{ Rand, Rng, thread_rng }; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> src/ycbcr.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | use rand::{ Rand, Rng }; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> src/srgb.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | use rand::{ Rand, Rng }; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` [INFO] [stdout] --> src/rgb.rs:28:24 [INFO] [stdout] | [INFO] [stdout] 28 | use rand::{ Rand, Rng, thread_rng }; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` [INFO] [stdout] --> src/rgb.rs:331:23 [INFO] [stdout] | [INFO] [stdout] 331 | let mut rng = thread_rng(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` [INFO] [stdout] --> src/rgb.rs:342:23 [INFO] [stdout] | [INFO] [stdout] 342 | let mut rng = thread_rng(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` [INFO] [stdout] --> src/hsv.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | use rand::{ Rand, Rng, thread_rng }; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` [INFO] [stdout] --> src/hsv.rs:93:23 [INFO] [stdout] | [INFO] [stdout] 93 | let mut rng = thread_rng(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> src/rgb.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | use rand::{ Rand, Rng, thread_rng }; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> src/hsv.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | use rand::{ Rand, Rng, thread_rng }; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] | [INFO] [stdout] = note: unresolved item `rgb::test::Rand` exists but is inaccessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> src/ycbcr.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | use rand::{ Rand, Rng }; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] | [INFO] [stdout] = note: unresolved item `rgb::test::Rand` exists but is inaccessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand::Rand` [INFO] [stdout] --> src/srgb.rs:29:13 [INFO] [stdout] | [INFO] [stdout] 29 | use rand::{ Rand, Rng }; [INFO] [stdout] | ^^^^ no `Rand` in the root [INFO] [stdout] | [INFO] [stdout] = note: unresolved item `rgb::test::Rand` exists but is inaccessible [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0404]: expected trait, found struct `Gen` [INFO] [stdout] --> src/rgb.rs:602:21 [INFO] [stdout] | [INFO] [stdout] 602 | fn arbitrary(g: &mut G) -> Rgb { [INFO] [stdout] | ^^^ not a trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `quickcheck::*` [INFO] [stdout] --> src/rgb.rs:612:9 [INFO] [stdout] | [INFO] [stdout] 612 | use quickcheck::*; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `gray` [INFO] [stdout] --> src/hsv.rs:464:21 [INFO] [stdout] | [INFO] [stdout] 464 | use rgb::{ Rgb, gray }; [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` [INFO] [stdout] --> src/rgb.rs:28:24 [INFO] [stdout] | [INFO] [stdout] 28 | use rand::{ Rand, Rng, thread_rng }; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` [INFO] [stdout] --> src/rgb.rs:331:23 [INFO] [stdout] | [INFO] [stdout] 331 | let mut rng = thread_rng(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` [INFO] [stdout] --> src/rgb.rs:342:23 [INFO] [stdout] | [INFO] [stdout] 342 | let mut rng = thread_rng(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` [INFO] [stdout] --> src/hsv.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | use rand::{ Rand, Rng, thread_rng }; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `rand::thread_rng`: Renamed to `rng` [INFO] [stdout] --> src/hsv.rs:93:23 [INFO] [stdout] | [INFO] [stdout] 93 | let mut rng = thread_rng(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `glm_color` (lib) due to 4 previous errors; 5 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0049]: associated function `arbitrary` has 1 type parameter but its trait declaration has 0 type parameters [INFO] [stdout] --> src/rgb.rs:602:18 [INFO] [stdout] | [INFO] [stdout] 602 | fn arbitrary(g: &mut G) -> Rgb { [INFO] [stdout] | ^ found 1 type parameter [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/quickcheck-1.0.3/src/arbitrary.rs:113:5 [INFO] [stdout] | [INFO] [stdout] 113 | fn arbitrary(g: &mut Gen) -> Self; [INFO] [stdout] | ---------------------------------- expected 0 type parameters [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0049, E0404, E0432. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0049`. [INFO] [stdout] [INFO] [stderr] error: could not compile `glm_color` (lib test) due to 6 previous errors; 7 warnings emitted [INFO] running `Command { std: "docker" "inspect" "4b0f1d7db741f338d2a2887b490bbec39ea46eb1f263ea3e79d792ab238794dd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b0f1d7db741f338d2a2887b490bbec39ea46eb1f263ea3e79d792ab238794dd", kill_on_drop: false }` [INFO] [stdout] 4b0f1d7db741f338d2a2887b490bbec39ea46eb1f263ea3e79d792ab238794dd