Oct 21 22:35:42.889 INFO checking virtual_view-0.2.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 22:35:42.889 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 22:35:43.314 INFO blam! 232544fb3efe902a891916633b2be9c694035f2ce8ca5691c2cbb6074c9a1751 Oct 21 22:35:43.315 INFO running `"docker" "start" "-a" "232544fb3efe902a891916633b2be9c694035f2ce8ca5691c2cbb6074c9a1751"` Oct 21 22:35:44.432 INFO kablam! usermod: no changes Oct 21 22:35:44.686 INFO kablam! Checking messenger v0.1.0 Oct 21 22:35:45.808 INFO kablam! Checking virtual_view v0.2.2 (/source) Oct 21 22:35:51.041 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 21 22:35:51.041 INFO kablam! --> src/lib.rs:2:12 Oct 21 22:35:51.041 INFO kablam! | Oct 21 22:35:51.042 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 21 22:35:51.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:35:51.060 INFO kablam! | Oct 21 22:35:51.060 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 22:35:51.060 INFO kablam! Oct 21 22:35:51.624 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Oct 21 22:35:51.624 INFO kablam! --> src/lib.rs:2:12 Oct 21 22:35:51.624 INFO kablam! | Oct 21 22:35:51.624 INFO kablam! 2 | #![feature(conservative_impl_trait)] Oct 21 22:35:51.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:35:51.624 INFO kablam! | Oct 21 22:35:51.624 INFO kablam! = note: #[warn(stable_features)] on by default Oct 21 22:35:51.624 INFO kablam! Oct 21 22:36:00.952 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate or functions in tokio::runtime::current_thread instead Oct 21 22:36:00.952 INFO kablam! --> tests/order_test.rs:11:5 Oct 21 22:36:00.952 INFO kablam! | Oct 21 22:36:00.952 INFO kablam! 11 | use tokio::executor::current_thread; Oct 21 22:36:00.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:36:00.952 INFO kablam! | Oct 21 22:36:00.952 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:36:00.952 INFO kablam! Oct 21 22:36:00.952 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 21 22:36:00.952 INFO kablam! --> tests/order_test.rs:113:5 Oct 21 22:36:00.952 INFO kablam! | Oct 21 22:36:00.952 INFO kablam! 113 | current_thread::run(|_| { Oct 21 22:36:00.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 22:36:00.952 INFO kablam! Oct 21 22:36:00.960 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate or functions in tokio::runtime::current_thread instead Oct 21 22:36:00.960 INFO kablam! --> tests/replace_test.rs:11:5 Oct 21 22:36:00.960 INFO kablam! | Oct 21 22:36:00.960 INFO kablam! 11 | use tokio::executor::current_thread; Oct 21 22:36:00.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:36:00.960 INFO kablam! | Oct 21 22:36:00.960 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:36:00.960 INFO kablam! Oct 21 22:36:00.960 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 21 22:36:00.960 INFO kablam! --> tests/replace_test.rs:120:5 Oct 21 22:36:00.960 INFO kablam! | Oct 21 22:36:00.960 INFO kablam! 120 | current_thread::run(|_| { Oct 21 22:36:00.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 22:36:00.960 INFO kablam! Oct 21 22:36:01.128 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread': use tokio-current-thread crate or functions in tokio::runtime::current_thread instead Oct 21 22:36:01.128 INFO kablam! --> tests/component_test.rs:11:5 Oct 21 22:36:01.128 INFO kablam! | Oct 21 22:36:01.128 INFO kablam! 11 | use tokio::executor::current_thread; Oct 21 22:36:01.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 22:36:01.128 INFO kablam! | Oct 21 22:36:01.128 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 22:36:01.128 INFO kablam! Oct 21 22:36:01.128 INFO kablam! warning: use of deprecated item 'tokio::executor::current_thread::run': use block_on_all instead Oct 21 22:36:01.128 INFO kablam! --> tests/component_test.rs:126:5 Oct 21 22:36:01.128 INFO kablam! | Oct 21 22:36:01.128 INFO kablam! 126 | current_thread::run(|_| { Oct 21 22:36:01.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 22:36:01.129 INFO kablam! Oct 21 22:36:01.569 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.11s Oct 21 22:36:01.585 INFO kablam! su: No module specific data is present Oct 21 22:36:02.348 INFO running `"docker" "rm" "-f" "232544fb3efe902a891916633b2be9c694035f2ce8ca5691c2cbb6074c9a1751"` Oct 21 22:36:02.690 INFO blam! 232544fb3efe902a891916633b2be9c694035f2ce8ca5691c2cbb6074c9a1751