Nov 30 11:09:14.800 INFO checking FTP-rs/ftp-server-may-rs against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 11:09:14.801 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-5/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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"` Nov 30 11:09:15.259 INFO [stdout] 36e188f48139c2e885a4529aef8a9be7fd1114fa968791e47a655500acf09871 Nov 30 11:09:15.262 INFO running `"docker" "start" "-a" "36e188f48139c2e885a4529aef8a9be7fd1114fa968791e47a655500acf09871"` Nov 30 11:09:16.631 INFO [stderr] usermod: no changes Nov 30 11:09:16.772 INFO [stderr] Compiling semver v0.6.0 Nov 30 11:09:18.128 INFO [stderr] Compiling rustc_version v0.2.1 Nov 30 11:09:19.460 INFO [stderr] Compiling generator v0.6.5 Nov 30 11:09:19.480 INFO [stderr] Compiling may_queue v0.1.1 Nov 30 11:09:19.480 INFO [stderr] Compiling may v0.2.0 Nov 30 11:09:22.788 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:22.788 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:4:5 Nov 30 11:09:22.788 INFO [stderr] | Nov 30 11:09:22.788 INFO [stderr] 4 | use self::alloc::raw_vec::RawVec; Nov 30 11:09:22.788 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 30 11:09:22.788 INFO [stderr] | Nov 30 11:09:22.788 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:22.788 INFO [stderr] Nov 30 11:09:22.788 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:22.788 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:45:11 Nov 30 11:09:22.788 INFO [stderr] | Nov 30 11:09:22.788 INFO [stderr] 45 | data: RawVec, Nov 30 11:09:22.788 INFO [stderr] | ^^^^^^^^^ Nov 30 11:09:22.788 INFO [stderr] | Nov 30 11:09:22.788 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:22.788 INFO [stderr] Nov 30 11:09:22.788 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:22.788 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:56:19 Nov 30 11:09:22.788 INFO [stderr] | Nov 30 11:09:22.788 INFO [stderr] 56 | data: RawVec::with_capacity(BLOCK_SIZE), Nov 30 11:09:22.788 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ Nov 30 11:09:22.788 INFO [stderr] | Nov 30 11:09:22.788 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:22.789 INFO [stderr] Nov 30 11:09:22.857 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:22.857 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:64:34 Nov 30 11:09:22.857 INFO [stderr] | Nov 30 11:09:22.857 INFO [stderr] 64 | let data = self.data.ptr().offset((index & BLOCK_MASK) as isize); Nov 30 11:09:22.857 INFO [stderr] | ^^^ Nov 30 11:09:22.857 INFO [stderr] | Nov 30 11:09:22.857 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:22.857 INFO [stderr] Nov 30 11:09:22.857 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:22.857 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:74:34 Nov 30 11:09:22.857 INFO [stderr] | Nov 30 11:09:22.857 INFO [stderr] 74 | let data = self.data.ptr().offset((index & BLOCK_MASK) as isize); Nov 30 11:09:22.857 INFO [stderr] | ^^^ Nov 30 11:09:22.857 INFO [stderr] | Nov 30 11:09:22.857 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:22.857 INFO [stderr] Nov 30 11:09:22.860 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:22.860 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/may_queue-0.1.1/src/block_node.rs:85:36 Nov 30 11:09:22.860 INFO [stderr] | Nov 30 11:09:22.860 INFO [stderr] 85 | let mut p_data = self.data.ptr().offset((start & BLOCK_MASK) as isize); Nov 30 11:09:22.860 INFO [stderr] | ^^^ Nov 30 11:09:22.860 INFO [stderr] | Nov 30 11:09:22.860 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:22.860 INFO [stderr] Nov 30 11:09:23.000 INFO [stderr] error: aborting due to 6 previous errors Nov 30 11:09:23.000 INFO [stderr] Nov 30 11:09:23.000 INFO [stderr] For more information about this error, try `rustc --explain E0658`. Nov 30 11:09:23.012 INFO [stderr] error: Could not compile `may_queue`. Nov 30 11:09:23.012 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 11:09:23.457 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:23.457 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:8:5 Nov 30 11:09:23.457 INFO [stderr] | Nov 30 11:09:23.457 INFO [stderr] 8 | use alloc::raw_vec::RawVec; Nov 30 11:09:23.457 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ Nov 30 11:09:23.457 INFO [stderr] | Nov 30 11:09:23.457 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:23.457 INFO [stderr] Nov 30 11:09:23.457 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:23.457 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:20:10 Nov 30 11:09:23.457 INFO [stderr] | Nov 30 11:09:23.457 INFO [stderr] 20 | buf: RawVec, Nov 30 11:09:23.457 INFO [stderr] | ^^^^^^^^^^^^^ Nov 30 11:09:23.457 INFO [stderr] | Nov 30 11:09:23.457 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:23.457 INFO [stderr] Nov 30 11:09:23.457 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:23.457 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:33:18 Nov 30 11:09:23.457 INFO [stderr] | Nov 30 11:09:23.457 INFO [stderr] 33 | buf: RawVec::with_capacity(size), Nov 30 11:09:23.457 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ Nov 30 11:09:23.457 INFO [stderr] | Nov 30 11:09:23.457 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:23.457 INFO [stderr] Nov 30 11:09:23.520 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:23.520 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:43:31 Nov 30 11:09:23.521 INFO [stderr] | Nov 30 11:09:23.521 INFO [stderr] 43 | let buf = stk.buf.ptr(); Nov 30 11:09:23.521 INFO [stderr] | ^^^ Nov 30 11:09:23.521 INFO [stderr] | Nov 30 11:09:23.521 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:23.521 INFO [stderr] Nov 30 11:09:23.521 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:23.521 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:55:36 Nov 30 11:09:23.521 INFO [stderr] | Nov 30 11:09:23.521 INFO [stderr] 55 | let mut ptr = self.buf.ptr(); Nov 30 11:09:23.521 INFO [stderr] | ^^^ Nov 30 11:09:23.521 INFO [stderr] | Nov 30 11:09:23.521 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:23.521 INFO [stderr] Nov 30 11:09:23.524 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:23.524 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:61:28 Nov 30 11:09:23.524 INFO [stderr] | Nov 30 11:09:23.524 INFO [stderr] 61 | let cap = self.buf.cap(); Nov 30 11:09:23.524 INFO [stderr] | ^^^ Nov 30 11:09:23.524 INFO [stderr] | Nov 30 11:09:23.524 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:23.524 INFO [stderr] Nov 30 11:09:23.524 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:23.524 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:71:18 Nov 30 11:09:23.524 INFO [stderr] | Nov 30 11:09:23.525 INFO [stderr] 71 | self.buf.cap() Nov 30 11:09:23.525 INFO [stderr] | ^^^ Nov 30 11:09:23.525 INFO [stderr] | Nov 30 11:09:23.525 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:23.525 INFO [stderr] Nov 30 11:09:23.525 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:23.525 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:76:27 Nov 30 11:09:23.525 INFO [stderr] | Nov 30 11:09:23.525 INFO [stderr] 76 | unsafe { self.buf.ptr().offset(self.buf.cap() as isize) as *mut usize } Nov 30 11:09:23.525 INFO [stderr] | ^^^ Nov 30 11:09:23.525 INFO [stderr] | Nov 30 11:09:23.525 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:23.525 INFO [stderr] Nov 30 11:09:23.525 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:23.525 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:76:49 Nov 30 11:09:23.526 INFO [stderr] | Nov 30 11:09:23.526 INFO [stderr] 76 | unsafe { self.buf.ptr().offset(self.buf.cap() as isize) as *mut usize } Nov 30 11:09:23.526 INFO [stderr] | ^^^ Nov 30 11:09:23.526 INFO [stderr] | Nov 30 11:09:23.526 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:23.526 INFO [stderr] Nov 30 11:09:23.526 INFO [stderr] error[E0658]: use of unstable library feature 'raw_vec_internals': implementation detail Nov 30 11:09:23.526 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/generator-0.6.5/src/stack.rs:82:18 Nov 30 11:09:23.526 INFO [stderr] | Nov 30 11:09:23.526 INFO [stderr] 82 | self.buf.ptr() Nov 30 11:09:23.526 INFO [stderr] | ^^^ Nov 30 11:09:23.526 INFO [stderr] | Nov 30 11:09:23.526 INFO [stderr] = help: add #![feature(raw_vec_internals)] to the crate attributes to enable Nov 30 11:09:23.526 INFO [stderr] Nov 30 11:09:23.592 INFO [stderr] error: aborting due to 10 previous errors Nov 30 11:09:23.592 INFO [stderr] Nov 30 11:09:23.592 INFO [stderr] For more information about this error, try `rustc --explain E0658`. Nov 30 11:09:23.608 INFO [stderr] error: Could not compile `generator`. Nov 30 11:09:23.608 INFO [stderr] Nov 30 11:09:23.608 INFO [stderr] To learn more, run the command again with --verbose. Nov 30 11:09:23.608 INFO [stderr] su: No module specific data is present Nov 30 11:09:24.621 INFO running `"docker" "inspect" "36e188f48139c2e885a4529aef8a9be7fd1114fa968791e47a655500acf09871"` Nov 30 11:09:24.994 INFO running `"docker" "rm" "-f" "36e188f48139c2e885a4529aef8a9be7fd1114fa968791e47a655500acf09871"` Nov 30 11:09:25.328 INFO [stdout] 36e188f48139c2e885a4529aef8a9be7fd1114fa968791e47a655500acf09871