Sep 17 15:08:57.075 INFO checking vulkan_rs_generator-0.1.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 15:08:57.075 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 15:08:57.075 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 15:08:57.265 INFO blam! 8ca082e2339f7382ececdcebb1097402f1bf9b19209e83a01af025769d0480f2 Sep 17 15:08:57.274 INFO running `"docker" "start" "-a" "8ca082e2339f7382ececdcebb1097402f1bf9b19209e83a01af025769d0480f2"` Sep 17 15:08:58.377 INFO kablam! usermod: no changes Sep 17 15:08:58.458 INFO kablam! Checking xml-rs v0.6.1 Sep 17 15:08:59.923 INFO kablam! Checking vulkan_rs_generator v0.1.0 (/source) Sep 17 15:09:00.355 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:09:00.355 INFO kablam! --> src/registry.rs:525:69 Sep 17 15:09:00.355 INFO kablam! | Sep 17 15:09:00.355 INFO kablam! 525 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs + 1< src/registry.rs:527:91 Sep 17 15:09:00.356 INFO kablam! | Sep 17 15:09:00.356 INFO kablam! 527 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs + rhs as i64), max(lhs_bits, rhs_bits)), Sep 17 15:09:00.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 15:09:00.356 INFO kablam! Sep 17 15:09:00.356 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:09:00.356 INFO kablam! --> src/registry.rs:543:69 Sep 17 15:09:00.356 INFO kablam! | Sep 17 15:09:00.356 INFO kablam! 543 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 + 1< src/registry.rs:545:91 Sep 17 15:09:00.356 INFO kablam! | Sep 17 15:09:00.356 INFO kablam! 545 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 + rhs as i64), max(lhs_bits, rhs_bits)), Sep 17 15:09:00.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 15:09:00.356 INFO kablam! Sep 17 15:09:00.356 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:09:00.356 INFO kablam! --> src/registry.rs:578:69 Sep 17 15:09:00.356 INFO kablam! | Sep 17 15:09:00.356 INFO kablam! 578 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs - 1< src/registry.rs:580:91 Sep 17 15:09:00.356 INFO kablam! | Sep 17 15:09:00.356 INFO kablam! 580 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs - rhs as i64), max(lhs_bits, rhs_bits)), Sep 17 15:09:00.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 15:09:00.356 INFO kablam! Sep 17 15:09:00.356 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:09:00.356 INFO kablam! --> src/registry.rs:596:69 Sep 17 15:09:00.356 INFO kablam! | Sep 17 15:09:00.356 INFO kablam! 596 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 - 1< src/registry.rs:598:91 Sep 17 15:09:00.356 INFO kablam! | Sep 17 15:09:00.356 INFO kablam! 598 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 - rhs as i64), max(lhs_bits, rhs_bits)), Sep 17 15:09:00.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 15:09:00.356 INFO kablam! Sep 17 15:09:00.443 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 15:09:00.443 INFO kablam! --> src/case.rs:27:5 Sep 17 15:09:00.443 INFO kablam! | Sep 17 15:09:00.443 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 17 15:09:00.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 15:09:00.443 INFO kablam! | Sep 17 15:09:00.443 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 15:09:00.443 INFO kablam! Sep 17 15:09:00.443 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 15:09:00.443 INFO kablam! --> src/generator/rust/mod.rs:29:5 Sep 17 15:09:00.443 INFO kablam! | Sep 17 15:09:00.443 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 17 15:09:00.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 15:09:00.443 INFO kablam! Sep 17 15:09:00.443 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 15:09:00.443 INFO kablam! --> src/generator/rust/types.rs:29:5 Sep 17 15:09:00.443 INFO kablam! | Sep 17 15:09:00.443 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 17 15:09:00.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 15:09:00.443 INFO kablam! Sep 17 15:09:00.443 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 15:09:00.443 INFO kablam! --> src/generator/rust/alias.rs:28:5 Sep 17 15:09:00.443 INFO kablam! | Sep 17 15:09:00.443 INFO kablam! 28 | use std::ascii::AsciiExt; Sep 17 15:09:00.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 15:09:00.443 INFO kablam! Sep 17 15:09:00.507 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:09:00.507 INFO kablam! --> src/registry.rs:525:69 Sep 17 15:09:00.507 INFO kablam! | Sep 17 15:09:00.507 INFO kablam! 525 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs + 1< src/registry.rs:527:91 Sep 17 15:09:00.507 INFO kablam! | Sep 17 15:09:00.507 INFO kablam! 527 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs + rhs as i64), max(lhs_bits, rhs_bits)), Sep 17 15:09:00.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 15:09:00.507 INFO kablam! Sep 17 15:09:00.507 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:09:00.507 INFO kablam! --> src/registry.rs:543:69 Sep 17 15:09:00.507 INFO kablam! | Sep 17 15:09:00.507 INFO kablam! 543 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 + 1< src/registry.rs:545:91 Sep 17 15:09:00.507 INFO kablam! | Sep 17 15:09:00.507 INFO kablam! 545 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 + rhs as i64), max(lhs_bits, rhs_bits)), Sep 17 15:09:00.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 15:09:00.507 INFO kablam! Sep 17 15:09:00.507 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:09:00.507 INFO kablam! --> src/registry.rs:578:69 Sep 17 15:09:00.507 INFO kablam! | Sep 17 15:09:00.507 INFO kablam! 578 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs - 1< src/registry.rs:580:91 Sep 17 15:09:00.507 INFO kablam! | Sep 17 15:09:00.507 INFO kablam! 580 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs - rhs as i64), max(lhs_bits, rhs_bits)), Sep 17 15:09:00.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 15:09:00.507 INFO kablam! Sep 17 15:09:00.507 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 15:09:00.507 INFO kablam! --> src/registry.rs:596:69 Sep 17 15:09:00.508 INFO kablam! | Sep 17 15:09:00.508 INFO kablam! 596 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 - 1< src/registry.rs:598:91 Sep 17 15:09:00.508 INFO kablam! | Sep 17 15:09:00.508 INFO kablam! 598 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 - rhs as i64), max(lhs_bits, rhs_bits)), Sep 17 15:09:00.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 15:09:00.508 INFO kablam! Sep 17 15:09:00.627 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 15:09:00.627 INFO kablam! --> src/case.rs:27:5 Sep 17 15:09:00.627 INFO kablam! | Sep 17 15:09:00.627 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 17 15:09:00.627 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 15:09:00.627 INFO kablam! | Sep 17 15:09:00.627 INFO kablam! = note: #[warn(deprecated)] on by default Sep 17 15:09:00.627 INFO kablam! Sep 17 15:09:00.632 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 15:09:00.632 INFO kablam! --> src/generator/rust/mod.rs:29:5 Sep 17 15:09:00.632 INFO kablam! | Sep 17 15:09:00.632 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 17 15:09:00.632 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 15:09:00.632 INFO kablam! Sep 17 15:09:00.633 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 15:09:00.633 INFO kablam! --> src/generator/rust/types.rs:29:5 Sep 17 15:09:00.633 INFO kablam! | Sep 17 15:09:00.633 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 17 15:09:00.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 15:09:00.634 INFO kablam! Sep 17 15:09:00.634 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 17 15:09:00.634 INFO kablam! --> src/generator/rust/alias.rs:28:5 Sep 17 15:09:00.634 INFO kablam! | Sep 17 15:09:00.634 INFO kablam! 28 | use std::ascii::AsciiExt; Sep 17 15:09:00.634 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 15:09:00.635 INFO kablam! Sep 17 15:09:00.954 INFO kablam! error[E0599]: no method named `apply_to_camel` found for type `std::option::Option<_>` in the current scope Sep 17 15:09:00.954 INFO kablam! --> src/case.rs:160:26 Sep 17 15:09:00.954 INFO kablam! | Sep 17 15:09:00.954 INFO kablam! 160 | assert_eq!(None.apply_to_camel(original), original); Sep 17 15:09:00.959 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 15:09:00.959 INFO kablam! Sep 17 15:09:00.978 INFO kablam! error[E0599]: no method named `apply_to_snake` found for type `std::option::Option<_>` in the current scope Sep 17 15:09:00.978 INFO kablam! --> src/case.rs:185:26 Sep 17 15:09:00.978 INFO kablam! | Sep 17 15:09:00.978 INFO kablam! 185 | assert_eq!(None.apply_to_snake(original), original); Sep 17 15:09:00.978 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 15:09:00.978 INFO kablam! Sep 17 15:09:02.391 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 15:09:02.391 INFO kablam! --> src/case.rs:27:5 Sep 17 15:09:02.391 INFO kablam! | Sep 17 15:09:02.391 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 17 15:09:02.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 15:09:02.391 INFO kablam! | Sep 17 15:09:02.391 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 15:09:02.391 INFO kablam! Sep 17 15:09:02.391 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 15:09:02.391 INFO kablam! --> src/generator/rust/mod.rs:29:5 Sep 17 15:09:02.391 INFO kablam! | Sep 17 15:09:02.391 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 17 15:09:02.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 15:09:02.391 INFO kablam! Sep 17 15:09:02.391 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 15:09:02.391 INFO kablam! --> src/generator/rust/types.rs:29:5 Sep 17 15:09:02.391 INFO kablam! | Sep 17 15:09:02.391 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 17 15:09:02.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 15:09:02.391 INFO kablam! Sep 17 15:09:02.391 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 17 15:09:02.391 INFO kablam! --> src/generator/rust/alias.rs:28:5 Sep 17 15:09:02.391 INFO kablam! | Sep 17 15:09:02.391 INFO kablam! 28 | use std::ascii::AsciiExt; Sep 17 15:09:02.391 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 15:09:02.391 INFO kablam! Sep 17 15:09:02.747 INFO kablam! error: aborting due to 2 previous errors Sep 17 15:09:02.747 INFO kablam! Sep 17 15:09:02.747 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 17 15:09:02.767 INFO kablam! error: Could not compile `vulkan_rs_generator`. Sep 17 15:09:02.767 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 15:09:03.779 INFO kablam! error: build failed Sep 17 15:09:03.780 INFO kablam! su: No module specific data is present Sep 17 15:09:04.703 INFO running `"docker" "rm" "-f" "8ca082e2339f7382ececdcebb1097402f1bf9b19209e83a01af025769d0480f2"` Sep 17 15:09:05.023 INFO blam! 8ca082e2339f7382ececdcebb1097402f1bf9b19209e83a01af025769d0480f2