Sep 20 21:31:49.658 INFO checking programble/viola against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 21:31:49.658 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 21:31:49.658 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 21:31:49.896 INFO blam! 1c53063d847bf8cda43b9d369f6aa5647950044f6f3bc07c12b5811a3f005e46 Sep 20 21:31:49.898 INFO running `"docker" "start" "-a" "1c53063d847bf8cda43b9d369f6aa5647950044f6f3bc07c12b5811a3f005e46"` Sep 20 21:31:51.518 INFO kablam! usermod: no changes Sep 20 21:31:51.593 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 20 21:31:51.593 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 20 21:31:51.594 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 20 21:31:51.594 INFO kablam! files will be included as a binary target: Sep 20 21:31:51.594 INFO kablam! Sep 20 21:31:51.594 INFO kablam! * /source/src/main.rs Sep 20 21:31:51.594 INFO kablam! Sep 20 21:31:51.594 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 20 21:31:51.594 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 20 21:31:51.594 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 20 21:31:51.594 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 20 21:31:51.594 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 20 21:31:51.594 INFO kablam! Sep 20 21:31:51.594 INFO kablam! For more information on this warning you can consult Sep 20 21:31:51.594 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 20 21:31:51.594 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `vio`, Sep 20 21:31:51.594 INFO kablam! please set bin.path in Cargo.toml Sep 20 21:31:51.658 INFO kablam! Compiling winapi v0.2.8 Sep 20 21:31:51.658 INFO kablam! Compiling libc v0.2.17 Sep 20 21:31:51.658 INFO kablam! Compiling regex-syntax v0.3.7 Sep 20 21:31:51.658 INFO kablam! Compiling utf8-ranges v0.1.3 Sep 20 21:31:51.658 INFO kablam! Compiling log v0.3.6 Sep 20 21:31:51.680 INFO kablam! Checking viola v0.0.0 (/source) Sep 20 21:31:51.686 INFO kablam! Checking memchr v0.1.11 Sep 20 21:31:53.193 INFO kablam! Checking rand v0.3.14 Sep 20 21:31:54.406 INFO kablam! warning: the feature `pub_restricted` has been stable since 1.18.0 and no longer requires an attribute to enable Sep 20 21:31:54.406 INFO kablam! --> src/lib.rs:15:5 Sep 20 21:31:54.406 INFO kablam! | Sep 20 21:31:54.406 INFO kablam! 15 | pub_restricted, Sep 20 21:31:54.406 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 21:31:54.406 INFO kablam! | Sep 20 21:31:54.406 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 21:31:54.406 INFO kablam! Sep 20 21:31:54.406 INFO kablam! warning: the feature `question_mark` has been stable since 1.13.0 and no longer requires an attribute to enable Sep 20 21:31:54.406 INFO kablam! --> src/lib.rs:16:5 Sep 20 21:31:54.406 INFO kablam! | Sep 20 21:31:54.406 INFO kablam! 16 | question_mark, Sep 20 21:31:54.406 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 21:31:54.406 INFO kablam! Sep 20 21:31:55.264 INFO kablam! Checking aho-corasick v0.5.3 Sep 20 21:31:55.314 INFO kablam! Compiling kernel32-sys v0.2.2 Sep 20 21:31:55.414 INFO kablam! Checking thread-id v2.0.0 Sep 20 21:31:56.426 INFO kablam! Checking thread_local v0.2.7 Sep 20 21:32:02.763 INFO kablam! Checking regex v0.1.77 Sep 20 21:32:09.310 INFO kablam! Checking env_logger v0.3.5 Sep 20 21:32:09.990 INFO kablam! Checking quickcheck v0.3.1 Sep 20 21:32:24.670 INFO kablam! Compiling quickcheck_macros v0.2.28 Sep 20 21:32:25.290 INFO kablam! error[E0432]: unresolved import `syntax::abi` Sep 20 21:32:25.290 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.28/src/lib.rs:13:13 Sep 20 21:32:25.290 INFO kablam! | Sep 20 21:32:25.291 INFO kablam! 13 | use syntax::abi::Abi; Sep 20 21:32:25.291 INFO kablam! | ^^^ Could not find `abi` in `syntax` Sep 20 21:32:25.291 INFO kablam! Sep 20 21:32:25.291 INFO kablam! error[E0432]: unresolved import `syntax::codemap` Sep 20 21:32:25.291 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.28/src/lib.rs:16:5 Sep 20 21:32:25.291 INFO kablam! | Sep 20 21:32:25.292 INFO kablam! 16 | use syntax::codemap; Sep 20 21:32:25.292 INFO kablam! | ^^^^^^^^^^^^^^^ no `codemap` in the root Sep 20 21:32:25.292 INFO kablam! Sep 20 21:32:25.317 INFO kablam! error[E0425]: cannot find function `intern` in module `token` Sep 20 21:32:25.318 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.28/src/lib.rs:28:42 Sep 20 21:32:25.318 INFO kablam! | Sep 20 21:32:25.318 INFO kablam! 28 | reg.register_syntax_extension(token::intern("quickcheck"), Sep 20 21:32:25.319 INFO kablam! | ^^^^^^ not found in `token` Sep 20 21:32:25.319 INFO kablam! Sep 20 21:32:25.319 INFO kablam! error[E0425]: cannot find function `str_to_ident` in module `token` Sep 20 21:32:25.320 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.28/src/lib.rs:87:30 Sep 20 21:32:25.320 INFO kablam! | Sep 20 21:32:25.320 INFO kablam! 87 | let check_ident = token::str_to_ident("quickcheck"); Sep 20 21:32:25.320 INFO kablam! | ^^^^^^^^^^^^ not found in `token` Sep 20 21:32:25.321 INFO kablam! Sep 20 21:32:25.321 INFO kablam! error[E0425]: cannot find function `intern_and_get_ident` in module `token` Sep 20 21:32:25.321 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.28/src/lib.rs:108:41 Sep 20 21:32:25.321 INFO kablam! | Sep 20 21:32:25.322 INFO kablam! 108 | span, cx.meta_word(span, token::intern_and_get_ident("test")))); Sep 20 21:32:25.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ not found in `token` Sep 20 21:32:25.322 INFO kablam! Sep 20 21:32:25.337 INFO kablam! error[E0023]: this pattern has 6 fields, but the corresponding tuple variant has 4 fields Sep 20 21:32:25.338 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.28/src/lib.rs:57:9 Sep 20 21:32:25.338 INFO kablam! | Sep 20 21:32:25.338 INFO kablam! 57 | ItemKind::Fn(ref decl, unsafety, _constness, abi, _, _) => { Sep 20 21:32:25.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 4 fields, found 6 Sep 20 21:32:25.339 INFO kablam! Sep 20 21:32:25.356 INFO kablam! error[E0560]: struct `syntax::ast::BareFnTy` has no field named `lifetimes` Sep 20 21:32:25.356 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.28/src/lib.rs:62:17 Sep 20 21:32:25.357 INFO kablam! | Sep 20 21:32:25.357 INFO kablam! 62 | lifetimes: vec![], Sep 20 21:32:25.357 INFO kablam! | ^^^^^^^^^ `syntax::ast::BareFnTy` does not have this field Sep 20 21:32:25.357 INFO kablam! | Sep 20 21:32:25.357 INFO kablam! = note: available fields are: `unsafety`, `abi`, `generic_params`, `decl` Sep 20 21:32:25.357 INFO kablam! Sep 20 21:32:25.480 INFO kablam! error[E0061]: this function takes 4 parameters but 6 parameters were supplied Sep 20 21:32:25.480 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/quickcheck_macros-0.2.28/src/lib.rs:120:16 Sep 20 21:32:25.480 INFO kablam! | Sep 20 21:32:25.481 INFO kablam! 120 | let item = ItemKind::Fn( Sep 20 21:32:25.481 INFO kablam! | ________________^ Sep 20 21:32:25.481 INFO kablam! 121 | | decl, ast::Unsafety::Normal, ast::Constness::NotConst, Abi::Rust, Sep 20 21:32:25.481 INFO kablam! 122 | | ast::Generics::default(), body); Sep 20 21:32:25.481 INFO kablam! | |_______________________________________^ expected 4 parameters Sep 20 21:32:25.481 INFO kablam! Sep 20 21:32:25.490 INFO kablam! error: aborting due to 8 previous errors Sep 20 21:32:25.490 INFO kablam! Sep 20 21:32:25.490 INFO kablam! Some errors occurred: E0023, E0061, E0425, E0432, E0560. Sep 20 21:32:25.490 INFO kablam! For more information about an error, try `rustc --explain E0023`. Sep 20 21:32:25.510 INFO kablam! error: Could not compile `quickcheck_macros`. Sep 20 21:32:25.510 INFO kablam! Sep 20 21:32:25.510 INFO kablam! To learn more, run the command again with --verbose. Sep 20 21:32:25.512 INFO kablam! su: No module specific data is present Sep 20 21:32:26.501 INFO running `"docker" "rm" "-f" "1c53063d847bf8cda43b9d369f6aa5647950044f6f3bc07c12b5811a3f005e46"` Sep 20 21:32:26.614 INFO blam! 1c53063d847bf8cda43b9d369f6aa5647950044f6f3bc07c12b5811a3f005e46