[INFO] fetching crate growable 0.4.1... [INFO] checking growable-0.4.1 against try#89c05fd3cc6404a13e1bd71450c6132a2755fa4b for pr-69741 [INFO] extracting crate growable 0.4.1 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate growable 0.4.1 on toolchain 89c05fd3cc6404a13e1bd71450c6132a2755fa4b [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate growable 0.4.1 [INFO] finished tweaking crates.io crate growable 0.4.1 [INFO] tweaked toml for crates.io crate growable 0.4.1 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+89c05fd3cc6404a13e1bd71450c6132a2755fa4b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 86af63b854597e6e95f18ce72b854cd5153b4605a42dc5b2d65883575d3ead27 [INFO] running `"docker" "start" "-a" "86af63b854597e6e95f18ce72b854cd5153b4605a42dc5b2d65883575d3ead27"` [INFO] [stderr] Checking growable v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `std::alloc::Excess` [INFO] [stderr] --> src/lib.rs:18:43 [INFO] [stderr] | [INFO] [stderr] 18 | alloc::{handle_alloc_error, AllocRef, Excess, Global, Layout}, [INFO] [stderr] | ^^^^^^ no `Excess` in `alloc` [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] error[E0432]: unresolved import `std::alloc::Excess` [INFO] [stderr] --> src/lib.rs:18:43 [INFO] [stderr] | [INFO] [stderr] 18 | alloc::{handle_alloc_error, AllocRef, Excess, Global, Layout}, [INFO] [stderr] | ^^^^^^ no `Excess` in `alloc` [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] error: aborting due to 3 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] [stderr] warning: build failed, waiting for other jobs to finish... [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] 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] error: aborting due to 3 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" "86af63b854597e6e95f18ce72b854cd5153b4605a42dc5b2d65883575d3ead27"` [INFO] running `"docker" "rm" "-f" "86af63b854597e6e95f18ce72b854cd5153b4605a42dc5b2d65883575d3ead27"` [INFO] [stdout] 86af63b854597e6e95f18ce72b854cd5153b4605a42dc5b2d65883575d3ead27