Sep 21 10:06:14.749 INFO checking gazetta-core-0.1.3 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 10:06:14.749 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 10:06:14.749 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:06:14.881 INFO blam! 26ead2d44173008345cd200d45cbae8f1d4c4bdd72080a41c1b3270818b79dc8 Sep 21 10:06:14.887 INFO running `"docker" "start" "-a" "26ead2d44173008345cd200d45cbae8f1d4c4bdd72080a41c1b3270818b79dc8"` Sep 21 10:06:16.072 INFO kablam! usermod: no changes Sep 21 10:06:16.122 INFO kablam! Checking gazetta-core v0.1.3 (/source) Sep 21 10:06:16.714 INFO kablam! error: missing fragment specifier Sep 21 10:06:16.714 INFO kablam! --> :163:53 Sep 21 10:06:16.714 INFO kablam! | Sep 21 10:06:16.714 INFO kablam! 163 | $ ( $ attr : tt ) + ) : { $ ( $ code : tt ) * } $ ( $ next ) * ) => { Sep 21 10:06:16.714 INFO kablam! | ^^^^^^ Sep 21 10:06:16.714 INFO kablam! | Sep 21 10:06:16.714 INFO kablam! = note: #[deny(missing_fragment_specifier)] on by default Sep 21 10:06:16.714 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 21 10:06:16.714 INFO kablam! = note: for more information, see issue #40107 Sep 21 10:06:16.714 INFO kablam! Sep 21 10:06:16.728 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 10:06:16.728 INFO kablam! --> src/render.rs:26:5 Sep 21 10:06:16.728 INFO kablam! | Sep 21 10:06:16.728 INFO kablam! 26 | use std::hash::SipHasher; Sep 21 10:06:16.728 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 10:06:16.728 INFO kablam! | Sep 21 10:06:16.728 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 10:06:16.728 INFO kablam! Sep 21 10:06:16.728 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 10:06:16.728 INFO kablam! --> src/render.rs:44:44 Sep 21 10:06:16.728 INFO kablam! | Sep 21 10:06:16.728 INFO kablam! 44 | let mut output = StreamHasher::<_, SipHasher>::new(output); Sep 21 10:06:16.728 INFO kablam! | ^^^^^^^^^ Sep 21 10:06:16.728 INFO kablam! Sep 21 10:06:16.751 INFO kablam! error: missing fragment specifier Sep 21 10:06:16.751 INFO kablam! --> :163:53 Sep 21 10:06:16.751 INFO kablam! | Sep 21 10:06:16.751 INFO kablam! 163 | $ ( $ attr : tt ) + ) : { $ ( $ code : tt ) * } $ ( $ next ) * ) => { Sep 21 10:06:16.751 INFO kablam! | ^^^^^^ Sep 21 10:06:16.751 INFO kablam! | Sep 21 10:06:16.751 INFO kablam! = note: #[deny(missing_fragment_specifier)] on by default Sep 21 10:06:16.751 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 21 10:06:16.751 INFO kablam! = note: for more information, see issue #40107 Sep 21 10:06:16.751 INFO kablam! Sep 21 10:06:16.779 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 10:06:16.779 INFO kablam! --> src/render.rs:26:5 Sep 21 10:06:16.779 INFO kablam! | Sep 21 10:06:16.779 INFO kablam! 26 | use std::hash::SipHasher; Sep 21 10:06:16.779 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 10:06:16.779 INFO kablam! | Sep 21 10:06:16.779 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 10:06:16.779 INFO kablam! Sep 21 10:06:16.779 INFO kablam! warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead Sep 21 10:06:16.779 INFO kablam! --> src/render.rs:44:44 Sep 21 10:06:16.779 INFO kablam! | Sep 21 10:06:16.779 INFO kablam! 44 | let mut output = StreamHasher::<_, SipHasher>::new(output); Sep 21 10:06:16.779 INFO kablam! | ^^^^^^^^^ Sep 21 10:06:16.779 INFO kablam! Sep 21 10:06:16.995 INFO kablam! warning: unused import: `std::fmt::Write` Sep 21 10:06:16.995 INFO kablam! --> src/render.rs:159:33 Sep 21 10:06:16.995 INFO kablam! | Sep 21 10:06:16.995 INFO kablam! 159 | use std::fmt::Write; Sep 21 10:06:16.995 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 10:06:16.995 INFO kablam! | Sep 21 10:06:16.995 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:06:16.995 INFO kablam! Sep 21 10:06:17.011 INFO kablam! error: aborting due to previous error Sep 21 10:06:17.011 INFO kablam! Sep 21 10:06:17.011 INFO kablam! error: Could not compile `gazetta-core`. Sep 21 10:06:17.011 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:06:17.095 INFO kablam! warning: unused import: `std::fmt::Write` Sep 21 10:06:17.095 INFO kablam! --> src/render.rs:159:33 Sep 21 10:06:17.095 INFO kablam! | Sep 21 10:06:17.095 INFO kablam! 159 | use std::fmt::Write; Sep 21 10:06:17.095 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 10:06:17.096 INFO kablam! | Sep 21 10:06:17.096 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 10:06:17.096 INFO kablam! Sep 21 10:06:17.106 INFO kablam! error: aborting due to previous error Sep 21 10:06:17.106 INFO kablam! Sep 21 10:06:17.114 INFO kablam! error: Could not compile `gazetta-core`. Sep 21 10:06:17.114 INFO kablam! Sep 21 10:06:17.114 INFO kablam! To learn more, run the command again with --verbose. Sep 21 10:06:17.118 INFO kablam! su: No module specific data is present Sep 21 10:06:18.092 INFO running `"docker" "rm" "-f" "26ead2d44173008345cd200d45cbae8f1d4c4bdd72080a41c1b3270818b79dc8"` Sep 21 10:06:18.184 INFO blam! 26ead2d44173008345cd200d45cbae8f1d4c4bdd72080a41c1b3270818b79dc8