Sep 10 11:24:07.671 INFO checking rmpv-0.4.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 11:24:07.671 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 11:24:07.671 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 11:24:07.803 INFO blam! edcd78a3cdf82fbbaef667dac073cad4dfec39ad0a7a17b5f1b9f09f9b831bce Sep 10 11:24:07.805 INFO running `"docker" "start" "-a" "edcd78a3cdf82fbbaef667dac073cad4dfec39ad0a7a17b5f1b9f09f9b831bce"` Sep 10 11:24:08.585 INFO kablam! usermod: no changes Sep 10 11:24:08.670 INFO kablam! Checking rmpv v0.4.0 (file:///source) Sep 10 11:24:09.529 INFO kablam! warning: variable does not need to be mutable Sep 10 11:24:09.530 INFO kablam! --> src/decode/value_ref.rs:156:9 Sep 10 11:24:09.530 INFO kablam! | Sep 10 11:24:09.530 INFO kablam! 156 | let mut rd = rd; Sep 10 11:24:09.530 INFO kablam! | ----^^ Sep 10 11:24:09.530 INFO kablam! | | Sep 10 11:24:09.530 INFO kablam! | help: remove this `mut` Sep 10 11:24:09.530 INFO kablam! | Sep 10 11:24:09.530 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 10 11:24:09.530 INFO kablam! Sep 10 11:24:09.663 INFO kablam! warning: variable does not need to be mutable Sep 10 11:24:09.663 INFO kablam! --> src/decode/value_ref.rs:156:9 Sep 10 11:24:09.663 INFO kablam! | Sep 10 11:24:09.663 INFO kablam! 156 | let mut rd = rd; Sep 10 11:24:09.663 INFO kablam! | ----^^ Sep 10 11:24:09.663 INFO kablam! | | Sep 10 11:24:09.663 INFO kablam! | help: remove this `mut` Sep 10 11:24:09.664 INFO kablam! | Sep 10 11:24:09.664 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 10 11:24:09.664 INFO kablam! Sep 10 11:24:10.121 INFO kablam! error[E0425]: cannot find function `U64` in this scope Sep 10 11:24:10.121 INFO kablam! --> benches/value.rs:99:31 Sep 10 11:24:10.121 INFO kablam! | Sep 10 11:24:10.121 INFO kablam! 99 | let val = Array(vec![Nil, U64(42), F64(3.1415), Sep 10 11:24:10.121 INFO kablam! | ^^^ did you mean `F64`? Sep 10 11:24:10.121 INFO kablam! Sep 10 11:24:10.329 INFO kablam! error[E0308]: mismatched types Sep 10 11:24:10.329 INFO kablam! --> benches/value.rs:100:16 Sep 10 11:24:10.329 INFO kablam! | Sep 10 11:24:10.329 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Sep 10 11:24:10.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Sep 10 11:24:10.329 INFO kablam! | Sep 10 11:24:10.329 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Sep 10 11:24:10.329 INFO kablam! found type `&'static str` Sep 10 11:24:10.329 INFO kablam! Sep 10 11:24:10.430 INFO kablam! error[E0308]: mismatched types Sep 10 11:24:10.430 INFO kablam! --> benches/value.rs:100:65 Sep 10 11:24:10.430 INFO kablam! | Sep 10 11:24:10.430 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Sep 10 11:24:10.430 INFO kablam! | ^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Sep 10 11:24:10.430 INFO kablam! | Sep 10 11:24:10.430 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Sep 10 11:24:10.430 INFO kablam! found type `&'static str` Sep 10 11:24:10.430 INFO kablam! Sep 10 11:24:10.536 INFO kablam! error[E0308]: mismatched types Sep 10 11:24:10.536 INFO kablam! --> benches/value.rs:100:80 Sep 10 11:24:10.536 INFO kablam! | Sep 10 11:24:10.536 INFO kablam! 100 | String("Lorem ipsum dolor sit amet."), Map(vec![(String("key"), String("value"))])]); Sep 10 11:24:10.536 INFO kablam! | ^^^^^^^ expected struct `rmpv::Utf8StringRef`, found reference Sep 10 11:24:10.536 INFO kablam! | Sep 10 11:24:10.536 INFO kablam! = note: expected type `rmpv::Utf8StringRef<'_>` Sep 10 11:24:10.536 INFO kablam! found type `&'static str` Sep 10 11:24:10.536 INFO kablam! Sep 10 11:24:10.558 INFO kablam! error: aborting due to 4 previous errors Sep 10 11:24:10.558 INFO kablam! Sep 10 11:24:10.558 INFO kablam! Some errors occurred: E0308, E0425. Sep 10 11:24:10.558 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 10 11:24:10.585 INFO kablam! error: Could not compile `rmpv`. Sep 10 11:24:10.585 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 11:24:10.823 INFO kablam! error: build failed Sep 10 11:24:10.824 INFO kablam! su: No module specific data is present Sep 10 11:24:11.453 INFO running `"docker" "rm" "-f" "edcd78a3cdf82fbbaef667dac073cad4dfec39ad0a7a17b5f1b9f09f9b831bce"` Sep 10 11:24:11.571 INFO blam! edcd78a3cdf82fbbaef667dac073cad4dfec39ad0a7a17b5f1b9f09f9b831bce