Sep 19 19:45:34.695 INFO checking rmpv-0.4.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 19:45:34.695 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 19:45:34.695 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:45:34.834 INFO blam! 15825cdc94b6e1f41751a5c7bd20318c080471e196322a65a7f1a02f2e9c4a44 Sep 19 19:45:34.837 INFO running `"docker" "start" "-a" "15825cdc94b6e1f41751a5c7bd20318c080471e196322a65a7f1a02f2e9c4a44"` Sep 19 19:45:35.781 INFO kablam! usermod: no changes Sep 19 19:45:35.867 INFO kablam! Checking rmpv v0.4.0 (/source) Sep 19 19:45:36.632 INFO kablam! warning: variable does not need to be mutable Sep 19 19:45:36.632 INFO kablam! --> src/decode/value_ref.rs:156:9 Sep 19 19:45:36.632 INFO kablam! | Sep 19 19:45:36.632 INFO kablam! 156 | let mut rd = rd; Sep 19 19:45:36.632 INFO kablam! | ----^^ Sep 19 19:45:36.632 INFO kablam! | | Sep 19 19:45:36.632 INFO kablam! | help: remove this `mut` Sep 19 19:45:36.632 INFO kablam! | Sep 19 19:45:36.632 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 19:45:36.632 INFO kablam! Sep 19 19:45:36.643 INFO kablam! warning: variable does not need to be mutable Sep 19 19:45:36.643 INFO kablam! --> src/decode/value_ref.rs:156:9 Sep 19 19:45:36.643 INFO kablam! | Sep 19 19:45:36.643 INFO kablam! 156 | let mut rd = rd; Sep 19 19:45:36.643 INFO kablam! | ----^^ Sep 19 19:45:36.643 INFO kablam! | | Sep 19 19:45:36.643 INFO kablam! | help: remove this `mut` Sep 19 19:45:36.643 INFO kablam! | Sep 19 19:45:36.643 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 19:45:36.643 INFO kablam! Sep 19 19:45:37.832 INFO kablam! error[E0425]: cannot find function `U64` in this scope Sep 19 19:45:37.832 INFO kablam! --> benches/value.rs:99:31 Sep 19 19:45:37.832 INFO kablam! | Sep 19 19:45:37.832 INFO kablam! 99 | let val = Array(vec![Nil, U64(42), F64(3.1415), Sep 19 19:45:37.832 INFO kablam! | ^^^ did you mean `F64`? Sep 19 19:45:37.832 INFO kablam! Sep 19 19:45:38.198 INFO kablam! error[E0308]: mismatched types Sep 19 19:45:38.198 INFO kablam! --> benches/value.rs:100:16 Sep 19 19:45:38.198 INFO kablam! | Sep 19 19:45:38.198 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Sep 19 19:45:38.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Sep 19 19:45:38.198 INFO kablam! | Sep 19 19:45:38.198 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Sep 19 19:45:38.198 INFO kablam! found type `&'static str` Sep 19 19:45:38.198 INFO kablam! Sep 19 19:45:38.291 INFO kablam! error[E0308]: mismatched types Sep 19 19:45:38.291 INFO kablam! --> benches/value.rs:100:65 Sep 19 19:45:38.291 INFO kablam! | Sep 19 19:45:38.291 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Sep 19 19:45:38.291 INFO kablam! | ^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Sep 19 19:45:38.291 INFO kablam! | Sep 19 19:45:38.291 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Sep 19 19:45:38.291 INFO kablam! found type `&'static str` Sep 19 19:45:38.291 INFO kablam! Sep 19 19:45:38.374 INFO kablam! error[E0308]: mismatched types Sep 19 19:45:38.374 INFO kablam! --> benches/value.rs:100:80 Sep 19 19:45:38.374 INFO kablam! | Sep 19 19:45:38.374 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Sep 19 19:45:38.374 INFO kablam! | ^^^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Sep 19 19:45:38.374 INFO kablam! | Sep 19 19:45:38.375 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Sep 19 19:45:38.375 INFO kablam! found type `&'static str` Sep 19 19:45:38.375 INFO kablam! Sep 19 19:45:38.383 INFO kablam! error: aborting due to 4 previous errors Sep 19 19:45:38.383 INFO kablam! Sep 19 19:45:38.383 INFO kablam! Some errors occurred: E0308, E0425. Sep 19 19:45:38.383 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 19 19:45:38.394 INFO kablam! error: Could not compile `rmpv`. Sep 19 19:45:38.394 INFO kablam! Sep 19 19:45:38.394 INFO kablam! To learn more, run the command again with --verbose. Sep 19 19:45:38.396 INFO kablam! su: No module specific data is present Sep 19 19:45:39.085 INFO running `"docker" "rm" "-f" "15825cdc94b6e1f41751a5c7bd20318c080471e196322a65a7f1a02f2e9c4a44"` Sep 19 19:45:39.263 INFO blam! 15825cdc94b6e1f41751a5c7bd20318c080471e196322a65a7f1a02f2e9c4a44