Sep 19 20:28:05.056 INFO checking quickcheck_macros-0.2.29 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 20:28:05.056 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 20:28:05.056 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-1/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:28:05.583 INFO blam! 5f1958130058eddd64d3c4b86e787d90895a1f08263434d3e64e44cf232ac841 Sep 19 20:28:05.585 INFO running `"docker" "start" "-a" "5f1958130058eddd64d3c4b86e787d90895a1f08263434d3e64e44cf232ac841"` Sep 19 20:28:07.055 INFO kablam! usermod: no changes Sep 19 20:28:07.098 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 19 20:28:07.098 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 19 20:28:07.098 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 19 20:28:07.098 INFO kablam! files will be included as a test target: Sep 19 20:28:07.098 INFO kablam! Sep 19 20:28:07.098 INFO kablam! * /source/tests/macro.rs Sep 19 20:28:07.098 INFO kablam! Sep 19 20:28:07.098 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 19 20:28:07.098 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 19 20:28:07.098 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 19 20:28:07.098 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 19 20:28:07.098 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 19 20:28:07.098 INFO kablam! Sep 19 20:28:07.098 INFO kablam! For more information on this warning you can consult Sep 19 20:28:07.098 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 19 20:28:07.098 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/attribute.rs Sep 19 20:28:07.179 INFO kablam! Compiling env_logger v0.3.5 Sep 19 20:28:08.271 INFO kablam! Checking quickcheck v0.3.2 Sep 19 20:28:10.807 INFO kablam! Checking quickcheck_macros v0.2.29 (/source) Sep 19 20:28:14.887 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 20:28:14.887 INFO kablam! --> src/lib.rs:15:5 Sep 19 20:28:14.887 INFO kablam! | Sep 19 20:28:14.887 INFO kablam! 15 | use syntax::codemap; Sep 19 20:28:14.887 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 19 20:28:14.888 INFO kablam! Sep 19 20:28:14.958 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 19 20:28:14.959 INFO kablam! --> src/lib.rs:27:42 Sep 19 20:28:14.959 INFO kablam! | Sep 19 20:28:14.959 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 19 20:28:14.959 INFO kablam! | ^^^^^^ not found in `token` Sep 19 20:28:14.959 INFO kablam! Sep 19 20:28:14.959 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 19 20:28:14.959 INFO kablam! --> src/lib.rs:86:30 Sep 19 20:28:14.960 INFO kablam! | Sep 19 20:28:14.960 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 19 20:28:14.960 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 19 20:28:14.960 INFO kablam! Sep 19 20:28:14.960 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 19 20:28:14.960 INFO kablam! --> src/lib.rs:107:41 Sep 19 20:28:14.960 INFO kablam! | Sep 19 20:28:14.961 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 19 20:28:14.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 19 20:28:14.961 INFO kablam! Sep 19 20:28:14.997 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 19 20:28:14.997 INFO kablam! --> src/lib.rs:56:9 Sep 19 20:28:14.998 INFO kablam! | Sep 19 20:28:14.998 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 19 20:28:14.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 19 20:28:14.998 INFO kablam! Sep 19 20:28:15.047 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 19 20:28:15.047 INFO kablam! --> src/lib.rs:61:17 Sep 19 20:28:15.047 INFO kablam! | Sep 19 20:28:15.047 INFO kablam! 61 | lifetimes: vec![], Sep 19 20:28:15.047 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 19 20:28:15.047 INFO kablam! | Sep 19 20:28:15.055 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 19 20:28:15.055 INFO kablam! Sep 19 20:28:15.351 INFO kablam! error: aborting due to 6 previous errors Sep 19 20:28:15.351 INFO kablam! Sep 19 20:28:15.351 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 19 20:28:15.351 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 19 20:28:15.367 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 19 20:28:15.367 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:28:15.707 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 20:28:15.707 INFO kablam! --> src/lib.rs:15:5 Sep 19 20:28:15.707 INFO kablam! | Sep 19 20:28:15.707 INFO kablam! 15 | use syntax::codemap; Sep 19 20:28:15.707 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 19 20:28:15.707 INFO kablam! Sep 19 20:28:15.783 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 19 20:28:15.783 INFO kablam! --> src/lib.rs:27:42 Sep 19 20:28:15.783 INFO kablam! | Sep 19 20:28:15.783 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 19 20:28:15.783 INFO kablam! | ^^^^^^ not found in `token` Sep 19 20:28:15.783 INFO kablam! Sep 19 20:28:15.783 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 19 20:28:15.783 INFO kablam! --> src/lib.rs:86:30 Sep 19 20:28:15.783 INFO kablam! | Sep 19 20:28:15.783 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 19 20:28:15.783 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 19 20:28:15.783 INFO kablam! Sep 19 20:28:15.783 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 19 20:28:15.783 INFO kablam! --> src/lib.rs:107:41 Sep 19 20:28:15.783 INFO kablam! | Sep 19 20:28:15.783 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 19 20:28:15.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 19 20:28:15.783 INFO kablam! Sep 19 20:28:15.827 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 19 20:28:15.827 INFO kablam! --> src/lib.rs:56:9 Sep 19 20:28:15.827 INFO kablam! | Sep 19 20:28:15.827 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 19 20:28:15.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 19 20:28:15.827 INFO kablam! Sep 19 20:28:15.887 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 19 20:28:15.887 INFO kablam! --> src/lib.rs:61:17 Sep 19 20:28:15.887 INFO kablam! | Sep 19 20:28:15.887 INFO kablam! 61 | lifetimes: vec![], Sep 19 20:28:15.887 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 19 20:28:15.887 INFO kablam! | Sep 19 20:28:15.887 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 19 20:28:15.887 INFO kablam! Sep 19 20:28:16.172 INFO kablam! error: aborting due to 6 previous errors Sep 19 20:28:16.172 INFO kablam! Sep 19 20:28:16.172 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 19 20:28:16.172 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 19 20:28:16.195 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 19 20:28:16.195 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:28:16.690 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 19 20:28:16.691 INFO kablam! --> src/lib.rs:15:5 Sep 19 20:28:16.691 INFO kablam! | Sep 19 20:28:16.691 INFO kablam! 15 | use syntax::codemap; Sep 19 20:28:16.691 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 19 20:28:16.691 INFO kablam! Sep 19 20:28:16.719 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 19 20:28:16.719 INFO kablam! --> src/lib.rs:27:42 Sep 19 20:28:16.719 INFO kablam! | Sep 19 20:28:16.719 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 19 20:28:16.719 INFO kablam! | ^^^^^^ not found in `token` Sep 19 20:28:16.719 INFO kablam! Sep 19 20:28:16.719 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 19 20:28:16.719 INFO kablam! --> src/lib.rs:86:30 Sep 19 20:28:16.719 INFO kablam! | Sep 19 20:28:16.719 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 19 20:28:16.719 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 19 20:28:16.719 INFO kablam! Sep 19 20:28:16.719 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 19 20:28:16.719 INFO kablam! --> src/lib.rs:107:41 Sep 19 20:28:16.719 INFO kablam! | Sep 19 20:28:16.719 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 19 20:28:16.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 19 20:28:16.719 INFO kablam! Sep 19 20:28:16.746 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 19 20:28:16.747 INFO kablam! --> src/lib.rs:56:9 Sep 19 20:28:16.747 INFO kablam! | Sep 19 20:28:16.747 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 19 20:28:16.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 19 20:28:16.747 INFO kablam! Sep 19 20:28:16.767 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 19 20:28:16.767 INFO kablam! --> src/lib.rs:61:17 Sep 19 20:28:16.767 INFO kablam! | Sep 19 20:28:16.767 INFO kablam! 61 | lifetimes: vec![], Sep 19 20:28:16.767 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 19 20:28:16.767 INFO kablam! | Sep 19 20:28:16.767 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 19 20:28:16.767 INFO kablam! Sep 19 20:28:16.896 INFO kablam! error: aborting due to 6 previous errors Sep 19 20:28:16.896 INFO kablam! Sep 19 20:28:16.896 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 19 20:28:16.896 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 19 20:28:16.922 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 19 20:28:16.923 INFO kablam! Sep 19 20:28:16.923 INFO kablam! To learn more, run the command again with --verbose. Sep 19 20:28:16.923 INFO kablam! su: No module specific data is present Sep 19 20:28:17.875 INFO running `"docker" "rm" "-f" "5f1958130058eddd64d3c4b86e787d90895a1f08263434d3e64e44cf232ac841"` Sep 19 20:28:18.135 INFO blam! 5f1958130058eddd64d3c4b86e787d90895a1f08263434d3e64e44cf232ac841