Sep 14 19:15:45.798 INFO checking bindgen-0.37.4 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 19:15:45.798 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 19:15:45.798 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-2/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:15:46.211 INFO blam! 4aabb57fa37535fc4a8439d17adb97febe5285dae18150dff7b3a39309f372c9 Sep 14 19:15:46.219 INFO running `"docker" "start" "-a" "4aabb57fa37535fc4a8439d17adb97febe5285dae18150dff7b3a39309f372c9"` Sep 14 19:15:48.101 INFO kablam! usermod: no changes Sep 14 19:15:48.343 INFO kablam! Compiling bindgen v0.37.4 (file:///source) Sep 14 19:15:48.359 INFO kablam! Checking proc-macro2 v0.3.5 Sep 14 19:15:48.371 INFO kablam! Checking clang-sys v0.23.0 Sep 14 19:15:51.257 INFO kablam! Checking quote v0.5.2 Sep 14 19:15:58.349 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Sep 14 19:15:58.349 INFO kablam! --> src/ir/template.rs:134:5 Sep 14 19:15:58.349 INFO kablam! | Sep 14 19:15:58.349 INFO kablam! 134 | / fn all_template_params(&self, ctx: &BindgenContext) -> Vec Sep 14 19:15:58.349 INFO kablam! 135 | | where Sep 14 19:15:58.349 INFO kablam! 136 | | Self: ItemAncestors, Sep 14 19:15:58.349 INFO kablam! 137 | | { Sep 14 19:15:58.349 INFO kablam! ... | Sep 14 19:15:58.349 INFO kablam! 141 | | }).collect() Sep 14 19:15:58.349 INFO kablam! 142 | | } Sep 14 19:15:58.349 INFO kablam! | |_____^ Sep 14 19:15:58.355 INFO kablam! | Sep 14 19:15:58.355 INFO kablam! note: lint level defined here Sep 14 19:15:58.355 INFO kablam! --> src/lib.rs:11:9 Sep 14 19:15:58.355 INFO kablam! | Sep 14 19:15:58.355 INFO kablam! 11 | #![deny(warnings)] Sep 14 19:15:58.355 INFO kablam! | ^^^^^^^^ Sep 14 19:15:58.355 INFO kablam! = note: #[deny(where_clauses_object_safety)] implied by #[deny(warnings)] Sep 14 19:15:58.355 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 14 19:15:58.355 INFO kablam! = note: for more information, see issue #51443 Sep 14 19:15:58.355 INFO kablam! = note: method `all_template_params` references the `Self` type in where clauses Sep 14 19:15:58.355 INFO kablam! Sep 14 19:15:58.356 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Sep 14 19:15:58.356 INFO kablam! --> src/ir/template.rs:147:5 Sep 14 19:15:58.356 INFO kablam! | Sep 14 19:15:58.356 INFO kablam! 147 | / fn used_template_params(&self, ctx: &BindgenContext) -> Vec Sep 14 19:15:58.356 INFO kablam! 148 | | where Sep 14 19:15:58.356 INFO kablam! 149 | | Self: AsRef, Sep 14 19:15:58.356 INFO kablam! 150 | | { Sep 14 19:15:58.356 INFO kablam! ... | Sep 14 19:15:58.356 INFO kablam! 160 | | .collect() Sep 14 19:15:58.356 INFO kablam! 161 | | } Sep 14 19:15:58.356 INFO kablam! | |_____^ Sep 14 19:15:58.356 INFO kablam! | Sep 14 19:15:58.356 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 14 19:15:58.356 INFO kablam! = note: for more information, see issue #51443 Sep 14 19:15:58.356 INFO kablam! = note: method `used_template_params` references the `Self` type in where clauses Sep 14 19:15:58.356 INFO kablam! Sep 14 19:15:58.635 INFO kablam! error: aborting due to 2 previous errors Sep 14 19:15:58.643 INFO kablam! Sep 14 19:15:58.663 INFO kablam! error: Could not compile `bindgen`. Sep 14 19:15:58.664 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 19:15:58.931 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Sep 14 19:15:58.931 INFO kablam! --> src/ir/template.rs:134:5 Sep 14 19:15:58.931 INFO kablam! | Sep 14 19:15:58.931 INFO kablam! 134 | / fn all_template_params(&self, ctx: &BindgenContext) -> Vec Sep 14 19:15:58.931 INFO kablam! 135 | | where Sep 14 19:15:58.931 INFO kablam! 136 | | Self: ItemAncestors, Sep 14 19:15:58.931 INFO kablam! 137 | | { Sep 14 19:15:58.931 INFO kablam! ... | Sep 14 19:15:58.931 INFO kablam! 141 | | }).collect() Sep 14 19:15:58.931 INFO kablam! 142 | | } Sep 14 19:15:58.931 INFO kablam! | |_____^ Sep 14 19:15:58.931 INFO kablam! | Sep 14 19:15:58.931 INFO kablam! note: lint level defined here Sep 14 19:15:58.931 INFO kablam! --> src/lib.rs:11:9 Sep 14 19:15:58.931 INFO kablam! | Sep 14 19:15:58.931 INFO kablam! 11 | #![deny(warnings)] Sep 14 19:15:58.931 INFO kablam! | ^^^^^^^^ Sep 14 19:15:58.931 INFO kablam! = note: #[deny(where_clauses_object_safety)] implied by #[deny(warnings)] Sep 14 19:15:58.931 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 14 19:15:58.931 INFO kablam! = note: for more information, see issue #51443 Sep 14 19:15:58.931 INFO kablam! = note: method `all_template_params` references the `Self` type in where clauses Sep 14 19:15:58.931 INFO kablam! Sep 14 19:15:58.931 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Sep 14 19:15:58.931 INFO kablam! --> src/ir/template.rs:147:5 Sep 14 19:15:58.931 INFO kablam! | Sep 14 19:15:58.931 INFO kablam! 147 | / fn used_template_params(&self, ctx: &BindgenContext) -> Vec Sep 14 19:15:58.931 INFO kablam! 148 | | where Sep 14 19:15:58.931 INFO kablam! 149 | | Self: AsRef, Sep 14 19:15:58.931 INFO kablam! 150 | | { Sep 14 19:15:58.931 INFO kablam! ... | Sep 14 19:15:58.931 INFO kablam! 160 | | .collect() Sep 14 19:15:58.931 INFO kablam! 161 | | } Sep 14 19:15:58.931 INFO kablam! | |_____^ Sep 14 19:15:58.931 INFO kablam! | Sep 14 19:15:58.931 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 14 19:15:58.931 INFO kablam! = note: for more information, see issue #51443 Sep 14 19:15:58.931 INFO kablam! = note: method `used_template_params` references the `Self` type in where clauses Sep 14 19:15:58.931 INFO kablam! Sep 14 19:15:59.169 INFO kablam! error: aborting due to 2 previous errors Sep 14 19:15:59.169 INFO kablam! Sep 14 19:15:59.184 INFO kablam! error: Could not compile `bindgen`. Sep 14 19:15:59.184 INFO kablam! Sep 14 19:15:59.184 INFO kablam! To learn more, run the command again with --verbose. Sep 14 19:15:59.186 INFO kablam! su: No module specific data is present Sep 14 19:16:01.535 INFO running `"docker" "rm" "-f" "4aabb57fa37535fc4a8439d17adb97febe5285dae18150dff7b3a39309f372c9"` Sep 14 19:16:01.625 INFO blam! 4aabb57fa37535fc4a8439d17adb97febe5285dae18150dff7b3a39309f372c9