Oct 13 09:10:29.894 INFO checking rustless-0.10.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 09:10:29.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 09:10:30.362 INFO blam! 3554738e179c4819d02fa9bba5a3d62f3ca9bd6def28978d9943f5b3af81f7cf Oct 13 09:10:30.363 INFO running `"docker" "start" "-a" "3554738e179c4819d02fa9bba5a3d62f3ca9bd6def28978d9943f5b3af81f7cf"` Oct 13 09:10:31.394 INFO kablam! usermod: no changes Oct 13 09:10:31.461 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Oct 13 09:10:31.462 INFO kablam! disables Cargo from automatically inferring other test targets. Oct 13 09:10:31.462 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 13 09:10:31.462 INFO kablam! files will be included as a test target: Oct 13 09:10:31.462 INFO kablam! Oct 13 09:10:31.463 INFO kablam! * /source/tests/params.rs Oct 13 09:10:31.463 INFO kablam! * /source/tests/namespace.rs Oct 13 09:10:31.463 INFO kablam! * /source/tests/redirect.rs Oct 13 09:10:31.463 INFO kablam! * /source/tests/prefix.rs Oct 13 09:10:31.464 INFO kablam! * /source/tests/versioning.rs Oct 13 09:10:31.464 INFO kablam! * /source/tests/serializers.rs Oct 13 09:10:31.464 INFO kablam! * /source/tests/callbacks.rs Oct 13 09:10:31.464 INFO kablam! Oct 13 09:10:31.465 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 13 09:10:31.465 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Oct 13 09:10:31.465 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Oct 13 09:10:31.465 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 13 09:10:31.466 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 13 09:10:31.466 INFO kablam! Oct 13 09:10:31.466 INFO kablam! For more information on this warning you can consult Oct 13 09:10:31.467 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 13 09:10:31.635 INFO kablam! Checking uuid v0.3.1 Oct 13 09:10:31.636 INFO kablam! Checking cookie v0.3.1 Oct 13 09:10:31.636 INFO kablam! Compiling valico v1.0.1 Oct 13 09:10:31.636 INFO kablam! Checking jsonway v1.0.1 Oct 13 09:10:31.636 INFO kablam! Checking iron v0.4.0 Oct 13 09:10:31.636 INFO kablam! Checking queryst v1.0.1 Oct 13 09:10:40.084 INFO kablam! Checking persistent v0.2.1 Oct 13 09:10:42.935 INFO kablam! Checking bodyparser v0.4.1 Oct 13 09:10:45.660 INFO kablam! Checking rustless v0.10.0 (/source) Oct 13 09:10:49.904 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 09:10:49.904 INFO kablam! --> src/batteries/swagger.rs:1:5 Oct 13 09:10:49.904 INFO kablam! | Oct 13 09:10:49.904 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 13 09:10:49.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 09:10:49.904 INFO kablam! | Oct 13 09:10:49.904 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 09:10:49.904 INFO kablam! Oct 13 09:10:50.192 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 13 09:10:50.192 INFO kablam! --> src/batteries/swagger.rs:1:5 Oct 13 09:10:50.192 INFO kablam! | Oct 13 09:10:50.192 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 13 09:10:50.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 09:10:50.192 INFO kablam! | Oct 13 09:10:50.192 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 09:10:50.192 INFO kablam! Oct 13 09:10:50.513 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 09:10:50.513 INFO kablam! --> src/batteries/swagger.rs:1:5 Oct 13 09:10:50.513 INFO kablam! | Oct 13 09:10:50.514 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 13 09:10:50.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 09:10:50.514 INFO kablam! | Oct 13 09:10:50.514 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 09:10:50.515 INFO kablam! Oct 13 09:10:50.712 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 13 09:10:50.712 INFO kablam! --> src/batteries/swagger.rs:1:5 Oct 13 09:10:50.712 INFO kablam! | Oct 13 09:10:50.712 INFO kablam! 1 | use std::ascii::AsciiExt; Oct 13 09:10:50.712 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 09:10:50.712 INFO kablam! | Oct 13 09:10:50.712 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 09:10:50.712 INFO kablam! Oct 13 09:10:55.972 INFO kablam! warning: unused `#[macro_use]` import Oct 13 09:10:55.972 INFO kablam! --> tests/tests.rs:4:1 Oct 13 09:10:55.972 INFO kablam! | Oct 13 09:10:55.972 INFO kablam! 4 | #[macro_use] Oct 13 09:10:55.972 INFO kablam! | ^^^^^^^^^^^^ Oct 13 09:10:55.972 INFO kablam! | Oct 13 09:10:55.972 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 09:10:55.972 INFO kablam! Oct 13 09:10:56.556 INFO kablam! warning: unused `#[macro_use]` import Oct 13 09:10:56.556 INFO kablam! --> examples/simple.rs:1:1 Oct 13 09:10:56.556 INFO kablam! | Oct 13 09:10:56.556 INFO kablam! 1 | #[macro_use] Oct 13 09:10:56.556 INFO kablam! | ^^^^^^^^^^^^ Oct 13 09:10:56.556 INFO kablam! | Oct 13 09:10:56.556 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 09:10:56.556 INFO kablam! Oct 13 09:10:56.669 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.24s Oct 13 09:10:56.692 INFO kablam! su: No module specific data is present Oct 13 09:10:57.121 INFO running `"docker" "rm" "-f" "3554738e179c4819d02fa9bba5a3d62f3ca9bd6def28978d9943f5b3af81f7cf"` Oct 13 09:10:57.427 INFO blam! 3554738e179c4819d02fa9bba5a3d62f3ca9bd6def28978d9943f5b3af81f7cf