Oct 13 09:54:45.230 INFO checking rmpv-0.4.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 09:54:45.230 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 09:54:45.522 INFO blam! 4ad2c82d7c3035802e320eec47fec75a63639646148fa3b3e9b343d3c68071f2 Oct 13 09:54:45.524 INFO running `"docker" "start" "-a" "4ad2c82d7c3035802e320eec47fec75a63639646148fa3b3e9b343d3c68071f2"` Oct 13 09:54:46.896 INFO kablam! usermod: no changes Oct 13 09:54:47.064 INFO kablam! Checking rmpv v0.4.0 (/source) Oct 13 09:54:48.621 INFO kablam! warning: variable does not need to be mutable Oct 13 09:54:48.621 INFO kablam! --> src/decode/value_ref.rs:156:9 Oct 13 09:54:48.621 INFO kablam! | Oct 13 09:54:48.621 INFO kablam! 156 | let mut rd = rd; Oct 13 09:54:48.621 INFO kablam! | ----^^ Oct 13 09:54:48.621 INFO kablam! | | Oct 13 09:54:48.621 INFO kablam! | help: remove this `mut` Oct 13 09:54:48.621 INFO kablam! | Oct 13 09:54:48.621 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 09:54:48.621 INFO kablam! Oct 13 09:54:48.700 INFO kablam! warning: variable does not need to be mutable Oct 13 09:54:48.700 INFO kablam! --> src/decode/value_ref.rs:156:9 Oct 13 09:54:48.700 INFO kablam! | Oct 13 09:54:48.700 INFO kablam! 156 | let mut rd = rd; Oct 13 09:54:48.700 INFO kablam! | ----^^ Oct 13 09:54:48.700 INFO kablam! | | Oct 13 09:54:48.700 INFO kablam! | help: remove this `mut` Oct 13 09:54:48.700 INFO kablam! | Oct 13 09:54:48.700 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 09:54:48.700 INFO kablam! Oct 13 09:54:52.048 INFO kablam! error[E0425]: cannot find function `U64` in this scope Oct 13 09:54:52.048 INFO kablam! --> benches/value.rs:99:31 Oct 13 09:54:52.048 INFO kablam! | Oct 13 09:54:52.048 INFO kablam! 99 | let val = Array(vec![Nil, U64(42), F64(3.1415), Oct 13 09:54:52.048 INFO kablam! | ^^^ did you mean `F64`? Oct 13 09:54:52.048 INFO kablam! Oct 13 09:54:52.548 INFO kablam! error[E0308]: mismatched types Oct 13 09:54:52.548 INFO kablam! --> benches/value.rs:100:16 Oct 13 09:54:52.548 INFO kablam! | Oct 13 09:54:52.548 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Oct 13 09:54:52.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Oct 13 09:54:52.560 INFO kablam! | Oct 13 09:54:52.560 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Oct 13 09:54:52.560 INFO kablam! found type `&'static str` Oct 13 09:54:52.564 INFO kablam! Oct 13 09:54:52.716 INFO kablam! error[E0308]: mismatched types Oct 13 09:54:52.716 INFO kablam! --> benches/value.rs:100:65 Oct 13 09:54:52.716 INFO kablam! | Oct 13 09:54:52.716 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Oct 13 09:54:52.716 INFO kablam! | ^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Oct 13 09:54:52.716 INFO kablam! | Oct 13 09:54:52.716 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Oct 13 09:54:52.716 INFO kablam! found type `&'static str` Oct 13 09:54:52.716 INFO kablam! Oct 13 09:54:52.784 INFO kablam! error[E0308]: mismatched types Oct 13 09:54:52.784 INFO kablam! --> benches/value.rs:100:80 Oct 13 09:54:52.784 INFO kablam! | Oct 13 09:54:52.784 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Oct 13 09:54:52.784 INFO kablam! | ^^^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Oct 13 09:54:52.784 INFO kablam! | Oct 13 09:54:52.784 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Oct 13 09:54:52.784 INFO kablam! found type `&'static str` Oct 13 09:54:52.784 INFO kablam! Oct 13 09:54:52.796 INFO kablam! error: aborting due to 4 previous errors Oct 13 09:54:52.796 INFO kablam! Oct 13 09:54:52.796 INFO kablam! Some errors occurred: E0308, E0425. Oct 13 09:54:52.796 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 13 09:54:52.801 INFO kablam! error: Could not compile `rmpv`. Oct 13 09:54:52.802 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 09:54:53.268 INFO kablam! error: build failed Oct 13 09:54:53.268 INFO kablam! su: No module specific data is present Oct 13 09:54:53.998 INFO running `"docker" "rm" "-f" "4ad2c82d7c3035802e320eec47fec75a63639646148fa3b3e9b343d3c68071f2"` Oct 13 09:54:54.176 INFO blam! 4ad2c82d7c3035802e320eec47fec75a63639646148fa3b3e9b343d3c68071f2