Sep 10 13:36:51.232 INFO checking oni-0.1.2 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 13:36:51.232 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 13:36:51.232 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/try#3a2610c2a16575649896925631bf8cec4f4b1961:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 13:36:51.459 INFO blam! 861f6710b202eca313409a95d1320764674b67f5d3684da7f180b88f5da4325f Sep 10 13:36:51.461 INFO running `"docker" "start" "-a" "861f6710b202eca313409a95d1320764674b67f5d3684da7f180b88f5da4325f"` Sep 10 13:36:52.144 INFO kablam! usermod: no changes Sep 10 13:36:52.210 INFO kablam! Checking slotmap v0.2.0 Sep 10 13:36:52.866 INFO kablam! Checking oni_simulator v0.1.0 Sep 10 13:36:53.144 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.144 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/store.rs:5:1 Sep 10 13:36:53.144 INFO kablam! | Sep 10 13:36:53.144 INFO kablam! 5 | crate struct Store { Sep 10 13:36:53.144 INFO kablam! | ^^^^^ Sep 10 13:36:53.144 INFO kablam! | Sep 10 13:36:53.144 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.144 INFO kablam! Sep 10 13:36:53.144 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.144 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/store.rs:14:5 Sep 10 13:36:53.144 INFO kablam! | Sep 10 13:36:53.144 INFO kablam! 14 | crate fn new() -> Self { Sep 10 13:36:53.144 INFO kablam! | ^^^^^ Sep 10 13:36:53.144 INFO kablam! | Sep 10 13:36:53.144 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.144 INFO kablam! Sep 10 13:36:53.145 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.145 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/store.rs:22:5 Sep 10 13:36:53.145 INFO kablam! | Sep 10 13:36:53.145 INFO kablam! 22 | crate fn insert>>(&mut self, from: K, to: U, data: T) { Sep 10 13:36:53.145 INFO kablam! | ^^^^^ Sep 10 13:36:53.145 INFO kablam! | Sep 10 13:36:53.145 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.145 INFO kablam! Sep 10 13:36:53.145 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.145 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/store.rs:34:5 Sep 10 13:36:53.145 INFO kablam! | Sep 10 13:36:53.145 INFO kablam! 34 | crate fn remove>>(&mut self, from: K, to: U) -> Option { Sep 10 13:36:53.145 INFO kablam! | ^^^^^ Sep 10 13:36:53.145 INFO kablam! | Sep 10 13:36:53.145 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.145 INFO kablam! Sep 10 13:36:53.145 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.145 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/store.rs:45:5 Sep 10 13:36:53.145 INFO kablam! | Sep 10 13:36:53.145 INFO kablam! 45 | crate fn any_find>>(&self, from: K, to: U) -> Option<&T> { Sep 10 13:36:53.145 INFO kablam! | ^^^^^ Sep 10 13:36:53.145 INFO kablam! | Sep 10 13:36:53.145 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.145 INFO kablam! Sep 10 13:36:53.145 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.145 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/config.rs:19:5 Sep 10 13:36:53.145 INFO kablam! | Sep 10 13:36:53.145 INFO kablam! 19 | crate fn delivery(&self, rng: &mut R, delivery: Instant) -> Option Sep 10 13:36:53.145 INFO kablam! | ^^^^^ Sep 10 13:36:53.145 INFO kablam! | Sep 10 13:36:53.145 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.145 INFO kablam! Sep 10 13:36:53.145 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.145 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/config.rs:40:5 Sep 10 13:36:53.145 INFO kablam! | Sep 10 13:36:53.145 INFO kablam! 40 | crate fn duplicate(&self, rng: &mut R, delivery: Instant) -> Option Sep 10 13:36:53.145 INFO kablam! | ^^^^^ Sep 10 13:36:53.145 INFO kablam! | Sep 10 13:36:53.145 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.145 INFO kablam! Sep 10 13:36:53.147 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.147 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/simulator.rs:15:1 Sep 10 13:36:53.147 INFO kablam! | Sep 10 13:36:53.147 INFO kablam! 15 | crate struct Entry> { Sep 10 13:36:53.147 INFO kablam! | ^^^^^ Sep 10 13:36:53.147 INFO kablam! | Sep 10 13:36:53.147 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.147 INFO kablam! Sep 10 13:36:53.147 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.147 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/simulator.rs:16:5 Sep 10 13:36:53.147 INFO kablam! | Sep 10 13:36:53.147 INFO kablam! 16 | crate from: SocketAddr, Sep 10 13:36:53.147 INFO kablam! | ^^^^^ Sep 10 13:36:53.147 INFO kablam! | Sep 10 13:36:53.147 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.147 INFO kablam! Sep 10 13:36:53.147 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.147 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/simulator.rs:17:5 Sep 10 13:36:53.147 INFO kablam! | Sep 10 13:36:53.147 INFO kablam! 17 | crate to: SocketAddr, Sep 10 13:36:53.147 INFO kablam! | ^^^^^ Sep 10 13:36:53.147 INFO kablam! | Sep 10 13:36:53.147 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.147 INFO kablam! Sep 10 13:36:53.147 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.147 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/simulator.rs:22:5 Sep 10 13:36:53.147 INFO kablam! | Sep 10 13:36:53.147 INFO kablam! 22 | crate payload: Payload, Sep 10 13:36:53.147 INFO kablam! | ^^^^^ Sep 10 13:36:53.147 INFO kablam! | Sep 10 13:36:53.147 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.147 INFO kablam! Sep 10 13:36:53.147 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.147 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/simulator.rs:108:5 Sep 10 13:36:53.147 INFO kablam! | Sep 10 13:36:53.147 INFO kablam! 108 | crate entries: Vec>, Sep 10 13:36:53.147 INFO kablam! | ^^^^^ Sep 10 13:36:53.147 INFO kablam! | Sep 10 13:36:53.147 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.147 INFO kablam! Sep 10 13:36:53.148 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.148 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/simulator.rs:111:5 Sep 10 13:36:53.148 INFO kablam! | Sep 10 13:36:53.148 INFO kablam! 111 | crate pending: Vec>, Sep 10 13:36:53.148 INFO kablam! | ^^^^^ Sep 10 13:36:53.148 INFO kablam! | Sep 10 13:36:53.148 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.148 INFO kablam! Sep 10 13:36:53.148 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.148 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/simulator.rs:117:5 Sep 10 13:36:53.148 INFO kablam! | Sep 10 13:36:53.148 INFO kablam! 117 | crate fn send(&mut self, from: SocketAddr, to: SocketAddr, payload: Payload) -> Option<()> { Sep 10 13:36:53.148 INFO kablam! | ^^^^^ Sep 10 13:36:53.148 INFO kablam! | Sep 10 13:36:53.148 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.149 INFO kablam! Sep 10 13:36:53.149 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.149 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/socket.rs:16:5 Sep 10 13:36:53.149 INFO kablam! | Sep 10 13:36:53.149 INFO kablam! 16 | crate simulator: Arc>>, Sep 10 13:36:53.149 INFO kablam! | ^^^^^ Sep 10 13:36:53.149 INFO kablam! | Sep 10 13:36:53.149 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.149 INFO kablam! Sep 10 13:36:53.149 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.149 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/socket.rs:17:5 Sep 10 13:36:53.149 INFO kablam! | Sep 10 13:36:53.149 INFO kablam! 17 | crate local_addr: SocketAddr, Sep 10 13:36:53.149 INFO kablam! | ^^^^^ Sep 10 13:36:53.149 INFO kablam! | Sep 10 13:36:53.150 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.150 INFO kablam! Sep 10 13:36:53.150 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.150 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/socket.rs:20:5 Sep 10 13:36:53.150 INFO kablam! | Sep 10 13:36:53.150 INFO kablam! 20 | crate send_bytes: AtomicUsize, Sep 10 13:36:53.150 INFO kablam! | ^^^^^ Sep 10 13:36:53.150 INFO kablam! | Sep 10 13:36:53.150 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.150 INFO kablam! Sep 10 13:36:53.150 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.150 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/socket.rs:21:5 Sep 10 13:36:53.150 INFO kablam! | Sep 10 13:36:53.150 INFO kablam! 21 | crate recv_bytes: AtomicUsize, Sep 10 13:36:53.150 INFO kablam! | ^^^^^ Sep 10 13:36:53.150 INFO kablam! | Sep 10 13:36:53.150 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.150 INFO kablam! Sep 10 13:36:53.150 INFO kablam! error[E0658]: `crate` visibility modifier is experimental (see issue #45388) Sep 10 13:36:53.150 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/oni_simulator-0.1.0/src/payload.rs:22:5 Sep 10 13:36:53.150 INFO kablam! | Sep 10 13:36:53.150 INFO kablam! 22 | crate fn copy_to(&self, buf: &mut [u8]) -> usize { Sep 10 13:36:53.150 INFO kablam! | ^^^^^ Sep 10 13:36:53.150 INFO kablam! | Sep 10 13:36:53.151 INFO kablam! = help: add #![feature(crate_visibility_modifier)] to the crate attributes to enable Sep 10 13:36:53.151 INFO kablam! Sep 10 13:36:53.151 INFO kablam! error: aborting due to 19 previous errors Sep 10 13:36:53.151 INFO kablam! Sep 10 13:36:53.151 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 10 13:36:53.158 INFO kablam! error: Could not compile `oni_simulator`. Sep 10 13:36:53.159 INFO kablam! Sep 10 13:36:53.159 INFO kablam! To learn more, run the command again with --verbose. Sep 10 13:36:53.160 INFO kablam! su: No module specific data is present Sep 10 13:36:53.678 INFO running `"docker" "rm" "-f" "861f6710b202eca313409a95d1320764674b67f5d3684da7f180b88f5da4325f"` Sep 10 13:36:53.793 INFO blam! 861f6710b202eca313409a95d1320764674b67f5d3684da7f180b88f5da4325f