Sep 02 13:41:55.706 INFO checking gazetta-core-0.1.3 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 13:41:55.706 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 13:41:55.706 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 13:41:55.946 INFO blam! ca1ff782025ab094bae92f74844b6e26dc46b41404794c7d9758deef5ad334e6 Sep 02 13:41:55.948 INFO running `"docker" "start" "-a" "ca1ff782025ab094bae92f74844b6e26dc46b41404794c7d9758deef5ad334e6"` Sep 02 13:41:56.717 INFO kablam! Checking gazetta-core v0.1.3 (file:///source) Sep 02 13:41:57.767 INFO kablam! error: missing fragment specifier Sep 02 13:41:57.767 INFO kablam! --> :163:53 Sep 02 13:41:57.767 INFO kablam! | Sep 02 13:41:57.768 INFO kablam! 163 | $ ( $ attr : tt ) + ) : { $ ( $ code : tt ) * } $ ( $ next ) * ) => { Sep 02 13:41:57.768 INFO kablam! | ^^^^^^ Sep 02 13:41:57.768 INFO kablam! | Sep 02 13:41:57.768 INFO kablam! = note: #[deny(missing_fragment_specifier)] on by default Sep 02 13:41:57.768 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 13:41:57.768 INFO kablam! = note: for more information, see issue #40107 Sep 02 13:41:57.768 INFO kablam! Sep 02 13:41:57.790 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 02 13:41:57.790 INFO kablam! --> src/render.rs:26:5 Sep 02 13:41:57.790 INFO kablam! | Sep 02 13:41:57.790 INFO kablam! 26 | use std::hash::SipHasher; Sep 02 13:41:57.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 13:41:57.790 INFO kablam! | Sep 02 13:41:57.790 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 13:41:57.790 INFO kablam! Sep 02 13:41:57.790 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 02 13:41:57.790 INFO kablam! --> src/render.rs:44:44 Sep 02 13:41:57.790 INFO kablam! | Sep 02 13:41:57.790 INFO kablam! 44 | let mut output = StreamHasher::<_, SipHasher>::new(output); Sep 02 13:41:57.790 INFO kablam! | ^^^^^^^^^ Sep 02 13:41:57.791 INFO kablam! Sep 02 13:41:57.884 INFO kablam! error: missing fragment specifier Sep 02 13:41:57.884 INFO kablam! --> :163:53 Sep 02 13:41:57.884 INFO kablam! | Sep 02 13:41:57.884 INFO kablam! 163 | $ ( $ attr : tt ) + ) : { $ ( $ code : tt ) * } $ ( $ next ) * ) => { Sep 02 13:41:57.884 INFO kablam! | ^^^^^^ Sep 02 13:41:57.884 INFO kablam! | Sep 02 13:41:57.884 INFO kablam! = note: #[deny(missing_fragment_specifier)] on by default Sep 02 13:41:57.885 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 02 13:41:57.885 INFO kablam! = note: for more information, see issue #40107 Sep 02 13:41:57.885 INFO kablam! Sep 02 13:41:57.921 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 02 13:41:57.921 INFO kablam! --> src/render.rs:26:5 Sep 02 13:41:57.921 INFO kablam! | Sep 02 13:41:57.921 INFO kablam! 26 | use std::hash::SipHasher; Sep 02 13:41:57.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 02 13:41:57.921 INFO kablam! | Sep 02 13:41:57.921 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 13:41:57.921 INFO kablam! Sep 02 13:41:57.921 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 02 13:41:57.921 INFO kablam! --> src/render.rs:44:44 Sep 02 13:41:57.921 INFO kablam! | Sep 02 13:41:57.921 INFO kablam! 44 | let mut output = StreamHasher::<_, SipHasher>::new(output); Sep 02 13:41:57.921 INFO kablam! | ^^^^^^^^^ Sep 02 13:41:57.922 INFO kablam! Sep 02 13:41:58.254 INFO kablam! warning: unused import: `std::fmt::Write` Sep 02 13:41:58.254 INFO kablam! --> src/render.rs:159:33 Sep 02 13:41:58.254 INFO kablam! | Sep 02 13:41:58.254 INFO kablam! 159 | use std::fmt::Write; Sep 02 13:41:58.254 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 13:41:58.254 INFO kablam! | Sep 02 13:41:58.254 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 13:41:58.255 INFO kablam! Sep 02 13:41:58.263 INFO kablam! error: aborting due to previous error Sep 02 13:41:58.263 INFO kablam! Sep 02 13:41:58.273 INFO kablam! error: Could not compile `gazetta-core`. Sep 02 13:41:58.273 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 13:41:58.537 INFO kablam! warning: unused import: `std::fmt::Write` Sep 02 13:41:58.537 INFO kablam! --> src/render.rs:159:33 Sep 02 13:41:58.538 INFO kablam! | Sep 02 13:41:58.538 INFO kablam! 159 | use std::fmt::Write; Sep 02 13:41:58.538 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 13:41:58.538 INFO kablam! | Sep 02 13:41:58.538 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 13:41:58.538 INFO kablam! Sep 02 13:41:58.544 INFO kablam! error: aborting due to previous error Sep 02 13:41:58.544 INFO kablam! Sep 02 13:41:58.554 INFO kablam! error: Could not compile `gazetta-core`. Sep 02 13:41:58.554 INFO kablam! Sep 02 13:41:58.554 INFO kablam! To learn more, run the command again with --verbose. Sep 02 13:41:58.555 INFO kablam! su: No module specific data is present Sep 02 13:41:58.985 INFO running `"docker" "rm" "-f" "ca1ff782025ab094bae92f74844b6e26dc46b41404794c7d9758deef5ad334e6"` Sep 02 13:41:59.098 INFO blam! ca1ff782025ab094bae92f74844b6e26dc46b41404794c7d9758deef5ad334e6