[INFO] fetching crate monkey_test 0.7.3...
[INFO] testing monkey_test-0.7.3 against 1.90.0 for beta-1.91-3
[INFO] extracting crate monkey_test 0.7.3 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate monkey_test 0.7.3
[INFO] finished tweaking crates.io crate monkey_test 0.7.3
[INFO] tweaked toml for crates.io crate monkey_test 0.7.3 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate monkey_test 0.7.3 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 25 packages to latest compatible versions
[INFO] [stderr]       Adding rand v0.8.5 (available: v0.9.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded assert_approx_eq v1.1.0
[INFO] [stderr]   Downloaded panic-message v0.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9bcbb282a95ebcca8eb16dbac7eedb42e8acd08c4efbd504620ee393f718aa66
[INFO] running `Command { std: "docker" "start" "-a" "9bcbb282a95ebcca8eb16dbac7eedb42e8acd08c4efbd504620ee393f718aa66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9bcbb282a95ebcca8eb16dbac7eedb42e8acd08c4efbd504620ee393f718aa66", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9bcbb282a95ebcca8eb16dbac7eedb42e8acd08c4efbd504620ee393f718aa66", kill_on_drop: false }`
[INFO] [stdout] 9bcbb282a95ebcca8eb16dbac7eedb42e8acd08c4efbd504620ee393f718aa66
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2c421856a29354617598da32b0d6d1efc56792554014560bf8cf801a311efcec
[INFO] running `Command { std: "docker" "start" "-a" "2c421856a29354617598da32b0d6d1efc56792554014560bf8cf801a311efcec", kill_on_drop: false }`
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling panic-message v0.3.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling monkey_test v0.7.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0599]: no function or associated item named `from_entropy` found for struct `ChaCha8Rng` in the current scope
[INFO] [stdout]    --> src/config.rs:70:30
[INFO] [stdout]     |
[INFO] [stdout]  70 |     rand_chacha::ChaCha8Rng::from_entropy().next_u64()
[INFO] [stdout]     |                              ^^^^^^^^^^^^ function or associated item not found in `ChaCha8Rng`
[INFO] [stdout]     |
[INFO] [stdout] help: there is an associated function `from_rng` with a similar name
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs:521:5
[INFO] [stdout]     |
[INFO] [stdout] 521 |     fn from_rng(rng: &mut impl RngCore) -> Self {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `seed_from_u64` found for struct `ChaCha8Rng` in the current scope
[INFO] [stdout]    --> src/gen/float.rs:150:46
[INFO] [stdout]     |
[INFO] [stdout] 150 |         let mut x = rand_chacha::ChaCha8Rng::seed_from_u64(seed);
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^ function or associated item not found in `ChaCha8Rng`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs:371:1
[INFO] [stdout]     |
[INFO] [stdout] 371 | pub trait SeedableRng: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed
[INFO] [stdout] ...
[INFO] [stdout] 466 |     fn seed_from_u64(mut state: u64) -> Self {
[INFO] [stdout]     |     ---------------------------------------- the associated function is available for `ChaCha8Rng` here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/gen/float.rs:12:5
[INFO] [stdout]     |
[INFO] [stdout]  12 | use rand::SeedableRng;
[INFO] [stdout]     |     ----------------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub trait SeedableRng: Sized {
[INFO] [stdout]     | ---------------------------- this is the trait that was imported
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `seed_from_u64` found for struct `ChaCha8Rng` in the current scope
[INFO] [stdout]    --> src/gen/integer.rs:45:34
[INFO] [stdout]     |
[INFO] [stdout]  45 |         rand_chacha::ChaCha8Rng::seed_from_u64(seed).sample_iter(distr)
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^ function or associated item not found in `ChaCha8Rng`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs:371:1
[INFO] [stdout]     |
[INFO] [stdout] 371 | pub trait SeedableRng: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed
[INFO] [stdout] ...
[INFO] [stdout] 466 |     fn seed_from_u64(mut state: u64) -> Self {
[INFO] [stdout]     |     ---------------------------------------- the associated function is available for `ChaCha8Rng` here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/gen/integer.rs:7:5
[INFO] [stdout]     |
[INFO] [stdout]   7 | use rand::SeedableRng;
[INFO] [stdout]     |     ----------------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub trait SeedableRng: Sized {
[INFO] [stdout]     | ---------------------------- this is the trait that was imported
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `seed_from_u64` found for struct `ChaCha8Rng` in the current scope
[INFO] [stdout]    --> src/gen/mix.rs:70:44
[INFO] [stdout]     |
[INFO] [stdout]  70 |         let rng = rand_chacha::ChaCha8Rng::seed_from_u64(seed);
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ function or associated item not found in `ChaCha8Rng`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs:371:1
[INFO] [stdout]     |
[INFO] [stdout] 371 | pub trait SeedableRng: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed
[INFO] [stdout] ...
[INFO] [stdout] 466 |     fn seed_from_u64(mut state: u64) -> Self {
[INFO] [stdout]     |     ---------------------------------------- the associated function is available for `ChaCha8Rng` here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/gen/mix.rs:6:5
[INFO] [stdout]     |
[INFO] [stdout]   6 | use rand::SeedableRng;
[INFO] [stdout]     |     ----------------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub trait SeedableRng: Sized {
[INFO] [stdout]     | ---------------------------- this is the trait that was imported
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `seed_from_u64` found for struct `ChaCha8Rng` in the current scope
[INFO] [stdout]    --> src/gen/pick.rs:41:44
[INFO] [stdout]     |
[INFO] [stdout]  41 |         let rng = rand_chacha::ChaCha8Rng::seed_from_u64(seed);
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^ function or associated item not found in `ChaCha8Rng`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs:371:1
[INFO] [stdout]     |
[INFO] [stdout] 371 | pub trait SeedableRng: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed
[INFO] [stdout] ...
[INFO] [stdout] 466 |     fn seed_from_u64(mut state: u64) -> Self {
[INFO] [stdout]     |     ---------------------------------------- the associated function is available for `ChaCha8Rng` here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/gen/pick.rs:5:5
[INFO] [stdout]     |
[INFO] [stdout]   5 | use rand::SeedableRng;
[INFO] [stdout]     |     ----------------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub trait SeedableRng: Sized {
[INFO] [stdout]     | ---------------------------- this is the trait that was imported
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `seed_from_u64` found for struct `ChaCha8Rng` in the current scope
[INFO] [stdout]    --> src/gen/sized.rs:44:48
[INFO] [stdout]     |
[INFO] [stdout]  44 |         let mut rng = rand_chacha::ChaCha8Rng::seed_from_u64(seed);
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^ function or associated item not found in `ChaCha8Rng`
[INFO] [stdout]     |
[INFO] [stdout] note: there are multiple different versions of crate `rand_core` in the dependency graph
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.9.3/src/lib.rs:371:1
[INFO] [stdout]     |
[INFO] [stdout] 371 | pub trait SeedableRng: Sized {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the trait that is needed
[INFO] [stdout] ...
[INFO] [stdout] 466 |     fn seed_from_u64(mut state: u64) -> Self {
[INFO] [stdout]     |     ---------------------------------------- the associated function is available for `ChaCha8Rng` here
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/gen/sized.rs:10:5
[INFO] [stdout]     |
[INFO] [stdout]  10 | use rand::SeedableRng;
[INFO] [stdout]     |     ----------------- `SeedableRng` imported here doesn't correspond to the right version of crate `rand_core`
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs:246:1
[INFO] [stdout]     |
[INFO] [stdout] 246 | pub trait SeedableRng: Sized {
[INFO] [stdout]     | ---------------------------- this is the trait that was imported
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0599`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `monkey_test` (lib) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "2c421856a29354617598da32b0d6d1efc56792554014560bf8cf801a311efcec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c421856a29354617598da32b0d6d1efc56792554014560bf8cf801a311efcec", kill_on_drop: false }`
[INFO] [stdout] 2c421856a29354617598da32b0d6d1efc56792554014560bf8cf801a311efcec
