Sep 19 17:47:01.495 INFO checking whitespacers-0.2.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 17:47:01.495 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 17:47:01.496 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 17:47:01.707 INFO blam! 522c084e96d54cf50a2e45c3ea2506c3e87bd41a67eb434d2327eb2264885a00 Sep 19 17:47:01.709 INFO running `"docker" "start" "-a" "522c084e96d54cf50a2e45c3ea2506c3e87bd41a67eb434d2327eb2264885a00"` Sep 19 17:47:03.081 INFO kablam! usermod: no changes Sep 19 17:47:03.230 INFO kablam! Compiling stable_deref_trait v1.1.1 Sep 19 17:47:03.247 INFO kablam! Checking dynasmrt v0.2.2 Sep 19 17:47:03.249 INFO kablam! Checking num-bigint v0.2.0 Sep 19 17:47:03.249 INFO kablam! Checking crossbeam-deque v0.5.2 Sep 19 17:47:03.791 INFO kablam! Compiling owning_ref v0.3.3 Sep 19 17:47:04.018 INFO kablam! Checking crossbeam v0.4.1 Sep 19 17:47:05.044 INFO kablam! Compiling dynasm v0.2.2 Sep 19 17:47:07.910 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 17:47:07.910 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/lib.rs:17:13 Sep 19 17:47:07.910 INFO kablam! | Sep 19 17:47:07.910 INFO kablam! 17 | use syntax::codemap::{Span, Spanned}; Sep 19 17:47:07.910 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 17:47:07.910 INFO kablam! Sep 19 17:47:07.910 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 17:47:07.910 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/arch/x64/ast.rs:3:13 Sep 19 17:47:07.910 INFO kablam! | Sep 19 17:47:07.910 INFO kablam! 3 | use syntax::codemap::Span; Sep 19 17:47:07.910 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 17:47:07.910 INFO kablam! Sep 19 17:47:07.910 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 17:47:07.910 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/arch/x64/compiler.rs:5:13 Sep 19 17:47:07.910 INFO kablam! | Sep 19 17:47:07.910 INFO kablam! 5 | use syntax::codemap::Span; Sep 19 17:47:07.910 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 17:47:07.910 INFO kablam! Sep 19 17:47:07.910 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 17:47:07.910 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/arch/x64/parser.rs:8:13 Sep 19 17:47:07.910 INFO kablam! | Sep 19 17:47:07.910 INFO kablam! 8 | use syntax::codemap::{Spanned}; Sep 19 17:47:07.910 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 17:47:07.910 INFO kablam! Sep 19 17:47:07.910 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 17:47:07.910 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/serialize.rs:11:13 Sep 19 17:47:07.910 INFO kablam! | Sep 19 17:47:07.910 INFO kablam! 11 | use syntax::codemap::{Span, Spanned}; Sep 19 17:47:07.910 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 19 17:47:07.910 INFO kablam! Sep 19 17:47:09.722 INFO kablam! error[E0599]: no function or associated item named `many` found for type `smallvec::SmallVec<[_; 1]>` in the current scope Sep 19 17:47:09.722 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/lib.rs:80:14 Sep 19 17:47:09.722 INFO kablam! | Sep 19 17:47:09.722 INFO kablam! 80 | Some(OneVector::many(self.stmts)) Sep 19 17:47:09.722 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `smallvec::SmallVec<[_; 1]>` Sep 19 17:47:09.722 INFO kablam! Sep 19 17:47:09.754 INFO kablam! error[E0071]: expected struct, variant or union type, found type error Sep 19 17:47:09.754 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/arch/x64/mod.rs:45:14 Sep 19 17:47:09.754 INFO kablam! | Sep 19 17:47:09.754 INFO kablam! 45 | for &Ident {span, ref node} in features { Sep 19 17:47:09.754 INFO kablam! | ^^^^^ not a struct Sep 19 17:47:09.754 INFO kablam! Sep 19 17:47:09.766 INFO kablam! error[E0071]: expected struct, variant or union type, found type error Sep 19 17:47:09.766 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/arch/x64/mod.rs:91:14 Sep 19 17:47:09.766 INFO kablam! | Sep 19 17:47:09.766 INFO kablam! 91 | for &Ident {span, ref node} in features { Sep 19 17:47:09.766 INFO kablam! | ^^^^^ not a struct Sep 19 17:47:09.766 INFO kablam! Sep 19 17:47:10.014 INFO kablam! error[E0071]: expected struct, variant or union type, found type error Sep 19 17:47:10.014 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/arch/x64/parser.rs:167:13 Sep 19 17:47:10.014 INFO kablam! | Sep 19 17:47:10.014 INFO kablam! 167 | Ident {node: name, span: start.with_hi(parser.prev_span.hi()) } Sep 19 17:47:10.014 INFO kablam! | ^^^^^ not a struct Sep 19 17:47:10.014 INFO kablam! Sep 19 17:47:10.014 INFO kablam! error[E0071]: expected struct, variant or union type, found type error Sep 19 17:47:10.014 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/arch/x64/parser.rs:174:13 Sep 19 17:47:10.014 INFO kablam! | Sep 19 17:47:10.014 INFO kablam! 174 | Ident {node: name, span: start.with_hi(parser.prev_span.hi()) } Sep 19 17:47:10.014 INFO kablam! | ^^^^^ not a struct Sep 19 17:47:10.014 INFO kablam! Sep 19 17:47:10.014 INFO kablam! error[E0071]: expected struct, variant or union type, found type error Sep 19 17:47:10.014 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/arch/x64/parser.rs:181:13 Sep 19 17:47:10.014 INFO kablam! | Sep 19 17:47:10.014 INFO kablam! 181 | Ident {node: name, span: start.with_hi(parser.prev_span.hi()) } Sep 19 17:47:10.014 INFO kablam! | ^^^^^ not a struct Sep 19 17:47:10.014 INFO kablam! Sep 19 17:47:10.030 INFO kablam! error[E0071]: expected struct, variant or union type, found type error Sep 19 17:47:10.030 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/arch/x64/parser.rs:298:10 Sep 19 17:47:10.030 INFO kablam! | Sep 19 17:47:10.030 INFO kablam! 298 | Some(Ident {node: segment.ident, span: path.span}) Sep 19 17:47:10.030 INFO kablam! | ^^^^^ not a struct Sep 19 17:47:10.030 INFO kablam! Sep 19 17:47:10.030 INFO kablam! error[E0277]: the trait bound `&str: std::borrow::Borrow<&std::string::String>` is not satisfied Sep 19 17:47:10.030 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/arch/x64/parser.rs:311:49 Sep 19 17:47:10.030 INFO kablam! | Sep 19 17:47:10.030 INFO kablam! 311 | X86Mode::Long => X64_REGISTERS.get(&name).cloned(), Sep 19 17:47:10.030 INFO kablam! | ^^^ the trait `std::borrow::Borrow<&std::string::String>` is not implemented for `&str` Sep 19 17:47:10.030 INFO kablam! Sep 19 17:47:10.030 INFO kablam! error[E0277]: the trait bound `&str: std::borrow::Borrow<&std::string::String>` is not satisfied Sep 19 17:47:10.030 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/arch/x64/parser.rs:312:49 Sep 19 17:47:10.030 INFO kablam! | Sep 19 17:47:10.030 INFO kablam! 312 | X86Mode::Protected => X86_REGISTERS.get(&name).cloned() Sep 19 17:47:10.030 INFO kablam! | ^^^ the trait `std::borrow::Borrow<&std::string::String>` is not implemented for `&str` Sep 19 17:47:10.030 INFO kablam! Sep 19 17:47:10.094 INFO kablam! error[E0071]: expected struct, variant or union type, found type error Sep 19 17:47:10.094 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/directive.rs:34:31 Sep 19 17:47:10.094 INFO kablam! | Sep 19 17:47:10.094 INFO kablam! 34 | features.push(Ident {span: parser.prev_span, node: ident}); Sep 19 17:47:10.094 INFO kablam! | ^^^^^ not a struct Sep 19 17:47:10.094 INFO kablam! Sep 19 17:47:10.094 INFO kablam! error[E0071]: expected struct, variant or union type, found type error Sep 19 17:47:10.094 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/dynasm-0.2.2/src/directive.rs:38:35 Sep 19 17:47:10.094 INFO kablam! | Sep 19 17:47:10.094 INFO kablam! 38 | features.push(Ident {span: parser.prev_span, node: ident}); Sep 19 17:47:10.094 INFO kablam! | ^^^^^ not a struct Sep 19 17:47:10.094 INFO kablam! Sep 19 17:47:10.636 INFO kablam! error: aborting due to 16 previous errors Sep 19 17:47:10.636 INFO kablam! Sep 19 17:47:10.636 INFO kablam! Some errors occurred: E0071, E0277, E0432, E0599. Sep 19 17:47:10.636 INFO kablam! For more information about an error, try `rustc --explain E0071`. Sep 19 17:47:10.666 INFO kablam! error: Could not compile `dynasm`. Sep 19 17:47:10.667 INFO kablam! Sep 19 17:47:10.667 INFO kablam! To learn more, run the command again with --verbose. Sep 19 17:47:10.669 INFO kablam! su: No module specific data is present Sep 19 17:47:11.601 INFO running `"docker" "rm" "-f" "522c084e96d54cf50a2e45c3ea2506c3e87bd41a67eb434d2327eb2264885a00"` Sep 19 17:47:11.722 INFO blam! 522c084e96d54cf50a2e45c3ea2506c3e87bd41a67eb434d2327eb2264885a00