[INFO] crate radix64 0.6.1 is already in cache [INFO] extracting crate radix64 0.6.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/radix64/0.6.1 [INFO] extracting crate radix64 0.6.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/radix64/0.6.1 [INFO] validating manifest of radix64-0.6.1 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of radix64-0.6.1 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing radix64-0.6.1 [INFO] finished frobbing radix64-0.6.1 [INFO] frobbed toml for radix64-0.6.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/radix64/0.6.1/Cargo.toml [INFO] started frobbing radix64-0.6.1 [INFO] finished frobbing radix64-0.6.1 [INFO] frobbed toml for radix64-0.6.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/radix64/0.6.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing radix64-0.6.1 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/radix64/0.6.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 1db8789fbf1ea92f775a2b2361dc54b788a0920f3d20e2d79fa768be3d44c9df [INFO] running `"docker" "start" "-a" "1db8789fbf1ea92f775a2b2361dc54b788a0920f3d20e2d79fa768be3d44c9df"` [INFO] [stderr] Compiling radix64 v0.6.1 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.97s [INFO] running `"docker" "inspect" "1db8789fbf1ea92f775a2b2361dc54b788a0920f3d20e2d79fa768be3d44c9df"` [INFO] running `"docker" "rm" "-f" "1db8789fbf1ea92f775a2b2361dc54b788a0920f3d20e2d79fa768be3d44c9df"` [INFO] [stdout] 1db8789fbf1ea92f775a2b2361dc54b788a0920f3d20e2d79fa768be3d44c9df [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/radix64/0.6.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] dd90fc9462ad0d2a75f235759800226a7b8da217b10bfd96a0c0a086c2a4f031 [INFO] running `"docker" "start" "-a" "dd90fc9462ad0d2a75f235759800226a7b8da217b10bfd96a0c0a086c2a4f031"` [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling proptest v0.9.4 [INFO] [stderr] Compiling radix64 v0.6.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/io.rs:37:29 [INFO] [stderr] | [INFO] [stderr] 37 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 44.42s [INFO] running `"docker" "inspect" "dd90fc9462ad0d2a75f235759800226a7b8da217b10bfd96a0c0a086c2a4f031"` [INFO] running `"docker" "rm" "-f" "dd90fc9462ad0d2a75f235759800226a7b8da217b10bfd96a0c0a086c2a4f031"` [INFO] [stdout] dd90fc9462ad0d2a75f235759800226a7b8da217b10bfd96a0c0a086c2a4f031 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/radix64/0.6.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen"` [INFO] [stdout] cab29ba53c17bbd71812e3c4141bb9c2c5348f40f908effec9738e0f8cc9b58b [INFO] running `"docker" "start" "-a" "cab29ba53c17bbd71812e3c4141bb9c2c5348f40f908effec9738e0f8cc9b58b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/radix64-2d2408abde3f54f3 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test decode::tests::detect_trailing_bits ... ok [INFO] [stdout] test encode::tests::encode_slice_panics_on_short_output_slice ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/external_roundtrip-b87d788b1e8e17bb [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test crypt::encode_identically ... ok [INFO] [stdout] test standard_no_pad::encode_identically ... ok [INFO] [stdout] test crypt::base64_can_decode_from_radix64 ... ok [INFO] [stdout] test crypt::radix64_can_decode_from_base64 ... ok [INFO] [stdout] test standard::base64_can_decode_from_radix64 ... ok [INFO] [stdout] test standard::encode_identically ... ok [INFO] [stdout] test standard_no_pad::base64_can_decode_from_radix64 ... ok [INFO] [stdout] test url_safe::encode_identically ... ok [INFO] [stdout] test standard_no_pad::radix64_can_decode_from_base64 ... ok [INFO] [stdout] test url_safe::radix64_can_decode_from_base64 ... ok [INFO] [stdout] test standard::radix64_can_decode_from_base64 ... ok [INFO] [stdout] test url_safe_no_pad::base64_can_decode_from_radix64 ... ok [INFO] [stdout] test url_safe_no_pad::encode_identically ... ok [INFO] [stdout] test url_safe_no_pad::radix64_can_decode_from_base64 ... ok [INFO] [stdout] test url_safe::base64_can_decode_from_radix64 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/tests-e1010bb058292ec7 [INFO] [stdout] [INFO] [stdout] running 102 tests [INFO] [stdout] test property_tests::CRYPT::decode_reader_reject_middle_padding ... ok [INFO] [stdout] test property_tests::CRYPT::custom_can_be_decoded_by_builtin ... ok [INFO] [stdout] test property_tests::CRYPT::encode_buffer_returns_valid_str ... ok [INFO] [stdout] test property_tests::CRYPT::display_matches_encode ... ok [INFO] [stdout] test property_tests::CRYPT::decode_slice_matches_decode ... ok [INFO] [stdout] test property_tests::CRYPT::encode_returns_valid_str ... ok [INFO] [stdout] test property_tests::CRYPT::decode_with_buffer_matches_decode ... ok [INFO] [stdout] test property_tests::CRYPT::custom_can_decode_builtin ... ok [INFO] [stdout] test property_tests::CRYPT::decode_reader_roundtrip ... ok [INFO] [stdout] test property_tests::CRYPT::encode_slice_matches_encode ... ok [INFO] [stdout] test property_tests::CRYPT::encode_with_buffer_matches_encode ... ok [INFO] [stdout] test property_tests::CRYPT::roundtrip ... ok [INFO] [stdout] test property_tests::CRYPT::encode_writer_one_byte_writes ... ok [INFO] [stdout] test property_tests::CRYPT::encode_writer_writes_final_chunk_on_drop ... ok [INFO] [stdout] test property_tests::FAST::custom_can_decode_builtin ... ok [INFO] [stdout] test property_tests::FAST::decode_reader_reject_middle_padding ... ok [INFO] [stdout] test property_tests::FAST::custom_can_be_decoded_by_builtin ... ok [INFO] [stdout] test property_tests::FAST::decode_with_buffer_matches_decode ... ok [INFO] [stdout] test property_tests::FAST::display_matches_encode ... ok [INFO] [stdout] test property_tests::FAST::decode_reader_roundtrip ... ok [INFO] [stdout] test property_tests::FAST::decode_slice_matches_decode ... ok [INFO] [stdout] test property_tests::FAST::encode_returns_valid_str ... ok [INFO] [stdout] test property_tests::FAST::encode_slice_matches_encode ... ok [INFO] [stdout] test property_tests::FAST::encode_buffer_returns_valid_str ... ok [INFO] [stdout] test property_tests::CRYPT::decode_reader_error_matches_decode ... ok [INFO] [stdout] test property_tests::CRYPT::encode_writer_matches ... ok [INFO] [stdout] test property_tests::FAST::encode_writer_writes_final_chunk_on_drop ... ok [INFO] [stdout] test property_tests::FAST::encode_with_buffer_matches_encode ... ok [INFO] [stdout] test property_tests::FAST::decode_reader_error_matches_decode ... ok [INFO] [stdout] test property_tests::FAST::roundtrip ... ok [INFO] [stdout] test property_tests::FAST::encode_writer_one_byte_writes ... ok [INFO] [stdout] test property_tests::STD::custom_can_be_decoded_by_builtin ... ok [INFO] [stdout] test property_tests::CRYPT::encode_slice_always_panics_or_returns_ascii ... ok [INFO] [stdout] test property_tests::STD::decode_reader_reject_middle_padding ... ok [INFO] [stdout] test property_tests::STD::custom_can_decode_builtin ... ok [INFO] [stdout] test property_tests::FAST::encode_slice_always_panics_or_returns_ascii ... ok [INFO] [stdout] test property_tests::STD::decode_reader_roundtrip ... ok [INFO] [stdout] test property_tests::STD::decode_with_buffer_matches_decode ... ok [INFO] [stdout] test property_tests::STD::decode_slice_matches_decode ... ok [INFO] [stdout] test property_tests::STD::encode_slice_matches_encode ... ok [INFO] [stdout] test property_tests::STD::encode_with_buffer_matches_encode ... ok [INFO] [stdout] test property_tests::STD::display_matches_encode ... ok [INFO] [stdout] test property_tests::STD::encode_buffer_returns_valid_str ... ok [INFO] [stdout] test property_tests::STD::encode_returns_valid_str ... ok [INFO] [stdout] test property_tests::STD::encode_writer_writes_final_chunk_on_drop ... ok [INFO] [stdout] test property_tests::STD::encode_writer_one_byte_writes ... ok [INFO] [stdout] test property_tests::STD::encode_slice_always_panics_or_returns_ascii ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::custom_can_be_decoded_by_builtin ... ok [INFO] [stdout] test property_tests::STD::roundtrip ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::custom_can_decode_builtin ... ok [INFO] [stdout] test property_tests::STD::decode_reader_error_matches_decode ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::decode_reader_reject_middle_padding ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::display_matches_encode ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::decode_reader_roundtrip ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::decode_slice_matches_decode ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::encode_buffer_returns_valid_str ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::decode_with_buffer_matches_decode ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::encode_returns_valid_str ... ok [INFO] [stdout] test property_tests::FAST::encode_writer_matches ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::encode_with_buffer_matches_encode ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::encode_slice_always_panics_or_returns_ascii ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::encode_writer_one_byte_writes ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::encode_slice_matches_encode ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::encode_writer_writes_final_chunk_on_drop ... ok [INFO] [stdout] test property_tests::URL_SAFE::custom_can_decode_builtin ... ok [INFO] [stdout] test property_tests::URL_SAFE::decode_reader_reject_middle_padding ... ok [INFO] [stdout] test property_tests::URL_SAFE::decode_slice_matches_decode ... ok [INFO] [stdout] test property_tests::URL_SAFE::custom_can_be_decoded_by_builtin ... ok [INFO] [stdout] test property_tests::STD::encode_writer_matches ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::roundtrip ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::decode_reader_error_matches_decode ... ok [INFO] [stdout] test property_tests::URL_SAFE::decode_reader_roundtrip ... ok [INFO] [stdout] test property_tests::URL_SAFE::decode_with_buffer_matches_decode ... ok [INFO] [stdout] test property_tests::URL_SAFE::display_matches_encode ... ok [INFO] [stdout] test property_tests::URL_SAFE::encode_slice_always_panics_or_returns_ascii ... ok [INFO] [stdout] test property_tests::URL_SAFE::encode_slice_matches_encode ... ok [INFO] [stdout] test property_tests::URL_SAFE::encode_returns_valid_str ... ok [INFO] [stdout] test property_tests::URL_SAFE::encode_buffer_returns_valid_str ... ok [INFO] [stdout] test property_tests::URL_SAFE::encode_with_buffer_matches_encode ... ok [INFO] [stdout] test property_tests::URL_SAFE::encode_writer_writes_final_chunk_on_drop ... ok [INFO] [stdout] test property_tests::URL_SAFE::encode_writer_one_byte_writes ... ok [INFO] [stdout] test property_tests::URL_SAFE::roundtrip ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::custom_can_decode_builtin ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::custom_can_be_decoded_by_builtin ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::decode_reader_reject_middle_padding ... ok [INFO] [stdout] test property_tests::URL_SAFE::decode_reader_error_matches_decode ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::decode_slice_matches_decode ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::display_matches_encode ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::decode_with_buffer_matches_decode ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::decode_reader_roundtrip ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::encode_buffer_returns_valid_str ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::encode_with_buffer_matches_encode ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::encode_slice_always_panics_or_returns_ascii ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::encode_returns_valid_str ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::encode_slice_matches_encode ... ok [INFO] [stdout] test property_tests::STD_NO_PAD::encode_writer_matches ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::roundtrip ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::encode_writer_writes_final_chunk_on_drop ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::encode_writer_one_byte_writes ... ok [INFO] [stdout] test property_tests::URL_SAFE::encode_writer_matches ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::decode_reader_error_matches_decode ... ok [INFO] [stdout] test property_tests::URL_SAFE_NO_PAD::encode_writer_matches ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 102 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests radix64 [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test src/io.rs - io (line 4) ... ok [INFO] [stdout] test src/lib.rs - (line 36) ... ok [INFO] [stdout] test src/io.rs - io (line 17) ... ok [INFO] [stdout] test src/configs.rs - configs::CustomConfig (line 153) ... ok [INFO] [stdout] test src/lib.rs - (line 12) ... ok [INFO] [stdout] test src/lib.rs - (line 48) ... ok [INFO] [stdout] test src/lib.rs - (line 21) ... ok [INFO] [stdout] test src/lib.rs - (line 27) ... ok [INFO] [stdout] test src/configs.rs - configs::CustomConfig (line 178) ... ok [INFO] [stdout] test src/lib.rs - (line 6) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "cab29ba53c17bbd71812e3c4141bb9c2c5348f40f908effec9738e0f8cc9b58b"` [INFO] running `"docker" "rm" "-f" "cab29ba53c17bbd71812e3c4141bb9c2c5348f40f908effec9738e0f8cc9b58b"` [INFO] [stdout] cab29ba53c17bbd71812e3c4141bb9c2c5348f40f908effec9738e0f8cc9b58b