Sep 14 10:34:36.050 INFO checking rocket-0.3.16 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 10:34:36.050 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 10:34:36.050 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 10:34:36.343 INFO blam! 8bc5e877f6d4cd28f2fd374acf674ae77ef7e21a175f275cdf6dfae4099295a4 Sep 14 10:34:36.345 INFO running `"docker" "start" "-a" "8bc5e877f6d4cd28f2fd374acf674ae77ef7e21a175f275cdf6dfae4099295a4"` Sep 14 10:34:37.380 INFO kablam! usermod: no changes Sep 14 10:34:37.571 INFO kablam! Compiling rocket v0.3.16 (file:///source) Sep 14 10:34:39.297 INFO kablam! warning: this expression is not being lifted Sep 14 10:34:39.297 INFO kablam! --> src/config/toml_ext.rs:70:30 Sep 14 10:34:39.297 INFO kablam! | Sep 14 10:34:39.297 INFO kablam! 70 | if let Ok(int) = value_str.parse::() { Sep 14 10:34:39.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 10:34:39.297 INFO kablam! Sep 14 10:34:39.297 INFO kablam! warning: this expression is not being lifted Sep 14 10:34:39.297 INFO kablam! --> src/config/toml_ext.rs:72:39 Sep 14 10:34:39.297 INFO kablam! | Sep 14 10:34:39.297 INFO kablam! 72 | } else if let Ok(float) = value_str.parse::() { Sep 14 10:34:39.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 10:34:39.297 INFO kablam! Sep 14 10:34:39.434 INFO kablam! warning: this expression is not being lifted Sep 14 10:34:39.434 INFO kablam! --> src/config/toml_ext.rs:70:30 Sep 14 10:34:39.434 INFO kablam! | Sep 14 10:34:39.434 INFO kablam! 70 | if let Ok(int) = value_str.parse::() { Sep 14 10:34:39.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 10:34:39.434 INFO kablam! Sep 14 10:34:39.434 INFO kablam! warning: this expression is not being lifted Sep 14 10:34:39.435 INFO kablam! --> src/config/toml_ext.rs:72:39 Sep 14 10:34:39.435 INFO kablam! | Sep 14 10:34:39.435 INFO kablam! 72 | } else if let Ok(float) = value_str.parse::() { Sep 14 10:34:39.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 10:34:39.435 INFO kablam! Sep 14 10:34:42.528 INFO kablam! error[E0463]: can't find crate for `rocket_codegen` Sep 14 10:34:42.528 INFO kablam! --> tests/form_method-issue-45.rs:2:11 Sep 14 10:34:42.528 INFO kablam! | Sep 14 10:34:42.528 INFO kablam! 2 | #![plugin(rocket_codegen)] Sep 14 10:34:42.528 INFO kablam! | ^^^^^^^^^^^^^^ can't find crate Sep 14 10:34:42.528 INFO kablam! Sep 14 10:34:42.528 INFO kablam! error: aborting due to previous error Sep 14 10:34:42.529 INFO kablam! Sep 14 10:34:42.529 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 14 10:34:42.534 INFO kablam! error: Could not compile `rocket`. Sep 14 10:34:42.534 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:34:42.540 INFO kablam! error[E0463]: can't find crate for `rocket_codegen` Sep 14 10:34:42.540 INFO kablam! --> tests/nested-fairing-attaches.rs:2:11 Sep 14 10:34:42.540 INFO kablam! | Sep 14 10:34:42.540 INFO kablam! 2 | #![plugin(rocket_codegen)] Sep 14 10:34:42.540 INFO kablam! | ^^^^^^^^^^^^^^ can't find crate Sep 14 10:34:42.540 INFO kablam! Sep 14 10:34:42.543 INFO kablam! error: aborting due to previous error Sep 14 10:34:42.543 INFO kablam! Sep 14 10:34:42.543 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 14 10:34:42.544 INFO kablam! error: Could not compile `rocket`. Sep 14 10:34:42.544 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:34:42.564 INFO kablam! error[E0463]: can't find crate for `rocket_codegen` Sep 14 10:34:42.564 INFO kablam! --> tests/precise-content-type-matching.rs:2:11 Sep 14 10:34:42.564 INFO kablam! | Sep 14 10:34:42.564 INFO kablam! 2 | #![plugin(rocket_codegen)] Sep 14 10:34:42.564 INFO kablam! | ^^^^^^^^^^^^^^ can't find crate Sep 14 10:34:42.564 INFO kablam! Sep 14 10:34:42.564 INFO kablam! error: aborting due to previous error Sep 14 10:34:42.564 INFO kablam! Sep 14 10:34:42.564 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 14 10:34:42.564 INFO kablam! error[E0463]: can't find crate for `rocket_codegen` Sep 14 10:34:42.564 INFO kablam! --> tests/segments-issues-41-86.rs:2:11 Sep 14 10:34:42.564 INFO kablam! | Sep 14 10:34:42.564 INFO kablam! 2 | #![plugin(rocket_codegen)] Sep 14 10:34:42.564 INFO kablam! | ^^^^^^^^^^^^^^ can't find crate Sep 14 10:34:42.564 INFO kablam! Sep 14 10:34:42.564 INFO kablam! error: Could not compile `rocket`. Sep 14 10:34:42.564 INFO kablam! error: aborting due to previous error Sep 14 10:34:42.564 INFO kablam! Sep 14 10:34:42.564 INFO kablam! For more information about this error, try `rustc --explain E0463`.warning: Sep 14 10:34:42.564 INFO kablam! build failed, waiting for other jobs to finish... Sep 14 10:34:42.565 INFO kablam! error[E0463]: can't find crate for `rocket_codegen` Sep 14 10:34:42.565 INFO kablam! --> benches/ranked-routing.rs:2:11 Sep 14 10:34:42.565 INFO kablam! | Sep 14 10:34:42.565 INFO kablam! 2 | #![plugin(rocket_codegen)] Sep 14 10:34:42.565 INFO kablam! | ^^^^^^^^^^^^^^ can't find crate Sep 14 10:34:42.565 INFO kablam! error: Could not compile `rocket`. Sep 14 10:34:42.565 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:34:42.567 INFO kablam! error[E0463]: can't find crate for `rocket_codegen` Sep 14 10:34:42.567 INFO kablam! --> tests/head_handling.rs:2:11 Sep 14 10:34:42.567 INFO kablam! | Sep 14 10:34:42.567 INFO kablam! 2 | #![plugin(rocket_codegen)] Sep 14 10:34:42.567 INFO kablam! | ^^^^^^^^^^^^^^ can't find crate Sep 14 10:34:42.567 INFO kablam! Sep 14 10:34:42.567 INFO kablam! error: aborting due to previous error Sep 14 10:34:42.567 INFO kablam! Sep 14 10:34:42.567 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 14 10:34:42.567 INFO kablam! error[E0463]: can't find crate for `rocket_codegen` Sep 14 10:34:42.567 INFO kablam! --> tests/remote-rewrite.rs:2:11 Sep 14 10:34:42.567 INFO kablam! | Sep 14 10:34:42.567 INFO kablam! 2 | #![plugin(rocket_codegen)] Sep 14 10:34:42.567 INFO kablam! | ^^^^^^^^^^^^^^ can't find crate Sep 14 10:34:42.567 INFO kablam! Sep 14 10:34:42.567 INFO kablam! error: aborting due to previous error Sep 14 10:34:42.567 INFO kablam! Sep 14 10:34:42.567 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 14 10:34:42.567 INFO kablam! Sep 14 10:34:42.567 INFO kablam! error: aborting due to previous error Sep 14 10:34:42.567 INFO kablam! Sep 14 10:34:42.567 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 14 10:34:42.569 INFO kablam! error: Could not compile `rocket`. Sep 14 10:34:42.569 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:34:42.569 INFO kablam! error: Could not compile `rocket`. Sep 14 10:34:42.569 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:34:42.570 INFO kablam! error: Could not compile `rocket`. Sep 14 10:34:42.570 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 10:34:44.920 INFO kablam! error: build failed Sep 14 10:34:44.921 INFO kablam! su: No module specific data is present Sep 14 10:34:45.518 INFO running `"docker" "rm" "-f" "8bc5e877f6d4cd28f2fd374acf674ae77ef7e21a175f275cdf6dfae4099295a4"` Sep 14 10:34:45.592 INFO blam! 8bc5e877f6d4cd28f2fd374acf674ae77ef7e21a175f275cdf6dfae4099295a4