Sep 10 06:42:24.616 INFO checking vulkan_rs_generator-0.1.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 06:42:24.616 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 06:42:24.616 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 06:42:24.896 INFO blam! 3bb8539974594f7199af69e5ac11a45551e8cfac1a55f2db6d84bdcc10c7d98b Sep 10 06:42:24.898 INFO running `"docker" "start" "-a" "3bb8539974594f7199af69e5ac11a45551e8cfac1a55f2db6d84bdcc10c7d98b"` Sep 10 06:42:26.169 INFO kablam! usermod: no changes Sep 10 06:42:26.282 INFO kablam! Checking vulkan_rs_generator v0.1.0 (file:///source) Sep 10 06:42:27.489 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:42:27.489 INFO kablam! --> src/registry.rs:525:69 Sep 10 06:42:27.489 INFO kablam! | Sep 10 06:42:27.489 INFO kablam! 525 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs + 1< src/registry.rs:527:91 Sep 10 06:42:27.489 INFO kablam! | Sep 10 06:42:27.490 INFO kablam! 527 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs + rhs as i64), max(lhs_bits, rhs_bits)), Sep 10 06:42:27.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 06:42:27.490 INFO kablam! Sep 10 06:42:27.490 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:42:27.490 INFO kablam! --> src/registry.rs:543:69 Sep 10 06:42:27.490 INFO kablam! | Sep 10 06:42:27.490 INFO kablam! 543 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 + 1< src/registry.rs:545:91 Sep 10 06:42:27.490 INFO kablam! | Sep 10 06:42:27.490 INFO kablam! 545 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 + rhs as i64), max(lhs_bits, rhs_bits)), Sep 10 06:42:27.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 06:42:27.490 INFO kablam! Sep 10 06:42:27.490 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:42:27.490 INFO kablam! --> src/registry.rs:578:69 Sep 10 06:42:27.490 INFO kablam! | Sep 10 06:42:27.490 INFO kablam! 578 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs - 1< src/registry.rs:580:91 Sep 10 06:42:27.490 INFO kablam! | Sep 10 06:42:27.490 INFO kablam! 580 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs - rhs as i64), max(lhs_bits, rhs_bits)), Sep 10 06:42:27.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 06:42:27.490 INFO kablam! Sep 10 06:42:27.490 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:42:27.490 INFO kablam! --> src/registry.rs:596:69 Sep 10 06:42:27.490 INFO kablam! | Sep 10 06:42:27.490 INFO kablam! 596 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 - 1< src/registry.rs:598:91 Sep 10 06:42:27.490 INFO kablam! | Sep 10 06:42:27.490 INFO kablam! 598 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 - rhs as i64), max(lhs_bits, rhs_bits)), Sep 10 06:42:27.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 06:42:27.490 INFO kablam! Sep 10 06:42:27.572 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:42:27.572 INFO kablam! --> src/registry.rs:525:69 Sep 10 06:42:27.572 INFO kablam! | Sep 10 06:42:27.572 INFO kablam! 525 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs + 1< src/registry.rs:527:91 Sep 10 06:42:27.572 INFO kablam! | Sep 10 06:42:27.572 INFO kablam! 527 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs + rhs as i64), max(lhs_bits, rhs_bits)), Sep 10 06:42:27.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 06:42:27.572 INFO kablam! Sep 10 06:42:27.572 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:42:27.572 INFO kablam! --> src/registry.rs:543:69 Sep 10 06:42:27.572 INFO kablam! | Sep 10 06:42:27.572 INFO kablam! 543 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 + 1< src/registry.rs:545:91 Sep 10 06:42:27.572 INFO kablam! | Sep 10 06:42:27.572 INFO kablam! 545 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 + rhs as i64), max(lhs_bits, rhs_bits)), Sep 10 06:42:27.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 06:42:27.572 INFO kablam! Sep 10 06:42:27.572 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:42:27.572 INFO kablam! --> src/registry.rs:578:69 Sep 10 06:42:27.572 INFO kablam! | Sep 10 06:42:27.572 INFO kablam! 578 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs - 1< src/registry.rs:580:91 Sep 10 06:42:27.572 INFO kablam! | Sep 10 06:42:27.572 INFO kablam! 580 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs - rhs as i64), max(lhs_bits, rhs_bits)), Sep 10 06:42:27.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 06:42:27.572 INFO kablam! Sep 10 06:42:27.573 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 06:42:27.573 INFO kablam! --> src/registry.rs:596:69 Sep 10 06:42:27.573 INFO kablam! | Sep 10 06:42:27.573 INFO kablam! 596 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 - 1< src/registry.rs:598:91 Sep 10 06:42:27.574 INFO kablam! | Sep 10 06:42:27.574 INFO kablam! 598 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 - rhs as i64), max(lhs_bits, rhs_bits)), Sep 10 06:42:27.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 06:42:27.574 INFO kablam! Sep 10 06:42:27.685 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 06:42:27.685 INFO kablam! --> src/case.rs:27:5 Sep 10 06:42:27.685 INFO kablam! | Sep 10 06:42:27.685 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 10 06:42:27.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 06:42:27.685 INFO kablam! | Sep 10 06:42:27.685 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 06:42:27.685 INFO kablam! Sep 10 06:42:27.688 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 06:42:27.688 INFO kablam! --> src/generator/rust/mod.rs:29:5 Sep 10 06:42:27.688 INFO kablam! | Sep 10 06:42:27.688 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 10 06:42:27.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 06:42:27.689 INFO kablam! Sep 10 06:42:27.689 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 06:42:27.689 INFO kablam! --> src/generator/rust/types.rs:29:5 Sep 10 06:42:27.689 INFO kablam! | Sep 10 06:42:27.689 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 10 06:42:27.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 06:42:27.689 INFO kablam! Sep 10 06:42:27.689 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 06:42:27.689 INFO kablam! --> src/generator/rust/alias.rs:28:5 Sep 10 06:42:27.690 INFO kablam! | Sep 10 06:42:27.690 INFO kablam! 28 | use std::ascii::AsciiExt; Sep 10 06:42:27.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 06:42:27.690 INFO kablam! Sep 10 06:42:27.779 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 06:42:27.779 INFO kablam! --> src/case.rs:27:5 Sep 10 06:42:27.779 INFO kablam! | Sep 10 06:42:27.779 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 10 06:42:27.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 06:42:27.779 INFO kablam! | Sep 10 06:42:27.779 INFO kablam! = note: #[warn(deprecated)] on by default Sep 10 06:42:27.779 INFO kablam! Sep 10 06:42:27.782 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 06:42:27.782 INFO kablam! --> src/generator/rust/mod.rs:29:5 Sep 10 06:42:27.782 INFO kablam! | Sep 10 06:42:27.782 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 10 06:42:27.782 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 06:42:27.782 INFO kablam! Sep 10 06:42:27.783 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 06:42:27.783 INFO kablam! --> src/generator/rust/types.rs:29:5 Sep 10 06:42:27.783 INFO kablam! | Sep 10 06:42:27.783 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 10 06:42:27.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 06:42:27.783 INFO kablam! Sep 10 06:42:27.783 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 10 06:42:27.783 INFO kablam! --> src/generator/rust/alias.rs:28:5 Sep 10 06:42:27.783 INFO kablam! | Sep 10 06:42:27.783 INFO kablam! 28 | use std::ascii::AsciiExt; Sep 10 06:42:27.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 06:42:27.783 INFO kablam! Sep 10 06:42:28.201 INFO kablam! error[E0599]: no method named `apply_to_camel` found for type `std::option::Option<_>` in the current scope Sep 10 06:42:28.201 INFO kablam! --> src/case.rs:160:26 Sep 10 06:42:28.201 INFO kablam! | Sep 10 06:42:28.201 INFO kablam! 160 | assert_eq!(None.apply_to_camel(original), original); Sep 10 06:42:28.201 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 06:42:28.201 INFO kablam! Sep 10 06:42:28.228 INFO kablam! error[E0599]: no method named `apply_to_snake` found for type `std::option::Option<_>` in the current scope Sep 10 06:42:28.228 INFO kablam! --> src/case.rs:185:26 Sep 10 06:42:28.228 INFO kablam! | Sep 10 06:42:28.228 INFO kablam! 185 | assert_eq!(None.apply_to_snake(original), original); Sep 10 06:42:28.228 INFO kablam! | ^^^^^^^^^^^^^^ Sep 10 06:42:28.228 INFO kablam! Sep 10 06:42:29.573 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 10 06:42:29.573 INFO kablam! --> src/case.rs:27:5 Sep 10 06:42:29.573 INFO kablam! | Sep 10 06:42:29.573 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 10 06:42:29.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 06:42:29.573 INFO kablam! | Sep 10 06:42:29.573 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 10 06:42:29.573 INFO kablam! Sep 10 06:42:29.573 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 10 06:42:29.573 INFO kablam! --> src/generator/rust/mod.rs:29:5 Sep 10 06:42:29.573 INFO kablam! | Sep 10 06:42:29.573 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 10 06:42:29.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 06:42:29.573 INFO kablam! Sep 10 06:42:29.573 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 10 06:42:29.573 INFO kablam! --> src/generator/rust/types.rs:29:5 Sep 10 06:42:29.573 INFO kablam! | Sep 10 06:42:29.573 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 10 06:42:29.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 06:42:29.573 INFO kablam! Sep 10 06:42:29.573 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 10 06:42:29.573 INFO kablam! --> src/generator/rust/alias.rs:28:5 Sep 10 06:42:29.573 INFO kablam! | Sep 10 06:42:29.573 INFO kablam! 28 | use std::ascii::AsciiExt; Sep 10 06:42:29.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 10 06:42:29.573 INFO kablam! Sep 10 06:42:30.163 INFO kablam! error: aborting due to 2 previous errors Sep 10 06:42:30.163 INFO kablam! Sep 10 06:42:30.163 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 10 06:42:30.178 INFO kablam! error: Could not compile `vulkan_rs_generator`. Sep 10 06:42:30.178 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 06:42:30.940 INFO kablam! error: build failed Sep 10 06:42:30.942 INFO kablam! su: No module specific data is present Sep 10 06:42:32.516 INFO running `"docker" "rm" "-f" "3bb8539974594f7199af69e5ac11a45551e8cfac1a55f2db6d84bdcc10c7d98b"` Sep 10 06:42:32.628 INFO blam! 3bb8539974594f7199af69e5ac11a45551e8cfac1a55f2db6d84bdcc10c7d98b