Nov 17 19:28:04.169 INFO testing unic-cli-0.7.0 against master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c for pr-55982 Nov 17 19:28:04.170 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 19:28:04.357 INFO [stdout] 2beecc779354525e9fa257891bf55bf52cc948af3dff16d5165b61a8d4729309 Nov 17 19:28:04.358 INFO running `"docker" "start" "-a" "2beecc779354525e9fa257891bf55bf52cc948af3dff16d5165b61a8d4729309"` Nov 17 19:28:05.025 INFO [stderr] usermod: no changes Nov 17 19:28:05.172 INFO [stderr] Compiling unic-char-range v0.7.0 Nov 17 19:28:05.173 INFO [stderr] Compiling unic-idna-punycode v0.7.0 Nov 17 19:28:05.176 INFO [stderr] Compiling csv v0.15.0 Nov 17 19:28:05.707 INFO [stderr] Compiling unic-char-property v0.7.0 Nov 17 19:28:06.307 INFO [stderr] Compiling unic-ucd-category v0.7.0 Nov 17 19:28:06.308 INFO [stderr] Compiling unic-ucd-ident v0.7.0 Nov 17 19:28:06.308 INFO [stderr] Compiling unic-idna-mapping v0.7.0 Nov 17 19:28:06.338 INFO [stderr] Compiling unic-ucd-common v0.7.0 Nov 17 19:28:06.847 INFO [stderr] Compiling unic-ucd-case v0.7.0 Nov 17 19:28:06.852 INFO [stderr] Compiling unic-ucd-bidi v0.7.0 Nov 17 19:28:06.859 INFO [stderr] Compiling unic-ucd-segment v0.7.0 Nov 17 19:28:07.159 INFO [stderr] Compiling unic-ucd-name v0.7.0 Nov 17 19:28:09.109 INFO [stderr] Compiling unic-emoji-char v0.7.0 Nov 17 19:28:09.145 INFO [stderr] Compiling unic-ucd-age v0.7.0 Nov 17 19:28:10.024 INFO [stderr] Compiling unic-char v0.7.0 Nov 17 19:28:10.093 INFO [stderr] Compiling prettytable-rs v0.6.7 Nov 17 19:28:11.295 INFO [stderr] Compiling unic-bidi v0.7.0 Nov 17 19:28:11.295 INFO [stderr] Compiling unic-ucd-normal v0.7.0 Nov 17 19:28:11.295 INFO [stderr] Compiling unic-segment v0.7.0 Nov 17 19:28:11.383 INFO [stderr] Compiling unic-emoji v0.7.0 Nov 17 19:28:15.859 INFO [stderr] Compiling unic-normal v0.7.0 Nov 17 19:28:16.359 INFO [stderr] Compiling unic-idna v0.7.0 Nov 17 19:28:32.423 INFO [stderr] Compiling unic-ucd v0.7.0 Nov 17 19:28:33.034 INFO [stderr] Compiling unic v0.7.0 Nov 17 19:28:33.875 INFO [stderr] Compiling unic-cli v0.7.0 (/source) Nov 17 19:28:37.875 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Nov 17 19:28:37.875 INFO [stderr] --> src/bin/unic-echo.rs:23:1 Nov 17 19:28:37.875 INFO [stderr] | Nov 17 19:28:37.875 INFO [stderr] 23 | / unic_arg_enum!{ Nov 17 19:28:37.875 INFO [stderr] 24 | | #[derive(Debug)] Nov 17 19:28:37.875 INFO [stderr] 25 | | enum InputFormat { Nov 17 19:28:37.875 INFO [stderr] 26 | | Plain, Nov 17 19:28:37.875 INFO [stderr] ... | Nov 17 19:28:37.875 INFO [stderr] 32 | | } Nov 17 19:28:37.875 INFO [stderr] 33 | | } Nov 17 19:28:37.875 INFO [stderr] | |_^ Nov 17 19:28:37.875 INFO [stderr] | Nov 17 19:28:37.875 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 19:28:37.875 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 17 19:28:37.875 INFO [stderr] Nov 17 19:28:37.875 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Nov 17 19:28:37.875 INFO [stderr] --> src/bin/unic-echo.rs:46:1 Nov 17 19:28:37.875 INFO [stderr] | Nov 17 19:28:37.875 INFO [stderr] 46 | / unic_arg_enum!{ Nov 17 19:28:37.875 INFO [stderr] 47 | | #[derive(Debug)] Nov 17 19:28:37.875 INFO [stderr] 48 | | enum OutputFormat { Nov 17 19:28:37.875 INFO [stderr] 49 | | Plain, Nov 17 19:28:37.875 INFO [stderr] ... | Nov 17 19:28:37.875 INFO [stderr] 69 | | } Nov 17 19:28:37.875 INFO [stderr] 70 | | } Nov 17 19:28:37.875 INFO [stderr] | |_^ Nov 17 19:28:37.875 INFO [stderr] | Nov 17 19:28:37.875 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 17 19:28:37.875 INFO [stderr] Nov 17 19:28:43.660 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.61s Nov 17 19:28:43.672 INFO [stderr] su: No module specific data is present Nov 17 19:28:45.041 INFO running `"docker" "inspect" "2beecc779354525e9fa257891bf55bf52cc948af3dff16d5165b61a8d4729309"` Nov 17 19:28:45.345 INFO running `"docker" "rm" "-f" "2beecc779354525e9fa257891bf55bf52cc948af3dff16d5165b61a8d4729309"` Nov 17 19:28:45.618 INFO [stdout] 2beecc779354525e9fa257891bf55bf52cc948af3dff16d5165b61a8d4729309 Nov 17 19:28:45.625 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 19:28:46.090 INFO [stdout] ce52a627a7d3c29e799c7f31b3f537d99ebce3658cf822fbc7c12a1bf5ca8f44 Nov 17 19:28:46.093 INFO running `"docker" "start" "-a" "ce52a627a7d3c29e799c7f31b3f537d99ebce3658cf822fbc7c12a1bf5ca8f44"` Nov 17 19:28:47.305 INFO [stderr] usermod: no changes Nov 17 19:28:47.587 INFO [stderr] Compiling cargo_metadata v0.5.8 Nov 17 19:28:47.587 INFO [stderr] Compiling quickcheck v0.6.2 Nov 17 19:28:54.120 INFO [stderr] Compiling skeptic v0.13.3 Nov 17 19:28:57.863 INFO [stderr] Compiling assert_cli v0.5.4 Nov 17 19:29:02.711 INFO [stderr] Compiling unic-cli v0.7.0 (/source) Nov 17 19:29:06.643 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Nov 17 19:29:06.643 INFO [stderr] --> src/bin/unic-echo.rs:23:1 Nov 17 19:29:06.643 INFO [stderr] | Nov 17 19:29:06.643 INFO [stderr] 23 | / unic_arg_enum!{ Nov 17 19:29:06.643 INFO [stderr] 24 | | #[derive(Debug)] Nov 17 19:29:06.643 INFO [stderr] 25 | | enum InputFormat { Nov 17 19:29:06.643 INFO [stderr] 26 | | Plain, Nov 17 19:29:06.643 INFO [stderr] ... | Nov 17 19:29:06.643 INFO [stderr] 32 | | } Nov 17 19:29:06.643 INFO [stderr] 33 | | } Nov 17 19:29:06.643 INFO [stderr] | |_^ Nov 17 19:29:06.643 INFO [stderr] | Nov 17 19:29:06.643 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 19:29:06.643 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 17 19:29:06.643 INFO [stderr] Nov 17 19:29:06.643 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Nov 17 19:29:06.643 INFO [stderr] --> src/bin/unic-echo.rs:46:1 Nov 17 19:29:06.643 INFO [stderr] | Nov 17 19:29:06.643 INFO [stderr] 46 | / unic_arg_enum!{ Nov 17 19:29:06.643 INFO [stderr] 47 | | #[derive(Debug)] Nov 17 19:29:06.643 INFO [stderr] 48 | | enum OutputFormat { Nov 17 19:29:06.643 INFO [stderr] 49 | | Plain, Nov 17 19:29:06.643 INFO [stderr] ... | Nov 17 19:29:06.643 INFO [stderr] 69 | | } Nov 17 19:29:06.643 INFO [stderr] 70 | | } Nov 17 19:29:06.643 INFO [stderr] | |_^ Nov 17 19:29:06.643 INFO [stderr] | Nov 17 19:29:06.643 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Nov 17 19:29:06.643 INFO [stderr] Nov 17 19:29:10.003 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.67s Nov 17 19:29:10.015 INFO [stderr] su: No module specific data is present Nov 17 19:29:10.419 INFO running `"docker" "inspect" "ce52a627a7d3c29e799c7f31b3f537d99ebce3658cf822fbc7c12a1bf5ca8f44"` Nov 17 19:29:10.555 INFO running `"docker" "rm" "-f" "ce52a627a7d3c29e799c7f31b3f537d99ebce3658cf822fbc7c12a1bf5ca8f44"` Nov 17 19:29:10.766 INFO [stdout] ce52a627a7d3c29e799c7f31b3f537d99ebce3658cf822fbc7c12a1bf5ca8f44 Nov 17 19:29:10.775 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-0/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55982/master#6b9b97bd9b704f85f0184f7a213cc4d62bd9654c:/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 +6b9b97bd9b704f85f0184f7a213cc4d62bd9654c-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"` Nov 17 19:29:11.112 INFO [stdout] 815e92eae1120d6b00d51cd4810416138ad0cc7f7dac869603b5cc5aec6f1b3c Nov 17 19:29:11.114 INFO running `"docker" "start" "-a" "815e92eae1120d6b00d51cd4810416138ad0cc7f7dac869603b5cc5aec6f1b3c"` Nov 17 19:29:11.792 INFO [stderr] usermod: no changes Nov 17 19:29:11.968 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s Nov 17 19:29:11.973 INFO [stderr] Running /target/debug/deps/unic_cli-1dfec782d294b510 Nov 17 19:29:11.977 INFO [stdout] Nov 17 19:29:11.977 INFO [stdout] running 0 tests Nov 17 19:29:11.977 INFO [stdout] Nov 17 19:29:11.977 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 19:29:11.977 INFO [stdout] Nov 17 19:29:11.977 INFO [stderr] Running /target/debug/deps/unic_echo-21688c9b2f3eff24 Nov 17 19:29:11.983 INFO [stdout] Nov 17 19:29:11.983 INFO [stdout] running 0 tests Nov 17 19:29:11.983 INFO [stdout] Nov 17 19:29:11.983 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 19:29:11.983 INFO [stdout] Nov 17 19:29:11.984 INFO [stderr] Running /target/debug/deps/unic_inspector-fc68c92807a2fbf8 Nov 17 19:29:11.984 INFO [stdout] Nov 17 19:29:11.984 INFO [stdout] running 0 tests Nov 17 19:29:11.984 INFO [stdout] Nov 17 19:29:11.984 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 19:29:11.984 INFO [stdout] Nov 17 19:29:11.985 INFO [stderr] Running /target/debug/deps/unic_versions-37087e1870a50821 Nov 17 19:29:11.987 INFO [stdout] Nov 17 19:29:11.987 INFO [stdout] running 0 tests Nov 17 19:29:11.987 INFO [stdout] Nov 17 19:29:11.987 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 19:29:11.987 INFO [stdout] Nov 17 19:29:11.989 INFO [stderr] Running /target/debug/deps/quickcheck-e6febbbeb5c96103 Nov 17 19:29:12.000 INFO [stdout] Nov 17 19:29:12.000 INFO [stdout] running 3 tests Nov 17 19:29:12.106 INFO [stdout] test quickcheck_codepoints ... ok Nov 17 19:29:12.116 INFO [stdout] test quickcheck_utf16_hex ... ok Nov 17 19:29:12.131 INFO [stdout] test quickcheck_utf8_hex ... ok Nov 17 19:29:12.132 INFO [stdout] Nov 17 19:29:12.132 INFO [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 19:29:12.132 INFO [stdout] Nov 17 19:29:12.134 INFO [stderr] Running /target/debug/deps/test_unic_echo-74782e393ab92d9d Nov 17 19:29:12.138 INFO [stdout] Nov 17 19:29:12.138 INFO [stdout] running 9 tests Nov 17 19:29:13.171 INFO [stdout] test test_utf16_hex_input ... ok Nov 17 19:29:13.395 INFO [stdout] test test_no_newline_output ... ok Nov 17 19:29:13.728 INFO [stdout] test test_codepoints_input ... ok Nov 17 19:29:13.855 INFO [stdout] test test_codepoints_output ... ok Nov 17 19:29:13.886 INFO [stdout] test test_rust_escape_output ... ok Nov 17 19:29:13.933 INFO [stdout] test test_plain_text_input ... ok Nov 17 19:29:14.060 INFO [stdout] test test_utf16_hex_output ... ok Nov 17 19:29:14.247 INFO [stdout] test test_utf8_hex_input ... ok Nov 17 19:29:14.291 INFO [stdout] test test_utf8_hex_output ... ok Nov 17 19:29:14.291 INFO [stdout] Nov 17 19:29:14.291 INFO [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 19:29:14.291 INFO [stdout] Nov 17 19:29:14.292 INFO [stderr] Doc-tests unic-cli Nov 17 19:29:15.069 INFO [stdout] Nov 17 19:29:15.069 INFO [stdout] running 0 tests Nov 17 19:29:15.070 INFO [stdout] Nov 17 19:29:15.070 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 19:29:15.070 INFO [stdout] Nov 17 19:29:15.077 INFO [stderr] su: No module specific data is present Nov 17 19:29:15.460 INFO running `"docker" "inspect" "815e92eae1120d6b00d51cd4810416138ad0cc7f7dac869603b5cc5aec6f1b3c"` Nov 17 19:29:15.554 INFO running `"docker" "rm" "-f" "815e92eae1120d6b00d51cd4810416138ad0cc7f7dac869603b5cc5aec6f1b3c"` Nov 17 19:29:15.666 INFO [stdout] 815e92eae1120d6b00d51cd4810416138ad0cc7f7dac869603b5cc5aec6f1b3c