Oct 16 17:15:23.178 INFO testing basenc-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 17:15:23.179 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 17:15:23.675 INFO blam! 720da8d336b2f47447de0d749ff952f071b906f8036de5f69051e09a9bc19a59 Oct 16 17:15:23.679 INFO running `"docker" "start" "-a" "720da8d336b2f47447de0d749ff952f071b906f8036de5f69051e09a9bc19a59"` Oct 16 17:15:25.475 INFO kablam! usermod: no changes Oct 16 17:15:25.519 INFO kablam! Compiling basenc v0.1.0 (/source) Oct 16 17:15:26.534 INFO kablam! warning: variable does not need to be mutable Oct 16 17:15:26.534 INFO kablam! --> src/buf.rs:91:19 Oct 16 17:15:26.534 INFO kablam! | Oct 16 17:15:26.535 INFO kablam! 91 | unsafe fn commit(mut self, len: usize) -> Self::Output { Oct 16 17:15:26.535 INFO kablam! | ----^^^^ Oct 16 17:15:26.535 INFO kablam! | | Oct 16 17:15:26.535 INFO kablam! | help: remove this `mut` Oct 16 17:15:26.535 INFO kablam! | Oct 16 17:15:26.535 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 17:15:26.535 INFO kablam! Oct 16 17:15:26.537 INFO kablam! warning: variable does not need to be mutable Oct 16 17:15:26.537 INFO kablam! --> src/buf.rs:188:19 Oct 16 17:15:26.537 INFO kablam! | Oct 16 17:15:26.537 INFO kablam! 188 | unsafe fn commit(mut self, len: usize) -> Self::Output { Oct 16 17:15:26.537 INFO kablam! | ----^^^^ Oct 16 17:15:26.537 INFO kablam! | | Oct 16 17:15:26.537 INFO kablam! | help: remove this `mut` Oct 16 17:15:26.537 INFO kablam! Oct 16 17:15:26.538 INFO kablam! warning: variable does not need to be mutable Oct 16 17:15:26.538 INFO kablam! --> src/buf.rs:209:19 Oct 16 17:15:26.538 INFO kablam! | Oct 16 17:15:26.538 INFO kablam! 209 | unsafe fn commit(mut self, len: usize) -> Self::Output { Oct 16 17:15:26.538 INFO kablam! | ----^^^^ Oct 16 17:15:26.538 INFO kablam! | | Oct 16 17:15:26.538 INFO kablam! | help: remove this `mut` Oct 16 17:15:26.538 INFO kablam! Oct 16 17:15:26.959 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Oct 16 17:15:26.959 INFO kablam! su: No module specific data is present Oct 16 17:15:27.436 INFO running `"docker" "rm" "-f" "720da8d336b2f47447de0d749ff952f071b906f8036de5f69051e09a9bc19a59"` Oct 16 17:15:27.840 INFO blam! 720da8d336b2f47447de0d749ff952f071b906f8036de5f69051e09a9bc19a59 Oct 16 17:15:27.851 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 17:15:28.332 INFO blam! 9b9112ad824911a5ca435cc9f1dd25f615fe27dab3a3d2dbde7b336beb0a9038 Oct 16 17:15:28.333 INFO running `"docker" "start" "-a" "9b9112ad824911a5ca435cc9f1dd25f615fe27dab3a3d2dbde7b336beb0a9038"` Oct 16 17:15:29.355 INFO kablam! usermod: no changes Oct 16 17:15:29.447 INFO kablam! Compiling basenc v0.1.0 (/source) Oct 16 17:15:30.730 INFO kablam! warning: variable does not need to be mutable Oct 16 17:15:30.730 INFO kablam! --> src/buf.rs:91:19 Oct 16 17:15:30.730 INFO kablam! | Oct 16 17:15:30.730 INFO kablam! 91 | unsafe fn commit(mut self, len: usize) -> Self::Output { Oct 16 17:15:30.730 INFO kablam! | ----^^^^ Oct 16 17:15:30.730 INFO kablam! | | Oct 16 17:15:30.730 INFO kablam! | help: remove this `mut` Oct 16 17:15:30.730 INFO kablam! | Oct 16 17:15:30.730 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 17:15:30.730 INFO kablam! Oct 16 17:15:30.733 INFO kablam! warning: variable does not need to be mutable Oct 16 17:15:30.733 INFO kablam! --> src/buf.rs:188:19 Oct 16 17:15:30.733 INFO kablam! | Oct 16 17:15:30.733 INFO kablam! 188 | unsafe fn commit(mut self, len: usize) -> Self::Output { Oct 16 17:15:30.733 INFO kablam! | ----^^^^ Oct 16 17:15:30.733 INFO kablam! | | Oct 16 17:15:30.733 INFO kablam! | help: remove this `mut` Oct 16 17:15:30.733 INFO kablam! Oct 16 17:15:30.734 INFO kablam! warning: variable does not need to be mutable Oct 16 17:15:30.734 INFO kablam! --> src/buf.rs:209:19 Oct 16 17:15:30.734 INFO kablam! | Oct 16 17:15:30.734 INFO kablam! 209 | unsafe fn commit(mut self, len: usize) -> Self::Output { Oct 16 17:15:30.734 INFO kablam! | ----^^^^ Oct 16 17:15:30.734 INFO kablam! | | Oct 16 17:15:30.734 INFO kablam! | help: remove this `mut` Oct 16 17:15:30.734 INFO kablam! Oct 16 17:15:32.405 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.02s Oct 16 17:15:32.410 INFO kablam! su: No module specific data is present Oct 16 17:15:33.255 INFO running `"docker" "rm" "-f" "9b9112ad824911a5ca435cc9f1dd25f615fe27dab3a3d2dbde7b336beb0a9038"` Oct 16 17:15:33.593 INFO blam! 9b9112ad824911a5ca435cc9f1dd25f615fe27dab3a3d2dbde7b336beb0a9038 Oct 16 17:15:33.597 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 16 17:15:34.130 INFO blam! 78ea3521b019e81c7df4c51bf88b20eee915c62e0d3dfdc5da4106ed18165d5f Oct 16 17:15:34.132 INFO running `"docker" "start" "-a" "78ea3521b019e81c7df4c51bf88b20eee915c62e0d3dfdc5da4106ed18165d5f"` Oct 16 17:15:35.919 INFO kablam! usermod: no changes Oct 16 17:15:35.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 17:15:35.963 INFO kablam! Running /target/debug/deps/basenc-5338c8febfb1ebc8 Oct 16 17:15:35.969 INFO blam! Oct 16 17:15:35.969 INFO blam! running 11 tests Oct 16 17:15:35.969 INFO blam! test details::hex::encode::tests::hex_encoder ... ok Oct 16 17:15:35.969 INFO blam! test details::base64::tests::build_luts ... ok Oct 16 17:15:35.969 INFO blam! test details::base64::decode::tests::chunk_val_iter ... ok Oct 16 17:15:35.969 INFO blam! test details::base64::decode::tests::chunk_adapter ... ok Oct 16 17:15:35.969 INFO blam! test details::hex::tests::build_luts ... ok Oct 16 17:15:35.971 INFO blam! test details::hex::tests::rfc4648 ... ok Oct 16 17:15:35.971 INFO blam! test details::hex::tests::stuff ... ok Oct 16 17:15:35.975 INFO blam! test details::base64::decode::tests::bytes_iter ... ok Oct 16 17:15:35.975 INFO blam! test details::base64::tests::rfc4648 ... ok Oct 16 17:15:35.975 INFO blam! test details::base64::tests::wikipedia ... ok Oct 16 17:15:35.975 INFO blam! test details::base64::tests::cwgem_test_base64_rb ... ok Oct 16 17:15:35.975 INFO blam! Oct 16 17:15:35.975 INFO blam! test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:15:35.975 INFO kablam! Doc-tests basenc Oct 16 17:15:35.975 INFO blam! Oct 16 17:15:36.921 INFO blam! Oct 16 17:15:36.921 INFO blam! running 9 tests Oct 16 17:15:44.911 INFO blam! test src/lib.rs - decode (line 177) ... ok Oct 16 17:15:45.351 INFO blam! test src/lib.rs - Encoding::alphabet (line 106) ... ok Oct 16 17:15:45.545 INFO blam! test src/lib.rs - encode (line 135) ... ok Oct 16 17:15:45.963 INFO blam! test src/lib.rs - Decode (line 279) ... ok Oct 16 17:15:46.031 INFO blam! test src/lib.rs - Encode (line 234) ... ok Oct 16 17:15:46.483 INFO blam! test src/lib.rs - encode (line 144) ... ok Oct 16 17:15:46.519 INFO blam! test src/lib.rs - decode (line 202) ... ok Oct 16 17:15:46.583 INFO blam! test src/lib.rs - decode (line 191) ... ok Oct 16 17:15:47.800 INFO blam! test src/lib.rs - encode (line 155) ... ok Oct 16 17:15:47.800 INFO blam! Oct 16 17:15:47.800 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 17:15:47.800 INFO blam! Oct 16 17:15:47.836 INFO kablam! su: No module specific data is present Oct 16 17:15:48.811 INFO running `"docker" "rm" "-f" "78ea3521b019e81c7df4c51bf88b20eee915c62e0d3dfdc5da4106ed18165d5f"` Oct 16 17:15:49.223 INFO blam! 78ea3521b019e81c7df4c51bf88b20eee915c62e0d3dfdc5da4106ed18165d5f