Sep 02 19:52:59.030 INFO checking bindgen-0.37.4 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 19:52:59.031 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 19:52:59.031 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 19:52:59.298 INFO blam! c75ead147247814e69265b966ca23dd00a246417f4a06f146f5a10cea3e4563c Sep 02 19:52:59.300 INFO running `"docker" "start" "-a" "c75ead147247814e69265b966ca23dd00a246417f4a06f146f5a10cea3e4563c"` Sep 02 19:53:00.199 INFO kablam! Compiling bindgen v0.37.4 (file:///source) Sep 02 19:53:00.199 INFO kablam! Checking peeking_take_while v0.1.2 Sep 02 19:53:00.205 INFO kablam! Checking proc-macro2 v0.3.5 Sep 02 19:53:00.208 INFO kablam! Checking cexpr v0.2.3 Sep 02 19:53:00.211 INFO kablam! Checking clang-sys v0.23.0 Sep 02 19:53:03.209 INFO kablam! Checking quote v0.5.2 Sep 02 19:53:12.288 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Sep 02 19:53:12.288 INFO kablam! --> src/ir/template.rs:134:5 Sep 02 19:53:12.288 INFO kablam! | Sep 02 19:53:12.288 INFO kablam! 134 | / fn all_template_params(&self, ctx: &BindgenContext) -> Vec Sep 02 19:53:12.288 INFO kablam! 135 | | where Sep 02 19:53:12.288 INFO kablam! 136 | | Self: ItemAncestors, Sep 02 19:53:12.288 INFO kablam! 137 | | { Sep 02 19:53:12.288 INFO kablam! ... | Sep 02 19:53:12.288 INFO kablam! 141 | | }).collect() Sep 02 19:53:12.289 INFO kablam! 142 | | } Sep 02 19:53:12.289 INFO kablam! | |_____^ Sep 02 19:53:12.289 INFO kablam! | Sep 02 19:53:12.289 INFO kablam! note: lint level defined here Sep 02 19:53:12.289 INFO kablam! --> src/lib.rs:11:9 Sep 02 19:53:12.289 INFO kablam! | Sep 02 19:53:12.289 INFO kablam! 11 | #![deny(warnings)] Sep 02 19:53:12.289 INFO kablam! | ^^^^^^^^ Sep 02 19:53:12.289 INFO kablam! = note: #[deny(where_clauses_object_safety)] implied by #[deny(warnings)] Sep 02 19:53:12.289 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 02 19:53:12.289 INFO kablam! = note: for more information, see issue #51443 Sep 02 19:53:12.289 INFO kablam! = note: method `all_template_params` references the `Self` type in where clauses Sep 02 19:53:12.289 INFO kablam! Sep 02 19:53:12.290 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Sep 02 19:53:12.290 INFO kablam! --> src/ir/template.rs:147:5 Sep 02 19:53:12.290 INFO kablam! | Sep 02 19:53:12.290 INFO kablam! 147 | / fn used_template_params(&self, ctx: &BindgenContext) -> Vec Sep 02 19:53:12.290 INFO kablam! 148 | | where Sep 02 19:53:12.290 INFO kablam! 149 | | Self: AsRef, Sep 02 19:53:12.290 INFO kablam! 150 | | { Sep 02 19:53:12.290 INFO kablam! ... | Sep 02 19:53:12.290 INFO kablam! 160 | | .collect() Sep 02 19:53:12.290 INFO kablam! 161 | | } Sep 02 19:53:12.290 INFO kablam! | |_____^ Sep 02 19:53:12.290 INFO kablam! | Sep 02 19:53:12.290 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 02 19:53:12.290 INFO kablam! = note: for more information, see issue #51443 Sep 02 19:53:12.290 INFO kablam! = note: method `used_template_params` references the `Self` type in where clauses Sep 02 19:53:12.290 INFO kablam! Sep 02 19:53:12.617 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Sep 02 19:53:12.617 INFO kablam! --> src/ir/template.rs:134:5 Sep 02 19:53:12.617 INFO kablam! | Sep 02 19:53:12.617 INFO kablam! 134 | / fn all_template_params(&self, ctx: &BindgenContext) -> Vec Sep 02 19:53:12.617 INFO kablam! 135 | | where Sep 02 19:53:12.617 INFO kablam! 136 | | Self: ItemAncestors, Sep 02 19:53:12.617 INFO kablam! 137 | | { Sep 02 19:53:12.617 INFO kablam! ... | Sep 02 19:53:12.617 INFO kablam! 141 | | }).collect() Sep 02 19:53:12.617 INFO kablam! 142 | | } Sep 02 19:53:12.617 INFO kablam! | |_____^ Sep 02 19:53:12.618 INFO kablam! | Sep 02 19:53:12.618 INFO kablam! note: lint level defined here Sep 02 19:53:12.618 INFO kablam! --> src/lib.rs:11:9 Sep 02 19:53:12.618 INFO kablam! | Sep 02 19:53:12.618 INFO kablam! 11 | #![deny(warnings)] Sep 02 19:53:12.618 INFO kablam! | ^^^^^^^^ Sep 02 19:53:12.618 INFO kablam! = note: #[deny(where_clauses_object_safety)] implied by #[deny(warnings)] Sep 02 19:53:12.618 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 02 19:53:12.618 INFO kablam! = note: for more information, see issue #51443 Sep 02 19:53:12.618 INFO kablam! = note: method `all_template_params` references the `Self` type in where clauses Sep 02 19:53:12.618 INFO kablam! Sep 02 19:53:12.618 INFO kablam! error: the trait `ir::template::TemplateParameters` cannot be made into an object Sep 02 19:53:12.618 INFO kablam! --> src/ir/template.rs:147:5 Sep 02 19:53:12.618 INFO kablam! | Sep 02 19:53:12.618 INFO kablam! 147 | / fn used_template_params(&self, ctx: &BindgenContext) -> Vec Sep 02 19:53:12.618 INFO kablam! 148 | | where Sep 02 19:53:12.618 INFO kablam! 149 | | Self: AsRef, Sep 02 19:53:12.618 INFO kablam! 150 | | { Sep 02 19:53:12.618 INFO kablam! ... | Sep 02 19:53:12.618 INFO kablam! 160 | | .collect() Sep 02 19:53:12.618 INFO kablam! 161 | | } Sep 02 19:53:12.619 INFO kablam! | |_____^ Sep 02 19:53:12.619 INFO kablam! | Sep 02 19:53:12.619 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 02 19:53:12.619 INFO kablam! = note: for more information, see issue #51443 Sep 02 19:53:12.619 INFO kablam! = note: method `used_template_params` references the `Self` type in where clauses Sep 02 19:53:12.619 INFO kablam! Sep 02 19:53:12.679 INFO kablam! error: aborting due to 2 previous errors Sep 02 19:53:12.679 INFO kablam! Sep 02 19:53:12.691 INFO kablam! error: Could not compile `bindgen`. Sep 02 19:53:12.692 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 19:53:13.071 INFO kablam! error: aborting due to 2 previous errors Sep 02 19:53:13.071 INFO kablam! Sep 02 19:53:13.086 INFO kablam! error: Could not compile `bindgen`. Sep 02 19:53:13.086 INFO kablam! Sep 02 19:53:13.086 INFO kablam! To learn more, run the command again with --verbose. Sep 02 19:53:13.088 INFO kablam! su: No module specific data is present Sep 02 19:53:13.587 INFO running `"docker" "rm" "-f" "c75ead147247814e69265b966ca23dd00a246417f4a06f146f5a10cea3e4563c"` Sep 02 19:53:13.746 INFO blam! c75ead147247814e69265b966ca23dd00a246417f4a06f146f5a10cea3e4563c