Sep 04 23:14:08.371 INFO checking bindgen-0.37.4 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 23:14:08.371 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 23:14:08.371 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 23:14:08.594 INFO blam! e314a14664419032b458e4cba350356ba1f560cf39269c52a7930cd1bebc524e Sep 04 23:14:08.597 INFO running `"docker" "start" "-a" "e314a14664419032b458e4cba350356ba1f560cf39269c52a7930cd1bebc524e"` Sep 04 23:14:09.722 INFO kablam! Compiling bindgen v0.37.4 (file:///source) Sep 04 23:14:09.722 INFO kablam! Checking peeking_take_while v0.1.2 Sep 04 23:14:09.735 INFO kablam! Checking proc-macro2 v0.3.5 Sep 04 23:14:09.799 INFO kablam! Checking cexpr v0.2.3 Sep 04 23:14:09.814 INFO kablam! Checking clang-sys v0.23.0 Sep 04 23:14:14.695 INFO kablam! Checking quote v0.5.2 Sep 04 23:14:24.095 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Sep 04 23:14:24.095 INFO kablam! --> src/ir/template.rs:134:5 Sep 04 23:14:24.095 INFO kablam! | Sep 04 23:14:24.095 INFO kablam! 134 | / fn all_template_params(&self, ctx: &BindgenContext) -> Vec Sep 04 23:14:24.095 INFO kablam! 135 | | where Sep 04 23:14:24.095 INFO kablam! 136 | | Self: ItemAncestors, Sep 04 23:14:24.095 INFO kablam! 137 | | { Sep 04 23:14:24.095 INFO kablam! ... | Sep 04 23:14:24.095 INFO kablam! 141 | | }).collect() Sep 04 23:14:24.095 INFO kablam! 142 | | } Sep 04 23:14:24.095 INFO kablam! | |_____^ Sep 04 23:14:24.095 INFO kablam! | Sep 04 23:14:24.095 INFO kablam! note: lint level defined here Sep 04 23:14:24.095 INFO kablam! --> src/lib.rs:11:9 Sep 04 23:14:24.095 INFO kablam! | Sep 04 23:14:24.095 INFO kablam! 11 | #![deny(warnings)] Sep 04 23:14:24.095 INFO kablam! | ^^^^^^^^ Sep 04 23:14:24.095 INFO kablam! = note: #[deny(where_clauses_object_safety)] implied by #[deny(warnings)] Sep 04 23:14:24.096 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 23:14:24.096 INFO kablam! = note: for more information, see issue #51443 Sep 04 23:14:24.096 INFO kablam! = note: method `all_template_params` references the `Self` type in where clauses Sep 04 23:14:24.096 INFO kablam! Sep 04 23:14:24.096 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Sep 04 23:14:24.096 INFO kablam! --> src/ir/template.rs:147:5 Sep 04 23:14:24.096 INFO kablam! | Sep 04 23:14:24.096 INFO kablam! 147 | / fn used_template_params(&self, ctx: &BindgenContext) -> Vec Sep 04 23:14:24.096 INFO kablam! 148 | | where Sep 04 23:14:24.096 INFO kablam! 149 | | Self: AsRef, Sep 04 23:14:24.096 INFO kablam! 150 | | { Sep 04 23:14:24.096 INFO kablam! ... | Sep 04 23:14:24.096 INFO kablam! 160 | | .collect() Sep 04 23:14:24.096 INFO kablam! 161 | | } Sep 04 23:14:24.096 INFO kablam! | |_____^ Sep 04 23:14:24.096 INFO kablam! | Sep 04 23:14:24.096 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 23:14:24.096 INFO kablam! = note: for more information, see issue #51443 Sep 04 23:14:24.096 INFO kablam! = note: method `used_template_params` references the `Self` type in where clauses Sep 04 23:14:24.096 INFO kablam! Sep 04 23:14:24.541 INFO kablam! error: aborting due to 2 previous errors Sep 04 23:14:24.542 INFO kablam! Sep 04 23:14:24.559 INFO kablam! error: Could not compile `bindgen`. Sep 04 23:14:24.559 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 23:14:24.899 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Sep 04 23:14:24.899 INFO kablam! --> src/ir/template.rs:134:5 Sep 04 23:14:24.899 INFO kablam! | Sep 04 23:14:24.899 INFO kablam! 134 | / fn all_template_params(&self, ctx: &BindgenContext) -> Vec Sep 04 23:14:24.899 INFO kablam! 135 | | where Sep 04 23:14:24.899 INFO kablam! 136 | | Self: ItemAncestors, Sep 04 23:14:24.899 INFO kablam! 137 | | { Sep 04 23:14:24.899 INFO kablam! ... | Sep 04 23:14:24.899 INFO kablam! 141 | | }).collect() Sep 04 23:14:24.899 INFO kablam! 142 | | } Sep 04 23:14:24.899 INFO kablam! | |_____^ Sep 04 23:14:24.899 INFO kablam! | Sep 04 23:14:24.899 INFO kablam! note: lint level defined here Sep 04 23:14:24.899 INFO kablam! --> src/lib.rs:11:9 Sep 04 23:14:24.899 INFO kablam! | Sep 04 23:14:24.899 INFO kablam! 11 | #![deny(warnings)] Sep 04 23:14:24.899 INFO kablam! | ^^^^^^^^ Sep 04 23:14:24.899 INFO kablam! = note: #[deny(where_clauses_object_safety)] implied by #[deny(warnings)] Sep 04 23:14:24.899 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 23:14:24.900 INFO kablam! = note: for more information, see issue #51443 Sep 04 23:14:24.900 INFO kablam! = note: method `all_template_params` references the `Self` type in where clauses Sep 04 23:14:24.900 INFO kablam! Sep 04 23:14:24.900 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Sep 04 23:14:24.900 INFO kablam! --> src/ir/template.rs:147:5 Sep 04 23:14:24.900 INFO kablam! | Sep 04 23:14:24.900 INFO kablam! 147 | / fn used_template_params(&self, ctx: &BindgenContext) -> Vec Sep 04 23:14:24.900 INFO kablam! 148 | | where Sep 04 23:14:24.900 INFO kablam! 149 | | Self: AsRef, Sep 04 23:14:24.900 INFO kablam! 150 | | { Sep 04 23:14:24.900 INFO kablam! ... | Sep 04 23:14:24.900 INFO kablam! 160 | | .collect() Sep 04 23:14:24.901 INFO kablam! 161 | | } Sep 04 23:14:24.901 INFO kablam! | |_____^ Sep 04 23:14:24.901 INFO kablam! | Sep 04 23:14:24.901 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 23:14:24.901 INFO kablam! = note: for more information, see issue #51443 Sep 04 23:14:24.901 INFO kablam! = note: method `used_template_params` references the `Self` type in where clauses Sep 04 23:14:24.901 INFO kablam! Sep 04 23:14:25.319 INFO kablam! error: aborting due to 2 previous errors Sep 04 23:14:25.319 INFO kablam! Sep 04 23:14:25.337 INFO kablam! error: Could not compile `bindgen`. Sep 04 23:14:25.337 INFO kablam! Sep 04 23:14:25.337 INFO kablam! To learn more, run the command again with --verbose. Sep 04 23:14:25.339 INFO kablam! su: No module specific data is present Sep 04 23:14:25.890 INFO running `"docker" "rm" "-f" "e314a14664419032b458e4cba350356ba1f560cf39269c52a7930cd1bebc524e"` Sep 04 23:14:26.017 INFO blam! e314a14664419032b458e4cba350356ba1f560cf39269c52a7930cd1bebc524e