Sep 21 05:13:42.837 INFO checking quickcheck_macros-0.2.29 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 05:13:42.837 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 05:13:42.837 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:13:43.032 INFO blam! 495cf52e5fe04afa30aea41d43859c1c7f9a4f24257956eff767cb2f27648bee Sep 21 05:13:43.034 INFO running `"docker" "start" "-a" "495cf52e5fe04afa30aea41d43859c1c7f9a4f24257956eff767cb2f27648bee"` Sep 21 05:13:44.090 INFO kablam! usermod: no changes Sep 21 05:13:44.158 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 21 05:13:44.158 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 21 05:13:44.158 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 21 05:13:44.158 INFO kablam! files will be included as a test target: Sep 21 05:13:44.158 INFO kablam! Sep 21 05:13:44.158 INFO kablam! * /source/tests/macro.rs Sep 21 05:13:44.158 INFO kablam! Sep 21 05:13:44.158 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 21 05:13:44.158 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 21 05:13:44.158 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 21 05:13:44.158 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 21 05:13:44.158 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 21 05:13:44.158 INFO kablam! Sep 21 05:13:44.158 INFO kablam! For more information on this warning you can consult Sep 21 05:13:44.158 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 21 05:13:44.158 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/attribute.rs Sep 21 05:13:44.330 INFO kablam! Checking winapi v0.2.8 Sep 21 05:13:44.330 INFO kablam! Checking utf8-ranges v0.1.3 Sep 21 05:13:44.330 INFO kablam! Checking regex-syntax v0.3.9 Sep 21 05:13:44.332 INFO kablam! Checking memchr v0.1.11 Sep 21 05:13:44.353 INFO kablam! Compiling env_logger v0.3.5 Sep 21 05:13:45.270 INFO kablam! Checking aho-corasick v0.5.3 Sep 21 05:13:46.254 INFO kablam! Checking kernel32-sys v0.2.2 Sep 21 05:13:46.934 INFO kablam! Checking thread-id v2.0.0 Sep 21 05:13:47.638 INFO kablam! Compiling quickcheck v0.3.2 Sep 21 05:13:47.707 INFO kablam! Checking thread_local v0.2.7 Sep 21 05:13:48.790 INFO kablam! Checking regex v0.1.80 Sep 21 05:13:52.687 INFO kablam! Compiling quickcheck_macros v0.2.29 (/source) Sep 21 05:13:55.393 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 21 05:13:55.394 INFO kablam! --> src/lib.rs:15:5 Sep 21 05:13:55.394 INFO kablam! | Sep 21 05:13:55.394 INFO kablam! 15 | use syntax::codemap; Sep 21 05:13:55.395 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 21 05:13:55.395 INFO kablam! Sep 21 05:13:55.424 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 21 05:13:55.424 INFO kablam! --> src/lib.rs:27:42 Sep 21 05:13:55.425 INFO kablam! | Sep 21 05:13:55.425 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 21 05:13:55.426 INFO kablam! | ^^^^^^ not found in `token` Sep 21 05:13:55.426 INFO kablam! Sep 21 05:13:55.427 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 21 05:13:55.427 INFO kablam! --> src/lib.rs:86:30 Sep 21 05:13:55.427 INFO kablam! | Sep 21 05:13:55.428 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 21 05:13:55.428 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 21 05:13:55.428 INFO kablam! Sep 21 05:13:55.429 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 21 05:13:55.429 INFO kablam! --> src/lib.rs:107:41 Sep 21 05:13:55.430 INFO kablam! | Sep 21 05:13:55.430 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 21 05:13:55.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 21 05:13:55.431 INFO kablam! Sep 21 05:13:55.449 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 21 05:13:55.449 INFO kablam! --> src/lib.rs:56:9 Sep 21 05:13:55.449 INFO kablam! | Sep 21 05:13:55.450 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 21 05:13:55.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 21 05:13:55.450 INFO kablam! Sep 21 05:13:55.468 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 21 05:13:55.469 INFO kablam! --> src/lib.rs:61:17 Sep 21 05:13:55.469 INFO kablam! | Sep 21 05:13:55.469 INFO kablam! 61 | lifetimes: vec![], Sep 21 05:13:55.470 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 21 05:13:55.470 INFO kablam! | Sep 21 05:13:55.470 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 21 05:13:55.471 INFO kablam! Sep 21 05:13:55.617 INFO kablam! error: aborting due to 6 previous errors Sep 21 05:13:55.617 INFO kablam! Sep 21 05:13:55.617 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 21 05:13:55.618 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 21 05:13:55.638 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 21 05:13:55.638 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:13:56.530 INFO kablam! error: build failed Sep 21 05:13:56.534 INFO kablam! su: No module specific data is present Sep 21 05:13:57.693 INFO running `"docker" "rm" "-f" "495cf52e5fe04afa30aea41d43859c1c7f9a4f24257956eff767cb2f27648bee"` Sep 21 05:13:57.817 INFO blam! 495cf52e5fe04afa30aea41d43859c1c7f9a4f24257956eff767cb2f27648bee