Sep 04 05:57:52.606 INFO checking rmpv-0.4.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 05:57:52.606 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 05:57:52.607 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 05:57:52.823 INFO blam! fb9a40607b5eccb2bf0bc63a5f65b6b785783b245378e2fc162105c9250ec1ff Sep 04 05:57:52.825 INFO running `"docker" "start" "-a" "fb9a40607b5eccb2bf0bc63a5f65b6b785783b245378e2fc162105c9250ec1ff"` Sep 04 05:57:53.621 INFO kablam! Checking rmpv v0.4.0 (file:///source) Sep 04 05:57:55.454 INFO kablam! warning: variable does not need to be mutable Sep 04 05:57:55.454 INFO kablam! --> src/decode/value_ref.rs:156:9 Sep 04 05:57:55.454 INFO kablam! | Sep 04 05:57:55.454 INFO kablam! 156 | let mut rd = rd; Sep 04 05:57:55.454 INFO kablam! | ----^^ Sep 04 05:57:55.454 INFO kablam! | | Sep 04 05:57:55.454 INFO kablam! | help: remove this `mut` Sep 04 05:57:55.454 INFO kablam! | Sep 04 05:57:55.454 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 05:57:55.455 INFO kablam! Sep 04 05:57:55.561 INFO kablam! warning: variable does not need to be mutable Sep 04 05:57:55.561 INFO kablam! --> src/decode/value_ref.rs:156:9 Sep 04 05:57:55.561 INFO kablam! | Sep 04 05:57:55.561 INFO kablam! 156 | let mut rd = rd; Sep 04 05:57:55.561 INFO kablam! | ----^^ Sep 04 05:57:55.561 INFO kablam! | | Sep 04 05:57:55.561 INFO kablam! | help: remove this `mut` Sep 04 05:57:55.561 INFO kablam! | Sep 04 05:57:55.561 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 05:57:55.561 INFO kablam! Sep 04 05:57:57.472 INFO kablam! error[E0425]: cannot find function `U64` in this scope Sep 04 05:57:57.472 INFO kablam! --> benches/value.rs:99:31 Sep 04 05:57:57.472 INFO kablam! | Sep 04 05:57:57.472 INFO kablam! 99 | let val = Array(vec![Nil, U64(42), F64(3.1415), Sep 04 05:57:57.472 INFO kablam! | ^^^ did you mean `F64`? Sep 04 05:57:57.472 INFO kablam! Sep 04 05:57:57.921 INFO kablam! error[E0308]: mismatched types Sep 04 05:57:57.921 INFO kablam! --> benches/value.rs:100:16 Sep 04 05:57:57.921 INFO kablam! | Sep 04 05:57:57.921 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Sep 04 05:57:57.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Sep 04 05:57:57.921 INFO kablam! | Sep 04 05:57:57.921 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Sep 04 05:57:57.922 INFO kablam! found type `&'static str` Sep 04 05:57:57.922 INFO kablam! Sep 04 05:57:58.221 INFO kablam! error[E0308]: mismatched types Sep 04 05:57:58.221 INFO kablam! --> benches/value.rs:100:65 Sep 04 05:57:58.221 INFO kablam! | Sep 04 05:57:58.221 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Sep 04 05:57:58.221 INFO kablam! | ^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Sep 04 05:57:58.225 INFO kablam! | Sep 04 05:57:58.225 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Sep 04 05:57:58.225 INFO kablam! found type `&'static str` Sep 04 05:57:58.225 INFO kablam! Sep 04 05:57:58.439 INFO kablam! error[E0308]: mismatched types Sep 04 05:57:58.439 INFO kablam! --> benches/value.rs:100:80 Sep 04 05:57:58.439 INFO kablam! | Sep 04 05:57:58.439 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Sep 04 05:57:58.439 INFO kablam! | ^^^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Sep 04 05:57:58.439 INFO kablam! | Sep 04 05:57:58.439 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Sep 04 05:57:58.439 INFO kablam! found type `&'static str` Sep 04 05:57:58.439 INFO kablam! Sep 04 05:57:58.454 INFO kablam! error: aborting due to 4 previous errors Sep 04 05:57:58.454 INFO kablam! Sep 04 05:57:58.454 INFO kablam! Some errors occurred: E0308, E0425. Sep 04 05:57:58.454 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 04 05:57:58.470 INFO kablam! error: Could not compile `rmpv`. Sep 04 05:57:58.471 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 05:57:58.773 INFO kablam! error: build failed Sep 04 05:57:58.775 INFO kablam! su: No module specific data is present Sep 04 05:57:59.214 INFO running `"docker" "rm" "-f" "fb9a40607b5eccb2bf0bc63a5f65b6b785783b245378e2fc162105c9250ec1ff"` Sep 04 05:57:59.360 INFO blam! fb9a40607b5eccb2bf0bc63a5f65b6b785783b245378e2fc162105c9250ec1ff