[INFO] crate growable 0.3.3 is already in cache [INFO] checking growable-0.3.3 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate growable 0.3.3 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate growable 0.3.3 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate growable 0.3.3 [INFO] finished tweaking crates.io crate growable 0.3.3 [INFO] tweaked toml for crates.io crate growable 0.3.3 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d4de36171e1bdb9c409a5f3c909f70dfe53f4723ab860674d7c0e4aef2927579 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "d4de36171e1bdb9c409a5f3c909f70dfe53f4723ab860674d7c0e4aef2927579"` [INFO] [stderr] Checking growable v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `std::alloc::Alloc` [INFO] [stderr] --> src/lib.rs:18:33 [INFO] [stderr] | [INFO] [stderr] 18 | alloc::{handle_alloc_error, Alloc, Excess, Global, Layout}, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Alloc` in `alloc` [INFO] [stderr] | help: a similar name exists in the module: `alloc` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::alloc::Alloc` [INFO] [stderr] --> src/lib.rs:18:33 [INFO] [stderr] | [INFO] [stderr] 18 | alloc::{handle_alloc_error, Alloc, Excess, Global, Layout}, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Alloc` in `alloc` [INFO] [stderr] | help: a similar name exists in the module: `alloc` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `dealloc` found for struct `std::alloc::Global` in the current scope [INFO] [stderr] --> src/lib.rs:377:24 [INFO] [stderr] | [INFO] [stderr] 377 | Global.dealloc(self.ptr, Layout::from_size_align_unchecked(self.len, self.ptr_alignment)); [INFO] [stderr] | ^^^^^^^ method not found in `std::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 17 | use std::alloc::AllocRef; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc_excess` found for struct `std::alloc::Global` in the current scope [INFO] [stderr] --> src/lib.rs:445:24 [INFO] [stderr] | [INFO] [stderr] 445 | Global.alloc_excess(layout).unwrap_or_else(|_| handle_alloc_error(layout)) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 17 | use std::alloc::AllocRef; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `grow_in_place` found for struct `std::alloc::Global` in the current scope [INFO] [stderr] --> src/lib.rs:519:65 [INFO] [stderr] | [INFO] [stderr] 519 | layout.align() == layout_curr.align() && Global.grow_in_place(self.ptr, layout_curr, len).is_ok(); [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `std::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 17 | use std::alloc::AllocRef; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `realloc_excess` found for struct `std::alloc::Global` in the current scope [INFO] [stderr] --> src/lib.rs:523:28 [INFO] [stderr] | [INFO] [stderr] 523 | Global.realloc_excess(self.ptr, layout_curr, len).unwrap_or_else(|_| handle_alloc_error(layout)); [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `std::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 17 | use std::alloc::AllocRef; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error[E0599]: no method named `dealloc` found for struct `std::alloc::Global` in the current scope [INFO] [stderr] --> src/lib.rs:377:24 [INFO] [stderr] | [INFO] [stderr] 377 | Global.dealloc(self.ptr, Layout::from_size_align_unchecked(self.len, self.ptr_alignment)); [INFO] [stderr] | ^^^^^^^ method not found in `std::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 17 | use std::alloc::AllocRef; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `alloc_excess` found for struct `std::alloc::Global` in the current scope [INFO] [stderr] --> src/lib.rs:445:24 [INFO] [stderr] | [INFO] [stderr] 445 | Global.alloc_excess(layout).unwrap_or_else(|_| handle_alloc_error(layout)) [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `std::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 17 | use std::alloc::AllocRef; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: could not compile `growable`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `grow_in_place` found for struct `std::alloc::Global` in the current scope [INFO] [stderr] --> src/lib.rs:519:65 [INFO] [stderr] | [INFO] [stderr] 519 | layout.align() == layout_curr.align() && Global.grow_in_place(self.ptr, layout_curr, len).is_ok(); [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `std::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 17 | use std::alloc::AllocRef; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `realloc_excess` found for struct `std::alloc::Global` in the current scope [INFO] [stderr] --> src/lib.rs:523:28 [INFO] [stderr] | [INFO] [stderr] 523 | Global.realloc_excess(self.ptr, layout_curr, len).unwrap_or_else(|_| handle_alloc_error(layout)); [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `std::alloc::Global` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stderr] | [INFO] [stderr] 17 | use std::alloc::AllocRef; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `growable`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "d4de36171e1bdb9c409a5f3c909f70dfe53f4723ab860674d7c0e4aef2927579"` [INFO] running `"docker" "rm" "-f" "d4de36171e1bdb9c409a5f3c909f70dfe53f4723ab860674d7c0e4aef2927579"` [INFO] [stdout] d4de36171e1bdb9c409a5f3c909f70dfe53f4723ab860674d7c0e4aef2927579