Oct 15 11:08:10.057 INFO testing ErnWong/rust-wasm-experiment-wavesim against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:08:10.057 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 11:08:10.506 INFO blam! 756a2257c9f84983e5897b62ed6828d3fcba345a8fa84d4435565ad3c608b162 Oct 15 11:08:10.509 INFO running `"docker" "start" "-a" "756a2257c9f84983e5897b62ed6828d3fcba345a8fa84d4435565ad3c608b162"` Oct 15 11:08:12.891 INFO kablam! usermod: no changes Oct 15 11:08:12.955 INFO kablam! Compiling rust-wasm-test-wavesim v0.1.0 (/source) Oct 15 11:08:13.564 INFO kablam! warning: variable does not need to be mutable Oct 15 11:08:13.564 INFO kablam! --> src/lib.rs:297:9 Oct 15 11:08:13.564 INFO kablam! | Oct 15 11:08:13.565 INFO kablam! 297 | let mut solver = unsafe { &mut *solver_ptr }; Oct 15 11:08:13.565 INFO kablam! | ----^^^^^^ Oct 15 11:08:13.565 INFO kablam! | | Oct 15 11:08:13.566 INFO kablam! | help: remove this `mut` Oct 15 11:08:13.566 INFO kablam! | Oct 15 11:08:13.566 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:08:13.566 INFO kablam! Oct 15 11:08:13.567 INFO kablam! warning: variable does not need to be mutable Oct 15 11:08:13.567 INFO kablam! --> src/lib.rs:311:9 Oct 15 11:08:13.567 INFO kablam! | Oct 15 11:08:13.568 INFO kablam! 311 | let mut solver = unsafe { &mut *solver_ptr }; Oct 15 11:08:13.568 INFO kablam! | ----^^^^^^ Oct 15 11:08:13.568 INFO kablam! | | Oct 15 11:08:13.569 INFO kablam! | help: remove this `mut` Oct 15 11:08:13.569 INFO kablam! Oct 15 11:08:13.569 INFO kablam! warning: variable does not need to be mutable Oct 15 11:08:13.569 INFO kablam! --> src/lib.rs:318:9 Oct 15 11:08:13.570 INFO kablam! | Oct 15 11:08:13.570 INFO kablam! 318 | let mut solver = unsafe { &mut *solver_ptr }; Oct 15 11:08:13.570 INFO kablam! | ----^^^^^^ Oct 15 11:08:13.571 INFO kablam! | | Oct 15 11:08:13.571 INFO kablam! | help: remove this `mut` Oct 15 11:08:13.571 INFO kablam! Oct 15 11:08:14.175 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.25s Oct 15 11:08:14.176 INFO kablam! su: No module specific data is present Oct 15 11:08:14.849 INFO running `"docker" "rm" "-f" "756a2257c9f84983e5897b62ed6828d3fcba345a8fa84d4435565ad3c608b162"` Oct 15 11:08:15.072 INFO blam! 756a2257c9f84983e5897b62ed6828d3fcba345a8fa84d4435565ad3c608b162 Oct 15 11:08:15.078 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 11:08:15.537 INFO blam! bf39084d7d1adac8bd0a9fe2f694aadfe1cd4e052650ea64dedaba0a853b066e Oct 15 11:08:15.539 INFO running `"docker" "start" "-a" "bf39084d7d1adac8bd0a9fe2f694aadfe1cd4e052650ea64dedaba0a853b066e"` Oct 15 11:08:16.759 INFO kablam! usermod: no changes Oct 15 11:08:16.808 INFO kablam! Compiling rust-wasm-test-wavesim v0.1.0 (/source) Oct 15 11:08:17.523 INFO kablam! warning: variable does not need to be mutable Oct 15 11:08:17.523 INFO kablam! --> src/lib.rs:297:9 Oct 15 11:08:17.523 INFO kablam! | Oct 15 11:08:17.523 INFO kablam! 297 | let mut solver = unsafe { &mut *solver_ptr }; Oct 15 11:08:17.523 INFO kablam! | ----^^^^^^ Oct 15 11:08:17.523 INFO kablam! | | Oct 15 11:08:17.523 INFO kablam! | help: remove this `mut` Oct 15 11:08:17.523 INFO kablam! | Oct 15 11:08:17.523 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 11:08:17.523 INFO kablam! Oct 15 11:08:17.523 INFO kablam! warning: variable does not need to be mutable Oct 15 11:08:17.523 INFO kablam! --> src/lib.rs:311:9 Oct 15 11:08:17.523 INFO kablam! | Oct 15 11:08:17.523 INFO kablam! 311 | let mut solver = unsafe { &mut *solver_ptr }; Oct 15 11:08:17.523 INFO kablam! | ----^^^^^^ Oct 15 11:08:17.523 INFO kablam! | | Oct 15 11:08:17.523 INFO kablam! | help: remove this `mut` Oct 15 11:08:17.523 INFO kablam! Oct 15 11:08:17.523 INFO kablam! warning: variable does not need to be mutable Oct 15 11:08:17.523 INFO kablam! --> src/lib.rs:318:9 Oct 15 11:08:17.523 INFO kablam! | Oct 15 11:08:17.523 INFO kablam! 318 | let mut solver = unsafe { &mut *solver_ptr }; Oct 15 11:08:17.523 INFO kablam! | ----^^^^^^ Oct 15 11:08:17.523 INFO kablam! | | Oct 15 11:08:17.523 INFO kablam! | help: remove this `mut` Oct 15 11:08:17.523 INFO kablam! Oct 15 11:08:18.383 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Oct 15 11:08:18.383 INFO kablam! su: No module specific data is present Oct 15 11:08:19.179 INFO running `"docker" "rm" "-f" "bf39084d7d1adac8bd0a9fe2f694aadfe1cd4e052650ea64dedaba0a853b066e"` Oct 15 11:08:19.483 INFO blam! bf39084d7d1adac8bd0a9fe2f694aadfe1cd4e052650ea64dedaba0a853b066e Oct 15 11:08:19.487 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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" "-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 11:08:19.921 INFO blam! fcb497a7b6a30355090e5da4cbdc814257afe26581ddb5865109208e886b8536 Oct 15 11:08:19.921 INFO running `"docker" "start" "-a" "fcb497a7b6a30355090e5da4cbdc814257afe26581ddb5865109208e886b8536"` Oct 15 11:08:21.514 INFO kablam! usermod: no changes Oct 15 11:08:21.575 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 11:08:21.575 INFO blam! Oct 15 11:08:21.575 INFO kablam! Running /target/debug/deps/rust_wasm_test_wavesim-fac4cfdcc996b402 Oct 15 11:08:21.575 INFO blam! running 0 tests Oct 15 11:08:21.575 INFO kablam! su: No module specific data is present Oct 15 11:08:21.575 INFO blam! Oct 15 11:08:21.575 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:08:21.575 INFO blam! Oct 15 11:08:22.319 INFO running `"docker" "rm" "-f" "fcb497a7b6a30355090e5da4cbdc814257afe26581ddb5865109208e886b8536"` Oct 15 11:08:22.559 INFO blam! fcb497a7b6a30355090e5da4cbdc814257afe26581ddb5865109208e886b8536