Sep 01 01:56:26.528 INFO checking weighted-regexp-0.1.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 01:56:26.528 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 01:56:26.528 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 01:56:26.775 INFO blam! 9166b254a7dbbc464cf00ff1ace03a145412d6d732419554faad88b0e1cee411 Sep 01 01:56:26.778 INFO running `"docker" "start" "-a" "9166b254a7dbbc464cf00ff1ace03a145412d6d732419554faad88b0e1cee411"` Sep 01 01:56:27.508 INFO kablam! Compiling memchr v0.1.11 Sep 01 01:56:27.508 INFO kablam! Compiling rand v0.3.22 Sep 01 01:56:27.509 INFO kablam! Compiling thread-id v2.0.0 Sep 01 01:56:27.510 INFO kablam! Checking weighted-regexp v0.1.0 (file:///source) Sep 01 01:56:27.869 INFO kablam! Compiling thread_local v0.2.7 Sep 01 01:56:28.378 INFO kablam! Compiling aho-corasick v0.5.3 Sep 01 01:56:30.151 INFO kablam! Compiling regex v0.1.80 Sep 01 01:56:38.186 INFO kablam! Compiling env_logger v0.3.5 Sep 01 01:56:39.339 INFO kablam! Compiling quickcheck v0.3.2 Sep 01 01:56:42.388 INFO kablam! Compiling quickcheck_macros v0.2.29 Sep 01 01:56:43.672 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 01 01:56:43.672 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:15:5 Sep 01 01:56:43.672 INFO kablam! | Sep 01 01:56:43.672 INFO kablam! 15 | use syntax::codemap; Sep 01 01:56:43.672 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 01 01:56:43.672 INFO kablam! Sep 01 01:56:43.696 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 01 01:56:43.696 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:27:42 Sep 01 01:56:43.696 INFO kablam! | Sep 01 01:56:43.696 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 01 01:56:43.696 INFO kablam! | ^^^^^^ not found in `token` Sep 01 01:56:43.696 INFO kablam! Sep 01 01:56:43.696 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 01 01:56:43.696 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:86:30 Sep 01 01:56:43.696 INFO kablam! | Sep 01 01:56:43.696 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 01 01:56:43.696 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 01 01:56:43.696 INFO kablam! Sep 01 01:56:43.697 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 01 01:56:43.697 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:107:41 Sep 01 01:56:43.697 INFO kablam! | Sep 01 01:56:43.697 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 01 01:56:43.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 01 01:56:43.697 INFO kablam! Sep 01 01:56:43.714 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 01 01:56:43.714 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:56:9 Sep 01 01:56:43.714 INFO kablam! | Sep 01 01:56:43.714 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 01 01:56:43.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 01 01:56:43.714 INFO kablam! Sep 01 01:56:43.730 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 01 01:56:43.730 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:61:17 Sep 01 01:56:43.730 INFO kablam! | Sep 01 01:56:43.730 INFO kablam! 61 | lifetimes: vec![], Sep 01 01:56:43.730 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 01 01:56:43.730 INFO kablam! | Sep 01 01:56:43.730 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 01 01:56:43.730 INFO kablam! Sep 01 01:56:43.857 INFO kablam! error: aborting due to 6 previous errors Sep 01 01:56:43.857 INFO kablam! Sep 01 01:56:43.857 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 01 01:56:43.857 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 01 01:56:43.873 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 01 01:56:43.874 INFO kablam! Sep 01 01:56:43.874 INFO kablam! To learn more, run the command again with --verbose. Sep 01 01:56:43.875 INFO kablam! su: No module specific data is present Sep 01 01:56:44.313 INFO running `"docker" "rm" "-f" "9166b254a7dbbc464cf00ff1ace03a145412d6d732419554faad88b0e1cee411"` Sep 01 01:56:44.415 INFO blam! 9166b254a7dbbc464cf00ff1ace03a145412d6d732419554faad88b0e1cee411