Sep 05 19:40:34.473 INFO checking Tzrlk/myth against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 19:40:34.473 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 19:40:34.473 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 19:40:34.642 INFO blam! 77232ea0dd25ab9d5be263a2b0e0fa75968e9638a898c5b16ad4706da58071e8 Sep 05 19:40:34.647 INFO running `"docker" "start" "-a" "77232ea0dd25ab9d5be263a2b0e0fa75968e9638a898c5b16ad4706da58071e8"` Sep 05 19:40:36.036 INFO kablam! usermod: no changes Sep 05 19:40:36.321 INFO kablam! Checking dtoa v0.3.1 Sep 05 19:40:36.334 INFO kablam! Compiling myth v0.1.0 (file:///source) Sep 05 19:40:36.346 INFO kablam! Compiling stainless v0.1.12 Sep 05 19:40:36.346 INFO kablam! Compiling num-integer v0.1.39 Sep 05 19:40:36.346 INFO kablam! Compiling libsqlite3-sys v0.9.1 Sep 05 19:40:36.346 INFO kablam! Checking phf v0.7.22 Sep 05 19:40:36.346 INFO kablam! Checking num-complex v0.2.0 Sep 05 19:40:36.346 INFO kablam! Checking yaml-rust v0.3.5 Sep 05 19:40:36.945 INFO kablam! Checking ordered-float v0.2.3 Sep 05 19:40:38.931 INFO kablam! Checking serde-value v0.3.1 Sep 05 19:40:40.085 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 05 19:40:40.085 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/describe.rs:31:19 Sep 05 19:40:40.086 INFO kablam! | Sep 05 19:40:40.086 INFO kablam! 31 | use syntax::{ast, codemap, parse, tokenstream}; Sep 05 19:40:40.086 INFO kablam! | ^^^^^^^ no `codemap` in the root Sep 05 19:40:40.086 INFO kablam! Sep 05 19:40:40.086 INFO kablam! error[E0432]: unresolved import `syntax::util::small_vector` Sep 05 19:40:40.086 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/describe.rs:34:19 Sep 05 19:40:40.086 INFO kablam! | Sep 05 19:40:40.086 INFO kablam! 34 | use syntax::util::small_vector::SmallVector; Sep 05 19:40:40.086 INFO kablam! | ^^^^^^^^^^^^ Could not find `small_vector` in `util` Sep 05 19:40:40.086 INFO kablam! Sep 05 19:40:40.086 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 05 19:40:40.086 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/parse.rs:7:19 Sep 05 19:40:40.086 INFO kablam! | Sep 05 19:40:40.086 INFO kablam! 7 | use syntax::{ast, codemap}; Sep 05 19:40:40.086 INFO kablam! | ^^^^^^^ no `codemap` in the root Sep 05 19:40:40.086 INFO kablam! Sep 05 19:40:40.086 INFO kablam! error[E0432]: unresolved import `syntax::abi` Sep 05 19:40:40.086 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:9:19 Sep 05 19:40:40.086 INFO kablam! | Sep 05 19:40:40.086 INFO kablam! 9 | use syntax::{ast, abi, codemap}; Sep 05 19:40:40.086 INFO kablam! | ^^^ no `abi` in the root Sep 05 19:40:40.086 INFO kablam! Sep 05 19:40:40.086 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 05 19:40:40.086 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:9:24 Sep 05 19:40:40.086 INFO kablam! | Sep 05 19:40:40.086 INFO kablam! 9 | use syntax::{ast, abi, codemap}; Sep 05 19:40:40.086 INFO kablam! | ^^^^^^^ no `codemap` in the root Sep 05 19:40:40.086 INFO kablam! Sep 05 19:40:40.706 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 05 19:40:40.706 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:118:19 Sep 05 19:40:40.706 INFO kablam! | Sep 05 19:40:40.706 INFO kablam! 118 | node: ast::ItemKind::Fn( Sep 05 19:40:40.706 INFO kablam! | ___________________^ Sep 05 19:40:40.706 INFO kablam! 119 | | // Takes no arguments and returns () Sep 05 19:40:40.706 INFO kablam! 120 | | P(ast::FnDecl { Sep 05 19:40:40.706 INFO kablam! 121 | | inputs: vec![], Sep 05 19:40:40.706 INFO kablam! ... | Sep 05 19:40:40.706 INFO kablam! 132 | | test_body Sep 05 19:40:40.706 INFO kablam! 133 | | ), Sep 05 19:40:40.706 INFO kablam! | |_____________^ expected 4 parameters Sep 05 19:40:40.734 INFO kablam! Sep 05 19:40:40.831 INFO kablam! Checking serde_yaml v0.5.1 Sep 05 19:40:40.871 INFO kablam! Checking num-iter v0.1.37 Sep 05 19:40:40.871 INFO kablam! Checking num-bigint v0.2.0 Sep 05 19:40:41.078 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 05 19:40:41.079 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:135:18 Sep 05 19:40:41.079 INFO kablam! | Sep 05 19:40:41.079 INFO kablam! 135 | vis: ast::Visibility::Inherited, Sep 05 19:40:41.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 05 19:40:41.079 INFO kablam! Sep 05 19:40:41.082 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 05 19:40:41.082 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:157:19 Sep 05 19:40:41.082 INFO kablam! | Sep 05 19:40:41.082 INFO kablam! 157 | node: ast::ItemKind::Fn( Sep 05 19:40:41.082 INFO kablam! | ___________________^ Sep 05 19:40:41.082 INFO kablam! 158 | | // Takes one argument of &mut Bencher Sep 05 19:40:41.082 INFO kablam! 159 | | P(ast::FnDecl { Sep 05 19:40:41.082 INFO kablam! 160 | | inputs: vec![ast::Arg { Sep 05 19:40:41.082 INFO kablam! ... | Sep 05 19:40:41.082 INFO kablam! 176 | | block Sep 05 19:40:41.082 INFO kablam! 177 | | ), Sep 05 19:40:41.082 INFO kablam! | |_____________^ expected 4 parameters Sep 05 19:40:41.082 INFO kablam! Sep 05 19:40:41.126 INFO kablam! error[E0599]: no associated item named `Inherited` found for type `syntax::source_map::Spanned` in the current scope Sep 05 19:40:41.126 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:179:18 Sep 05 19:40:41.126 INFO kablam! | Sep 05 19:40:41.126 INFO kablam! 179 | vis: ast::Visibility::Inherited, Sep 05 19:40:41.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 05 19:40:41.126 INFO kablam! Sep 05 19:40:41.177 INFO kablam! error[E0599]: no associated item named `Public` found for type `syntax::source_map::Spanned` in the current scope Sep 05 19:40:41.177 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/stainless-0.1.12/src/generate.rs:228:47 Sep 05 19:40:41.177 INFO kablam! | Sep 05 19:40:41.177 INFO kablam! 228 | let super_glob = cx.item_use_glob(sp, ast::Visibility::Public, vec![cx.ident_of("super")]); Sep 05 19:40:41.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ associated item not found in `syntax::source_map::Spanned` Sep 05 19:40:41.177 INFO kablam! Sep 05 19:40:41.210 INFO kablam! error: aborting due to 10 previous errors Sep 05 19:40:41.210 INFO kablam! Sep 05 19:40:41.210 INFO kablam! Some errors occurred: E0061, E0432, E0599. Sep 05 19:40:41.210 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 05 19:40:41.236 INFO kablam! error: Could not compile `stainless`. Sep 05 19:40:41.236 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 19:40:48.533 INFO kablam! error: build failed Sep 05 19:40:48.539 INFO kablam! su: No module specific data is present Sep 05 19:40:49.464 INFO running `"docker" "rm" "-f" "77232ea0dd25ab9d5be263a2b0e0fa75968e9638a898c5b16ad4706da58071e8"` Sep 05 19:40:49.667 INFO blam! 77232ea0dd25ab9d5be263a2b0e0fa75968e9638a898c5b16ad4706da58071e8