Sep 04 22:31:49.749 INFO checking bytestool-0.3.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 22:31:49.749 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 22:31:49.749 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 22:31:49.905 INFO blam! 1ecba5c5541e473e9ddb73f1907becea6d9efebf8bb0715ec869ee186e82b431 Sep 04 22:31:49.907 INFO running `"docker" "start" "-a" "1ecba5c5541e473e9ddb73f1907becea6d9efebf8bb0715ec869ee186e82b431"` Sep 04 22:31:50.463 INFO kablam! Checking bytestool v0.3.0 (file:///source) Sep 04 22:31:54.875 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 22:31:54.875 INFO kablam! --> src/lib.rs:9:13 Sep 04 22:31:54.875 INFO kablam! | Sep 04 22:31:54.875 INFO kablam! 9 | use syntax::codemap::Span; Sep 04 22:31:54.875 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 22:31:54.875 INFO kablam! Sep 04 22:31:54.875 INFO kablam! error[E0433]: failed to resolve. Could not find `codemap` in `syntax` Sep 04 22:31:54.875 INFO kablam! --> src/lib.rs:49:37 Sep 04 22:31:54.876 INFO kablam! | Sep 04 22:31:54.876 INFO kablam! 49 | l: &syntax::codemap::Spanned) Sep 04 22:31:54.876 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 22:31:54.876 INFO kablam! Sep 04 22:31:54.876 INFO kablam! error[E0433]: failed to resolve. Could not find `codemap` in `syntax` Sep 04 22:31:54.876 INFO kablam! --> src/lib.rs:70:36 Sep 04 22:31:54.876 INFO kablam! | Sep 04 22:31:54.876 INFO kablam! 70 | l: &syntax::codemap::Spanned) Sep 04 22:31:54.876 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 22:31:54.877 INFO kablam! Sep 04 22:31:54.896 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 04 22:31:54.896 INFO kablam! --> src/lib.rs:9:13 Sep 04 22:31:54.896 INFO kablam! | Sep 04 22:31:54.896 INFO kablam! 9 | use syntax::codemap::Span; Sep 04 22:31:54.896 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 22:31:54.896 INFO kablam! Sep 04 22:31:54.896 INFO kablam! error[E0433]: failed to resolve. Could not find `codemap` in `syntax` Sep 04 22:31:54.896 INFO kablam! --> src/lib.rs:49:37 Sep 04 22:31:54.896 INFO kablam! | Sep 04 22:31:54.896 INFO kablam! 49 | l: &syntax::codemap::Spanned) Sep 04 22:31:54.896 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 22:31:54.896 INFO kablam! Sep 04 22:31:54.897 INFO kablam! error[E0433]: failed to resolve. Could not find `codemap` in `syntax` Sep 04 22:31:54.898 INFO kablam! --> src/lib.rs:70:36 Sep 04 22:31:54.898 INFO kablam! | Sep 04 22:31:54.898 INFO kablam! 70 | l: &syntax::codemap::Spanned) Sep 04 22:31:54.898 INFO kablam! | ^^^^^^^ Could not find `codemap` in `syntax` Sep 04 22:31:54.898 INFO kablam! Sep 04 22:31:55.118 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P>` in the current scope Sep 04 22:31:55.118 INFO kablam! --> src/lib.rs:124:89 Sep 04 22:31:55.118 INFO kablam! | Sep 04 22:31:55.118 INFO kablam! 124 | &ast::ExprKind::Lit(ref l) => return extract_vec_from_lit(cx, sp, &(*l).clone().unwrap()), Sep 04 22:31:55.118 INFO kablam! | ^^^^^^ Sep 04 22:31:55.118 INFO kablam! Sep 04 22:31:55.126 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 04 22:31:55.126 INFO kablam! --> src/lib.rs:140:68 Sep 04 22:31:55.126 INFO kablam! | Sep 04 22:31:55.126 INFO kablam! 140 | return extract_vec_from_ast_expr(cx, sp, &(*p).clone().unwrap()); Sep 04 22:31:55.126 INFO kablam! | ^^^^^^ Sep 04 22:31:55.126 INFO kablam! Sep 04 22:31:55.133 INFO kablam! error[E0599]: no method named `iter` found for type `syntax::tokenstream::ThinTokenStream` in the current scope Sep 04 22:31:55.133 INFO kablam! --> src/lib.rs:157:32 Sep 04 22:31:55.133 INFO kablam! | Sep 04 22:31:55.133 INFO kablam! 157 | for (idx, elem) in del.tts.iter().enumerate() { Sep 04 22:31:55.133 INFO kablam! | ^^^^ Sep 04 22:31:55.133 INFO kablam! Sep 04 22:31:55.155 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P>` in the current scope Sep 04 22:31:55.155 INFO kablam! --> src/lib.rs:124:89 Sep 04 22:31:55.155 INFO kablam! | Sep 04 22:31:55.155 INFO kablam! 124 | &ast::ExprKind::Lit(ref l) => return extract_vec_from_lit(cx, sp, &(*l).clone().unwrap()), Sep 04 22:31:55.155 INFO kablam! | ^^^^^^ Sep 04 22:31:55.155 INFO kablam! Sep 04 22:31:55.163 INFO kablam! error[E0599]: no method named `unwrap` found for type `syntax::ptr::P` in the current scope Sep 04 22:31:55.163 INFO kablam! --> src/lib.rs:140:68 Sep 04 22:31:55.163 INFO kablam! | Sep 04 22:31:55.163 INFO kablam! 140 | return extract_vec_from_ast_expr(cx, sp, &(*p).clone().unwrap()); Sep 04 22:31:55.163 INFO kablam! | ^^^^^^ Sep 04 22:31:55.163 INFO kablam! Sep 04 22:31:55.171 INFO kablam! error[E0599]: no method named `iter` found for type `syntax::tokenstream::ThinTokenStream` in the current scope Sep 04 22:31:55.171 INFO kablam! --> src/lib.rs:157:32 Sep 04 22:31:55.171 INFO kablam! | Sep 04 22:31:55.171 INFO kablam! 157 | for (idx, elem) in del.tts.iter().enumerate() { Sep 04 22:31:55.172 INFO kablam! | ^^^^ Sep 04 22:31:55.172 INFO kablam! Sep 04 22:31:55.390 INFO kablam! error[E0308]: mismatched types Sep 04 22:31:55.390 INFO kablam! --> src/lib.rs:220:57 Sep 04 22:31:55.390 INFO kablam! | Sep 04 22:31:55.390 INFO kablam! 220 | return extract_vec_from_nonterminal(cx, sp, nt) Sep 04 22:31:55.390 INFO kablam! | ^^ expected enum `syntax::parse::token::Nonterminal`, found struct `std::rc::Rc` Sep 04 22:31:55.390 INFO kablam! | Sep 04 22:31:55.390 INFO kablam! = note: expected type `&syntax::parse::token::Nonterminal` Sep 04 22:31:55.390 INFO kablam! found type `&std::rc::Rc<(syntax::parse::token::Nonterminal, syntax::parse::token::LazyTokenStream)>` Sep 04 22:31:55.390 INFO kablam! Sep 04 22:31:55.392 INFO kablam! error[E0599]: no method named `as_ref` found for type `&syntax::tokenstream::Delimited` in the current scope Sep 04 22:31:55.392 INFO kablam! --> src/lib.rs:223:65 Sep 04 22:31:55.392 INFO kablam! | Sep 04 22:31:55.392 INFO kablam! 223 | return extract_vec_from_delimited(cx, sp, delimited.as_ref()) Sep 04 22:31:55.392 INFO kablam! | ^^^^^^ Sep 04 22:31:55.392 INFO kablam! | Sep 04 22:31:55.392 INFO kablam! = note: the method `as_ref` exists but the following trait bounds were not satisfied: Sep 04 22:31:55.392 INFO kablam! `&syntax::tokenstream::Delimited : std::convert::AsRef<_>` Sep 04 22:31:55.392 INFO kablam! Sep 04 22:31:55.413 INFO kablam! error: aborting due to 8 previous errors Sep 04 22:31:55.413 INFO kablam! Sep 04 22:31:55.414 INFO kablam! Some errors occurred: E0308, E0432, E0433, E0599. Sep 04 22:31:55.414 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 04 22:31:55.422 INFO kablam! error[E0308]: mismatched types Sep 04 22:31:55.422 INFO kablam! --> src/lib.rs:220:57 Sep 04 22:31:55.422 INFO kablam! | Sep 04 22:31:55.422 INFO kablam! 220 | return extract_vec_from_nonterminal(cx, sp, nt) Sep 04 22:31:55.422 INFO kablam! | ^^ expected enum `syntax::parse::token::Nonterminal`, found struct `std::rc::Rc` Sep 04 22:31:55.422 INFO kablam! | Sep 04 22:31:55.422 INFO kablam! = note: expected type `&syntax::parse::token::Nonterminal` Sep 04 22:31:55.422 INFO kablam! found type `&std::rc::Rc<(syntax::parse::token::Nonterminal, syntax::parse::token::LazyTokenStream)>` Sep 04 22:31:55.422 INFO kablam! Sep 04 22:31:55.424 INFO kablam! error[E0599]: no method named `as_ref` found for type `&syntax::tokenstream::Delimited` in the current scope Sep 04 22:31:55.424 INFO kablam! --> src/lib.rs:223:65 Sep 04 22:31:55.424 INFO kablam! | Sep 04 22:31:55.424 INFO kablam! 223 | return extract_vec_from_delimited(cx, sp, delimited.as_ref()) Sep 04 22:31:55.424 INFO kablam! | ^^^^^^ Sep 04 22:31:55.424 INFO kablam! | Sep 04 22:31:55.424 INFO kablam! = note: the method `as_ref` exists but the following trait bounds were not satisfied: Sep 04 22:31:55.424 INFO kablam! `&syntax::tokenstream::Delimited : std::convert::AsRef<_>` Sep 04 22:31:55.424 INFO kablam! Sep 04 22:31:55.430 INFO kablam! error: Could not compile `bytestool`. Sep 04 22:31:55.430 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 22:31:55.445 INFO kablam! error: aborting due to 8 previous errors Sep 04 22:31:55.445 INFO kablam! Sep 04 22:31:55.446 INFO kablam! Some errors occurred: E0308, E0432, E0433, E0599. Sep 04 22:31:55.446 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 04 22:31:55.464 INFO kablam! error: Could not compile `bytestool`. Sep 04 22:31:55.464 INFO kablam! Sep 04 22:31:55.464 INFO kablam! To learn more, run the command again with --verbose. Sep 04 22:31:55.466 INFO kablam! su: No module specific data is present Sep 04 22:31:55.823 INFO running `"docker" "rm" "-f" "1ecba5c5541e473e9ddb73f1907becea6d9efebf8bb0715ec869ee186e82b431"` Sep 04 22:31:55.925 INFO blam! 1ecba5c5541e473e9ddb73f1907becea6d9efebf8bb0715ec869ee186e82b431