Aug 30 23:38:11.777 INFO checking bindgen-0.37.4 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 30 23:38:11.777 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 30 23:38:11.777 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-3/master#ede55518431154bc761f7b2438cce9078c162700:/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 +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 23:38:11.984 INFO blam! 7855a62a6465839b1ce3bfab12f0c9a7911c290f30182dd6f7f93879b6fb48e9 Aug 30 23:38:11.985 INFO running `"docker" "start" "-a" "7855a62a6465839b1ce3bfab12f0c9a7911c290f30182dd6f7f93879b6fb48e9"` Aug 30 23:38:12.815 INFO kablam! Compiling bindgen v0.37.4 (file:///source) Aug 30 23:38:18.548 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Aug 30 23:38:18.548 INFO kablam! --> src/ir/template.rs:134:5 Aug 30 23:38:18.548 INFO kablam! | Aug 30 23:38:18.548 INFO kablam! 134 | / fn all_template_params(&self, ctx: &BindgenContext) -> Vec Aug 30 23:38:18.548 INFO kablam! 135 | | where Aug 30 23:38:18.548 INFO kablam! 136 | | Self: ItemAncestors, Aug 30 23:38:18.548 INFO kablam! 137 | | { Aug 30 23:38:18.548 INFO kablam! ... | Aug 30 23:38:18.548 INFO kablam! 141 | | }).collect() Aug 30 23:38:18.548 INFO kablam! 142 | | } Aug 30 23:38:18.548 INFO kablam! | |_____^ Aug 30 23:38:18.549 INFO kablam! | Aug 30 23:38:18.549 INFO kablam! note: lint level defined here Aug 30 23:38:18.549 INFO kablam! --> src/lib.rs:11:9 Aug 30 23:38:18.549 INFO kablam! | Aug 30 23:38:18.549 INFO kablam! 11 | #![deny(warnings)] Aug 30 23:38:18.549 INFO kablam! | ^^^^^^^^ Aug 30 23:38:18.549 INFO kablam! = note: #[deny(where_clauses_object_safety)] implied by #[deny(warnings)] Aug 30 23:38:18.549 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! Aug 30 23:38:18.549 INFO kablam! = note: for more information, see issue #51443 Aug 30 23:38:18.549 INFO kablam! = note: method `all_template_params` references the `Self` type in where clauses Aug 30 23:38:18.549 INFO kablam! Aug 30 23:38:18.549 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Aug 30 23:38:18.549 INFO kablam! --> src/ir/template.rs:147:5 Aug 30 23:38:18.549 INFO kablam! | Aug 30 23:38:18.549 INFO kablam! 147 | / fn used_template_params(&self, ctx: &BindgenContext) -> Vec Aug 30 23:38:18.549 INFO kablam! 148 | | where Aug 30 23:38:18.549 INFO kablam! 149 | | Self: AsRef, Aug 30 23:38:18.549 INFO kablam! 150 | | { Aug 30 23:38:18.549 INFO kablam! ... | Aug 30 23:38:18.549 INFO kablam! 160 | | .collect() Aug 30 23:38:18.549 INFO kablam! 161 | | } Aug 30 23:38:18.549 INFO kablam! | |_____^ Aug 30 23:38:18.549 INFO kablam! | Aug 30 23:38:18.549 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! Aug 30 23:38:18.549 INFO kablam! = note: for more information, see issue #51443 Aug 30 23:38:18.550 INFO kablam! = note: method `used_template_params` references the `Self` type in where clauses Aug 30 23:38:18.550 INFO kablam! Aug 30 23:38:18.791 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Aug 30 23:38:18.791 INFO kablam! --> src/ir/template.rs:134:5 Aug 30 23:38:18.791 INFO kablam! | Aug 30 23:38:18.791 INFO kablam! 134 | / fn all_template_params(&self, ctx: &BindgenContext) -> Vec Aug 30 23:38:18.791 INFO kablam! 135 | | where Aug 30 23:38:18.791 INFO kablam! 136 | | Self: ItemAncestors, Aug 30 23:38:18.791 INFO kablam! 137 | | { Aug 30 23:38:18.791 INFO kablam! ... | Aug 30 23:38:18.791 INFO kablam! 141 | | }).collect() Aug 30 23:38:18.792 INFO kablam! 142 | | } Aug 30 23:38:18.792 INFO kablam! | |_____^ Aug 30 23:38:18.792 INFO kablam! | Aug 30 23:38:18.792 INFO kablam! note: lint level defined here Aug 30 23:38:18.792 INFO kablam! --> src/lib.rs:11:9 Aug 30 23:38:18.792 INFO kablam! | Aug 30 23:38:18.792 INFO kablam! 11 | #![deny(warnings)] Aug 30 23:38:18.792 INFO kablam! | ^^^^^^^^ Aug 30 23:38:18.792 INFO kablam! = note: #[deny(where_clauses_object_safety)] implied by #[deny(warnings)] Aug 30 23:38:18.792 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! Aug 30 23:38:18.792 INFO kablam! = note: for more information, see issue #51443 Aug 30 23:38:18.792 INFO kablam! = note: method `all_template_params` references the `Self` type in where clauses Aug 30 23:38:18.792 INFO kablam! Aug 30 23:38:18.792 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Aug 30 23:38:18.793 INFO kablam! --> src/ir/template.rs:147:5 Aug 30 23:38:18.793 INFO kablam! | Aug 30 23:38:18.793 INFO kablam! 147 | / fn used_template_params(&self, ctx: &BindgenContext) -> Vec Aug 30 23:38:18.793 INFO kablam! 148 | | where Aug 30 23:38:18.793 INFO kablam! 149 | | Self: AsRef, Aug 30 23:38:18.793 INFO kablam! 150 | | { Aug 30 23:38:18.793 INFO kablam! ... | Aug 30 23:38:18.793 INFO kablam! 160 | | .collect() Aug 30 23:38:18.793 INFO kablam! 161 | | } Aug 30 23:38:18.793 INFO kablam! | |_____^ Aug 30 23:38:18.793 INFO kablam! | Aug 30 23:38:18.793 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! Aug 30 23:38:18.793 INFO kablam! = note: for more information, see issue #51443 Aug 30 23:38:18.793 INFO kablam! = note: method `used_template_params` references the `Self` type in where clauses Aug 30 23:38:18.793 INFO kablam! Aug 30 23:38:18.905 INFO kablam! error: aborting due to 2 previous errors Aug 30 23:38:18.905 INFO kablam! Aug 30 23:38:18.921 INFO kablam! error: Could not compile `bindgen`. Aug 30 23:38:18.921 INFO kablam! warning: build failed, waiting for other jobs to finish... Aug 30 23:38:19.169 INFO kablam! error: aborting due to 2 previous errors Aug 30 23:38:19.169 INFO kablam! Aug 30 23:38:19.189 INFO kablam! error: Could not compile `bindgen`. Aug 30 23:38:19.189 INFO kablam! Aug 30 23:38:19.189 INFO kablam! To learn more, run the command again with --verbose. Aug 30 23:38:19.191 INFO kablam! su: No module specific data is present Aug 30 23:38:19.786 INFO running `"docker" "rm" "-f" "7855a62a6465839b1ce3bfab12f0c9a7911c290f30182dd6f7f93879b6fb48e9"` Aug 30 23:38:19.945 INFO blam! 7855a62a6465839b1ce3bfab12f0c9a7911c290f30182dd6f7f93879b6fb48e9