Oct 27 11:54:41.712 INFO checking FTP-rs/ftp-server-may-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 11:54:41.712 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 11:54:41.954 INFO blam! 3c4cc9a0e703c9ac5756ac39e6efdf45c3747f9b049c7fcfdf14094727fb2ecc Oct 27 11:54:41.958 INFO running `"docker" "start" "-a" "3c4cc9a0e703c9ac5756ac39e6efdf45c3747f9b049c7fcfdf14094727fb2ecc"` Oct 27 11:54:43.026 INFO kablam! usermod: no changes Oct 27 11:54:43.196 INFO kablam! Compiling may_queue v0.1.1 Oct 27 11:54:43.196 INFO kablam! Compiling generator v0.6.5 Oct 27 11:54:43.196 INFO kablam! Compiling may v0.2.0 Oct 27 11:54:47.095 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.095 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:4:5 Oct 27 11:54:47.095 INFO kablam! | Oct 27 11:54:47.095 INFO kablam! 4 | use self::alloc::raw_vec::RawVec; Oct 27 11:54:47.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:54:47.096 INFO kablam! | Oct 27 11:54:47.096 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.096 INFO kablam! Oct 27 11:54:47.097 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.097 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:45:11 Oct 27 11:54:47.097 INFO kablam! | Oct 27 11:54:47.097 INFO kablam! 45 | data: RawVec, Oct 27 11:54:47.097 INFO kablam! | ^^^^^^^^^ Oct 27 11:54:47.097 INFO kablam! | Oct 27 11:54:47.097 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.097 INFO kablam! Oct 27 11:54:47.097 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.097 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:56:19 Oct 27 11:54:47.097 INFO kablam! | Oct 27 11:54:47.097 INFO kablam! 56 | data: RawVec::with_capacity(BLOCK_SIZE), Oct 27 11:54:47.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:54:47.097 INFO kablam! | Oct 27 11:54:47.097 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.097 INFO kablam! Oct 27 11:54:47.163 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.164 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:64:34 Oct 27 11:54:47.164 INFO kablam! | Oct 27 11:54:47.164 INFO kablam! 64 | let data = self.data.ptr().offset((index & BLOCK_MASK) as isize); Oct 27 11:54:47.164 INFO kablam! | ^^^ Oct 27 11:54:47.164 INFO kablam! | Oct 27 11:54:47.164 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.223 INFO kablam! Oct 27 11:54:47.223 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.223 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:74:34 Oct 27 11:54:47.223 INFO kablam! | Oct 27 11:54:47.223 INFO kablam! 74 | let data = self.data.ptr().offset((index & BLOCK_MASK) as isize); Oct 27 11:54:47.223 INFO kablam! | ^^^ Oct 27 11:54:47.223 INFO kablam! | Oct 27 11:54:47.223 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.223 INFO kablam! Oct 27 11:54:47.223 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.223 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:85:36 Oct 27 11:54:47.223 INFO kablam! | Oct 27 11:54:47.223 INFO kablam! 85 | let mut p_data = self.data.ptr().offset((start & BLOCK_MASK) as isize); Oct 27 11:54:47.223 INFO kablam! | ^^^ Oct 27 11:54:47.223 INFO kablam! | Oct 27 11:54:47.223 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.223 INFO kablam! Oct 27 11:54:47.315 INFO kablam! error: aborting due to 6 previous errors Oct 27 11:54:47.315 INFO kablam! Oct 27 11:54:47.315 INFO kablam! For more information about this error, try `rustc --explain E0658`. Oct 27 11:54:47.315 INFO kablam! error: Could not compile `may_queue`. Oct 27 11:54:47.315 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 11:54:47.731 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.731 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:8:5 Oct 27 11:54:47.731 INFO kablam! | Oct 27 11:54:47.731 INFO kablam! 8 | use alloc::raw_vec::RawVec; Oct 27 11:54:47.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:54:47.731 INFO kablam! | Oct 27 11:54:47.731 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.731 INFO kablam! Oct 27 11:54:47.731 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.731 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:20:10 Oct 27 11:54:47.731 INFO kablam! | Oct 27 11:54:47.731 INFO kablam! 20 | buf: RawVec, Oct 27 11:54:47.731 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 11:54:47.731 INFO kablam! | Oct 27 11:54:47.731 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.731 INFO kablam! Oct 27 11:54:47.731 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.731 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:33:18 Oct 27 11:54:47.731 INFO kablam! | Oct 27 11:54:47.731 INFO kablam! 33 | buf: RawVec::with_capacity(size), Oct 27 11:54:47.731 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:54:47.731 INFO kablam! | Oct 27 11:54:47.731 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.731 INFO kablam! Oct 27 11:54:47.834 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.834 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:43:31 Oct 27 11:54:47.834 INFO kablam! | Oct 27 11:54:47.834 INFO kablam! 43 | let buf = stk.buf.ptr(); Oct 27 11:54:47.834 INFO kablam! | ^^^ Oct 27 11:54:47.834 INFO kablam! | Oct 27 11:54:47.834 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.834 INFO kablam! Oct 27 11:54:47.835 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.835 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:55:36 Oct 27 11:54:47.835 INFO kablam! | Oct 27 11:54:47.835 INFO kablam! 55 | let mut ptr = self.buf.ptr(); Oct 27 11:54:47.835 INFO kablam! | ^^^ Oct 27 11:54:47.835 INFO kablam! | Oct 27 11:54:47.835 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.835 INFO kablam! Oct 27 11:54:47.835 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.835 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:61:28 Oct 27 11:54:47.835 INFO kablam! | Oct 27 11:54:47.835 INFO kablam! 61 | let cap = self.buf.cap(); Oct 27 11:54:47.835 INFO kablam! | ^^^ Oct 27 11:54:47.835 INFO kablam! | Oct 27 11:54:47.835 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.835 INFO kablam! Oct 27 11:54:47.835 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.835 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:71:18 Oct 27 11:54:47.835 INFO kablam! | Oct 27 11:54:47.836 INFO kablam! 71 | self.buf.cap() Oct 27 11:54:47.847 INFO kablam! | ^^^ Oct 27 11:54:47.847 INFO kablam! | Oct 27 11:54:47.847 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.847 INFO kablam! Oct 27 11:54:47.847 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.847 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:76:27 Oct 27 11:54:47.847 INFO kablam! | Oct 27 11:54:47.847 INFO kablam! 76 | unsafe { self.buf.ptr().offset(self.buf.cap() as isize) as *mut usize } Oct 27 11:54:47.847 INFO kablam! | ^^^ Oct 27 11:54:47.847 INFO kablam! | Oct 27 11:54:47.847 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.847 INFO kablam! Oct 27 11:54:47.847 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.847 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:76:49 Oct 27 11:54:47.847 INFO kablam! | Oct 27 11:54:47.847 INFO kablam! 76 | unsafe { self.buf.ptr().offset(self.buf.cap() as isize) as *mut usize } Oct 27 11:54:47.847 INFO kablam! | ^^^ Oct 27 11:54:47.847 INFO kablam! | Oct 27 11:54:47.847 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.847 INFO kablam! Oct 27 11:54:47.847 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 27 11:54:47.848 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:82:18 Oct 27 11:54:47.848 INFO kablam! | Oct 27 11:54:47.848 INFO kablam! 82 | self.buf.ptr() Oct 27 11:54:47.848 INFO kablam! | ^^^ Oct 27 11:54:47.848 INFO kablam! | Oct 27 11:54:47.848 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 27 11:54:47.848 INFO kablam! Oct 27 11:54:47.883 INFO kablam! error: aborting due to 10 previous errors Oct 27 11:54:47.883 INFO kablam! Oct 27 11:54:47.883 INFO kablam! For more information about this error, try `rustc --explain E0658`. Oct 27 11:54:47.895 INFO kablam! error: Could not compile `generator`. Oct 27 11:54:47.895 INFO kablam! Oct 27 11:54:47.895 INFO kablam! To learn more, run the command again with --verbose. Oct 27 11:54:47.895 INFO kablam! su: No module specific data is present Oct 27 11:54:49.105 INFO running `"docker" "rm" "-f" "3c4cc9a0e703c9ac5756ac39e6efdf45c3747f9b049c7fcfdf14094727fb2ecc"` Oct 27 11:54:49.302 INFO blam! 3c4cc9a0e703c9ac5756ac39e6efdf45c3747f9b049c7fcfdf14094727fb2ecc