Jul 12 08:16:26.063 INFO checking gluon_vm-0.8.0 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 08:16:26.063 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 08:16:26.063 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 08:16:26.063 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-3/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 08:16:26.334 INFO blam! 22c31e832b4c9673ba386a78b6bc929d166c7fd66b04185c5a10f2626489406c Jul 12 08:16:26.336 INFO running `"docker" "start" "-a" "22c31e832b4c9673ba386a78b6bc929d166c7fd66b04185c5a10f2626489406c"` Jul 12 08:16:27.804 INFO kablam! Compiling either v1.5.0 Jul 12 08:16:27.847 INFO kablam! Checking anymap v0.12.1 Jul 12 08:16:27.847 INFO kablam! Checking collect-mac v0.1.0 Jul 12 08:16:27.847 INFO kablam! Checking rpds v0.5.0 Jul 12 08:16:27.847 INFO kablam! Checking union-find v0.3.2 Jul 12 08:16:27.848 INFO kablam! Compiling gluon_vm v0.8.1 Jul 12 08:16:27.849 INFO kablam! Compiling gluon v0.8.1 Jul 12 08:16:27.850 INFO kablam! Checking frunk_core v0.2.0 Jul 12 08:16:31.241 INFO kablam! Compiling gluon_vm v0.8.0 (file:///source) Jul 12 08:16:32.122 INFO kablam! Checking itertools v0.7.8 Jul 12 08:16:32.201 INFO kablam! Checking pretty v0.5.2 Jul 12 08:16:32.616 INFO kablam! Checking pretty v0.3.3 Jul 12 08:16:53.272 INFO kablam! Checking codespan v0.1.2 Jul 12 08:16:55.110 INFO kablam! Compiling lalrpop-snap v0.15.2 Jul 12 08:16:58.467 INFO kablam! Checking codespan-reporting v0.1.3 Jul 12 08:17:01.572 INFO kablam! Checking gluon_base v0.8.1 Jul 12 08:17:20.312 INFO kablam! Checking gluon_check v0.8.1 Jul 12 08:18:18.154 INFO kablam! error[E0308]: mismatched types Jul 12 08:18:18.154 INFO kablam! --> src/value.rs:573:46 Jul 12 08:18:18.154 INFO kablam! | Jul 12 08:18:18.154 INFO kablam! 573 | pretty_ident(arena, type_field.name.declared_name().to_string()), Jul 12 08:18:18.154 INFO kablam! | ^^^^^ expected enum `pretty::Doc`, found a different enum `pretty::Doc` Jul 12 08:18:18.154 INFO kablam! | Jul 12 08:18:18.154 INFO kablam! = note: expected type `&core::typed_arena::Arena>>` Jul 12 08:18:18.155 INFO kablam! found type `&core::typed_arena::Arena>>` Jul 12 08:18:18.155 INFO kablam! note: Perhaps two different versions of crate `pretty` are being used? Jul 12 08:18:18.155 INFO kablam! --> src/value.rs:573:46 Jul 12 08:18:18.155 INFO kablam! | Jul 12 08:18:18.155 INFO kablam! 573 | pretty_ident(arena, type_field.name.declared_name().to_string()), Jul 12 08:18:18.155 INFO kablam! | ^^^^^ Jul 12 08:18:18.155 INFO kablam! Jul 12 08:18:18.180 INFO kablam! error[E0277]: the trait bound `std::borrow::Cow<'_, str>: std::convert::From>>>>` is not satisfied Jul 12 08:18:18.180 INFO kablam! --> src/value.rs:572:29 Jul 12 08:18:18.180 INFO kablam! | Jul 12 08:18:18.180 INFO kablam! 572 | / chain![arena; Jul 12 08:18:18.180 INFO kablam! 573 | | pretty_ident(arena, type_field.name.declared_name().to_string()), Jul 12 08:18:18.180 INFO kablam! 574 | | ":", Jul 12 08:18:18.180 INFO kablam! 575 | | chain![arena; Jul 12 08:18:18.180 INFO kablam! ... | Jul 12 08:18:18.180 INFO kablam! 579 | | ].nest(INDENT) Jul 12 08:18:18.180 INFO kablam! 580 | | ].group() Jul 12 08:18:18.180 INFO kablam! | |_____________________________^ the trait `std::convert::From>>>>` is not implemented for `std::borrow::Cow<'_, str>` Jul 12 08:18:18.199 INFO kablam! | Jul 12 08:18:18.199 INFO kablam! = help: the following implementations were found: Jul 12 08:18:18.199 INFO kablam! as std::convert::From> Jul 12 08:18:18.199 INFO kablam! as std::convert::From> Jul 12 08:18:18.199 INFO kablam! as std::convert::From<&'a std::ffi::CStr>> Jul 12 08:18:18.199 INFO kablam! as std::convert::From> Jul 12 08:18:18.199 INFO kablam! and 11 others Jul 12 08:18:18.199 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>` for `pretty::DocBuilder<'_, core::typed_arena::Arena>>>` Jul 12 08:18:18.199 INFO kablam! = note: required because of the requirements on the impl of `std::convert::From>>>>` for `pretty::Doc<'_, pretty::RefDoc<'_>>` Jul 12 08:18:18.199 INFO kablam! = note: required because of the requirements on the impl of `std::convert::Into>>` for `pretty::DocBuilder<'_, core::typed_arena::Arena>>>` Jul 12 08:18:18.199 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Jul 12 08:18:18.199 INFO kablam! Jul 12 08:18:19.775 INFO kablam! error: aborting due to 2 previous errors Jul 12 08:18:19.776 INFO kablam! Jul 12 08:18:19.776 INFO kablam! Some errors occurred: E0277, E0308. Jul 12 08:18:19.777 INFO kablam! For more information about an error, try `rustc --explain E0277`. Jul 12 08:18:19.819 INFO kablam! error: Could not compile `gluon_vm`. Jul 12 08:18:19.820 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 08:20:40.339 INFO kablam! error: build failed Jul 12 08:20:40.343 INFO kablam! su: No module specific data is present Jul 12 08:20:40.848 INFO running `"docker" "rm" "-f" "22c31e832b4c9673ba386a78b6bc929d166c7fd66b04185c5a10f2626489406c"` Jul 12 08:20:41.015 INFO blam! 22c31e832b4c9673ba386a78b6bc929d166c7fd66b04185c5a10f2626489406c