Jul 11 13:12:39.985 INFO checking sebglazebrook/aliases against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 13:12:39.985 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 13:12:39.985 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 13:12:39.986 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-2/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 11 13:12:40.261 INFO blam! 42cab104b285ea34911c4927367b1f463d2a3e14c5af1662dc049e6fd0eed390 Jul 11 13:12:40.264 INFO running `"docker" "start" "-a" "42cab104b285ea34911c4927367b1f463d2a3e14c5af1662dc049e6fd0eed390"` Jul 11 13:12:41.326 INFO kablam! Checking libc v0.2.21 Jul 11 13:12:41.334 INFO kablam! Compiling gcc v0.3.45 Jul 11 13:12:41.335 INFO kablam! Checking regex-syntax v0.4.0 Jul 11 13:12:41.344 INFO kablam! Checking variance v0.1.3 Jul 11 13:12:41.344 INFO kablam! Checking vec_map v0.7.0 Jul 11 13:12:41.344 INFO kablam! Checking bitflags v0.8.2 Jul 11 13:12:41.346 INFO kablam! Checking scopeguard v0.1.2 Jul 11 13:12:41.347 INFO kablam! Checking log v0.3.7 Jul 11 13:12:42.311 INFO kablam! Checking unicode-segmentation v1.1.0 Jul 11 13:12:43.027 INFO kablam! Checking yaml-rust v0.3.5 Jul 11 13:12:44.119 INFO kablam! Checking countdown v0.1.2 Jul 11 13:12:45.192 INFO kablam! Compiling stainless v0.1.11 Jul 11 13:12:46.004 INFO kablam! Checking unreachable v0.1.1 Jul 11 13:12:46.553 INFO kablam! Checking tabwriter v0.1.25 Jul 11 13:12:46.979 INFO kablam! Checking scoped-pool v1.0.0 Jul 11 13:12:49.895 INFO kablam! error[E0432]: unresolved import `syntax::abi` Jul 11 13:12:49.895 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:9:19 Jul 11 13:12:49.895 INFO kablam! | Jul 11 13:12:49.895 INFO kablam! 9 | use syntax::{ast, abi, codemap}; Jul 11 13:12:49.895 INFO kablam! | ^^^ no `abi` in the root Jul 11 13:12:49.895 INFO kablam! Jul 11 13:12:50.143 INFO kablam! Compiling tempfile v2.1.5 Jul 11 13:12:52.397 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Jul 11 13:12:52.397 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:118:19 Jul 11 13:12:52.397 INFO kablam! | Jul 11 13:12:52.397 INFO kablam! 118 | node: ast::ItemKind::Fn( Jul 11 13:12:52.397 INFO kablam! | ___________________^ Jul 11 13:12:52.397 INFO kablam! 119 | | // Takes no arguments and returns () Jul 11 13:12:52.397 INFO kablam! 120 | | P(ast::FnDecl { Jul 11 13:12:52.397 INFO kablam! 121 | | inputs: vec![], Jul 11 13:12:52.397 INFO kablam! ... | Jul 11 13:12:52.397 INFO kablam! 132 | | test_body Jul 11 13:12:52.397 INFO kablam! 133 | | ), Jul 11 13:12:52.397 INFO kablam! | |_____________^ expected 4 parameters Jul 11 13:12:52.397 INFO kablam! Jul 11 13:12:53.336 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::codemap::Spanned` in the current scope Jul 11 13:12:53.336 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:135:18 Jul 11 13:12:53.336 INFO kablam! | Jul 11 13:12:53.336 INFO kablam! 135 | vis: ast::Visibility::Inherited, Jul 11 13:12:53.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned` Jul 11 13:12:53.336 INFO kablam! Jul 11 13:12:53.336 INFO kablam! error[E0063]: missing field `tokens` in initializer of `syntax::ast::Item` Jul 11 13:12:53.337 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:113:11 Jul 11 13:12:53.337 INFO kablam! | Jul 11 13:12:53.337 INFO kablam! 113 | P(ast::Item { Jul 11 13:12:53.337 INFO kablam! | ^^^^^^^^^ missing `tokens` Jul 11 13:12:53.337 INFO kablam! Jul 11 13:12:53.374 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Jul 11 13:12:53.374 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:156:19 Jul 11 13:12:53.374 INFO kablam! | Jul 11 13:12:53.374 INFO kablam! 156 | node: ast::ItemKind::Fn( Jul 11 13:12:53.374 INFO kablam! | ___________________^ Jul 11 13:12:53.374 INFO kablam! 157 | | // Takes one argument of &mut Bencher Jul 11 13:12:53.374 INFO kablam! 158 | | P(ast::FnDecl { Jul 11 13:12:53.375 INFO kablam! 159 | | inputs: vec![ast::Arg { Jul 11 13:12:53.375 INFO kablam! ... | Jul 11 13:12:53.375 INFO kablam! 175 | | block Jul 11 13:12:53.375 INFO kablam! 176 | | ), Jul 11 13:12:53.375 INFO kablam! | |_____________^ expected 4 parameters Jul 11 13:12:53.375 INFO kablam! Jul 11 13:12:53.544 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::codemap::Spanned` in the current scope Jul 11 13:12:53.544 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:178:18 Jul 11 13:12:53.544 INFO kablam! | Jul 11 13:12:53.544 INFO kablam! 178 | vis: ast::Visibility::Inherited, Jul 11 13:12:53.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned` Jul 11 13:12:53.544 INFO kablam! Jul 11 13:12:53.544 INFO kablam! error[E0063]: missing field `tokens` in initializer of `syntax::ast::Item` Jul 11 13:12:53.544 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:149:11 Jul 11 13:12:53.544 INFO kablam! | Jul 11 13:12:53.544 INFO kablam! 149 | P(ast::Item { Jul 11 13:12:53.544 INFO kablam! | ^^^^^^^^^ missing `tokens` Jul 11 13:12:53.544 INFO kablam! Jul 11 13:12:53.743 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::codemap::Spanned` in the current scope Jul 11 13:12:53.743 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.11/src/generate.rs:226:47 Jul 11 13:12:53.743 INFO kablam! | Jul 11 13:12:53.743 INFO kablam! 226 | let super_glob = cx.item_use_glob(sp, ast::Visibility::Public, vec![cx.ident_of("super")]); Jul 11 13:12:53.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::codemap::Spanned` Jul 11 13:12:53.744 INFO kablam! Jul 11 13:12:53.787 INFO kablam! error: aborting due to 8 previous errors Jul 11 13:12:53.787 INFO kablam! Jul 11 13:12:53.787 INFO kablam! Some errors occurred: E0061, E0063, E0432, E0599. Jul 11 13:12:53.787 INFO kablam! For more information about an error, try `rustc --explain E0061`. Jul 11 13:12:53.951 INFO kablam! error: Could not compile `stainless`. Jul 11 13:12:53.951 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 13:13:01.510 INFO kablam! error: build failed Jul 11 13:13:01.513 INFO kablam! su: No module specific data is present Jul 11 13:13:02.065 INFO running `"docker" "rm" "-f" "42cab104b285ea34911c4927367b1f463d2a3e14c5af1662dc049e6fd0eed390"` Jul 11 13:13:02.228 INFO blam! 42cab104b285ea34911c4927367b1f463d2a3e14c5af1662dc049e6fd0eed390