Sep 01 03:41:14.309 INFO checking gazetta-core-0.1.3 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 03:41:14.309 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 03:41:14.309 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 03:41:14.534 INFO blam! c8ee9be665b19fea6d4062268dcf6ce869105e0600a91325a6708045599e1507 Sep 01 03:41:14.537 INFO running `"docker" "start" "-a" "c8ee9be665b19fea6d4062268dcf6ce869105e0600a91325a6708045599e1507"` Sep 01 03:41:15.304 INFO kablam! Checking gazetta-core v0.1.3 (file:///source) Sep 01 03:41:16.372 INFO kablam! error: missing fragment specifier Sep 01 03:41:16.372 INFO kablam! --> :163:53 Sep 01 03:41:16.372 INFO kablam! | Sep 01 03:41:16.372 INFO kablam! 163 | $ ( $ attr : tt ) + ) : { $ ( $ code : tt ) * } $ ( $ next ) * ) => { Sep 01 03:41:16.372 INFO kablam! | ^^^^^^ Sep 01 03:41:16.373 INFO kablam! | Sep 01 03:41:16.373 INFO kablam! = note: #[deny(missing_fragment_specifier)] on by default Sep 01 03:41:16.373 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 01 03:41:16.373 INFO kablam! = note: for more information, see issue #40107 Sep 01 03:41:16.373 INFO kablam! Sep 01 03:41:16.399 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 03:41:16.399 INFO kablam! --> src/render.rs:26:5 Sep 01 03:41:16.399 INFO kablam! | Sep 01 03:41:16.399 INFO kablam! 26 | use std::hash::SipHasher; Sep 01 03:41:16.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 03:41:16.399 INFO kablam! | Sep 01 03:41:16.399 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 03:41:16.399 INFO kablam! Sep 01 03:41:16.399 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 03:41:16.399 INFO kablam! --> src/render.rs:44:44 Sep 01 03:41:16.399 INFO kablam! | Sep 01 03:41:16.399 INFO kablam! 44 | let mut output = StreamHasher::<_, SipHasher>::new(output); Sep 01 03:41:16.400 INFO kablam! | ^^^^^^^^^ Sep 01 03:41:16.400 INFO kablam! Sep 01 03:41:16.424 INFO kablam! error: missing fragment specifier Sep 01 03:41:16.424 INFO kablam! --> :163:53 Sep 01 03:41:16.424 INFO kablam! | Sep 01 03:41:16.424 INFO kablam! 163 | $ ( $ attr : tt ) + ) : { $ ( $ code : tt ) * } $ ( $ next ) * ) => { Sep 01 03:41:16.424 INFO kablam! | ^^^^^^ Sep 01 03:41:16.424 INFO kablam! | Sep 01 03:41:16.424 INFO kablam! = note: #[deny(missing_fragment_specifier)] on by default Sep 01 03:41:16.424 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 01 03:41:16.424 INFO kablam! = note: for more information, see issue #40107 Sep 01 03:41:16.424 INFO kablam! Sep 01 03:41:16.445 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 03:41:16.445 INFO kablam! --> src/render.rs:26:5 Sep 01 03:41:16.445 INFO kablam! | Sep 01 03:41:16.445 INFO kablam! 26 | use std::hash::SipHasher; Sep 01 03:41:16.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 01 03:41:16.445 INFO kablam! | Sep 01 03:41:16.445 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 03:41:16.445 INFO kablam! Sep 01 03:41:16.445 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 01 03:41:16.445 INFO kablam! --> src/render.rs:44:44 Sep 01 03:41:16.445 INFO kablam! | Sep 01 03:41:16.446 INFO kablam! 44 | let mut output = StreamHasher::<_, SipHasher>::new(output); Sep 01 03:41:16.446 INFO kablam! | ^^^^^^^^^ Sep 01 03:41:16.446 INFO kablam! Sep 01 03:41:16.975 INFO kablam! warning: unused import: `std::fmt::Write` Sep 01 03:41:16.975 INFO kablam! --> src/render.rs:159:33 Sep 01 03:41:16.975 INFO kablam! | Sep 01 03:41:16.975 INFO kablam! 159 | use std::fmt::Write; Sep 01 03:41:16.975 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 03:41:16.975 INFO kablam! | Sep 01 03:41:16.975 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 03:41:16.975 INFO kablam! Sep 01 03:41:16.980 INFO kablam! warning: unused import: `std::fmt::Write` Sep 01 03:41:16.980 INFO kablam! --> src/render.rs:159:33 Sep 01 03:41:16.980 INFO kablam! | Sep 01 03:41:16.981 INFO kablam! 159 | use std::fmt::Write; Sep 01 03:41:16.981 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 03:41:16.981 INFO kablam! | Sep 01 03:41:16.981 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 03:41:16.981 INFO kablam! Sep 01 03:41:16.984 INFO kablam! error: aborting due to previous error Sep 01 03:41:16.984 INFO kablam! Sep 01 03:41:16.988 INFO kablam! error: aborting due to previous error Sep 01 03:41:16.988 INFO kablam! Sep 01 03:41:16.992 INFO kablam! error: Could not compile `gazetta-core`. Sep 01 03:41:16.992 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 03:41:16.996 INFO kablam! error: Could not compile `gazetta-core`. Sep 01 03:41:16.997 INFO kablam! Sep 01 03:41:16.997 INFO kablam! To learn more, run the command again with --verbose. Sep 01 03:41:16.998 INFO kablam! su: No module specific data is present Sep 01 03:41:17.341 INFO running `"docker" "rm" "-f" "c8ee9be665b19fea6d4062268dcf6ce869105e0600a91325a6708045599e1507"` Sep 01 03:41:17.436 INFO blam! c8ee9be665b19fea6d4062268dcf6ce869105e0600a91325a6708045599e1507