Sep 14 06:27:48.020 INFO checking weighted-regexp-0.1.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 06:27:48.020 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 06:27:48.020 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/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 06:27:48.162 INFO blam! 74285611c4043fcc84eeaad956178e3d354ef9b98863549bf319c2a46eda9834 Sep 14 06:27:48.164 INFO running `"docker" "start" "-a" "74285611c4043fcc84eeaad956178e3d354ef9b98863549bf319c2a46eda9834"` Sep 14 06:27:49.310 INFO kablam! usermod: no changes Sep 14 06:27:49.396 INFO kablam! Compiling memchr v0.1.11 Sep 14 06:27:49.405 INFO kablam! Compiling rand v0.3.22 Sep 14 06:27:49.405 INFO kablam! Compiling thread-id v2.0.0 Sep 14 06:27:49.405 INFO kablam! Checking weighted-regexp v0.1.0 (file:///source) Sep 14 06:27:49.405 INFO kablam! Checking env_logger v0.3.5 Sep 14 06:27:49.711 INFO kablam! Compiling thread_local v0.2.7 Sep 14 06:27:49.895 INFO kablam! Compiling aho-corasick v0.5.3 Sep 14 06:27:50.287 INFO kablam! Checking quickcheck v0.2.27 Sep 14 06:27:51.547 INFO kablam! Compiling regex v0.1.80 Sep 14 06:28:01.003 INFO kablam! Compiling quickcheck v0.3.2 Sep 14 06:28:03.545 INFO kablam! Compiling quickcheck_macros v0.2.29 Sep 14 06:28:04.467 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 14 06:28:04.467 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:15:5 Sep 14 06:28:04.467 INFO kablam! | Sep 14 06:28:04.467 INFO kablam! 15 | use syntax::codemap; Sep 14 06:28:04.467 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 14 06:28:04.467 INFO kablam! Sep 14 06:28:04.495 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 14 06:28:04.495 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:27:42 Sep 14 06:28:04.495 INFO kablam! | Sep 14 06:28:04.495 INFO kablam! 27 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 14 06:28:04.495 INFO kablam! | ^^^^^^ not found in `token` Sep 14 06:28:04.495 INFO kablam! Sep 14 06:28:04.495 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 14 06:28:04.495 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:86:30 Sep 14 06:28:04.495 INFO kablam! | Sep 14 06:28:04.495 INFO kablam! 86 | let check_ident = token::str_to_ident("quickcheck"); Sep 14 06:28:04.495 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 14 06:28:04.495 INFO kablam! Sep 14 06:28:04.495 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 14 06:28:04.495 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:107:41 Sep 14 06:28:04.495 INFO kablam! | Sep 14 06:28:04.495 INFO kablam! 107 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 14 06:28:04.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 14 06:28:04.495 INFO kablam! Sep 14 06:28:04.509 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 14 06:28:04.509 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:56:9 Sep 14 06:28:04.509 INFO kablam! | Sep 14 06:28:04.509 INFO kablam! 56 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 14 06:28:04.509 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 14 06:28:04.509 INFO kablam! Sep 14 06:28:04.527 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 14 06:28:04.527 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.29/src/lib.rs:61:17 Sep 14 06:28:04.527 INFO kablam! | Sep 14 06:28:04.527 INFO kablam! 61 | lifetimes: vec![], Sep 14 06:28:04.527 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 14 06:28:04.527 INFO kablam! | Sep 14 06:28:04.527 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 14 06:28:04.527 INFO kablam! Sep 14 06:28:04.647 INFO kablam! error: aborting due to 6 previous errors Sep 14 06:28:04.647 INFO kablam! Sep 14 06:28:04.647 INFO kablam! Some errors occurred: E0023, E0425, E0432, E0560. Sep 14 06:28:04.647 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 14 06:28:04.664 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 14 06:28:04.664 INFO kablam! Sep 14 06:28:04.664 INFO kablam! To learn more, run the command again with --verbose. Sep 14 06:28:04.666 INFO kablam! su: No module specific data is present Sep 14 06:28:05.252 INFO running `"docker" "rm" "-f" "74285611c4043fcc84eeaad956178e3d354ef9b98863549bf319c2a46eda9834"` Sep 14 06:28:05.442 INFO blam! 74285611c4043fcc84eeaad956178e3d354ef9b98863549bf319c2a46eda9834