Sep 05 03:22:21.551 INFO checking algebra-0.2.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 03:22:21.551 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 03:22:21.551 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 03:22:21.735 INFO blam! 37926c1be9d78989a0c13c0b80fd22eee454bd4d0b15525239ebaccea67181c1 Sep 05 03:22:21.737 INFO running `"docker" "start" "-a" "37926c1be9d78989a0c13c0b80fd22eee454bd4d0b15525239ebaccea67181c1"` Sep 05 03:22:22.492 INFO kablam! Checking algebra v0.2.0 (file:///source) Sep 05 03:22:22.494 INFO kablam! Compiling quickcheck v0.3.2 Sep 05 03:22:26.136 INFO kablam! Compiling quickcheck_macros v0.2.29 Sep 05 03:22:30.037 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 05 03:22:30.037 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:15:5 Sep 05 03:22:30.037 INFO kablam! | Sep 05 03:22:30.037 INFO kablam! 15 | use syntax::codemap; Sep 05 03:22:30.037 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 05 03:22:30.037 INFO kablam! Sep 05 03:22:30.059 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 05 03:22:30.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:27:42 Sep 05 03:22:30.059 INFO kablam! | Sep 05 03:22:30.059 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 05 03:22:30.059 INFO kablam! | ^^^^^^ not found in `token` Sep 05 03:22:30.059 INFO kablam! Sep 05 03:22:30.059 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 05 03:22:30.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:86:30 Sep 05 03:22:30.059 INFO kablam! | Sep 05 03:22:30.059 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 05 03:22:30.059 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 05 03:22:30.059 INFO kablam! Sep 05 03:22:30.060 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 05 03:22:30.060 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:107:41 Sep 05 03:22:30.060 INFO kablam! | Sep 05 03:22:30.060 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 05 03:22:30.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 05 03:22:30.060 INFO kablam! Sep 05 03:22:30.077 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 05 03:22:30.077 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:56:9 Sep 05 03:22:30.077 INFO kablam! | Sep 05 03:22:30.077 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 05 03:22:30.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 05 03:22:30.077 INFO kablam! Sep 05 03:22:30.093 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 05 03:22:30.093 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:61:17 Sep 05 03:22:30.093 INFO kablam! | Sep 05 03:22:30.093 INFO kablam! 61 | lifetimes: vec![], Sep 05 03:22:30.093 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 05 03:22:30.093 INFO kablam! | Sep 05 03:22:30.093 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 05 03:22:30.093 INFO kablam! Sep 05 03:22:30.204 INFO kablam! error: aborting due to 6 previous errors Sep 05 03:22:30.204 INFO kablam! Sep 05 03:22:30.204 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 05 03:22:30.204 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 05 03:22:30.218 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 05 03:22:30.218 INFO kablam! Sep 05 03:22:30.218 INFO kablam! To learn more, run the command again with --verbose. Sep 05 03:22:30.221 INFO kablam! su: No module specific data is present Sep 05 03:22:30.722 INFO running `"docker" "rm" "-f" "37926c1be9d78989a0c13c0b80fd22eee454bd4d0b15525239ebaccea67181c1"` Sep 05 03:22:30.805 INFO blam! 37926c1be9d78989a0c13c0b80fd22eee454bd4d0b15525239ebaccea67181c1