Oct 27 17:05:23.109 INFO checking rmpv-0.4.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 17:05:23.109 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 17:05:23.436 INFO blam! c219ce46b6807e5458108993bf266be95524ae91850d8004857ac137e076b973 Oct 27 17:05:23.448 INFO running `"docker" "start" "-a" "c219ce46b6807e5458108993bf266be95524ae91850d8004857ac137e076b973"` Oct 27 17:05:24.227 INFO kablam! usermod: no changes Oct 27 17:05:24.327 INFO kablam! Checking rmpv v0.4.0 (/source) Oct 27 17:05:24.327 INFO kablam! Checking quickcheck v0.3.2 Oct 27 17:05:26.055 INFO kablam! warning: variable does not need to be mutable Oct 27 17:05:26.055 INFO kablam! --> src/decode/value_ref.rs:156:9 Oct 27 17:05:26.055 INFO kablam! | Oct 27 17:05:26.055 INFO kablam! 156 | let mut rd = rd; Oct 27 17:05:26.055 INFO kablam! | ----^^ Oct 27 17:05:26.055 INFO kablam! | | Oct 27 17:05:26.055 INFO kablam! | help: remove this `mut` Oct 27 17:05:26.055 INFO kablam! | Oct 27 17:05:26.055 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 17:05:26.055 INFO kablam! Oct 27 17:05:32.211 INFO kablam! error[E0425]: cannot find function `U64` in this scope Oct 27 17:05:32.211 INFO kablam! --> benches/value.rs:99:31 Oct 27 17:05:32.211 INFO kablam! | Oct 27 17:05:32.211 INFO kablam! 99 | let val = Array(vec![Nil, U64(42), F64(3.1415), Oct 27 17:05:32.211 INFO kablam! | ^^^ did you mean `F64`? Oct 27 17:05:32.211 INFO kablam! Oct 27 17:05:32.551 INFO kablam! error[E0308]: mismatched types Oct 27 17:05:32.551 INFO kablam! --> benches/value.rs:100:16 Oct 27 17:05:32.551 INFO kablam! | Oct 27 17:05:32.551 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Oct 27 17:05:32.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Oct 27 17:05:32.551 INFO kablam! | Oct 27 17:05:32.551 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Oct 27 17:05:32.551 INFO kablam! found type `&'static str` Oct 27 17:05:32.551 INFO kablam! Oct 27 17:05:32.847 INFO kablam! error[E0308]: mismatched types Oct 27 17:05:32.848 INFO kablam! --> benches/value.rs:100:65 Oct 27 17:05:32.848 INFO kablam! | Oct 27 17:05:32.848 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Oct 27 17:05:32.848 INFO kablam! | ^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Oct 27 17:05:32.855 INFO kablam! | Oct 27 17:05:32.855 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Oct 27 17:05:32.855 INFO kablam! found type `&'static str` Oct 27 17:05:32.855 INFO kablam! Oct 27 17:05:33.146 INFO kablam! error[E0308]: mismatched types Oct 27 17:05:33.146 INFO kablam! --> benches/value.rs:100:80 Oct 27 17:05:33.146 INFO kablam! | Oct 27 17:05:33.146 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Oct 27 17:05:33.147 INFO kablam! | ^^^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Oct 27 17:05:33.147 INFO kablam! | Oct 27 17:05:33.148 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Oct 27 17:05:33.148 INFO kablam! found type `&'static str` Oct 27 17:05:33.148 INFO kablam! Oct 27 17:05:33.179 INFO kablam! error: aborting due to 4 previous errors Oct 27 17:05:33.179 INFO kablam! Oct 27 17:05:33.179 INFO kablam! Some errors occurred: E0308, E0425. Oct 27 17:05:33.183 INFO kablam! For more information about an error, try `rustc --explain E0308`. Oct 27 17:05:33.195 INFO kablam! warning: variable does not need to be mutable Oct 27 17:05:33.196 INFO kablam! --> src/decode/value_ref.rs:156:9 Oct 27 17:05:33.196 INFO kablam! | Oct 27 17:05:33.197 INFO kablam! 156 | let mut rd = rd; Oct 27 17:05:33.198 INFO kablam! | ----^^ Oct 27 17:05:33.198 INFO kablam! | | Oct 27 17:05:33.199 INFO kablam! | help: remove this `mut` Oct 27 17:05:33.200 INFO kablam! | Oct 27 17:05:33.200 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 17:05:33.201 INFO kablam! Oct 27 17:05:33.207 INFO kablam! error: Could not compile `rmpv`. Oct 27 17:05:33.208 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 17:05:33.758 INFO kablam! error: build failed Oct 27 17:05:33.760 INFO kablam! su: No module specific data is present Oct 27 17:05:34.525 INFO running `"docker" "rm" "-f" "c219ce46b6807e5458108993bf266be95524ae91850d8004857ac137e076b973"` Oct 27 17:05:34.651 INFO blam! c219ce46b6807e5458108993bf266be95524ae91850d8004857ac137e076b973