Sep 01 02:26:41.865 INFO checking vulkan_rs_generator-0.1.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 02:26:41.865 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 02:26:41.865 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 02:26:42.075 INFO blam! 62c79fa00ece14ccecec57f2dfec3d772c373ae0961bee01da8949eadf6d3ab6 Sep 01 02:26:42.077 INFO running `"docker" "start" "-a" "62c79fa00ece14ccecec57f2dfec3d772c373ae0961bee01da8949eadf6d3ab6"` Sep 01 02:26:42.666 INFO kablam! Checking vulkan_rs_generator v0.1.0 (file:///source) Sep 01 02:26:43.218 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 02:26:43.218 INFO kablam! --> src/registry.rs:525:69 Sep 01 02:26:43.218 INFO kablam! | Sep 01 02:26:43.218 INFO kablam! 525 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs + 1< src/registry.rs:527:91 Sep 01 02:26:43.218 INFO kablam! | Sep 01 02:26:43.218 INFO kablam! 527 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs + rhs as i64), max(lhs_bits, rhs_bits)), Sep 01 02:26:43.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 02:26:43.219 INFO kablam! Sep 01 02:26:43.219 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 02:26:43.219 INFO kablam! --> src/registry.rs:543:69 Sep 01 02:26:43.219 INFO kablam! | Sep 01 02:26:43.219 INFO kablam! 543 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 + 1< src/registry.rs:545:91 Sep 01 02:26:43.219 INFO kablam! | Sep 01 02:26:43.219 INFO kablam! 545 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 + rhs as i64), max(lhs_bits, rhs_bits)), Sep 01 02:26:43.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 02:26:43.219 INFO kablam! Sep 01 02:26:43.220 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 02:26:43.220 INFO kablam! --> src/registry.rs:578:69 Sep 01 02:26:43.220 INFO kablam! | Sep 01 02:26:43.220 INFO kablam! 578 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs - 1< src/registry.rs:580:91 Sep 01 02:26:43.220 INFO kablam! | Sep 01 02:26:43.220 INFO kablam! 580 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs - rhs as i64), max(lhs_bits, rhs_bits)), Sep 01 02:26:43.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 02:26:43.220 INFO kablam! Sep 01 02:26:43.221 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 02:26:43.221 INFO kablam! --> src/registry.rs:596:69 Sep 01 02:26:43.221 INFO kablam! | Sep 01 02:26:43.221 INFO kablam! 596 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 - 1< src/registry.rs:598:91 Sep 01 02:26:43.221 INFO kablam! | Sep 01 02:26:43.221 INFO kablam! 598 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 - rhs as i64), max(lhs_bits, rhs_bits)), Sep 01 02:26:43.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 02:26:43.221 INFO kablam! Sep 01 02:26:43.290 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 02:26:43.290 INFO kablam! --> src/registry.rs:525:69 Sep 01 02:26:43.290 INFO kablam! | Sep 01 02:26:43.290 INFO kablam! 525 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs + 1< src/registry.rs:527:91 Sep 01 02:26:43.290 INFO kablam! | Sep 01 02:26:43.290 INFO kablam! 527 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs + rhs as i64), max(lhs_bits, rhs_bits)), Sep 01 02:26:43.290 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 02:26:43.291 INFO kablam! Sep 01 02:26:43.291 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 02:26:43.291 INFO kablam! --> src/registry.rs:543:69 Sep 01 02:26:43.292 INFO kablam! | Sep 01 02:26:43.292 INFO kablam! 543 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 + 1< src/registry.rs:545:91 Sep 01 02:26:43.292 INFO kablam! | Sep 01 02:26:43.292 INFO kablam! 545 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 + rhs as i64), max(lhs_bits, rhs_bits)), Sep 01 02:26:43.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 02:26:43.292 INFO kablam! Sep 01 02:26:43.292 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 02:26:43.292 INFO kablam! --> src/registry.rs:578:69 Sep 01 02:26:43.292 INFO kablam! | Sep 01 02:26:43.292 INFO kablam! 578 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs - 1< src/registry.rs:580:91 Sep 01 02:26:43.292 INFO kablam! | Sep 01 02:26:43.292 INFO kablam! 580 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs - rhs as i64), max(lhs_bits, rhs_bits)), Sep 01 02:26:43.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 02:26:43.292 INFO kablam! Sep 01 02:26:43.292 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 02:26:43.292 INFO kablam! --> src/registry.rs:596:69 Sep 01 02:26:43.292 INFO kablam! | Sep 01 02:26:43.293 INFO kablam! 596 | VariantValue::Bit(rhs) => VariantValue::Integer((lhs as i64 - 1< src/registry.rs:598:91 Sep 01 02:26:43.293 INFO kablam! | Sep 01 02:26:43.293 INFO kablam! 598 | VariantValue::UnsignedInteger(rhs, rhs_bits) => VariantValue::Integer((lhs as i64 - rhs as i64), max(lhs_bits, rhs_bits)), Sep 01 02:26:43.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 02:26:43.293 INFO kablam! Sep 01 02:26:43.315 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 02:26:43.315 INFO kablam! --> src/case.rs:27:5 Sep 01 02:26:43.316 INFO kablam! | Sep 01 02:26:43.316 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 01 02:26:43.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 02:26:43.316 INFO kablam! | Sep 01 02:26:43.317 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 02:26:43.317 INFO kablam! Sep 01 02:26:43.322 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 02:26:43.322 INFO kablam! --> src/generator/rust/mod.rs:29:5 Sep 01 02:26:43.322 INFO kablam! | Sep 01 02:26:43.322 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 01 02:26:43.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 02:26:43.323 INFO kablam! Sep 01 02:26:43.324 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 02:26:43.324 INFO kablam! --> src/generator/rust/types.rs:29:5 Sep 01 02:26:43.324 INFO kablam! | Sep 01 02:26:43.324 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 01 02:26:43.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 02:26:43.324 INFO kablam! Sep 01 02:26:43.326 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 02:26:43.326 INFO kablam! --> src/generator/rust/alias.rs:28:5 Sep 01 02:26:43.326 INFO kablam! | Sep 01 02:26:43.326 INFO kablam! 28 | use std::ascii::AsciiExt; Sep 01 02:26:43.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 02:26:43.326 INFO kablam! Sep 01 02:26:43.416 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 02:26:43.416 INFO kablam! --> src/case.rs:27:5 Sep 01 02:26:43.417 INFO kablam! | Sep 01 02:26:43.417 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 01 02:26:43.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 02:26:43.417 INFO kablam! | Sep 01 02:26:43.417 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 02:26:43.417 INFO kablam! Sep 01 02:26:43.421 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 02:26:43.421 INFO kablam! --> src/generator/rust/mod.rs:29:5 Sep 01 02:26:43.421 INFO kablam! | Sep 01 02:26:43.421 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 01 02:26:43.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 02:26:43.422 INFO kablam! Sep 01 02:26:43.422 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 02:26:43.422 INFO kablam! --> src/generator/rust/types.rs:29:5 Sep 01 02:26:43.422 INFO kablam! | Sep 01 02:26:43.422 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 01 02:26:43.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 02:26:43.422 INFO kablam! Sep 01 02:26:43.422 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Sep 01 02:26:43.423 INFO kablam! --> src/generator/rust/alias.rs:28:5 Sep 01 02:26:43.423 INFO kablam! | Sep 01 02:26:43.423 INFO kablam! 28 | use std::ascii::AsciiExt; Sep 01 02:26:43.423 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 02:26:43.423 INFO kablam! Sep 01 02:26:44.008 INFO kablam! error[E0599]: no method named `apply_to_camel` found for type `std::option::Option<_>` in the current scope Sep 01 02:26:44.008 INFO kablam! --> src/case.rs:160:26 Sep 01 02:26:44.008 INFO kablam! | Sep 01 02:26:44.008 INFO kablam! 160 | assert_eq!(None.apply_to_camel(original), original); Sep 01 02:26:44.008 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 02:26:44.008 INFO kablam! Sep 01 02:26:44.040 INFO kablam! error[E0599]: no method named `apply_to_snake` found for type `std::option::Option<_>` in the current scope Sep 01 02:26:44.040 INFO kablam! --> src/case.rs:185:26 Sep 01 02:26:44.040 INFO kablam! | Sep 01 02:26:44.040 INFO kablam! 185 | assert_eq!(None.apply_to_snake(original), original); Sep 01 02:26:44.040 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 02:26:44.040 INFO kablam! Sep 01 02:26:45.689 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 02:26:45.689 INFO kablam! --> src/case.rs:27:5 Sep 01 02:26:45.689 INFO kablam! | Sep 01 02:26:45.689 INFO kablam! 27 | use std::ascii::AsciiExt; Sep 01 02:26:45.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 02:26:45.690 INFO kablam! | Sep 01 02:26:45.690 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 02:26:45.690 INFO kablam! Sep 01 02:26:45.691 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 02:26:45.691 INFO kablam! --> src/generator/rust/mod.rs:29:5 Sep 01 02:26:45.691 INFO kablam! | Sep 01 02:26:45.691 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 01 02:26:45.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 02:26:45.691 INFO kablam! Sep 01 02:26:45.692 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 02:26:45.692 INFO kablam! --> src/generator/rust/types.rs:29:5 Sep 01 02:26:45.692 INFO kablam! | Sep 01 02:26:45.692 INFO kablam! 29 | use std::ascii::AsciiExt; Sep 01 02:26:45.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 02:26:45.692 INFO kablam! Sep 01 02:26:45.693 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Sep 01 02:26:45.693 INFO kablam! --> src/generator/rust/alias.rs:28:5 Sep 01 02:26:45.693 INFO kablam! | Sep 01 02:26:45.693 INFO kablam! 28 | use std::ascii::AsciiExt; Sep 01 02:26:45.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 02:26:45.693 INFO kablam! Sep 01 02:26:45.990 INFO kablam! error: aborting due to 2 previous errors Sep 01 02:26:45.990 INFO kablam! Sep 01 02:26:45.990 INFO kablam! For more information about this error, try `rustc --explain E0599`. Sep 01 02:26:45.999 INFO kablam! error: Could not compile `vulkan_rs_generator`. Sep 01 02:26:46.000 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 02:26:46.860 INFO kablam! error: build failed Sep 01 02:26:46.862 INFO kablam! su: No module specific data is present Sep 01 02:26:47.250 INFO running `"docker" "rm" "-f" "62c79fa00ece14ccecec57f2dfec3d772c373ae0961bee01da8949eadf6d3ab6"` Sep 01 02:26:47.348 INFO blam! 62c79fa00ece14ccecec57f2dfec3d772c373ae0961bee01da8949eadf6d3ab6