Oct 11 06:48:10.489 INFO testing FTP-rs/ftp-server-may-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:48:10.489 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:48:10.489 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:48:10.833 INFO blam! b9c60507cba771ac5bc67297d40ff53b48383a8c6b462678533eecfe9e118b46 Oct 11 06:48:10.834 INFO running `"docker" "start" "-a" "b9c60507cba771ac5bc67297d40ff53b48383a8c6b462678533eecfe9e118b46"` Oct 11 06:48:12.134 INFO kablam! usermod: no changes Oct 11 06:48:12.299 INFO kablam! Compiling generator v0.6.5 Oct 11 06:48:12.299 INFO kablam! Compiling may_queue v0.1.1 Oct 11 06:48:12.300 INFO kablam! Compiling may v0.2.0 Oct 11 06:48:15.264 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.269 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:4:5 Oct 11 06:48:15.269 INFO kablam! | Oct 11 06:48:15.269 INFO kablam! 4 | use self::alloc::raw_vec::RawVec; Oct 11 06:48:15.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:48:15.269 INFO kablam! | Oct 11 06:48:15.269 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.269 INFO kablam! Oct 11 06:48:15.269 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.269 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:45:11 Oct 11 06:48:15.269 INFO kablam! | Oct 11 06:48:15.269 INFO kablam! 45 | data: RawVec, Oct 11 06:48:15.269 INFO kablam! | ^^^^^^^^^ Oct 11 06:48:15.269 INFO kablam! | Oct 11 06:48:15.269 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.269 INFO kablam! Oct 11 06:48:15.269 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.269 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:56:19 Oct 11 06:48:15.269 INFO kablam! | Oct 11 06:48:15.269 INFO kablam! 56 | data: RawVec::with_capacity(BLOCK_SIZE), Oct 11 06:48:15.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:48:15.269 INFO kablam! | Oct 11 06:48:15.269 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.269 INFO kablam! Oct 11 06:48:15.320 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.320 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:64:34 Oct 11 06:48:15.320 INFO kablam! | Oct 11 06:48:15.320 INFO kablam! 64 | let data = self.data.ptr().offset((index & BLOCK_MASK) as isize); Oct 11 06:48:15.320 INFO kablam! | ^^^ Oct 11 06:48:15.320 INFO kablam! | Oct 11 06:48:15.320 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.322 INFO kablam! Oct 11 06:48:15.323 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.323 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:74:34 Oct 11 06:48:15.323 INFO kablam! | Oct 11 06:48:15.323 INFO kablam! 74 | let data = self.data.ptr().offset((index & BLOCK_MASK) as isize); Oct 11 06:48:15.323 INFO kablam! | ^^^ Oct 11 06:48:15.323 INFO kablam! | Oct 11 06:48:15.323 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.323 INFO kablam! Oct 11 06:48:15.328 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.328 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:85:36 Oct 11 06:48:15.328 INFO kablam! | Oct 11 06:48:15.328 INFO kablam! 85 | let mut p_data = self.data.ptr().offset((start & BLOCK_MASK) as isize); Oct 11 06:48:15.328 INFO kablam! | ^^^ Oct 11 06:48:15.328 INFO kablam! | Oct 11 06:48:15.328 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.328 INFO kablam! Oct 11 06:48:15.430 INFO kablam! error: aborting due to 6 previous errors Oct 11 06:48:15.430 INFO kablam! Oct 11 06:48:15.430 INFO kablam! For more information about this error, try `rustc --explain E0658`. Oct 11 06:48:15.437 INFO kablam! error: Could not compile `may_queue`. Oct 11 06:48:15.437 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 11 06:48:15.736 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.736 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:8:5 Oct 11 06:48:15.736 INFO kablam! | Oct 11 06:48:15.736 INFO kablam! 8 | use alloc::raw_vec::RawVec; Oct 11 06:48:15.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:48:15.736 INFO kablam! | Oct 11 06:48:15.736 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.736 INFO kablam! Oct 11 06:48:15.736 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.736 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:20:10 Oct 11 06:48:15.736 INFO kablam! | Oct 11 06:48:15.736 INFO kablam! 20 | buf: RawVec, Oct 11 06:48:15.736 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 06:48:15.736 INFO kablam! | Oct 11 06:48:15.736 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.736 INFO kablam! Oct 11 06:48:15.736 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.736 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:33:18 Oct 11 06:48:15.736 INFO kablam! | Oct 11 06:48:15.737 INFO kablam! 33 | buf: RawVec::with_capacity(size), Oct 11 06:48:15.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:48:15.737 INFO kablam! | Oct 11 06:48:15.737 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.737 INFO kablam! Oct 11 06:48:15.803 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.803 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:43:31 Oct 11 06:48:15.803 INFO kablam! | Oct 11 06:48:15.803 INFO kablam! 43 | let buf = stk.buf.ptr(); Oct 11 06:48:15.803 INFO kablam! | ^^^ Oct 11 06:48:15.803 INFO kablam! | Oct 11 06:48:15.803 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.803 INFO kablam! Oct 11 06:48:15.803 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.803 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:55:36 Oct 11 06:48:15.803 INFO kablam! | Oct 11 06:48:15.803 INFO kablam! 55 | let mut ptr = self.buf.ptr(); Oct 11 06:48:15.803 INFO kablam! | ^^^ Oct 11 06:48:15.803 INFO kablam! | Oct 11 06:48:15.803 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.803 INFO kablam! Oct 11 06:48:15.803 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.803 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:61:28 Oct 11 06:48:15.803 INFO kablam! | Oct 11 06:48:15.803 INFO kablam! 61 | let cap = self.buf.cap(); Oct 11 06:48:15.803 INFO kablam! | ^^^ Oct 11 06:48:15.803 INFO kablam! | Oct 11 06:48:15.803 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.803 INFO kablam! Oct 11 06:48:15.807 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.807 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:71:18 Oct 11 06:48:15.807 INFO kablam! | Oct 11 06:48:15.807 INFO kablam! 71 | self.buf.cap() Oct 11 06:48:15.807 INFO kablam! | ^^^ Oct 11 06:48:15.807 INFO kablam! | Oct 11 06:48:15.807 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.807 INFO kablam! Oct 11 06:48:15.807 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.807 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:76:27 Oct 11 06:48:15.807 INFO kablam! | Oct 11 06:48:15.807 INFO kablam! 76 | unsafe { self.buf.ptr().offset(self.buf.cap() as isize) as *mut usize } Oct 11 06:48:15.807 INFO kablam! | ^^^ Oct 11 06:48:15.807 INFO kablam! | Oct 11 06:48:15.807 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.807 INFO kablam! Oct 11 06:48:15.807 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.807 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:76:49 Oct 11 06:48:15.807 INFO kablam! | Oct 11 06:48:15.807 INFO kablam! 76 | unsafe { self.buf.ptr().offset(self.buf.cap() as isize) as *mut usize } Oct 11 06:48:15.807 INFO kablam! | ^^^ Oct 11 06:48:15.807 INFO kablam! | Oct 11 06:48:15.807 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.807 INFO kablam! Oct 11 06:48:15.807 INFO kablam! error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Oct 11 06:48:15.807 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:82:18 Oct 11 06:48:15.807 INFO kablam! | Oct 11 06:48:15.807 INFO kablam! 82 | self.buf.ptr() Oct 11 06:48:15.807 INFO kablam! | ^^^ Oct 11 06:48:15.807 INFO kablam! | Oct 11 06:48:15.807 INFO kablam! = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Oct 11 06:48:15.807 INFO kablam! Oct 11 06:48:15.880 INFO kablam! error: aborting due to 10 previous errors Oct 11 06:48:15.880 INFO kablam! Oct 11 06:48:15.880 INFO kablam! For more information about this error, try `rustc --explain E0658`. Oct 11 06:48:15.888 INFO kablam! error: Could not compile `generator`. Oct 11 06:48:15.888 INFO kablam! Oct 11 06:48:15.888 INFO kablam! To learn more, run the command again with --verbose. Oct 11 06:48:15.888 INFO kablam! su: No module specific data is present Oct 11 06:48:16.485 INFO running `"docker" "rm" "-f" "b9c60507cba771ac5bc67297d40ff53b48383a8c6b462678533eecfe9e118b46"` Oct 11 06:48:16.760 INFO blam! b9c60507cba771ac5bc67297d40ff53b48383a8c6b462678533eecfe9e118b46