Sep 19 16:42:58.225 INFO checking Tzrlk/myth against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 16:42:58.225 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 16:42:58.225 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:42:58.435 INFO blam! 41c6330c89c388b3f49ede5bf81610b5ee25e099ead569cc34a3ec052b1beb79 Sep 19 16:42:58.438 INFO running `"docker" "start" "-a" "41c6330c89c388b3f49ede5bf81610b5ee25e099ead569cc34a3ec052b1beb79"` Sep 19 16:42:59.894 INFO kablam! usermod: no changes Sep 19 16:43:00.211 INFO kablam! Checking dtoa v0.3.1 Sep 19 16:43:00.222 INFO kablam! Compiling myth v0.1.0 (/source) Sep 19 16:43:00.224 INFO kablam! Compiling stainless v0.1.12 Sep 19 16:43:00.226 INFO kablam! Compiling libsqlite3-sys v0.9.1 Sep 19 16:43:00.227 INFO kablam! Checking phf_shared v0.7.22 Sep 19 16:43:00.234 INFO kablam! Checking yaml-rust v0.3.5 Sep 19 16:43:00.234 INFO kablam! Checking num-bigint v0.2.0 Sep 19 16:43:00.234 INFO kablam! Checking ordered-float v0.2.3 Sep 19 16:43:02.379 INFO kablam! Checking phf v0.7.22 Sep 19 16:43:02.898 INFO kablam! Checking chrono v0.2.25 Sep 19 16:43:03.177 INFO kablam! Checking serde-value v0.3.1 Sep 19 16:43:04.914 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 16:43:04.914 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/describe.rs:31:19 Sep 19 16:43:04.914 INFO kablam! | Sep 19 16:43:04.914 INFO kablam! 31 | use syntax::{ast, codemap, parse, tokenstream}; Sep 19 16:43:04.914 INFO kablam! | ^^^^^^^ no `codemap` in the root Sep 19 16:43:04.918 INFO kablam! Sep 19 16:43:04.918 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 19 16:43:04.918 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/describe.rs:34:19 Sep 19 16:43:04.918 INFO kablam! | Sep 19 16:43:04.918 INFO kablam! 34 | use syntax::util::small_vector::SmallVector; Sep 19 16:43:04.918 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 19 16:43:04.918 INFO kablam! Sep 19 16:43:04.918 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 16:43:04.918 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/parse.rs:7:19 Sep 19 16:43:04.918 INFO kablam! | Sep 19 16:43:04.918 INFO kablam! 7 | use syntax::{ast, codemap}; Sep 19 16:43:04.918 INFO kablam! | ^^^^^^^ no `codemap` in the root Sep 19 16:43:04.918 INFO kablam! Sep 19 16:43:04.918 INFO kablam! error[E0432]: unresolved imports `syntax::abi`, `syntax::codemap` Sep 19 16:43:04.918 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:9:19 Sep 19 16:43:04.918 INFO kablam! | Sep 19 16:43:04.918 INFO kablam! 9 | use syntax::{ast, abi, codemap}; Sep 19 16:43:04.918 INFO kablam! | ^^^ ^^^^^^^ no `codemap` in the root Sep 19 16:43:04.918 INFO kablam! | | Sep 19 16:43:04.918 INFO kablam! | no `abi` in the root Sep 19 16:43:04.918 INFO kablam! Sep 19 16:43:05.078 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 19 16:43:05.078 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:118:19 Sep 19 16:43:05.078 INFO kablam! | Sep 19 16:43:05.078 INFO kablam! 118 | node: ast::ItemKind::Fn( Sep 19 16:43:05.078 INFO kablam! | ___________________^ Sep 19 16:43:05.078 INFO kablam! 119 | | // Takes no arguments and returns () Sep 19 16:43:05.078 INFO kablam! 120 | | P(ast::FnDecl { Sep 19 16:43:05.078 INFO kablam! 121 | | inputs: vec![], Sep 19 16:43:05.078 INFO kablam! ... | Sep 19 16:43:05.078 INFO kablam! 132 | | test_body Sep 19 16:43:05.078 INFO kablam! 133 | | ), Sep 19 16:43:05.078 INFO kablam! | |_____________^ expected 4 parameters Sep 19 16:43:05.078 INFO kablam! Sep 19 16:43:05.146 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 19 16:43:05.146 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:135:18 Sep 19 16:43:05.146 INFO kablam! | Sep 19 16:43:05.146 INFO kablam! 135 | vis: ast::Visibility::Inherited, Sep 19 16:43:05.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 19 16:43:05.146 INFO kablam! Sep 19 16:43:05.150 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 19 16:43:05.150 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:157:19 Sep 19 16:43:05.150 INFO kablam! | Sep 19 16:43:05.150 INFO kablam! 157 | node: ast::ItemKind::Fn( Sep 19 16:43:05.150 INFO kablam! | ___________________^ Sep 19 16:43:05.150 INFO kablam! 158 | | // Takes one argument of &mut Bencher Sep 19 16:43:05.150 INFO kablam! 159 | | P(ast::FnDecl { Sep 19 16:43:05.150 INFO kablam! 160 | | inputs: vec![ast::Arg { Sep 19 16:43:05.150 INFO kablam! ... | Sep 19 16:43:05.150 INFO kablam! 176 | | block Sep 19 16:43:05.150 INFO kablam! 177 | | ), Sep 19 16:43:05.150 INFO kablam! | |_____________^ expected 4 parameters Sep 19 16:43:05.150 INFO kablam! Sep 19 16:43:05.162 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 19 16:43:05.162 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:179:18 Sep 19 16:43:05.162 INFO kablam! | Sep 19 16:43:05.162 INFO kablam! 179 | vis: ast::Visibility::Inherited, Sep 19 16:43:05.162 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 19 16:43:05.162 INFO kablam! Sep 19 16:43:05.178 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Sep 19 16:43:05.178 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:228:47 Sep 19 16:43:05.178 INFO kablam! | Sep 19 16:43:05.178 INFO kablam! 228 | let super_glob = cx.item_use_glob(sp, ast::Visibility::Public, vec![cx.ident_of("super")]); Sep 19 16:43:05.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 19 16:43:05.178 INFO kablam! Sep 19 16:43:05.194 INFO kablam! error: aborting due to 9 previous errors Sep 19 16:43:05.194 INFO kablam! Sep 19 16:43:05.194 INFO kablam! Some errors occurred: E0061, E0432, E0599. Sep 19 16:43:05.194 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 19 16:43:05.282 INFO kablam! error: Could not compile `stainless`. Sep 19 16:43:05.282 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 16:43:13.887 INFO kablam! error: build failed Sep 19 16:43:13.889 INFO kablam! su: No module specific data is present Sep 19 16:43:14.980 INFO running `"docker" "rm" "-f" "41c6330c89c388b3f49ede5bf81610b5ee25e099ead569cc34a3ec052b1beb79"` Sep 19 16:43:15.079 INFO blam! 41c6330c89c388b3f49ede5bf81610b5ee25e099ead569cc34a3ec052b1beb79