Sep 14 11:17:26.744 INFO checking quickcheck_macros-0.2.29 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 11:17:26.744 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 11:17:26.744 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:17:27.151 INFO blam! d84371b5e608cc0d3a72af3127ed4f31e17fa1cf8a57a0555ec5e8d6be266ffd Sep 14 11:17:27.153 INFO running `"docker" "start" "-a" "d84371b5e608cc0d3a72af3127ed4f31e17fa1cf8a57a0555ec5e8d6be266ffd"` Sep 14 11:17:27.987 INFO kablam! usermod: no changes Sep 14 11:17:28.039 INFO kablam! warning: An explicit [[test]] section is specified in Cargo.toml which currently Sep 14 11:17:28.039 INFO kablam! disables Cargo from automatically inferring other test targets. Sep 14 11:17:28.039 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 14 11:17:28.039 INFO kablam! files will be included as a test target: Sep 14 11:17:28.039 INFO kablam! Sep 14 11:17:28.039 INFO kablam! * /source/tests/macro.rs Sep 14 11:17:28.039 INFO kablam! Sep 14 11:17:28.039 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 14 11:17:28.039 INFO kablam! ready to be compiled as a test target today. You can future-proof yourself Sep 14 11:17:28.039 INFO kablam! and disable this warning by adding `autotests = false` to your [package] Sep 14 11:17:28.039 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 14 11:17:28.039 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 14 11:17:28.039 INFO kablam! Sep 14 11:17:28.039 INFO kablam! For more information on this warning you can consult Sep 14 11:17:28.039 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 14 11:17:28.039 INFO kablam! warning: file found to be present in multiple build targets: /source/examples/attribute.rs Sep 14 11:17:28.106 INFO kablam! Checking winapi v0.2.8 Sep 14 11:17:28.106 INFO kablam! Checking regex-syntax v0.3.9 Sep 14 11:17:28.106 INFO kablam! Checking utf8-ranges v0.1.3 Sep 14 11:17:28.106 INFO kablam! Checking memchr v0.1.11 Sep 14 11:17:28.106 INFO kablam! Checking rand v0.4.3 Sep 14 11:17:28.115 INFO kablam! Compiling regex v0.1.80 Sep 14 11:17:28.707 INFO kablam! Checking aho-corasick v0.5.3 Sep 14 11:17:30.106 INFO kablam! Checking kernel32-sys v0.2.2 Sep 14 11:17:30.691 INFO kablam! Checking thread-id v2.0.0 Sep 14 11:17:31.315 INFO kablam! Checking thread_local v0.2.7 Sep 14 11:17:33.323 INFO kablam! Checking rand v0.3.22 Sep 14 11:17:42.131 INFO kablam! Checking env_logger v0.3.5 Sep 14 11:17:43.667 INFO kablam! Checking quickcheck v0.3.2 Sep 14 11:17:46.606 INFO kablam! Checking quickcheck_macros v0.2.29 (file:///source) Sep 14 11:17:49.423 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 11:17:49.423 INFO kablam! --> src/lib.rs:15:5 Sep 14 11:17:49.423 INFO kablam! | Sep 14 11:17:49.423 INFO kablam! 15 | use syntax::codemap; Sep 14 11:17:49.423 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 14 11:17:49.423 INFO kablam! Sep 14 11:17:49.509 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 14 11:17:49.509 INFO kablam! --> src/lib.rs:27:42 Sep 14 11:17:49.509 INFO kablam! | Sep 14 11:17:49.509 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 14 11:17:49.509 INFO kablam! | ^^^^^^ not found in `token` Sep 14 11:17:49.519 INFO kablam! Sep 14 11:17:49.519 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 14 11:17:49.519 INFO kablam! --> src/lib.rs:86:30 Sep 14 11:17:49.519 INFO kablam! | Sep 14 11:17:49.519 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 14 11:17:49.519 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 14 11:17:49.519 INFO kablam! Sep 14 11:17:49.519 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 14 11:17:49.519 INFO kablam! --> src/lib.rs:107:41 Sep 14 11:17:49.519 INFO kablam! | Sep 14 11:17:49.519 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 14 11:17:49.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 14 11:17:49.519 INFO kablam! Sep 14 11:17:49.551 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 14 11:17:49.551 INFO kablam! --> src/lib.rs:56:9 Sep 14 11:17:49.551 INFO kablam! | Sep 14 11:17:49.551 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 14 11:17:49.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 14 11:17:49.551 INFO kablam! Sep 14 11:17:49.634 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 14 11:17:49.634 INFO kablam! --> src/lib.rs:61:17 Sep 14 11:17:49.634 INFO kablam! | Sep 14 11:17:49.634 INFO kablam! 61 | lifetimes: vec![], Sep 14 11:17:49.634 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 14 11:17:49.634 INFO kablam! | Sep 14 11:17:49.634 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 14 11:17:49.634 INFO kablam! Sep 14 11:17:49.691 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 11:17:49.691 INFO kablam! --> src/lib.rs:15:5 Sep 14 11:17:49.691 INFO kablam! | Sep 14 11:17:49.691 INFO kablam! 15 | use syntax::codemap; Sep 14 11:17:49.691 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 14 11:17:49.691 INFO kablam! Sep 14 11:17:49.721 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 14 11:17:49.721 INFO kablam! --> src/lib.rs:27:42 Sep 14 11:17:49.721 INFO kablam! | Sep 14 11:17:49.722 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 14 11:17:49.722 INFO kablam! | ^^^^^^ not found in `token` Sep 14 11:17:49.722 INFO kablam! Sep 14 11:17:49.722 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 14 11:17:49.722 INFO kablam! --> src/lib.rs:86:30 Sep 14 11:17:49.722 INFO kablam! | Sep 14 11:17:49.722 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 14 11:17:49.722 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 14 11:17:49.722 INFO kablam! Sep 14 11:17:49.722 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 14 11:17:49.722 INFO kablam! --> src/lib.rs:107:41 Sep 14 11:17:49.722 INFO kablam! | Sep 14 11:17:49.722 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 14 11:17:49.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 14 11:17:49.722 INFO kablam! Sep 14 11:17:49.737 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 14 11:17:49.737 INFO kablam! --> src/lib.rs:56:9 Sep 14 11:17:49.737 INFO kablam! | Sep 14 11:17:49.737 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 14 11:17:49.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 14 11:17:49.743 INFO kablam! Sep 14 11:17:49.756 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 14 11:17:49.756 INFO kablam! --> src/lib.rs:61:17 Sep 14 11:17:49.756 INFO kablam! | Sep 14 11:17:49.756 INFO kablam! 61 | lifetimes: vec![], Sep 14 11:17:49.756 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 14 11:17:49.763 INFO kablam! | Sep 14 11:17:49.763 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 14 11:17:49.763 INFO kablam! Sep 14 11:17:49.875 INFO kablam! error: aborting due to 6 previous errors Sep 14 11:17:49.875 INFO kablam! Sep 14 11:17:49.875 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 14 11:17:49.875 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 14 11:17:49.875 INFO kablam! error: aborting due to 6 previous errors Sep 14 11:17:49.875 INFO kablam! Sep 14 11:17:49.875 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 14 11:17:49.875 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 14 11:17:49.895 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 14 11:17:49.895 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:17:49.899 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 14 11:17:49.899 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:17:50.767 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 11:17:50.767 INFO kablam! --> src/lib.rs:15:5 Sep 14 11:17:50.767 INFO kablam! | Sep 14 11:17:50.767 INFO kablam! 15 | use syntax::codemap; Sep 14 11:17:50.767 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 14 11:17:50.767 INFO kablam! Sep 14 11:17:50.791 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 14 11:17:50.791 INFO kablam! --> src/lib.rs:27:42 Sep 14 11:17:50.791 INFO kablam! | Sep 14 11:17:50.791 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 14 11:17:50.791 INFO kablam! | ^^^^^^ not found in `token` Sep 14 11:17:50.791 INFO kablam! Sep 14 11:17:50.791 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 14 11:17:50.791 INFO kablam! --> src/lib.rs:86:30 Sep 14 11:17:50.791 INFO kablam! | Sep 14 11:17:50.791 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 14 11:17:50.791 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 14 11:17:50.791 INFO kablam! Sep 14 11:17:50.791 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 14 11:17:50.791 INFO kablam! --> src/lib.rs:107:41 Sep 14 11:17:50.791 INFO kablam! | Sep 14 11:17:50.791 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 14 11:17:50.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 14 11:17:50.791 INFO kablam! Sep 14 11:17:50.805 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 14 11:17:50.805 INFO kablam! --> src/lib.rs:56:9 Sep 14 11:17:50.805 INFO kablam! | Sep 14 11:17:50.806 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 14 11:17:50.806 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 14 11:17:50.806 INFO kablam! Sep 14 11:17:50.820 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 14 11:17:50.820 INFO kablam! --> src/lib.rs:61:17 Sep 14 11:17:50.820 INFO kablam! | Sep 14 11:17:50.820 INFO kablam! 61 | lifetimes: vec![], Sep 14 11:17:50.820 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 14 11:17:50.820 INFO kablam! | Sep 14 11:17:50.820 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 14 11:17:50.820 INFO kablam! Sep 14 11:17:50.891 INFO kablam! error: aborting due to 6 previous errors Sep 14 11:17:50.891 INFO kablam! Sep 14 11:17:50.891 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 14 11:17:50.891 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 14 11:17:50.905 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 14 11:17:50.905 INFO kablam! Sep 14 11:17:50.905 INFO kablam! To learn more, run the command again with --verbose. Sep 14 11:17:50.906 INFO kablam! su: No module specific data is present Sep 14 11:17:51.622 INFO running `"docker" "rm" "-f" "d84371b5e608cc0d3a72af3127ed4f31e17fa1cf8a57a0555ec5e8d6be266ffd"` Sep 14 11:17:51.712 INFO blam! d84371b5e608cc0d3a72af3127ed4f31e17fa1cf8a57a0555ec5e8d6be266ffd