Oct 13 04:48:01.174 INFO checking FTP-rs/ftp-server-may-rs against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 04:48:01.174 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 04:48:01.669 INFO blam! 6f43c530f0b37d09baca9b6fe6e0f94bfb1504577b5ac9152d2570416e8b4b66 Oct 13 04:48:01.678 INFO running `"docker" "start" "-a" "6f43c530f0b37d09baca9b6fe6e0f94bfb1504577b5ac9152d2570416e8b4b66"` Oct 13 04:48:02.299 INFO kablam! usermod: no changes Oct 13 04:48:02.470 INFO kablam! Compiling may_queue v0.1.1 Oct 13 04:48:02.470 INFO kablam! Compiling generator v0.6.5 Oct 13 04:48:02.470 INFO kablam! Compiling may v0.2.0 Oct 13 04:48:06.324 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.324 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:4:5 Oct 13 04:48:06.324 INFO kablam! | Oct 13 04:48:06.325 INFO kablam! 4 | use self::alloc::raw_vec::RawVec; Oct 13 04:48:06.332 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:48:06.332 INFO kablam! | Oct 13 04:48:06.332 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.332 INFO kablam! Oct 13 04:48:06.332 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.332 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:45:11 Oct 13 04:48:06.332 INFO kablam! | Oct 13 04:48:06.332 INFO kablam! 45 | data: RawVec, Oct 13 04:48:06.332 INFO kablam! | ^^^^^^^^^ Oct 13 04:48:06.332 INFO kablam! | Oct 13 04:48:06.332 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.332 INFO kablam! Oct 13 04:48:06.332 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.332 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:56:19 Oct 13 04:48:06.332 INFO kablam! | Oct 13 04:48:06.333 INFO kablam! 56 | data: RawVec::with_capacity(BLOCK_SIZE), Oct 13 04:48:06.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:48:06.333 INFO kablam! | Oct 13 04:48:06.333 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.333 INFO kablam! Oct 13 04:48:06.396 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.396 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:64:34 Oct 13 04:48:06.396 INFO kablam! | Oct 13 04:48:06.396 INFO kablam! 64 | let data = self.data.ptr().offset((index & BLOCK_MASK) as isize); Oct 13 04:48:06.396 INFO kablam! | ^^^ Oct 13 04:48:06.397 INFO kablam! | Oct 13 04:48:06.397 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.397 INFO kablam! Oct 13 04:48:06.398 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.399 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:74:34 Oct 13 04:48:06.399 INFO kablam! | Oct 13 04:48:06.399 INFO kablam! 74 | let data = self.data.ptr().offset((index & BLOCK_MASK) as isize); Oct 13 04:48:06.399 INFO kablam! | ^^^ Oct 13 04:48:06.399 INFO kablam! | Oct 13 04:48:06.399 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.399 INFO kablam! Oct 13 04:48:06.399 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.400 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:85:36 Oct 13 04:48:06.400 INFO kablam! | Oct 13 04:48:06.401 INFO kablam! 85 | let mut p_data = self.data.ptr().offset((start & BLOCK_MASK) as isize); Oct 13 04:48:06.401 INFO kablam! | ^^^ Oct 13 04:48:06.401 INFO kablam! | Oct 13 04:48:06.401 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.401 INFO kablam! Oct 13 04:48:06.685 INFO kablam! error: aborting due to 6 previous errors Oct 13 04:48:06.685 INFO kablam! Oct 13 04:48:06.685 INFO kablam! For more information about this error, try `rustc --explain E0658`. Oct 13 04:48:06.700 INFO kablam! error: Could not compile `may_queue`. Oct 13 04:48:06.700 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 04:48:06.728 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.729 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:8:5 Oct 13 04:48:06.729 INFO kablam! | Oct 13 04:48:06.729 INFO kablam! 8 | use alloc::raw_vec::RawVec; Oct 13 04:48:06.729 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:48:06.729 INFO kablam! | Oct 13 04:48:06.730 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.730 INFO kablam! Oct 13 04:48:06.730 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.730 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:20:10 Oct 13 04:48:06.730 INFO kablam! | Oct 13 04:48:06.731 INFO kablam! 20 | buf: RawVec, Oct 13 04:48:06.738 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 04:48:06.738 INFO kablam! | Oct 13 04:48:06.739 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.739 INFO kablam! Oct 13 04:48:06.739 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.739 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:33:18 Oct 13 04:48:06.739 INFO kablam! | Oct 13 04:48:06.740 INFO kablam! 33 | buf: RawVec::with_capacity(size), Oct 13 04:48:06.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 04:48:06.740 INFO kablam! | Oct 13 04:48:06.740 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.740 INFO kablam! Oct 13 04:48:06.817 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.820 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:43:31 Oct 13 04:48:06.820 INFO kablam! | Oct 13 04:48:06.820 INFO kablam! 43 | let buf = stk.buf.ptr(); Oct 13 04:48:06.820 INFO kablam! | ^^^ Oct 13 04:48:06.820 INFO kablam! | Oct 13 04:48:06.821 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.821 INFO kablam! Oct 13 04:48:06.821 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.821 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:55:36 Oct 13 04:48:06.821 INFO kablam! | Oct 13 04:48:06.822 INFO kablam! 55 | let mut ptr = self.buf.ptr(); Oct 13 04:48:06.822 INFO kablam! | ^^^ Oct 13 04:48:06.822 INFO kablam! | Oct 13 04:48:06.822 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.822 INFO kablam! Oct 13 04:48:06.823 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.823 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:61:28 Oct 13 04:48:06.823 INFO kablam! | Oct 13 04:48:06.823 INFO kablam! 61 | let cap = self.buf.cap(); Oct 13 04:48:06.823 INFO kablam! | ^^^ Oct 13 04:48:06.824 INFO kablam! | Oct 13 04:48:06.824 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.824 INFO kablam! Oct 13 04:48:06.826 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.826 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:71:18 Oct 13 04:48:06.826 INFO kablam! | Oct 13 04:48:06.826 INFO kablam! 71 | self.buf.cap() Oct 13 04:48:06.826 INFO kablam! | ^^^ Oct 13 04:48:06.827 INFO kablam! | Oct 13 04:48:06.827 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.827 INFO kablam! Oct 13 04:48:06.827 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.827 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:76:27 Oct 13 04:48:06.828 INFO kablam! | Oct 13 04:48:06.828 INFO kablam! 76 | unsafe { self.buf.ptr().offset(self.buf.cap() as isize) as *mut usize } Oct 13 04:48:06.828 INFO kablam! | ^^^ Oct 13 04:48:06.828 INFO kablam! | Oct 13 04:48:06.828 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.828 INFO kablam! Oct 13 04:48:06.828 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.829 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:76:49 Oct 13 04:48:06.829 INFO kablam! | Oct 13 04:48:06.829 INFO kablam! 76 | unsafe { self.buf.ptr().offset(self.buf.cap() as isize) as *mut usize } Oct 13 04:48:06.829 INFO kablam! | ^^^ Oct 13 04:48:06.829 INFO kablam! | Oct 13 04:48:06.829 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.829 INFO kablam! Oct 13 04:48:06.830 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 13 04:48:06.830 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:82:18 Oct 13 04:48:06.830 INFO kablam! | Oct 13 04:48:06.830 INFO kablam! 82 | self.buf.ptr() Oct 13 04:48:06.830 INFO kablam! | ^^^ Oct 13 04:48:06.830 INFO kablam! | Oct 13 04:48:06.831 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 13 04:48:06.831 INFO kablam! Oct 13 04:48:06.905 INFO kablam! error: aborting due to 10 previous errors Oct 13 04:48:06.906 INFO kablam! Oct 13 04:48:06.906 INFO kablam! For more information about this error, try `rustc --explain E0658`. Oct 13 04:48:06.919 INFO kablam! error: Could not compile `generator`. Oct 13 04:48:06.919 INFO kablam! Oct 13 04:48:06.920 INFO kablam! To learn more, run the command again with --verbose. Oct 13 04:48:06.921 INFO kablam! su: No module specific data is present Oct 13 04:48:07.728 INFO running `"docker" "rm" "-f" "6f43c530f0b37d09baca9b6fe6e0f94bfb1504577b5ac9152d2570416e8b4b66"` Oct 13 04:48:08.036 INFO blam! 6f43c530f0b37d09baca9b6fe6e0f94bfb1504577b5ac9152d2570416e8b4b66