Oct 21 23:59:30.134 INFO checking rustless-0.10.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:59:30.134 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 23:59:30.562 INFO blam! 57fc429bbd19daec4c65a3af641d6221cc1c8d7bd4d09d7754e494aeec7332c9 Oct 21 23:59:30.569 INFO running `"docker" "start" "-a" "57fc429bbd19daec4c65a3af641d6221cc1c8d7bd4d09d7754e494aeec7332c9"` Oct 21 23:59:31.568 INFO kablam! usermod: no changes Oct 21 23:59:31.637 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 21 23:59:31.637 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 21 23:59:31.637 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 21 23:59:31.637 INFO kablam! files will be included as a test target: Oct 21 23:59:31.637 INFO kablam! Oct 21 23:59:31.637 INFO kablam! * /source/tests/params.rs Oct 21 23:59:31.637 INFO kablam! * /source/tests/namespace.rs Oct 21 23:59:31.637 INFO kablam! * /source/tests/redirect.rs Oct 21 23:59:31.637 INFO kablam! * /source/tests/prefix.rs Oct 21 23:59:31.637 INFO kablam! * /source/tests/versioning.rs Oct 21 23:59:31.637 INFO kablam! * /source/tests/serializers.rs Oct 21 23:59:31.637 INFO kablam! * /source/tests/callbacks.rs Oct 21 23:59:31.637 INFO kablam! Oct 21 23:59:31.637 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 21 23:59:31.637 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 21 23:59:31.637 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 21 23:59:31.637 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 21 23:59:31.637 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 21 23:59:31.637 INFO kablam! Oct 21 23:59:31.637 INFO kablam! For more information on this warning you can consult Oct 21 23:59:31.637 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 21 23:59:31.847 INFO kablam! Checking uuid v0.3.1 Oct 21 23:59:31.848 INFO kablam! Checking cookie v0.2.5 Oct 21 23:59:31.848 INFO kablam! Checking cookie v0.3.1 Oct 21 23:59:31.859 INFO kablam! Compiling valico v1.0.1 Oct 21 23:59:31.859 INFO kablam! Checking jsonway v1.0.1 Oct 21 23:59:31.885 INFO kablam! Checking queryst v1.0.1 Oct 21 23:59:34.732 INFO kablam! Checking hyper v0.9.18 Oct 21 23:59:40.624 INFO kablam! Checking iron v0.4.0 Oct 21 23:59:42.563 INFO kablam! Checking persistent v0.2.1 Oct 21 23:59:44.784 INFO kablam! Checking bodyparser v0.4.1 Oct 21 23:59:47.079 INFO kablam! Checking rustless v0.10.0 (/source) Oct 21 23:59:50.268 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 21 23:59:50.268 INFO kablam! --> src/batteries/swagger.rs:1:5 Oct 21 23:59:50.268 INFO kablam! | Oct 21 23:59:50.268 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 21 23:59:50.268 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 23:59:50.268 INFO kablam! | Oct 21 23:59:50.268 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:59:50.268 INFO kablam! Oct 21 23:59:50.628 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 21 23:59:50.628 INFO kablam! --> src/batteries/swagger.rs:1:5 Oct 21 23:59:50.628 INFO kablam! | Oct 21 23:59:50.628 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 21 23:59:50.628 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 23:59:50.628 INFO kablam! | Oct 21 23:59:50.628 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:59:50.628 INFO kablam! Oct 21 23:59:51.876 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 21 23:59:51.876 INFO kablam! --> src/batteries/swagger.rs:1:5 Oct 21 23:59:51.876 INFO kablam! | Oct 21 23:59:51.876 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 21 23:59:51.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 23:59:51.876 INFO kablam! | Oct 21 23:59:51.876 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:59:51.876 INFO kablam! Oct 21 23:59:52.489 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 21 23:59:52.489 INFO kablam! --> src/batteries/swagger.rs:1:5 Oct 21 23:59:52.489 INFO kablam! | Oct 21 23:59:52.489 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 21 23:59:52.489 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 23:59:52.489 INFO kablam! | Oct 21 23:59:52.490 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:59:52.490 INFO kablam! Oct 21 23:59:56.588 INFO kablam! warning: unused `#[macro_use]` import Oct 21 23:59:56.588 INFO kablam! --> tests/tests.rs:4:1 Oct 21 23:59:56.588 INFO kablam! | Oct 21 23:59:56.588 INFO kablam! 4 | #[macro_use] Oct 21 23:59:56.588 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:59:56.588 INFO kablam! | Oct 21 23:59:56.588 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:59:56.588 INFO kablam! Oct 21 23:59:57.448 INFO kablam! warning: unused `#[macro_use]` import Oct 21 23:59:57.448 INFO kablam! --> examples/simple.rs:1:1 Oct 21 23:59:57.448 INFO kablam! | Oct 21 23:59:57.448 INFO kablam! 1 | #[macro_use] Oct 21 23:59:57.448 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:59:57.448 INFO kablam! | Oct 21 23:59:57.448 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:59:57.448 INFO kablam! Oct 21 23:59:57.637 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.02s Oct 21 23:59:57.652 INFO kablam! su: No module specific data is present Oct 21 23:59:58.328 INFO running `"docker" "rm" "-f" "57fc429bbd19daec4c65a3af641d6221cc1c8d7bd4d09d7754e494aeec7332c9"` Oct 21 23:59:58.460 INFO blam! 57fc429bbd19daec4c65a3af641d6221cc1c8d7bd4d09d7754e494aeec7332c9