Sep 19 19:44:35.912 INFO checking rocket-0.3.16 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 19:44:35.912 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 19:44:35.912 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-0/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:44:36.096 INFO blam! 24e9a25613be9e3837a7dbf49e7a4f6104f15c09fe8228485e57296f328daf09 Sep 19 19:44:36.103 INFO running `"docker" "start" "-a" "24e9a25613be9e3837a7dbf49e7a4f6104f15c09fe8228485e57296f328daf09"` Sep 19 19:44:36.938 INFO kablam! usermod: no changes Sep 19 19:44:37.097 INFO kablam! Compiling rocket v0.3.16 (/source) Sep 19 19:44:38.903 INFO kablam! warning: this expression is not being lifted Sep 19 19:44:38.903 INFO kablam! --> src/config/toml_ext.rs:70:30 Sep 19 19:44:38.903 INFO kablam! | Sep 19 19:44:38.903 INFO kablam! 70 | if let Ok(int) = value_str.parse::() { Sep 19 19:44:38.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:44:38.903 INFO kablam! Sep 19 19:44:38.903 INFO kablam! warning: this expression is not being lifted Sep 19 19:44:38.903 INFO kablam! --> src/config/toml_ext.rs:72:39 Sep 19 19:44:38.903 INFO kablam! | Sep 19 19:44:38.903 INFO kablam! 72 | } else if let Ok(float) = value_str.parse::() { Sep 19 19:44:38.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:44:38.903 INFO kablam! Sep 19 19:44:39.034 INFO kablam! warning: this expression is not being lifted Sep 19 19:44:39.035 INFO kablam! --> src/config/toml_ext.rs:70:30 Sep 19 19:44:39.035 INFO kablam! | Sep 19 19:44:39.035 INFO kablam! 70 | if let Ok(int) = value_str.parse::() { Sep 19 19:44:39.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:44:39.036 INFO kablam! Sep 19 19:44:39.036 INFO kablam! warning: this expression is not being lifted Sep 19 19:44:39.037 INFO kablam! --> src/config/toml_ext.rs:72:39 Sep 19 19:44:39.037 INFO kablam! | Sep 19 19:44:39.037 INFO kablam! 72 | } else if let Ok(float) = value_str.parse::() { Sep 19 19:44:39.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:44:39.038 INFO kablam! Sep 19 19:44:42.534 INFO kablam! error[E0463]: can't find crate for `rocket_codegen` Sep 19 19:44:42.534 INFO kablam! --> tests/head_handling.rs:2:11 Sep 19 19:44:42.534 INFO kablam! | Sep 19 19:44:42.534 INFO kablam! 2 | #![plugin(rocket_codegen)] Sep 19 19:44:42.534 INFO kablam! | ^^^^^^^^^^^^^^ can't find crate Sep 19 19:44:42.534 INFO kablam! Sep 19 19:44:42.535 INFO kablam! error: aborting due to previous error Sep 19 19:44:42.535 INFO kablam! Sep 19 19:44:42.535 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 19:44:42.543 INFO kablam! error: Could not compile `rocket`. Sep 19 19:44:42.543 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:44:42.555 INFO kablam! error[E0463]: can't find crate for `rocket_codegen` Sep 19 19:44:42.555 INFO kablam! --> benches/simple-routing.rs:2:11 Sep 19 19:44:42.555 INFO kablam! | Sep 19 19:44:42.555 INFO kablam! 2 | #![plugin(rocket_codegen)] Sep 19 19:44:42.555 INFO kablam! | ^^^^^^^^^^^^^^ can't find crate Sep 19 19:44:42.556 INFO kablam! Sep 19 19:44:42.556 INFO kablam! error: aborting due to previous error Sep 19 19:44:42.556 INFO kablam! Sep 19 19:44:42.556 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 19:44:42.559 INFO kablam! error: Could not compile `rocket`. Sep 19 19:44:42.559 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:44:42.603 INFO kablam! error[E0463]: can't find crate for `rocket_codegen` Sep 19 19:44:42.603 INFO kablam! --> tests/form_value_decoding-issue-82.rs:2:11 Sep 19 19:44:42.603 INFO kablam! | Sep 19 19:44:42.603 INFO kablam! 2 | #![plugin(rocket_codegen)] Sep 19 19:44:42.603 INFO kablam! | ^^^^^^^^^^^^^^ can't find crate Sep 19 19:44:42.603 INFO kablam! Sep 19 19:44:42.603 INFO kablam! error: aborting due to previous error Sep 19 19:44:42.603 INFO kablam! Sep 19 19:44:42.603 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 19:44:42.603 INFO kablam! error[E0463]: can't find crate for `rocket_codegen` Sep 19 19:44:42.603 INFO kablam! --> benches/format-routing.rs:2:11 Sep 19 19:44:42.603 INFO kablam! | Sep 19 19:44:42.603 INFO kablam! 2 | #![plugin(rocket_codegen)] Sep 19 19:44:42.603 INFO kablam! | ^^^^^^^^^^^^^^ can't find crate Sep 19 19:44:42.603 INFO kablam! Sep 19 19:44:42.607 INFO kablam! error: aborting due to previous error Sep 19 19:44:42.607 INFO kablam! Sep 19 19:44:42.607 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 19:44:42.611 INFO kablam! error: Could not compile `rocket`. Sep 19 19:44:42.611 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:44:42.611 INFO kablam! error[E0463]: can't find crate for `rocket_codegen` Sep 19 19:44:42.611 INFO kablam! --> tests/local-request-content-type-issue-505.rs:2:11 Sep 19 19:44:42.611 INFO kablam! | Sep 19 19:44:42.611 INFO kablam! 2 | #![plugin(rocket_codegen)] Sep 19 19:44:42.611 INFO kablam! | ^^^^^^^^^^^^^^ can't find crate Sep 19 19:44:42.611 INFO kablam! Sep 19 19:44:42.611 INFO kablam! error: aborting due to previous error Sep 19 19:44:42.611 INFO kablam! Sep 19 19:44:42.611 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 19:44:42.615 INFO kablam! error: Could not compile `rocket`. Sep 19 19:44:42.615 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:44:42.615 INFO kablam! error[E0463]: can't find crate for `rocket_codegen` Sep 19 19:44:42.615 INFO kablam! --> tests/query-and-non-query-dont-collide.rs:2:11 Sep 19 19:44:42.615 INFO kablam! | Sep 19 19:44:42.615 INFO kablam! 2 | #![plugin(rocket_codegen)] Sep 19 19:44:42.615 INFO kablam! | ^^^^^^^^^^^^^^ can't find crate Sep 19 19:44:42.615 INFO kablam! Sep 19 19:44:42.615 INFO kablam! error: aborting due to previous error Sep 19 19:44:42.615 INFO kablam! Sep 19 19:44:42.615 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 19:44:42.618 INFO kablam! error[E0463]: can't find crate for `rocket_codegen` Sep 19 19:44:42.618 INFO kablam! --> tests/responder_lifetime-issue-345.rs:2:11 Sep 19 19:44:42.618 INFO kablam! | Sep 19 19:44:42.618 INFO kablam! 2 | #![plugin(rocket_codegen)] Sep 19 19:44:42.618 INFO kablam! | ^^^^^^^^^^^^^^ can't find crate Sep 19 19:44:42.618 INFO kablam! Sep 19 19:44:42.619 INFO kablam! error: aborting due to previous error Sep 19 19:44:42.619 INFO kablam! Sep 19 19:44:42.619 INFO kablam! For more information about this error, try `rustc --explain E0463`. Sep 19 19:44:42.619 INFO kablam! error: Could not compile `rocket`. Sep 19 19:44:42.619 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:44:42.619 INFO kablam! error: Could not compile `rocket`. Sep 19 19:44:42.619 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:44:42.619 INFO kablam! error: Could not compile `rocket`. Sep 19 19:44:42.619 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 19:44:44.849 INFO kablam! error: build failed Sep 19 19:44:44.849 INFO kablam! su: No module specific data is present Sep 19 19:44:45.529 INFO running `"docker" "rm" "-f" "24e9a25613be9e3837a7dbf49e7a4f6104f15c09fe8228485e57296f328daf09"` Sep 19 19:44:45.670 INFO blam! 24e9a25613be9e3837a7dbf49e7a4f6104f15c09fe8228485e57296f328daf09