Sep 02 03:51:11.152 INFO checking quickcheck_macros-0.2.29 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 03:51:11.152 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 03:51:11.153 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 03:51:11.350 INFO blam! d2976e25a1c1181f73da59142709c26f0f423a2fdd0080821b0ebed89ede7085 Sep 02 03:51:11.352 INFO running `"docker" "start" "-a" "d2976e25a1c1181f73da59142709c26f0f423a2fdd0080821b0ebed89ede7085"` Sep 02 03:51:12.075 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 02 03:51:12.075 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 02 03:51:12.075 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 02 03:51:12.075 INFO kablam! files will be included as a test target: Sep 02 03:51:12.075 INFO kablam! Sep 02 03:51:12.075 INFO kablam! * /source/tests/macro.rs Sep 02 03:51:12.075 INFO kablam! Sep 02 03:51:12.075 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 02 03:51:12.076 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 02 03:51:12.076 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 02 03:51:12.076 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 02 03:51:12.076 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 02 03:51:12.076 INFO kablam! Sep 02 03:51:12.076 INFO kablam! For more information on this warning you can consult Sep 02 03:51:12.076 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 02 03:51:12.076 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/attribute.rs Sep 02 03:51:12.137 INFO kablam! Checking winapi v0.2.8 Sep 02 03:51:12.140 INFO kablam! Checking utf8-ranges v0.1.3 Sep 02 03:51:12.141 INFO kablam! Checking regex-syntax v0.3.9 Sep 02 03:51:12.141 INFO kablam! Checking memchr v0.1.11 Sep 02 03:51:12.145 INFO kablam! Compiling quickcheck v0.3.2 Sep 02 03:51:13.247 INFO kablam! Checking aho-corasick v0.5.3 Sep 02 03:51:14.729 INFO kablam! Checking kernel32-sys v0.2.2 Sep 02 03:51:15.850 INFO kablam! Checking thread-id v2.0.0 Sep 02 03:51:16.637 INFO kablam! Checking thread_local v0.2.7 Sep 02 03:51:19.611 INFO kablam! Checking regex v0.1.80 Sep 02 03:51:19.739 INFO kablam! Compiling quickcheck_macros v0.2.29 (file:///source) Sep 02 03:51:23.654 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 02 03:51:23.654 INFO kablam! --> src/lib.rs:15:5 Sep 02 03:51:23.654 INFO kablam! | Sep 02 03:51:23.654 INFO kablam! 15 | use syntax::codemap; Sep 02 03:51:23.655 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 02 03:51:23.662 INFO kablam! Sep 02 03:51:23.719 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 02 03:51:23.719 INFO kablam! --> src/lib.rs:27:42 Sep 02 03:51:23.719 INFO kablam! | Sep 02 03:51:23.719 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 02 03:51:23.719 INFO kablam! | ^^^^^^ not found in `token` Sep 02 03:51:23.719 INFO kablam! Sep 02 03:51:23.719 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 02 03:51:23.719 INFO kablam! --> src/lib.rs:86:30 Sep 02 03:51:23.719 INFO kablam! | Sep 02 03:51:23.719 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 02 03:51:23.719 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 02 03:51:23.719 INFO kablam! Sep 02 03:51:23.719 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 02 03:51:23.719 INFO kablam! --> src/lib.rs:107:41 Sep 02 03:51:23.719 INFO kablam! | Sep 02 03:51:23.719 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 02 03:51:23.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 02 03:51:23.719 INFO kablam! Sep 02 03:51:23.749 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 02 03:51:23.749 INFO kablam! --> src/lib.rs:56:9 Sep 02 03:51:23.749 INFO kablam! | Sep 02 03:51:23.749 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 02 03:51:23.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 02 03:51:23.749 INFO kablam! Sep 02 03:51:23.779 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 02 03:51:23.779 INFO kablam! --> src/lib.rs:61:17 Sep 02 03:51:23.779 INFO kablam! | Sep 02 03:51:23.779 INFO kablam! 61 | lifetimes: vec![], Sep 02 03:51:23.779 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 02 03:51:23.779 INFO kablam! | Sep 02 03:51:23.779 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 02 03:51:23.779 INFO kablam! Sep 02 03:51:23.965 INFO kablam! error: aborting due to 6 previous errors Sep 02 03:51:23.965 INFO kablam! Sep 02 03:51:23.965 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 02 03:51:23.965 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 02 03:51:23.983 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 02 03:51:23.983 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 03:51:24.117 INFO kablam! error: build failed Sep 02 03:51:24.119 INFO kablam! su: No module specific data is present Sep 02 03:51:24.525 INFO running `"docker" "rm" "-f" "d2976e25a1c1181f73da59142709c26f0f423a2fdd0080821b0ebed89ede7085"` Sep 02 03:51:24.649 INFO blam! d2976e25a1c1181f73da59142709c26f0f423a2fdd0080821b0ebed89ede7085