Sep 14 13:17:12.782 INFO checking mdmatter-0.0.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 13:17:12.782 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 13:17:12.782 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 13:17:12.997 INFO blam! de3ea7ff4e5dbc056dea35a0618d17a5cb7baee44e039b50ed6acdbe3ea5786b Sep 14 13:17:13.000 INFO running `"docker" "start" "-a" "de3ea7ff4e5dbc056dea35a0618d17a5cb7baee44e039b50ed6acdbe3ea5786b"` Sep 14 13:17:14.011 INFO kablam! usermod: no changes Sep 14 13:17:14.078 INFO kablam! Compiling stainless v0.1.12 Sep 14 13:17:14.078 INFO kablam! Checking mdmatter v0.0.1 (file:///source) Sep 14 13:17:15.719 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 13:17:15.719 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/describe.rs:31:19 Sep 14 13:17:15.719 INFO kablam! | Sep 14 13:17:15.719 INFO kablam! 31 | use syntax::{ast, codemap, parse, tokenstream}; Sep 14 13:17:15.719 INFO kablam! | ^^^^^^^ no `codemap` in the root Sep 14 13:17:15.719 INFO kablam! Sep 14 13:17:15.719 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 14 13:17:15.719 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/describe.rs:34:19 Sep 14 13:17:15.719 INFO kablam! | Sep 14 13:17:15.719 INFO kablam! 34 | use syntax::util::small_vector::SmallVector; Sep 14 13:17:15.719 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 14 13:17:15.719 INFO kablam! Sep 14 13:17:15.719 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 13:17:15.719 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/parse.rs:7:19 Sep 14 13:17:15.719 INFO kablam! | Sep 14 13:17:15.719 INFO kablam! 7 | use syntax::{ast, codemap}; Sep 14 13:17:15.719 INFO kablam! | ^^^^^^^ no `codemap` in the root Sep 14 13:17:15.719 INFO kablam! Sep 14 13:17:15.719 INFO kablam! error[E0432]: unresolved imports `syntax::abi`, `syntax::codemap` Sep 14 13:17:15.719 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:9:19 Sep 14 13:17:15.719 INFO kablam! | Sep 14 13:17:15.719 INFO kablam! 9 | use syntax::{ast, abi, codemap}; Sep 14 13:17:15.719 INFO kablam! | ^^^ ^^^^^^^ no `codemap` in the root Sep 14 13:17:15.719 INFO kablam! | | Sep 14 13:17:15.719 INFO kablam! | no `abi` in the root Sep 14 13:17:15.719 INFO kablam! Sep 14 13:17:15.863 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 14 13:17:15.863 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:118:19 Sep 14 13:17:15.863 INFO kablam! | Sep 14 13:17:15.863 INFO kablam! 118 | node: ast::ItemKind::Fn( Sep 14 13:17:15.863 INFO kablam! | ___________________^ Sep 14 13:17:15.863 INFO kablam! 119 | | // Takes no arguments and returns () Sep 14 13:17:15.863 INFO kablam! 120 | | P(ast::FnDecl { Sep 14 13:17:15.863 INFO kablam! 121 | | inputs: vec![], Sep 14 13:17:15.863 INFO kablam! ... | Sep 14 13:17:15.863 INFO kablam! 132 | | test_body Sep 14 13:17:15.863 INFO kablam! 133 | | ), Sep 14 13:17:15.863 INFO kablam! | |_____________^ expected 4 parameters Sep 14 13:17:15.863 INFO kablam! Sep 14 13:17:15.923 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 14 13:17:15.923 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:135:18 Sep 14 13:17:15.923 INFO kablam! | Sep 14 13:17:15.923 INFO kablam! 135 | vis: ast::Visibility::Inherited, Sep 14 13:17:15.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 14 13:17:15.923 INFO kablam! Sep 14 13:17:15.923 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 14 13:17:15.923 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:157:19 Sep 14 13:17:15.923 INFO kablam! | Sep 14 13:17:15.923 INFO kablam! 157 | node: ast::ItemKind::Fn( Sep 14 13:17:15.923 INFO kablam! | ___________________^ Sep 14 13:17:15.923 INFO kablam! 158 | | // Takes one argument of &mut Bencher Sep 14 13:17:15.923 INFO kablam! 159 | | P(ast::FnDecl { Sep 14 13:17:15.923 INFO kablam! 160 | | inputs: vec![ast::Arg { Sep 14 13:17:15.923 INFO kablam! ... | Sep 14 13:17:15.923 INFO kablam! 176 | | block Sep 14 13:17:15.923 INFO kablam! 177 | | ), Sep 14 13:17:15.923 INFO kablam! | |_____________^ expected 4 parameters Sep 14 13:17:15.923 INFO kablam! Sep 14 13:17:15.932 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 14 13:17:15.932 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:179:18 Sep 14 13:17:15.932 INFO kablam! | Sep 14 13:17:15.932 INFO kablam! 179 | vis: ast::Visibility::Inherited, Sep 14 13:17:15.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 14 13:17:15.932 INFO kablam! Sep 14 13:17:15.943 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Sep 14 13:17:15.943 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:228:47 Sep 14 13:17:15.943 INFO kablam! | Sep 14 13:17:15.943 INFO kablam! 228 | let super_glob = cx.item_use_glob(sp, ast::Visibility::Public, vec![cx.ident_of("super")]); Sep 14 13:17:15.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 14 13:17:15.943 INFO kablam! Sep 14 13:17:15.955 INFO kablam! error: aborting due to 9 previous errors Sep 14 13:17:15.955 INFO kablam! Sep 14 13:17:15.955 INFO kablam! Some errors occurred: E0061, E0432, E0599. Sep 14 13:17:15.955 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 14 13:17:15.971 INFO kablam! error: Could not compile `stainless`. Sep 14 13:17:15.971 INFO kablam! Sep 14 13:17:15.971 INFO kablam! To learn more, run the command again with --verbose. Sep 14 13:17:15.971 INFO kablam! su: No module specific data is present Sep 14 13:17:16.687 INFO running `"docker" "rm" "-f" "de3ea7ff4e5dbc056dea35a0618d17a5cb7baee44e039b50ed6acdbe3ea5786b"` Sep 14 13:17:16.810 INFO blam! de3ea7ff4e5dbc056dea35a0618d17a5cb7baee44e039b50ed6acdbe3ea5786b