Sep 05 21:04:39.072 INFO checking vulkan_rs_generator-0.1.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 21:04:39.072 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 21:04:39.073 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/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 05 21:04:39.520 INFO blam! d6dc3093e03882208a7b5c9a0fd24915dc2122cd8c777dd9680cb9224bd33811 Sep 05 21:04:39.530 INFO running `"docker" "start" "-a" "d6dc3093e03882208a7b5c9a0fd24915dc2122cd8c777dd9680cb9224bd33811"` Sep 05 21:04:41.465 INFO kablam! usermod: no changes Sep 05 21:04:41.538 INFO kablam! Checking vulkan_rs_generator v0.1.0 (file:///source) Sep 05 21:04:42.150 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 21:04:42.150 INFO kablam! --> src/registry.rs:525:69 Sep 05 21:04:42.150 INFO kablam! | Sep 05 21:04:42.150 INFO kablam! 525 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs + 1< src/registry.rs:527:91 Sep 05 21:04:42.150 INFO kablam! | Sep 05 21:04:42.150 INFO kablam! 527 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs + rhs as i64), max(lhs_bits, rhs_bits)), Sep 05 21:04:42.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 21:04:42.150 INFO kablam! Sep 05 21:04:42.150 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 21:04:42.150 INFO kablam! --> src/registry.rs:543:69 Sep 05 21:04:42.150 INFO kablam! | Sep 05 21:04:42.150 INFO kablam! 543 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 + 1< src/registry.rs:545:91 Sep 05 21:04:42.150 INFO kablam! | Sep 05 21:04:42.150 INFO kablam! 545 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 + rhs as i64), max(lhs_bits, rhs_bits)), Sep 05 21:04:42.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 21:04:42.150 INFO kablam! Sep 05 21:04:42.150 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 21:04:42.150 INFO kablam! --> src/registry.rs:578:69 Sep 05 21:04:42.150 INFO kablam! | Sep 05 21:04:42.150 INFO kablam! 578 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs - 1< src/registry.rs:580:91 Sep 05 21:04:42.150 INFO kablam! | Sep 05 21:04:42.150 INFO kablam! 580 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs - rhs as i64), max(lhs_bits, rhs_bits)), Sep 05 21:04:42.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 21:04:42.150 INFO kablam! Sep 05 21:04:42.150 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 21:04:42.150 INFO kablam! --> src/registry.rs:596:69 Sep 05 21:04:42.150 INFO kablam! | Sep 05 21:04:42.150 INFO kablam! 596 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 - 1< src/registry.rs:598:91 Sep 05 21:04:42.151 INFO kablam! | Sep 05 21:04:42.151 INFO kablam! 598 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 - rhs as i64), max(lhs_bits, rhs_bits)), Sep 05 21:04:42.151 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 21:04:42.151 INFO kablam! Sep 05 21:04:42.202 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 21:04:42.202 INFO kablam! --> src/registry.rs:525:69 Sep 05 21:04:42.202 INFO kablam! | Sep 05 21:04:42.202 INFO kablam! 525 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs + 1< src/registry.rs:527:91 Sep 05 21:04:42.202 INFO kablam! | Sep 05 21:04:42.202 INFO kablam! 527 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs + rhs as i64), max(lhs_bits, rhs_bits)), Sep 05 21:04:42.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 21:04:42.202 INFO kablam! Sep 05 21:04:42.202 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 21:04:42.202 INFO kablam! --> src/registry.rs:543:69 Sep 05 21:04:42.202 INFO kablam! | Sep 05 21:04:42.202 INFO kablam! 543 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 + 1< src/registry.rs:545:91 Sep 05 21:04:42.202 INFO kablam! | Sep 05 21:04:42.202 INFO kablam! 545 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 + rhs as i64), max(lhs_bits, rhs_bits)), Sep 05 21:04:42.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 21:04:42.202 INFO kablam! Sep 05 21:04:42.202 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 21:04:42.202 INFO kablam! --> src/registry.rs:578:69 Sep 05 21:04:42.202 INFO kablam! | Sep 05 21:04:42.202 INFO kablam! 578 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs - 1< src/registry.rs:580:91 Sep 05 21:04:42.202 INFO kablam! | Sep 05 21:04:42.202 INFO kablam! 580 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs - rhs as i64), max(lhs_bits, rhs_bits)), Sep 05 21:04:42.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 21:04:42.202 INFO kablam! Sep 05 21:04:42.202 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 21:04:42.202 INFO kablam! --> src/registry.rs:596:69 Sep 05 21:04:42.203 INFO kablam! | Sep 05 21:04:42.203 INFO kablam! 596 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 - 1< src/registry.rs:598:91 Sep 05 21:04:42.203 INFO kablam! | Sep 05 21:04:42.203 INFO kablam! 598 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 - rhs as i64), max(lhs_bits, rhs_bits)), Sep 05 21:04:42.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 21:04:42.203 INFO kablam! Sep 05 21:04:42.270 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 21:04:42.270 INFO kablam! --> src/case.rs:27:5 Sep 05 21:04:42.270 INFO kablam! | Sep 05 21:04:42.270 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 05 21:04:42.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 21:04:42.270 INFO kablam! | Sep 05 21:04:42.270 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 21:04:42.270 INFO kablam! Sep 05 21:04:42.270 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 21:04:42.270 INFO kablam! --> src/generator/rust/mod.rs:29:5 Sep 05 21:04:42.270 INFO kablam! | Sep 05 21:04:42.270 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 05 21:04:42.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 21:04:42.270 INFO kablam! Sep 05 21:04:42.271 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 21:04:42.271 INFO kablam! --> src/generator/rust/types.rs:29:5 Sep 05 21:04:42.271 INFO kablam! | Sep 05 21:04:42.271 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 05 21:04:42.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 21:04:42.271 INFO kablam! Sep 05 21:04:42.271 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 21:04:42.271 INFO kablam! --> src/generator/rust/alias.rs:28:5 Sep 05 21:04:42.271 INFO kablam! | Sep 05 21:04:42.271 INFO kablam! 28 | use std::ascii::AsciiExt; Sep 05 21:04:42.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 21:04:42.271 INFO kablam! Sep 05 21:04:42.462 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 21:04:42.462 INFO kablam! --> src/case.rs:27:5 Sep 05 21:04:42.462 INFO kablam! | Sep 05 21:04:42.462 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 05 21:04:42.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 21:04:42.462 INFO kablam! | Sep 05 21:04:42.462 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 21:04:42.462 INFO kablam! Sep 05 21:04:42.462 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 21:04:42.462 INFO kablam! --> src/generator/rust/mod.rs:29:5 Sep 05 21:04:42.462 INFO kablam! | Sep 05 21:04:42.462 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 05 21:04:42.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 21:04:42.462 INFO kablam! Sep 05 21:04:42.474 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 21:04:42.474 INFO kablam! --> src/generator/rust/types.rs:29:5 Sep 05 21:04:42.474 INFO kablam! | Sep 05 21:04:42.474 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 05 21:04:42.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 21:04:42.474 INFO kablam! Sep 05 21:04:42.474 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 05 21:04:42.474 INFO kablam! --> src/generator/rust/alias.rs:28:5 Sep 05 21:04:42.474 INFO kablam! | Sep 05 21:04:42.474 INFO kablam! 28 | use std::ascii::AsciiExt; Sep 05 21:04:42.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 21:04:42.474 INFO kablam! Sep 05 21:04:42.614 INFO kablam! error[E0599]: no method named `apply_to_camel` found for type `std::option::Option<_>` in the current scope Sep 05 21:04:42.614 INFO kablam! --> src/case.rs:160:26 Sep 05 21:04:42.614 INFO kablam! | Sep 05 21:04:42.614 INFO kablam! 160 | assert_eq!(None.apply_to_camel(original), original); Sep 05 21:04:42.614 INFO kablam! | ^^^^^^^^^^^^^^ Sep 05 21:04:42.614 INFO kablam! Sep 05 21:04:42.654 INFO kablam! error[E0599]: no method named `apply_to_snake` found for type `std::option::Option<_>` in the current scope Sep 05 21:04:42.654 INFO kablam! --> src/case.rs:185:26 Sep 05 21:04:42.654 INFO kablam! | Sep 05 21:04:42.654 INFO kablam! 185 | assert_eq!(None.apply_to_snake(original), original); Sep 05 21:04:42.654 INFO kablam! | ^^^^^^^^^^^^^^ Sep 05 21:04:42.654 INFO kablam! Sep 05 21:04:44.466 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 05 21:04:44.466 INFO kablam! --> src/case.rs:27:5 Sep 05 21:04:44.466 INFO kablam! | Sep 05 21:04:44.466 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 05 21:04:44.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 21:04:44.466 INFO kablam! | Sep 05 21:04:44.466 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 21:04:44.466 INFO kablam! Sep 05 21:04:44.466 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 05 21:04:44.466 INFO kablam! --> src/generator/rust/mod.rs:29:5 Sep 05 21:04:44.466 INFO kablam! | Sep 05 21:04:44.466 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 05 21:04:44.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 21:04:44.466 INFO kablam! Sep 05 21:04:44.466 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 05 21:04:44.466 INFO kablam! --> src/generator/rust/types.rs:29:5 Sep 05 21:04:44.466 INFO kablam! | Sep 05 21:04:44.466 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 05 21:04:44.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 21:04:44.466 INFO kablam! Sep 05 21:04:44.466 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 05 21:04:44.466 INFO kablam! --> src/generator/rust/alias.rs:28:5 Sep 05 21:04:44.466 INFO kablam! | Sep 05 21:04:44.466 INFO kablam! 28 | use std::ascii::AsciiExt; Sep 05 21:04:44.466 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 05 21:04:44.466 INFO kablam! Sep 05 21:04:44.598 INFO kablam! error: aborting due to 2 previous errors Sep 05 21:04:44.598 INFO kablam! Sep 05 21:04:44.598 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 05 21:04:44.618 INFO kablam! error: Could not compile `vulkan_rs_generator`. Sep 05 21:04:44.618 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 21:04:45.543 INFO kablam! error: build failed Sep 05 21:04:45.544 INFO kablam! su: No module specific data is present Sep 05 21:04:46.703 INFO running `"docker" "rm" "-f" "d6dc3093e03882208a7b5c9a0fd24915dc2122cd8c777dd9680cb9224bd33811"` Sep 05 21:04:46.992 INFO blam! d6dc3093e03882208a7b5c9a0fd24915dc2122cd8c777dd9680cb9224bd33811