Sep 19 16:02:15.545 INFO checking vulkan_rs_generator-0.1.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 16:02:15.545 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 16:02:15.545 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:02:16.062 INFO blam! b01b96a3ba670a7dbdffd892733840fe327807e238858dc08b747e027dc270f1 Sep 19 16:02:16.079 INFO running `"docker" "start" "-a" "b01b96a3ba670a7dbdffd892733840fe327807e238858dc08b747e027dc270f1"` Sep 19 16:02:17.942 INFO kablam! usermod: no changes Sep 19 16:02:18.039 INFO kablam! Checking vulkan_rs_generator v0.1.0 (/source) Sep 19 16:02:18.720 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:02:18.720 INFO kablam! --> src/registry.rs:525:69 Sep 19 16:02:18.720 INFO kablam! | Sep 19 16:02:18.720 INFO kablam! 525 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs + 1< src/registry.rs:527:91 Sep 19 16:02:18.721 INFO kablam! | Sep 19 16:02:18.721 INFO kablam! 527 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs + rhs as i64), max(lhs_bits, rhs_bits)), Sep 19 16:02:18.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:02:18.721 INFO kablam! Sep 19 16:02:18.721 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:02:18.721 INFO kablam! --> src/registry.rs:543:69 Sep 19 16:02:18.721 INFO kablam! | Sep 19 16:02:18.721 INFO kablam! 543 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 + 1< src/registry.rs:545:91 Sep 19 16:02:18.721 INFO kablam! | Sep 19 16:02:18.721 INFO kablam! 545 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 + rhs as i64), max(lhs_bits, rhs_bits)), Sep 19 16:02:18.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:02:18.721 INFO kablam! Sep 19 16:02:18.722 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:02:18.722 INFO kablam! --> src/registry.rs:578:69 Sep 19 16:02:18.722 INFO kablam! | Sep 19 16:02:18.722 INFO kablam! 578 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs - 1< src/registry.rs:580:91 Sep 19 16:02:18.724 INFO kablam! | Sep 19 16:02:18.724 INFO kablam! 580 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs - rhs as i64), max(lhs_bits, rhs_bits)), Sep 19 16:02:18.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:02:18.724 INFO kablam! Sep 19 16:02:18.724 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:02:18.724 INFO kablam! --> src/registry.rs:596:69 Sep 19 16:02:18.724 INFO kablam! | Sep 19 16:02:18.724 INFO kablam! 596 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 - 1< src/registry.rs:598:91 Sep 19 16:02:18.724 INFO kablam! | Sep 19 16:02:18.724 INFO kablam! 598 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 - rhs as i64), max(lhs_bits, rhs_bits)), Sep 19 16:02:18.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:02:18.724 INFO kablam! Sep 19 16:02:18.734 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:02:18.735 INFO kablam! --> src/registry.rs:525:69 Sep 19 16:02:18.735 INFO kablam! | Sep 19 16:02:18.735 INFO kablam! 525 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs + 1< src/registry.rs:527:91 Sep 19 16:02:18.735 INFO kablam! | Sep 19 16:02:18.735 INFO kablam! 527 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs + rhs as i64), max(lhs_bits, rhs_bits)), Sep 19 16:02:18.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:02:18.735 INFO kablam! Sep 19 16:02:18.735 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:02:18.735 INFO kablam! --> src/registry.rs:543:69 Sep 19 16:02:18.735 INFO kablam! | Sep 19 16:02:18.735 INFO kablam! 543 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 + 1< src/registry.rs:545:91 Sep 19 16:02:18.735 INFO kablam! | Sep 19 16:02:18.735 INFO kablam! 545 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 + rhs as i64), max(lhs_bits, rhs_bits)), Sep 19 16:02:18.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:02:18.735 INFO kablam! Sep 19 16:02:18.735 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:02:18.735 INFO kablam! --> src/registry.rs:578:69 Sep 19 16:02:18.735 INFO kablam! | Sep 19 16:02:18.735 INFO kablam! 578 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs - 1< src/registry.rs:580:91 Sep 19 16:02:18.736 INFO kablam! | Sep 19 16:02:18.736 INFO kablam! 580 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs - rhs as i64), max(lhs_bits, rhs_bits)), Sep 19 16:02:18.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:02:18.736 INFO kablam! Sep 19 16:02:18.736 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:02:18.736 INFO kablam! --> src/registry.rs:596:69 Sep 19 16:02:18.736 INFO kablam! | Sep 19 16:02:18.736 INFO kablam! 596 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 - 1< src/registry.rs:598:91 Sep 19 16:02:18.742 INFO kablam! | Sep 19 16:02:18.743 INFO kablam! 598 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 - rhs as i64), max(lhs_bits, rhs_bits)), Sep 19 16:02:18.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:02:18.743 INFO kablam! Sep 19 16:02:18.867 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:02:18.867 INFO kablam! --> src/case.rs:27:5 Sep 19 16:02:18.867 INFO kablam! | Sep 19 16:02:18.867 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 19 16:02:18.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:18.867 INFO kablam! | Sep 19 16:02:18.867 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 16:02:18.867 INFO kablam! Sep 19 16:02:18.871 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:02:18.871 INFO kablam! --> src/generator/rust/mod.rs:29:5 Sep 19 16:02:18.872 INFO kablam! | Sep 19 16:02:18.872 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 19 16:02:18.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:18.872 INFO kablam! Sep 19 16:02:18.874 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:02:18.874 INFO kablam! --> src/generator/rust/types.rs:29:5 Sep 19 16:02:18.874 INFO kablam! | Sep 19 16:02:18.874 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 19 16:02:18.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:18.876 INFO kablam! Sep 19 16:02:18.876 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:02:18.877 INFO kablam! --> src/generator/rust/alias.rs:28:5 Sep 19 16:02:18.877 INFO kablam! | Sep 19 16:02:18.877 INFO kablam! 28 | use std::ascii::AsciiExt; Sep 19 16:02:18.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:18.878 INFO kablam! Sep 19 16:02:18.880 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:02:18.880 INFO kablam! --> src/case.rs:27:5 Sep 19 16:02:18.880 INFO kablam! | Sep 19 16:02:18.880 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 19 16:02:18.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:18.881 INFO kablam! | Sep 19 16:02:18.881 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 16:02:18.881 INFO kablam! Sep 19 16:02:18.884 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:02:18.884 INFO kablam! --> src/generator/rust/mod.rs:29:5 Sep 19 16:02:18.884 INFO kablam! | Sep 19 16:02:18.884 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 19 16:02:18.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:18.884 INFO kablam! Sep 19 16:02:18.885 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:02:18.885 INFO kablam! --> src/generator/rust/types.rs:29:5 Sep 19 16:02:18.885 INFO kablam! | Sep 19 16:02:18.885 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 19 16:02:18.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:18.885 INFO kablam! Sep 19 16:02:18.886 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 19 16:02:18.886 INFO kablam! --> src/generator/rust/alias.rs:28:5 Sep 19 16:02:18.886 INFO kablam! | Sep 19 16:02:18.887 INFO kablam! 28 | use std::ascii::AsciiExt; Sep 19 16:02:18.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:18.887 INFO kablam! Sep 19 16:02:19.257 INFO kablam! error[E0599]: no method named `apply_to_camel` found for type `std::option::Option<_>` in the current scope Sep 19 16:02:19.257 INFO kablam! --> src/case.rs:160:26 Sep 19 16:02:19.257 INFO kablam! | Sep 19 16:02:19.257 INFO kablam! 160 | assert_eq!(None.apply_to_camel(original), original); Sep 19 16:02:19.257 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 16:02:19.257 INFO kablam! Sep 19 16:02:19.273 INFO kablam! error[E0599]: no method named `apply_to_snake` found for type `std::option::Option<_>` in the current scope Sep 19 16:02:19.274 INFO kablam! --> src/case.rs:185:26 Sep 19 16:02:19.274 INFO kablam! | Sep 19 16:02:19.274 INFO kablam! 185 | assert_eq!(None.apply_to_snake(original), original); Sep 19 16:02:19.274 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 16:02:19.274 INFO kablam! Sep 19 16:02:20.279 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 16:02:20.279 INFO kablam! --> src/case.rs:27:5 Sep 19 16:02:20.279 INFO kablam! | Sep 19 16:02:20.279 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 19 16:02:20.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:20.279 INFO kablam! | Sep 19 16:02:20.279 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 16:02:20.279 INFO kablam! Sep 19 16:02:20.279 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 16:02:20.279 INFO kablam! --> src/generator/rust/mod.rs:29:5 Sep 19 16:02:20.279 INFO kablam! | Sep 19 16:02:20.279 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 19 16:02:20.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:20.279 INFO kablam! Sep 19 16:02:20.279 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 16:02:20.279 INFO kablam! --> src/generator/rust/types.rs:29:5 Sep 19 16:02:20.279 INFO kablam! | Sep 19 16:02:20.279 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 19 16:02:20.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:20.279 INFO kablam! Sep 19 16:02:20.279 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 19 16:02:20.279 INFO kablam! --> src/generator/rust/alias.rs:28:5 Sep 19 16:02:20.279 INFO kablam! | Sep 19 16:02:20.279 INFO kablam! 28 | use std::ascii::AsciiExt; Sep 19 16:02:20.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 16:02:20.279 INFO kablam! Sep 19 16:02:20.319 INFO kablam! error: aborting due to 2 previous errors Sep 19 16:02:20.319 INFO kablam! Sep 19 16:02:20.319 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 19 16:02:20.327 INFO kablam! error: Could not compile `vulkan_rs_generator`. Sep 19 16:02:20.327 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 16:02:21.372 INFO kablam! error: build failed Sep 19 16:02:21.372 INFO kablam! su: No module specific data is present Sep 19 16:02:22.495 INFO running `"docker" "rm" "-f" "b01b96a3ba670a7dbdffd892733840fe327807e238858dc08b747e027dc270f1"` Sep 19 16:02:22.776 INFO blam! b01b96a3ba670a7dbdffd892733840fe327807e238858dc08b747e027dc270f1