Jul 11 17:32:56.043 INFO checking weighted-regexp-0.1.0 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 11 17:32:56.043 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 17:32:56.043 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 11 17:32:56.043 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-2/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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 +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 17:32:56.262 INFO blam! 1b53d83315b01a302c5dee9c0d4350f69583b9b900d194130c193a8d0ea0d2d7 Jul 11 17:32:56.265 INFO running `"docker" "start" "-a" "1b53d83315b01a302c5dee9c0d4350f69583b9b900d194130c193a8d0ea0d2d7"` Jul 11 17:32:57.487 INFO kablam! Compiling regex-syntax v0.3.9 Jul 11 17:32:57.487 INFO kablam! Compiling memchr v0.1.11 Jul 11 17:32:57.487 INFO kablam! Compiling log v0.4.3 Jul 11 17:32:57.506 INFO kablam! Compiling rand v0.3.22 Jul 11 17:32:57.512 INFO kablam! Compiling thread-id v2.0.0 Jul 11 17:32:57.541 INFO kablam! Checking weighted-regexp v0.1.0 (file:///source) Jul 11 17:32:59.175 INFO kablam! Compiling thread_local v0.2.7 Jul 11 17:32:59.525 INFO kablam! Compiling aho-corasick v0.5.3 Jul 11 17:33:02.384 INFO kablam! Compiling log v0.3.9 Jul 11 17:33:14.217 INFO kablam! Compiling regex v0.1.80 Jul 11 17:33:36.917 INFO kablam! Compiling env_logger v0.3.5 Jul 11 17:33:39.266 INFO kablam! Compiling quickcheck v0.3.2 Jul 11 17:33:46.585 INFO kablam! Compiling quickcheck_macros v0.2.29 Jul 11 17:33:48.058 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Jul 11 17:33:48.058 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:27:42 Jul 11 17:33:48.059 INFO kablam! | Jul 11 17:33:48.059 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Jul 11 17:33:48.059 INFO kablam! | ^^^^^^ not found in `token` Jul 11 17:33:48.059 INFO kablam! Jul 11 17:33:48.059 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Jul 11 17:33:48.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:86:30 Jul 11 17:33:48.059 INFO kablam! | Jul 11 17:33:48.059 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Jul 11 17:33:48.059 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Jul 11 17:33:48.059 INFO kablam! Jul 11 17:33:48.059 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Jul 11 17:33:48.059 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:107:41 Jul 11 17:33:48.059 INFO kablam! | Jul 11 17:33:48.060 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Jul 11 17:33:48.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Jul 11 17:33:48.060 INFO kablam! Jul 11 17:33:48.092 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Jul 11 17:33:48.092 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:56:9 Jul 11 17:33:48.092 INFO kablam! | Jul 11 17:33:48.092 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Jul 11 17:33:48.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Jul 11 17:33:48.092 INFO kablam! Jul 11 17:33:48.124 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Jul 11 17:33:48.124 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:61:17 Jul 11 17:33:48.124 INFO kablam! | Jul 11 17:33:48.124 INFO kablam! 61 | lifetimes: vec![], Jul 11 17:33:48.124 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Jul 11 17:33:48.124 INFO kablam! | Jul 11 17:33:48.124 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Jul 11 17:33:48.124 INFO kablam! Jul 11 17:33:48.330 INFO kablam! error: aborting due to 5 previous errors Jul 11 17:33:48.330 INFO kablam! Jul 11 17:33:48.330 INFO kablam! Some errors occurred: E0023, E0425, E0560. Jul 11 17:33:48.330 INFO kablam! For more information about an error, try `rustc --explain E0023`. Jul 11 17:33:48.351 INFO kablam! error: Could not compile `quickcheck_macros`. Jul 11 17:33:48.351 INFO kablam! Jul 11 17:33:48.351 INFO kablam! To learn more, run the command again with --verbose. Jul 11 17:33:48.354 INFO kablam! su: No module specific data is present Jul 11 17:33:48.921 INFO running `"docker" "rm" "-f" "1b53d83315b01a302c5dee9c0d4350f69583b9b900d194130c193a8d0ea0d2d7"` Jul 11 17:33:49.085 INFO blam! 1b53d83315b01a302c5dee9c0d4350f69583b9b900d194130c193a8d0ea0d2d7