Sep 19 21:40:29.527 INFO checking rmpv-0.4.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 21:40:29.527 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 21:40:29.527 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 21:40:29.725 INFO blam! f6ea2988e680e9560ae55a707954e6236a8655a942719ee2b8ec2bf8ee29b3b1 Sep 19 21:40:29.728 INFO running `"docker" "start" "-a" "f6ea2988e680e9560ae55a707954e6236a8655a942719ee2b8ec2bf8ee29b3b1"` Sep 19 21:40:30.326 INFO kablam! usermod: no changes Sep 19 21:40:30.405 INFO kablam! Checking rmpv v0.4.0 (/source) Sep 19 21:40:31.154 INFO kablam! warning: variable does not need to be mutable Sep 19 21:40:31.154 INFO kablam! --> src/decode/value_ref.rs:156:9 Sep 19 21:40:31.154 INFO kablam! | Sep 19 21:40:31.154 INFO kablam! 156 | let mut rd = rd; Sep 19 21:40:31.154 INFO kablam! | ----^^ Sep 19 21:40:31.154 INFO kablam! | | Sep 19 21:40:31.154 INFO kablam! | help: remove this `mut` Sep 19 21:40:31.154 INFO kablam! | Sep 19 21:40:31.154 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 21:40:31.154 INFO kablam! Sep 19 21:40:31.230 INFO kablam! warning: variable does not need to be mutable Sep 19 21:40:31.230 INFO kablam! --> src/decode/value_ref.rs:156:9 Sep 19 21:40:31.230 INFO kablam! | Sep 19 21:40:31.230 INFO kablam! 156 | let mut rd = rd; Sep 19 21:40:31.230 INFO kablam! | ----^^ Sep 19 21:40:31.230 INFO kablam! | | Sep 19 21:40:31.230 INFO kablam! | help: remove this `mut` Sep 19 21:40:31.230 INFO kablam! | Sep 19 21:40:31.230 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 21:40:31.230 INFO kablam! Sep 19 21:40:32.048 INFO kablam! error[E0425]: cannot find function `U64` in this scope Sep 19 21:40:32.048 INFO kablam! --> benches/value.rs:99:31 Sep 19 21:40:32.048 INFO kablam! | Sep 19 21:40:32.048 INFO kablam! 99 | let val = Array(vec![Nil, U64(42), F64(3.1415), Sep 19 21:40:32.048 INFO kablam! | ^^^ did you mean `F64`? Sep 19 21:40:32.080 INFO kablam! Sep 19 21:40:32.342 INFO kablam! error[E0308]: mismatched types Sep 19 21:40:32.342 INFO kablam! --> benches/value.rs:100:16 Sep 19 21:40:32.342 INFO kablam! | Sep 19 21:40:32.342 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Sep 19 21:40:32.342 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Sep 19 21:40:32.342 INFO kablam! | Sep 19 21:40:32.342 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Sep 19 21:40:32.342 INFO kablam! found type `&'static str` Sep 19 21:40:32.342 INFO kablam! Sep 19 21:40:32.420 INFO kablam! error[E0308]: mismatched types Sep 19 21:40:32.420 INFO kablam! --> benches/value.rs:100:65 Sep 19 21:40:32.421 INFO kablam! | Sep 19 21:40:32.421 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Sep 19 21:40:32.421 INFO kablam! | ^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Sep 19 21:40:32.421 INFO kablam! | Sep 19 21:40:32.421 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Sep 19 21:40:32.421 INFO kablam! found type `&'static str` Sep 19 21:40:32.421 INFO kablam! Sep 19 21:40:32.496 INFO kablam! error[E0308]: mismatched types Sep 19 21:40:32.496 INFO kablam! --> benches/value.rs:100:80 Sep 19 21:40:32.496 INFO kablam! | Sep 19 21:40:32.496 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Sep 19 21:40:32.496 INFO kablam! | ^^^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Sep 19 21:40:32.496 INFO kablam! | Sep 19 21:40:32.496 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Sep 19 21:40:32.497 INFO kablam! found type `&'static str` Sep 19 21:40:32.497 INFO kablam! Sep 19 21:40:32.504 INFO kablam! error: aborting due to 4 previous errors Sep 19 21:40:32.504 INFO kablam! Sep 19 21:40:32.504 INFO kablam! Some errors occurred: E0308, E0425. Sep 19 21:40:32.504 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 19 21:40:32.512 INFO kablam! error: Could not compile `rmpv`. Sep 19 21:40:32.512 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 21:40:32.537 INFO kablam! error: build failed Sep 19 21:40:32.539 INFO kablam! su: No module specific data is present Sep 19 21:40:33.111 INFO running `"docker" "rm" "-f" "f6ea2988e680e9560ae55a707954e6236a8655a942719ee2b8ec2bf8ee29b3b1"` Sep 19 21:40:33.175 INFO blam! f6ea2988e680e9560ae55a707954e6236a8655a942719ee2b8ec2bf8ee29b3b1