Sep 10 10:33:50.051 INFO checking rustless-0.10.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 10:33:50.051 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 10:33:50.051 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/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 10:33:50.195 INFO blam! f6166d986df7e48a06d8250070446d8c9e5fb91309688e9e541da3870cd7611f Sep 10 10:33:50.197 INFO running `"docker" "start" "-a" "f6166d986df7e48a06d8250070446d8c9e5fb91309688e9e541da3870cd7611f"` Sep 10 10:33:51.036 INFO kablam! usermod: no changes Sep 10 10:33:51.058 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 10 10:33:51.058 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 10 10:33:51.058 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 10 10:33:51.058 INFO kablam! files will be included as a test target: Sep 10 10:33:51.058 INFO kablam! Sep 10 10:33:51.058 INFO kablam! * /source/tests/callbacks.rs Sep 10 10:33:51.058 INFO kablam! * /source/tests/namespace.rs Sep 10 10:33:51.059 INFO kablam! * /source/tests/params.rs Sep 10 10:33:51.059 INFO kablam! * /source/tests/prefix.rs Sep 10 10:33:51.059 INFO kablam! * /source/tests/redirect.rs Sep 10 10:33:51.059 INFO kablam! * /source/tests/serializers.rs Sep 10 10:33:51.059 INFO kablam! * /source/tests/versioning.rs Sep 10 10:33:51.059 INFO kablam! Sep 10 10:33:51.059 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 10 10:33:51.059 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 10 10:33:51.059 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 10 10:33:51.059 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 10 10:33:51.059 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 10 10:33:51.059 INFO kablam! Sep 10 10:33:51.059 INFO kablam! For more information on this warning you can consult Sep 10 10:33:51.059 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 10 10:33:51.176 INFO kablam! Checking uuid v0.3.1 Sep 10 10:33:51.176 INFO kablam! Checking cookie v0.2.5 Sep 10 10:33:51.178 INFO kablam! Checking cookie v0.3.1 Sep 10 10:33:51.179 INFO kablam! Compiling valico v1.0.1 Sep 10 10:33:51.179 INFO kablam! Checking jsonway v1.0.1 Sep 10 10:33:51.179 INFO kablam! Checking queryst v1.0.1 Sep 10 10:33:52.064 INFO kablam! Checking hyper v0.9.18 Sep 10 10:33:58.899 INFO kablam! Checking iron v0.4.0 Sep 10 10:33:59.836 INFO kablam! Checking persistent v0.2.1 Sep 10 10:34:00.602 INFO kablam! Checking bodyparser v0.4.1 Sep 10 10:34:01.500 INFO kablam! Checking rustless v0.10.0 (file:///source) Sep 10 10:34:02.881 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 10:34:02.881 INFO kablam! --> src/batteries/swagger.rs:1:5 Sep 10 10:34:02.881 INFO kablam! | Sep 10 10:34:02.881 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 10 10:34:02.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 10:34:02.881 INFO kablam! | Sep 10 10:34:02.881 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 10:34:02.881 INFO kablam! Sep 10 10:34:02.972 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 10:34:02.972 INFO kablam! --> src/batteries/swagger.rs:1:5 Sep 10 10:34:02.972 INFO kablam! | Sep 10 10:34:02.972 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 10 10:34:02.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 10:34:02.972 INFO kablam! | Sep 10 10:34:02.972 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 10:34:02.972 INFO kablam! Sep 10 10:34:03.294 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 10 10:34:03.294 INFO kablam! --> src/batteries/swagger.rs:1:5 Sep 10 10:34:03.294 INFO kablam! | Sep 10 10:34:03.294 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 10 10:34:03.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 10:34:03.294 INFO kablam! | Sep 10 10:34:03.294 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 10:34:03.294 INFO kablam! Sep 10 10:34:03.396 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 10 10:34:03.396 INFO kablam! --> src/batteries/swagger.rs:1:5 Sep 10 10:34:03.396 INFO kablam! | Sep 10 10:34:03.396 INFO kablam! 1 | use std::ascii::AsciiExt; Sep 10 10:34:03.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 10:34:03.396 INFO kablam! | Sep 10 10:34:03.396 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 10:34:03.396 INFO kablam! Sep 10 10:34:05.020 INFO kablam! warning: unused `#[macro_use]` import Sep 10 10:34:05.021 INFO kablam! --> examples/simple.rs:1:1 Sep 10 10:34:05.021 INFO kablam! | Sep 10 10:34:05.021 INFO kablam! 1 | #[macro_use] Sep 10 10:34:05.021 INFO kablam! | ^^^^^^^^^^^^ Sep 10 10:34:05.021 INFO kablam! | Sep 10 10:34:05.021 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 10:34:05.021 INFO kablam! Sep 10 10:34:05.024 INFO kablam! warning: unused `#[macro_use]` import Sep 10 10:34:05.024 INFO kablam! --> tests/tests.rs:4:1 Sep 10 10:34:05.024 INFO kablam! | Sep 10 10:34:05.024 INFO kablam! 4 | #[macro_use] Sep 10 10:34:05.024 INFO kablam! | ^^^^^^^^^^^^ Sep 10 10:34:05.030 INFO kablam! | Sep 10 10:34:05.030 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 10:34:05.030 INFO kablam! Sep 10 10:34:05.530 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.48s Sep 10 10:34:05.557 INFO kablam! su: No module specific data is present Sep 10 10:34:06.450 INFO running `"docker" "rm" "-f" "f6166d986df7e48a06d8250070446d8c9e5fb91309688e9e541da3870cd7611f"` Sep 10 10:34:06.567 INFO blam! f6166d986df7e48a06d8250070446d8c9e5fb91309688e9e541da3870cd7611f