Oct 27 01:16:43.789 INFO checking luotaoyeah/learning-rust against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:16:43.791 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 01:16:44.348 INFO blam! 9e0eed8ec662c5082cdbcb79e6b213a8bdb3ac2313c4aa7aca0bb186a3192a46 Oct 27 01:16:44.355 INFO running `"docker" "start" "-a" "9e0eed8ec662c5082cdbcb79e6b213a8bdb3ac2313c4aa7aca0bb186a3192a46"` Oct 27 01:16:45.522 INFO kablam! usermod: no changes Oct 27 01:16:45.586 INFO kablam! Checking learning-rust v0.1.0 (/source) Oct 27 01:16:45.967 INFO kablam! error[E0502]: cannot borrow `s01` as mutable because it is also borrowed as immutable Oct 27 01:16:45.967 INFO kablam! --> src/books/the_rust_programming_language_2018e/ch_04/ch_04_02/ch_04_02_02/ch_04_02_02_03.rs:17:24 Oct 27 01:16:45.967 INFO kablam! | Oct 27 01:16:45.967 INFO kablam! 15 | let r01 = &s01; Oct 27 01:16:45.967 INFO kablam! | --- immutable borrow occurs here Oct 27 01:16:45.967 INFO kablam! 16 | let r02 = &s01; Oct 27 01:16:45.967 INFO kablam! 17 | let r03 = &mut s01; // [E0502]: cannot borrow `s01` as mutable because it is also borrowed as immutable Oct 27 01:16:45.967 INFO kablam! | ^^^ mutable borrow occurs here Oct 27 01:16:45.967 INFO kablam! 18 | println!("{} {} {}", r01, r02, r03); Oct 27 01:16:45.967 INFO kablam! 19 | } Oct 27 01:16:45.967 INFO kablam! | - immutable borrow ends here Oct 27 01:16:45.967 INFO kablam! Oct 27 01:16:45.967 INFO kablam! error: aborting due to previous error Oct 27 01:16:45.967 INFO kablam! Oct 27 01:16:45.967 INFO kablam! For more information about this error, try `rustc --explain E0502`. Oct 27 01:16:45.991 INFO kablam! error: Could not compile `learning-rust`. Oct 27 01:16:45.991 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 01:16:46.027 INFO kablam! error[E0502]: cannot borrow `s01` as mutable because it is also borrowed as immutable Oct 27 01:16:46.027 INFO kablam! --> src/books/the_rust_programming_language_2018e/ch_04/ch_04_02/ch_04_02_02/ch_04_02_02_03.rs:17:24 Oct 27 01:16:46.027 INFO kablam! | Oct 27 01:16:46.027 INFO kablam! 15 | let r01 = &s01; Oct 27 01:16:46.027 INFO kablam! | --- immutable borrow occurs here Oct 27 01:16:46.027 INFO kablam! 16 | let r02 = &s01; Oct 27 01:16:46.027 INFO kablam! 17 | let r03 = &mut s01; // [E0502]: cannot borrow `s01` as mutable because it is also borrowed as immutable Oct 27 01:16:46.027 INFO kablam! | ^^^ mutable borrow occurs here Oct 27 01:16:46.027 INFO kablam! 18 | println!("{} {} {}", r01, r02, r03); Oct 27 01:16:46.027 INFO kablam! 19 | } Oct 27 01:16:46.027 INFO kablam! | - immutable borrow ends here Oct 27 01:16:46.027 INFO kablam! Oct 27 01:16:46.031 INFO kablam! error: aborting due to previous error Oct 27 01:16:46.031 INFO kablam! Oct 27 01:16:46.031 INFO kablam! For more information about this error, try `rustc --explain E0502`. Oct 27 01:16:46.039 INFO kablam! error: Could not compile `learning-rust`. Oct 27 01:16:46.039 INFO kablam! Oct 27 01:16:46.040 INFO kablam! To learn more, run the command again with --verbose. Oct 27 01:16:46.040 INFO kablam! su: No module specific data is present Oct 27 01:16:46.599 INFO running `"docker" "rm" "-f" "9e0eed8ec662c5082cdbcb79e6b213a8bdb3ac2313c4aa7aca0bb186a3192a46"` Oct 27 01:16:46.774 INFO blam! 9e0eed8ec662c5082cdbcb79e6b213a8bdb3ac2313c4aa7aca0bb186a3192a46