[INFO] fetching crate default-vec 0.2.0...
[INFO] checking default-vec-0.2.0 against master#b0696a5160711c068cb1f01b7437db7990d15750 for pr-121848
[INFO] extracting crate default-vec 0.2.0 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate default-vec 0.2.0 on toolchain b0696a5160711c068cb1f01b7437db7990d15750
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "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-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "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" "+b0696a5160711c068cb1f01b7437db7990d15750" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 90b4fdacd4e52dcfaad1bc4e5b669e8eb4aecdb5ee0601d0cd63e828e0d98436
[INFO] running `Command { std: "docker" "start" "-a" "90b4fdacd4e52dcfaad1bc4e5b669e8eb4aecdb5ee0601d0cd63e828e0d98436", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "90b4fdacd4e52dcfaad1bc4e5b669e8eb4aecdb5ee0601d0cd63e828e0d98436", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90b4fdacd4e52dcfaad1bc4e5b669e8eb4aecdb5ee0601d0cd63e828e0d98436", kill_on_drop: false }`
[INFO] [stdout] 90b4fdacd4e52dcfaad1bc4e5b669e8eb4aecdb5ee0601d0cd63e828e0d98436
[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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+b0696a5160711c068cb1f01b7437db7990d15750" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 93fd14cb028098c1259ab5405ca952699bbeadfa84dea50ca0d438da6450b638
[INFO] running `Command { std: "docker" "start" "-a" "93fd14cb028098c1259ab5405ca952699bbeadfa84dea50ca0d438da6450b638", kill_on_drop: false }`
[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/b0696a5160711c068cb1f01b7437db7990d15750/library/alloc/src/lib.rs:231: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:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         DefaultVec::default()
[INFO] [stdout]    |         ^^^^^^^^^^ cannot infer type for type parameter `T` declared on the struct `DefaultVec`
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `_: Default`
[INFO] [stdout] note: required by a bound in `DefaultVec`
[INFO] [stdout]   --> src/lib.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct DefaultVec<T: Default> {
[INFO] [stdout]    |                          ^^^^^^^ required by this bound in `DefaultVec`
[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[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/b0696a5160711c068cb1f01b7437db7990d15750/library/alloc/src/lib.rs:231:1
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors; 1 warning emitted
[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] 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] [stderr] error: could not compile `default-vec` (lib) due to 5 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/tests.rs:5:19
[INFO] [stdout]    |
[INFO] [stdout] 5  |     let mut vec = DefaultVec::new();
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ cannot infer type of the type parameter `T` declared on the struct `DefaultVec`
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `_: Default`
[INFO] [stdout] note: required by a bound in `DefaultVec::<T>::new`
[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>::new`
[INFO] [stdout] 17 |     /// Creates an empty vector.
[INFO] [stdout] 18 |     pub fn new() -> Self {
[INFO] [stdout]    |            --- required by a bound in this associated function
[INFO] [stdout] help: consider specifying the generic argument
[INFO] [stdout]    |
[INFO] [stdout] 5  |     let mut vec = DefaultVec::<T>::new();
[INFO] [stdout]    |                             +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/tests.rs:40:19
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let mut vec = DefaultVec::new();
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ cannot infer type of the type parameter `T` declared on the struct `DefaultVec`
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `_: Default`
[INFO] [stdout] note: required by a bound in `DefaultVec::<T>::new`
[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>::new`
[INFO] [stdout] 17 |     /// Creates an empty vector.
[INFO] [stdout] 18 |     pub fn new() -> Self {
[INFO] [stdout]    |            --- required by a bound in this associated function
[INFO] [stdout] help: consider specifying the generic argument
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let mut vec = DefaultVec::<T>::new();
[INFO] [stdout]    |                             +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/lib.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         DefaultVec::default()
[INFO] [stdout]    |         ^^^^^^^^^^ cannot infer type for type parameter `T` declared on the struct `DefaultVec`
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `_: Default`
[INFO] [stdout] note: required by a bound in `DefaultVec`
[INFO] [stdout]   --> src/lib.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct DefaultVec<T: Default> {
[INFO] [stdout]    |                          ^^^^^^^ required by this bound in `DefaultVec`
[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: aborting due to 6 previous errors; 1 warning emitted
[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] [stderr] error: could not compile `default-vec` (lib test) due to 7 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "93fd14cb028098c1259ab5405ca952699bbeadfa84dea50ca0d438da6450b638", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93fd14cb028098c1259ab5405ca952699bbeadfa84dea50ca0d438da6450b638", kill_on_drop: false }`
[INFO] [stdout] 93fd14cb028098c1259ab5405ca952699bbeadfa84dea50ca0d438da6450b638
[INFO] checking default-vec-0.2.0 against try#bfe97fcae016881ad333f0ff8cea2cadb9cf136c for pr-121848
[INFO] extracting crate default-vec 0.2.0 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate default-vec 0.2.0 on toolchain bfe97fcae016881ad333f0ff8cea2cadb9cf136c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "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" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 25c932049d0b23664796640df9bedd682b7aef510deb3e0b832fadc300194a14
[INFO] running `Command { std: "docker" "start" "-a" "25c932049d0b23664796640df9bedd682b7aef510deb3e0b832fadc300194a14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "25c932049d0b23664796640df9bedd682b7aef510deb3e0b832fadc300194a14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25c932049d0b23664796640df9bedd682b7aef510deb3e0b832fadc300194a14", kill_on_drop: false }`
[INFO] [stdout] 25c932049d0b23664796640df9bedd682b7aef510deb3e0b832fadc300194a14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+bfe97fcae016881ad333f0ff8cea2cadb9cf136c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c058d1d3d7162a6000ed738c3218959a31cb2309bf3628dc029e3f894cfb00b6
[INFO] running `Command { std: "docker" "start" "-a" "c058d1d3d7162a6000ed738c3218959a31cb2309bf3628dc029e3f894cfb00b6", kill_on_drop: false }`
[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/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/alloc/src/lib.rs:231:1
[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/bfe97fcae016881ad333f0ff8cea2cadb9cf136c/library/alloc/src/lib.rs:231: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] 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/tests.rs:5:19
[INFO] [stdout]    |
[INFO] [stdout] 5  |     let mut vec = DefaultVec::new();
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ cannot infer type of the type parameter `T` declared on the struct `DefaultVec`
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `_: Default`
[INFO] [stdout] note: required by a bound in `DefaultVec::<T>::new`
[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>::new`
[INFO] [stdout] 17 |     /// Creates an empty vector.
[INFO] [stdout] 18 |     pub fn new() -> Self {
[INFO] [stdout]    |            --- required by a bound in this associated function
[INFO] [stdout] help: consider specifying the generic argument
[INFO] [stdout]    |
[INFO] [stdout] 5  |     let mut vec = DefaultVec::<T>::new();
[INFO] [stdout]    |                             +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/lib.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         DefaultVec::default()
[INFO] [stdout]    |         ^^^^^^^^^^ cannot infer type for type parameter `T` declared on the struct `DefaultVec`
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `_: Default`
[INFO] [stdout] note: required by a bound in `DefaultVec`
[INFO] [stdout]   --> src/lib.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct DefaultVec<T: Default> {
[INFO] [stdout]    |                          ^^^^^^^ required by this bound in `DefaultVec`
[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: aborting due to 4 previous errors; 1 warning emitted
[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] [stderr] error: could not compile `default-vec` (lib) due to 5 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/tests.rs:40:19
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let mut vec = DefaultVec::new();
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^ cannot infer type of the type parameter `T` declared on the struct `DefaultVec`
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `_: Default`
[INFO] [stdout] note: required by a bound in `DefaultVec::<T>::new`
[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>::new`
[INFO] [stdout] 17 |     /// Creates an empty vector.
[INFO] [stdout] 18 |     pub fn new() -> Self {
[INFO] [stdout]    |            --- required by a bound in this associated function
[INFO] [stdout] help: consider specifying the generic argument
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let mut vec = DefaultVec::<T>::new();
[INFO] [stdout]    |                             +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0283]: type annotations needed
[INFO] [stdout]   --> src/lib.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         DefaultVec::default()
[INFO] [stdout]    |         ^^^^^^^^^^ cannot infer type for type parameter `T` declared on the struct `DefaultVec`
[INFO] [stdout]    |
[INFO] [stdout]    = note: cannot satisfy `_: Default`
[INFO] [stdout] note: required by a bound in `DefaultVec`
[INFO] [stdout]   --> src/lib.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct DefaultVec<T: Default> {
[INFO] [stdout]    |                          ^^^^^^^ required by this bound in `DefaultVec`
[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: aborting due to 6 previous errors; 1 warning emitted
[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] [stderr] error: could not compile `default-vec` (lib test) due to 7 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "c058d1d3d7162a6000ed738c3218959a31cb2309bf3628dc029e3f894cfb00b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c058d1d3d7162a6000ed738c3218959a31cb2309bf3628dc029e3f894cfb00b6", kill_on_drop: false }`
[INFO] [stdout] c058d1d3d7162a6000ed738c3218959a31cb2309bf3628dc029e3f894cfb00b6
