Sep 21 07:39:20.461 INFO checking libreal-0.12.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 07:39:20.461 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 07:39:20.461 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 07:39:20.637 INFO blam! 53ee136e60cfd157187a36f7fd54b38f5fcd0dfb0eeed1e2f93b905a3de19f1a Sep 21 07:39:20.639 INFO running `"docker" "start" "-a" "53ee136e60cfd157187a36f7fd54b38f5fcd0dfb0eeed1e2f93b905a3de19f1a"` Sep 21 07:39:21.558 INFO kablam! usermod: no changes Sep 21 07:39:21.670 INFO kablam! Compiling typenum v1.10.0 Sep 21 07:39:21.670 INFO kablam! Compiling quickcheck_macros v0.2.29 Sep 21 07:39:23.671 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 07:39:23.672 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:15:5 Sep 21 07:39:23.672 INFO kablam! | Sep 21 07:39:23.672 INFO kablam! 15 | use syntax::codemap; Sep 21 07:39:23.672 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 21 07:39:23.672 INFO kablam! Sep 21 07:39:23.715 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 21 07:39:23.715 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:27:42 Sep 21 07:39:23.715 INFO kablam! | Sep 21 07:39:23.715 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 21 07:39:23.715 INFO kablam! | ^^^^^^ not found in `token` Sep 21 07:39:23.715 INFO kablam! Sep 21 07:39:23.715 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 21 07:39:23.716 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:86:30 Sep 21 07:39:23.716 INFO kablam! | Sep 21 07:39:23.716 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 21 07:39:23.716 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 21 07:39:23.716 INFO kablam! Sep 21 07:39:23.716 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 21 07:39:23.716 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:107:41 Sep 21 07:39:23.716 INFO kablam! | Sep 21 07:39:23.716 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 21 07:39:23.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 21 07:39:23.716 INFO kablam! Sep 21 07:39:23.742 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 21 07:39:23.742 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:56:9 Sep 21 07:39:23.742 INFO kablam! | Sep 21 07:39:23.742 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 21 07:39:23.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 21 07:39:23.742 INFO kablam! Sep 21 07:39:23.762 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 21 07:39:23.762 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:61:17 Sep 21 07:39:23.762 INFO kablam! | Sep 21 07:39:23.762 INFO kablam! 61 | lifetimes: vec![], Sep 21 07:39:23.762 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 21 07:39:23.762 INFO kablam! | Sep 21 07:39:23.762 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 21 07:39:23.762 INFO kablam! Sep 21 07:39:23.886 INFO kablam! error: aborting due to 6 previous errors Sep 21 07:39:23.886 INFO kablam! Sep 21 07:39:23.886 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 21 07:39:23.886 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 21 07:39:23.902 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 21 07:39:23.902 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 07:39:24.723 INFO kablam! error: build failed Sep 21 07:39:24.725 INFO kablam! su: No module specific data is present Sep 21 07:39:25.187 INFO running `"docker" "rm" "-f" "53ee136e60cfd157187a36f7fd54b38f5fcd0dfb0eeed1e2f93b905a3de19f1a"` Sep 21 07:39:25.344 INFO blam! 53ee136e60cfd157187a36f7fd54b38f5fcd0dfb0eeed1e2f93b905a3de19f1a