[INFO] crate membuf 0.0.5 is already in cache [INFO] testing membuf-0.0.5 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate membuf 0.0.5 into work/builds/worker-0/source [INFO] validating manifest of crates.io crate membuf 0.0.5 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate membuf 0.0.5 [INFO] finished tweaking crates.io crate membuf 0.0.5 [INFO] tweaked toml for crates.io crate membuf 0.0.5 written to work/builds/worker-0/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] e331e7eee23091bc4c6221391d37771719690841ce00733bb8c06644e9120da1 [INFO] running `"docker" "start" "-a" "e331e7eee23091bc4c6221391d37771719690841ce00733bb8c06644e9120da1"` [INFO] [stderr] Compiling membuf v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` [INFO] [stderr] --> src/lib.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | #![allow(raw_pointer_derive)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(renamed_and_removed_lints)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::nonzero` [INFO] [stderr] --> src/lib.rs:15:11 [INFO] [stderr] | [INFO] [stderr] 15 | use core::nonzero::NonZero; [INFO] [stderr] | ^^^^^^^ could not find `nonzero` in `core` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core::nonzero` [INFO] [stderr] --> src/alloc.rs:8:11 [INFO] [stderr] | [INFO] [stderr] 8 | use core::nonzero::NonZero; [INFO] [stderr] | ^^^^^^^ could not find `nonzero` in `core` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::rt::heap` [INFO] [stderr] --> src/alloc.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::rt::heap; [INFO] [stderr] | ^^^^^^^^^^^^^ no `heap` in `rt` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `oom` in crate `alloc` [INFO] [stderr] --> src/alloc.rs:20:31 [INFO] [stderr] | [INFO] [stderr] 20 | if ptr.is_null() { alloc::oom() } [INFO] [stderr] | ^^^ not found in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `oom` in crate `alloc` [INFO] [stderr] --> src/alloc.rs:40:16 [INFO] [stderr] | [INFO] [stderr] 40 | alloc::oom() [INFO] [stderr] | ^^^ not found in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(core, nonzero, alloc, oom, heap_api)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0392]: parameter `T` is never used [INFO] [stderr] --> src/unique.rs:19:22 [INFO] [stderr] | [INFO] [stderr] 19 | pub struct UniqueBuf { [INFO] [stderr] | ^ unused parameter [INFO] [stderr] | [INFO] [stderr] = help: consider removing `T` or using a marker such as `std::marker::PhantomData` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0392, E0425, E0432, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0392`. [INFO] [stderr] error: could not compile `membuf`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e331e7eee23091bc4c6221391d37771719690841ce00733bb8c06644e9120da1"` [INFO] running `"docker" "rm" "-f" "e331e7eee23091bc4c6221391d37771719690841ce00733bb8c06644e9120da1"` [INFO] [stdout] e331e7eee23091bc4c6221391d37771719690841ce00733bb8c06644e9120da1