Oct 15 07:56:00.206 INFO testing Ophirr33/NEUCourseNotification against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 07:56:00.207 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 07:56:00.752 INFO blam! cf8120b653146fe53139c9fa46a00ccf0a74e2ad3e8ddfd59de59bd7f03a31c2 Oct 15 07:56:00.754 INFO running `"docker" "start" "-a" "cf8120b653146fe53139c9fa46a00ccf0a74e2ad3e8ddfd59de59bd7f03a31c2"` Oct 15 07:56:02.073 INFO kablam! usermod: no changes Oct 15 07:56:02.296 INFO kablam! Compiling openssl v0.9.9 Oct 15 07:56:02.311 INFO kablam! Compiling linked-hash-map v0.2.1 Oct 15 07:56:02.311 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 07:56:02.312 INFO kablam! Compiling openssl-sys v0.9.9 Oct 15 07:56:02.312 INFO kablam! Compiling libsqlite3-sys v0.7.1 Oct 15 07:56:02.312 INFO kablam! Compiling email v0.0.16 Oct 15 07:56:02.313 INFO kablam! Compiling uuid v0.4.0 Oct 15 07:56:02.313 INFO kablam! Compiling os_pipe v0.5.1 Oct 15 07:56:06.207 INFO kablam! Compiling lru-cache v0.1.0 Oct 15 07:56:06.215 INFO kablam! Compiling shared_child v0.2.1 Oct 15 07:56:07.879 INFO kablam! Compiling duct v0.8.0 Oct 15 07:56:11.031 INFO kablam! Compiling rusqlite v0.10.1 Oct 15 07:56:33.899 INFO kablam! Compiling lettre v0.6.2 Oct 15 07:56:37.223 INFO kablam! Compiling neu_course_notification v0.1.0 (/source) Oct 15 07:56:42.441 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 40.34s Oct 15 07:56:42.451 INFO kablam! su: No module specific data is present Oct 15 07:56:43.600 INFO running `"docker" "rm" "-f" "cf8120b653146fe53139c9fa46a00ccf0a74e2ad3e8ddfd59de59bd7f03a31c2"` Oct 15 07:56:43.931 INFO blam! cf8120b653146fe53139c9fa46a00ccf0a74e2ad3e8ddfd59de59bd7f03a31c2 Oct 15 07:56:43.943 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 07:56:44.355 INFO blam! 5192400c6ac080e73247bece2ae49895cd595a961e7a938a530362f7684747bf Oct 15 07:56:44.359 INFO running `"docker" "start" "-a" "5192400c6ac080e73247bece2ae49895cd595a961e7a938a530362f7684747bf"` Oct 15 07:56:45.722 INFO kablam! usermod: no changes Oct 15 07:56:46.055 INFO kablam! Compiling neu_course_notification v0.1.0 (/source) Oct 15 07:56:48.233 INFO kablam! warning: variable does not need to be mutable Oct 15 07:56:48.234 INFO kablam! --> src/main.rs:238:9 Oct 15 07:56:48.235 INFO kablam! | Oct 15 07:56:48.235 INFO kablam! 238 | let mut dao = DAO::new(Connection::open_in_memory().unwrap()); Oct 15 07:56:48.236 INFO kablam! | ----^^^ Oct 15 07:56:48.236 INFO kablam! | | Oct 15 07:56:48.236 INFO kablam! | help: remove this `mut` Oct 15 07:56:48.236 INFO kablam! | Oct 15 07:56:48.237 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 07:56:48.237 INFO kablam! Oct 15 07:56:51.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.38s Oct 15 07:56:51.148 INFO kablam! su: No module specific data is present Oct 15 07:56:52.969 INFO running `"docker" "rm" "-f" "5192400c6ac080e73247bece2ae49895cd595a961e7a938a530362f7684747bf"` Oct 15 07:56:53.283 INFO blam! 5192400c6ac080e73247bece2ae49895cd595a961e7a938a530362f7684747bf