Sep 06 09:25:18.520 INFO checking blub-0.0.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 09:25:18.520 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 09:25:18.520 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 09:25:18.683 INFO blam! d02ad56c523e72d7101de78fc70444d0b19a83c8837a4252b560a9211769c191 Sep 06 09:25:18.684 INFO running `"docker" "start" "-a" "d02ad56c523e72d7101de78fc70444d0b19a83c8837a4252b560a9211769c191"` Sep 06 09:25:19.609 INFO kablam! usermod: no changes Sep 06 09:25:19.920 INFO kablam! Checking clap v2.32.0 Sep 06 09:25:19.922 INFO kablam! Checking crossbeam-epoch v0.5.2 Sep 06 09:25:19.923 INFO kablam! Checking immeta v0.3.6 Sep 06 09:25:19.924 INFO kablam! Checking serde_urlencoded v0.5.3 Sep 06 09:25:19.926 INFO kablam! Checking syntect v2.1.0 Sep 06 09:25:20.706 INFO kablam! Checking crossbeam-deque v0.6.1 Sep 06 09:25:21.434 INFO kablam! Checking tokio-threadpool v0.1.6 Sep 06 09:25:23.409 INFO kablam! Checking tokio-fs v0.1.3 Sep 06 09:25:24.478 INFO kablam! Checking tokio v0.1.8 Sep 06 09:25:25.438 INFO kablam! Checking tokio-core v0.1.17 Sep 06 09:25:27.113 INFO kablam! Checking tokio-proto v0.1.1 Sep 06 09:25:27.113 INFO kablam! Checking tokio-tls v0.1.4 Sep 06 09:25:29.766 INFO kablam! Checking hyper v0.11.27 Sep 06 09:25:34.709 INFO kablam! Checking hyper-tls v0.1.4 Sep 06 09:25:36.285 INFO kablam! Checking reqwest v0.8.8 Sep 06 09:25:39.215 INFO kablam! Checking mdcat v0.8.0 Sep 06 09:25:43.143 INFO kablam! Checking blub v0.0.1 (file:///source) Sep 06 09:25:46.277 INFO kablam! warning: unused variable: `api` Sep 06 09:25:46.277 INFO kablam! --> src/main.rs:144:23 Sep 06 09:25:46.277 INFO kablam! | Sep 06 09:25:46.277 INFO kablam! 144 | fn pr_command(api: A, matches: &ArgMatches) { Sep 06 09:25:46.277 INFO kablam! | ^^^ help: consider using `_api` instead Sep 06 09:25:46.277 INFO kablam! | Sep 06 09:25:46.277 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 06 09:25:46.277 INFO kablam! Sep 06 09:25:46.277 INFO kablam! warning: unused variable: `matches` Sep 06 09:25:46.277 INFO kablam! --> src/main.rs:144:31 Sep 06 09:25:46.277 INFO kablam! | Sep 06 09:25:46.277 INFO kablam! 144 | fn pr_command(api: A, matches: &ArgMatches) { Sep 06 09:25:46.277 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Sep 06 09:25:46.277 INFO kablam! Sep 06 09:25:46.303 INFO kablam! warning: unused variable: `api` Sep 06 09:25:46.303 INFO kablam! --> src/main.rs:144:23 Sep 06 09:25:46.303 INFO kablam! | Sep 06 09:25:46.303 INFO kablam! 144 | fn pr_command(api: A, matches: &ArgMatches) { Sep 06 09:25:46.303 INFO kablam! | ^^^ help: consider using `_api` instead Sep 06 09:25:46.303 INFO kablam! | Sep 06 09:25:46.303 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 06 09:25:46.303 INFO kablam! Sep 06 09:25:46.304 INFO kablam! warning: unused variable: `matches` Sep 06 09:25:46.304 INFO kablam! --> src/main.rs:144:31 Sep 06 09:25:46.304 INFO kablam! | Sep 06 09:25:46.304 INFO kablam! 144 | fn pr_command(api: A, matches: &ArgMatches) { Sep 06 09:25:46.304 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Sep 06 09:25:46.304 INFO kablam! Sep 06 09:25:46.383 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 06 09:25:46.383 INFO kablam! --> src/main.rs:1:12 Sep 06 09:25:46.383 INFO kablam! | Sep 06 09:25:46.383 INFO kablam! 1 | #![feature(use_extern_macros)] Sep 06 09:25:46.383 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 09:25:46.383 INFO kablam! | Sep 06 09:25:46.383 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 09:25:46.384 INFO kablam! Sep 06 09:25:46.415 INFO kablam! warning: the feature `use_extern_macros` has been stable since 1.30.0 and no longer requires an attribute to enable Sep 06 09:25:46.415 INFO kablam! --> src/main.rs:1:12 Sep 06 09:25:46.415 INFO kablam! | Sep 06 09:25:46.415 INFO kablam! 1 | #![feature(use_extern_macros)] Sep 06 09:25:46.415 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 06 09:25:46.415 INFO kablam! | Sep 06 09:25:46.416 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 09:25:46.416 INFO kablam! Sep 06 09:25:46.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.82s Sep 06 09:25:46.465 INFO kablam! su: No module specific data is present Sep 06 09:25:47.313 INFO running `"docker" "rm" "-f" "d02ad56c523e72d7101de78fc70444d0b19a83c8837a4252b560a9211769c191"` Sep 06 09:25:47.402 INFO blam! d02ad56c523e72d7101de78fc70444d0b19a83c8837a4252b560a9211769c191