[INFO] fetching crate default-vec 0.2.0...
[INFO] checking default-vec-0.2.0 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate default-vec 0.2.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate default-vec 0.2.0 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate default-vec 0.2.0
[INFO] finished tweaking crates.io crate default-vec 0.2.0
[INFO] tweaked toml for crates.io crate default-vec 0.2.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6bc6f0ecbbfd50a577066ffdd518c2968071e7ac41d8c8570f78bb45f6e99956
[INFO] running `Command { std: "docker" "start" "-a" "6bc6f0ecbbfd50a577066ffdd518c2968071e7ac41d8c8570f78bb45f6e99956", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6bc6f0ecbbfd50a577066ffdd518c2968071e7ac41d8c8570f78bb45f6e99956", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6bc6f0ecbbfd50a577066ffdd518c2968071e7ac41d8c8570f78bb45f6e99956", kill_on_drop: false }`
[INFO] [stdout] 6bc6f0ecbbfd50a577066ffdd518c2968071e7ac41d8c8570f78bb45f6e99956
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3fbbd6e4f7db1393d26bc66f23f15a00b0bb4a48cd18a2d00e444d03b7ef87ad
[INFO] running `Command { std: "docker" "start" "-a" "3fbbd6e4f7db1393d26bc66f23f15a00b0bb4a48cd18a2d00e444d03b7ef87ad", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Checking default-vec v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0603]: module `raw_vec` is private
[INFO] [stdout]  --> src/lib.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | use alloc::raw_vec::RawVec;
[INFO] [stdout]   |            ^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `raw_vec` is defined here
[INFO] [stdout]  --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/lib.rs:219:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `raw_vec_internals` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(raw_vec_internals)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `raw_vec` is private
[INFO] [stdout]  --> src/lib.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | use alloc::raw_vec::RawVec;
[INFO] [stdout]   |            ^^^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `raw_vec` is defined here
[INFO] [stdout]  --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/alloc/src/lib.rs:219:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `raw_vec_internals` is internal to the compiler or standard library
[INFO] [stdout]  --> src/lib.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(raw_vec_internals)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: using it is strongly discouraged
[INFO] [stdout]   = note: `#[warn(internal_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/lib.rs:70:23
[INFO] [stdout]    |
[INFO] [stdout] 70 |         if idx < self.capacity() {
[INFO] [stdout]    |                       ^^^^^^^^ cannot infer type for type parameter `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `_: Default`
[INFO] [stdout] note: required by a bound in `DefaultVec::<T>::capacity`
[INFO] [stdout]   --> src/lib.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<T: Default> DefaultVec<T> {
[INFO] [stdout]    |         ^^^^^^^ required by this bound in `DefaultVec::<T>::capacity`
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn capacity(&self) -> usize {
[INFO] [stdout]    |            -------- required by a bound in this associated function
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/lib.rs:70:23
[INFO] [stdout]    |
[INFO] [stdout] 70 |         if idx < self.capacity() {
[INFO] [stdout]    |                       ^^^^^^^^ cannot infer type for type parameter `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `_: Default`
[INFO] [stdout] note: required by a bound in `DefaultVec::<T>::capacity`
[INFO] [stdout]   --> src/lib.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<T: Default> DefaultVec<T> {
[INFO] [stdout]    |         ^^^^^^^ required by this bound in `DefaultVec::<T>::capacity`
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn capacity(&self) -> usize {
[INFO] [stdout]    |            -------- required by a bound in this associated function
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/lib.rs:80:30
[INFO] [stdout]    |
[INFO] [stdout] 80 |         for i in start..self.capacity() {
[INFO] [stdout]    |                              ^^^^^^^^ cannot infer type for type parameter `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `_: Default`
[INFO] [stdout] note: required by a bound in `DefaultVec::<T>::capacity`
[INFO] [stdout]   --> src/lib.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<T: Default> DefaultVec<T> {
[INFO] [stdout]    |         ^^^^^^^ required by this bound in `DefaultVec::<T>::capacity`
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn capacity(&self) -> usize {
[INFO] [stdout]    |            -------- required by a bound in this associated function
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/lib.rs:80:30
[INFO] [stdout]    |
[INFO] [stdout] 80 |         for i in start..self.capacity() {
[INFO] [stdout]    |                              ^^^^^^^^ cannot infer type for type parameter `T`
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `_: Default`
[INFO] [stdout] note: required by a bound in `DefaultVec::<T>::capacity`
[INFO] [stdout]   --> src/lib.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | impl<T: Default> DefaultVec<T> {
[INFO] [stdout]    |         ^^^^^^^ required by this bound in `DefaultVec::<T>::capacity`
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn capacity(&self) -> usize {
[INFO] [stdout]    |            -------- required by a bound in this associated function
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0283, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0283, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0283`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `default-vec` (lib test) due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `default-vec` (lib) due to 3 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "3fbbd6e4f7db1393d26bc66f23f15a00b0bb4a48cd18a2d00e444d03b7ef87ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3fbbd6e4f7db1393d26bc66f23f15a00b0bb4a48cd18a2d00e444d03b7ef87ad", kill_on_drop: false }`
[INFO] [stdout] 3fbbd6e4f7db1393d26bc66f23f15a00b0bb4a48cd18a2d00e444d03b7ef87ad
