Jul 12 01:27:39.567 INFO checking quickcheck_macros-0.2.29 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 12 01:27:39.567 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 01:27:39.567 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 12 01:27:39.567 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-6/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 01:27:39.824 INFO blam! a35bfa81e8af0fb124d6b847f64fc172bb17f5f9d1eb1fee5c043a56489e2142 Jul 12 01:27:39.826 INFO running `"docker" "start" "-a" "a35bfa81e8af0fb124d6b847f64fc172bb17f5f9d1eb1fee5c043a56489e2142"` Jul 12 01:27:40.734 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Jul 12 01:27:40.734 INFO kablam! disables Cargo from automatically inferring other test targets. Jul 12 01:27:40.734 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Jul 12 01:27:40.734 INFO kablam! files will be included as a test target: Jul 12 01:27:40.734 INFO kablam! Jul 12 01:27:40.734 INFO kablam! * /source/tests/macro.rs Jul 12 01:27:40.735 INFO kablam! Jul 12 01:27:40.735 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Jul 12 01:27:40.735 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Jul 12 01:27:40.735 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Jul 12 01:27:40.735 INFO kablam! section. You may also move the files to a location where Cargo would not Jul 12 01:27:40.735 INFO kablam! automatically infer them to be a target, such as in subfolders. Jul 12 01:27:40.735 INFO kablam! Jul 12 01:27:40.735 INFO kablam! For more information on this warning you can consult Jul 12 01:27:40.735 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Jul 12 01:27:40.735 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/attribute.rs Jul 12 01:27:40.870 INFO kablam! Checking winapi v0.2.8 Jul 12 01:27:40.875 INFO kablam! Checking regex-syntax v0.3.9 Jul 12 01:27:40.875 INFO kablam! Checking utf8-ranges v0.1.3 Jul 12 01:27:40.878 INFO kablam! Checking memchr v0.1.11 Jul 12 01:27:40.947 INFO kablam! Compiling regex v0.1.80 Jul 12 01:27:43.017 INFO kablam! Checking aho-corasick v0.5.3 Jul 12 01:27:45.365 INFO kablam! Checking kernel32-sys v0.2.2 Jul 12 01:27:46.509 INFO kablam! Checking thread-id v2.0.0 Jul 12 01:27:48.526 INFO kablam! Checking thread_local v0.2.7 Jul 12 01:28:15.352 INFO kablam! Checking env_logger v0.3.5 Jul 12 01:28:17.120 INFO kablam! Checking quickcheck v0.3.2 Jul 12 01:28:22.743 INFO kablam! Checking quickcheck_macros v0.2.29 (file:///source) Jul 12 01:28:26.343 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Jul 12 01:28:26.343 INFO kablam! --> src/lib.rs:27:42 Jul 12 01:28:26.343 INFO kablam! | Jul 12 01:28:26.343 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Jul 12 01:28:26.343 INFO kablam! | ^^^^^^ not found in `token` Jul 12 01:28:26.344 INFO kablam! Jul 12 01:28:26.345 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Jul 12 01:28:26.345 INFO kablam! --> src/lib.rs:86:30 Jul 12 01:28:26.345 INFO kablam! | Jul 12 01:28:26.345 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Jul 12 01:28:26.345 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Jul 12 01:28:26.345 INFO kablam! Jul 12 01:28:26.346 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Jul 12 01:28:26.346 INFO kablam! --> src/lib.rs:107:41 Jul 12 01:28:26.346 INFO kablam! | Jul 12 01:28:26.346 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Jul 12 01:28:26.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Jul 12 01:28:26.346 INFO kablam! Jul 12 01:28:26.474 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Jul 12 01:28:26.474 INFO kablam! --> src/lib.rs:56:9 Jul 12 01:28:26.474 INFO kablam! | Jul 12 01:28:26.474 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Jul 12 01:28:26.474 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Jul 12 01:28:26.475 INFO kablam! Jul 12 01:28:26.540 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Jul 12 01:28:26.540 INFO kablam! --> src/lib.rs:61:17 Jul 12 01:28:26.540 INFO kablam! | Jul 12 01:28:26.540 INFO kablam! 61 | lifetimes: vec![], Jul 12 01:28:26.541 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Jul 12 01:28:26.541 INFO kablam! | Jul 12 01:28:26.541 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Jul 12 01:28:26.542 INFO kablam! Jul 12 01:28:26.840 INFO kablam! error: aborting due to 5 previous errors Jul 12 01:28:26.840 INFO kablam! Jul 12 01:28:26.841 INFO kablam! Some errors occurred: E0023, E0425, E0560. Jul 12 01:28:26.841 INFO kablam! For more information about an error, try `rustc --explain E0023`. Jul 12 01:28:26.867 INFO kablam! error: Could not compile `quickcheck_macros`. Jul 12 01:28:26.868 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 01:28:28.077 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Jul 12 01:28:28.077 INFO kablam! --> src/lib.rs:27:42 Jul 12 01:28:28.077 INFO kablam! | Jul 12 01:28:28.077 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Jul 12 01:28:28.077 INFO kablam! | ^^^^^^ not found in `token` Jul 12 01:28:28.077 INFO kablam! Jul 12 01:28:28.077 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Jul 12 01:28:28.077 INFO kablam! --> src/lib.rs:86:30 Jul 12 01:28:28.077 INFO kablam! | Jul 12 01:28:28.077 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Jul 12 01:28:28.077 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Jul 12 01:28:28.077 INFO kablam! Jul 12 01:28:28.077 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Jul 12 01:28:28.078 INFO kablam! --> src/lib.rs:107:41 Jul 12 01:28:28.078 INFO kablam! | Jul 12 01:28:28.078 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Jul 12 01:28:28.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Jul 12 01:28:28.078 INFO kablam! Jul 12 01:28:28.120 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Jul 12 01:28:28.120 INFO kablam! --> src/lib.rs:56:9 Jul 12 01:28:28.120 INFO kablam! | Jul 12 01:28:28.120 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Jul 12 01:28:28.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Jul 12 01:28:28.120 INFO kablam! Jul 12 01:28:28.152 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Jul 12 01:28:28.152 INFO kablam! --> src/lib.rs:61:17 Jul 12 01:28:28.152 INFO kablam! | Jul 12 01:28:28.152 INFO kablam! 61 | lifetimes: vec![], Jul 12 01:28:28.152 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Jul 12 01:28:28.152 INFO kablam! | Jul 12 01:28:28.152 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Jul 12 01:28:28.152 INFO kablam! Jul 12 01:28:28.369 INFO kablam! error: aborting due to 5 previous errors Jul 12 01:28:28.369 INFO kablam! Jul 12 01:28:28.369 INFO kablam! Some errors occurred: E0023, E0425, E0560. Jul 12 01:28:28.369 INFO kablam! For more information about an error, try `rustc --explain E0023`. Jul 12 01:28:28.411 INFO kablam! error: Could not compile `quickcheck_macros`. Jul 12 01:28:28.411 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 01:28:28.792 INFO kablam! error: build failed Jul 12 01:28:28.794 INFO kablam! su: No module specific data is present Jul 12 01:28:29.488 INFO running `"docker" "rm" "-f" "a35bfa81e8af0fb124d6b847f64fc172bb17f5f9d1eb1fee5c043a56489e2142"` Jul 12 01:28:29.647 INFO blam! a35bfa81e8af0fb124d6b847f64fc172bb17f5f9d1eb1fee5c043a56489e2142