Nov 17 19:28:03.584 INFO testing unic-cli-0.7.0 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 19:28:03.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:03.868 INFO [stdout] 54b50cccc769ee9a96fed4f4371ab2f3e979941c32b8bc8e7969c359526ebba3 Nov 17 19:28:03.871 INFO running `"docker" "start" "-a" "54b50cccc769ee9a96fed4f4371ab2f3e979941c32b8bc8e7969c359526ebba3"` Nov 17 19:28:04.342 INFO [stderr] usermod: no changes Nov 17 19:28:04.504 INFO [stderr] Compiling unic-char-range v0.7.0 Nov 17 19:28:04.504 INFO [stderr] Compiling unic-idna-punycode v0.7.0 Nov 17 19:28:05.095 INFO [stderr] Compiling unic-char-property v0.7.0 Nov 17 19:28:05.463 INFO [stderr] Compiling unic-ucd-category v0.7.0 Nov 17 19:28:05.463 INFO [stderr] Compiling unic-idna-mapping v0.7.0 Nov 17 19:28:05.463 INFO [stderr] Compiling unic-ucd-case v0.7.0 Nov 17 19:28:05.463 INFO [stderr] Compiling unic-ucd-age v0.7.0 Nov 17 19:28:05.463 INFO [stderr] Compiling unic-ucd-common v0.7.0 Nov 17 19:28:05.463 INFO [stderr] Compiling unic-emoji-char v0.7.0 Nov 17 19:28:05.463 INFO [stderr] Compiling unic-ucd-name v0.7.0 Nov 17 19:28:05.463 INFO [stderr] Compiling unic-ucd-segment v0.7.0 Nov 17 19:28:07.331 INFO [stderr] Compiling unic-ucd-bidi v0.7.0 Nov 17 19:28:07.367 INFO [stderr] Compiling unic-ucd-ident v0.7.0 Nov 17 19:28:07.395 INFO [stderr] Compiling unic-char v0.7.0 Nov 17 19:28:08.583 INFO [stderr] Compiling unic-emoji v0.7.0 Nov 17 19:28:08.636 INFO [stderr] Compiling unic-ucd-normal v0.7.0 Nov 17 19:28:09.195 INFO [stderr] Compiling unic-bidi v0.7.0 Nov 17 19:28:09.702 INFO [stderr] Compiling unic-segment v0.7.0 Nov 17 19:28:13.015 INFO [stderr] Compiling unic-normal v0.7.0 Nov 17 19:28:14.351 INFO [stderr] Compiling unic-idna v0.7.0 Nov 17 19:28:30.571 INFO [stderr] Compiling unic-ucd v0.7.0 Nov 17 19:28:31.203 INFO [stderr] Compiling unic v0.7.0 Nov 17 19:28:32.326 INFO [stderr] Compiling unic-cli v0.7.0 (/source) Nov 17 19:28:37.594 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Nov 17 19:28:37.594 INFO [stderr] --> src/bin/unic-echo.rs:23:1 Nov 17 19:28:37.594 INFO [stderr] | Nov 17 19:28:37.594 INFO [stderr] 23 | / unic_arg_enum!{ Nov 17 19:28:37.594 INFO [stderr] 24 | | #[derive(Debug)] Nov 17 19:28:37.594 INFO [stderr] 25 | | enum InputFormat { Nov 17 19:28:37.594 INFO [stderr] 26 | | Plain, Nov 17 19:28:37.594 INFO [stderr] ... | Nov 17 19:28:37.594 INFO [stderr] 32 | | } Nov 17 19:28:37.594 INFO [stderr] 33 | | } Nov 17 19:28:37.596 INFO [stderr] | |_^ Nov 17 19:28:37.615 INFO [stderr] | Nov 17 19:28:37.616 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 19:28:37.616 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.616 INFO [stderr] Nov 17 19:28:37.623 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Nov 17 19:28:37.623 INFO [stderr] --> src/bin/unic-echo.rs:46:1 Nov 17 19:28:37.623 INFO [stderr] | Nov 17 19:28:37.623 INFO [stderr] 46 | / unic_arg_enum!{ Nov 17 19:28:37.623 INFO [stderr] 47 | | #[derive(Debug)] Nov 17 19:28:37.623 INFO [stderr] 48 | | enum OutputFormat { Nov 17 19:28:37.623 INFO [stderr] 49 | | Plain, Nov 17 19:28:37.623 INFO [stderr] ... | Nov 17 19:28:37.623 INFO [stderr] 69 | | } Nov 17 19:28:37.623 INFO [stderr] 70 | | } Nov 17 19:28:37.623 INFO [stderr] | |_^ Nov 17 19:28:37.624 INFO [stderr] | Nov 17 19:28:37.624 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.624 INFO [stderr] Nov 17 19:28:43.572 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.20s Nov 17 19:28:43.584 INFO [stderr] su: No module specific data is present Nov 17 19:28:45.041 INFO running `"docker" "inspect" "54b50cccc769ee9a96fed4f4371ab2f3e979941c32b8bc8e7969c359526ebba3"` Nov 17 19:28:45.293 INFO running `"docker" "rm" "-f" "54b50cccc769ee9a96fed4f4371ab2f3e979941c32b8bc8e7969c359526ebba3"` Nov 17 19:28:45.551 INFO [stdout] 54b50cccc769ee9a96fed4f4371ab2f3e979941c32b8bc8e7969c359526ebba3 Nov 17 19:28:45.558 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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.015 INFO [stdout] b234570b23283130dd9c2a7887ac1e016bffe8eadf6c8045899a71788a180c41 Nov 17 19:28:46.019 INFO running `"docker" "start" "-a" "b234570b23283130dd9c2a7887ac1e016bffe8eadf6c8045899a71788a180c41"` Nov 17 19:28:47.123 INFO [stderr] usermod: no changes Nov 17 19:28:47.371 INFO [stderr] Compiling cargo_metadata v0.5.8 Nov 17 19:28:52.161 INFO [stderr] Compiling skeptic v0.13.3 Nov 17 19:28:57.636 INFO [stderr] Compiling assert_cli v0.5.4 Nov 17 19:29:03.545 INFO [stderr] Compiling unic-cli v0.7.0 (/source) Nov 17 19:29:08.635 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Nov 17 19:29:08.635 INFO [stderr] --> src/bin/unic-echo.rs:23:1 Nov 17 19:29:08.635 INFO [stderr] | Nov 17 19:29:08.636 INFO [stderr] 23 | / unic_arg_enum!{ Nov 17 19:29:08.636 INFO [stderr] 24 | | #[derive(Debug)] Nov 17 19:29:08.636 INFO [stderr] 25 | | enum InputFormat { Nov 17 19:29:08.636 INFO [stderr] 26 | | Plain, Nov 17 19:29:08.637 INFO [stderr] ... | Nov 17 19:29:08.637 INFO [stderr] 32 | | } Nov 17 19:29:08.637 INFO [stderr] 33 | | } Nov 17 19:29:08.637 INFO [stderr] | |_^ Nov 17 19:29:08.638 INFO [stderr] | Nov 17 19:29:08.638 INFO [stderr] = note: #[warn(deprecated)] on by default Nov 17 19:29:08.638 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:08.639 INFO [stderr] Nov 17 19:29:08.643 INFO [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Nov 17 19:29:08.643 INFO [stderr] --> src/bin/unic-echo.rs:46:1 Nov 17 19:29:08.643 INFO [stderr] | Nov 17 19:29:08.644 INFO [stderr] 46 | / unic_arg_enum!{ Nov 17 19:29:08.644 INFO [stderr] 47 | | #[derive(Debug)] Nov 17 19:29:08.644 INFO [stderr] 48 | | enum OutputFormat { Nov 17 19:29:08.644 INFO [stderr] 49 | | Plain, Nov 17 19:29:08.645 INFO [stderr] ... | Nov 17 19:29:08.645 INFO [stderr] 69 | | } Nov 17 19:29:08.645 INFO [stderr] 70 | | } Nov 17 19:29:08.645 INFO [stderr] | |_^ Nov 17 19:29:08.646 INFO [stderr] | Nov 17 19:29:08.646 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:08.646 INFO [stderr] Nov 17 19:29:11.199 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.04s Nov 17 19:29:11.211 INFO [stderr] su: No module specific data is present Nov 17 19:29:11.712 INFO running `"docker" "inspect" "b234570b23283130dd9c2a7887ac1e016bffe8eadf6c8045899a71788a180c41"` Nov 17 19:29:11.840 INFO running `"docker" "rm" "-f" "b234570b23283130dd9c2a7887ac1e016bffe8eadf6c8045899a71788a180c41"` Nov 17 19:29:11.983 INFO [stdout] b234570b23283130dd9c2a7887ac1e016bffe8eadf6c8045899a71788a180c41 Nov 17 19:29:11.989 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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:12.263 INFO [stdout] e36ea5db1023280df341f52b3ad749053177a84a5d6b45419f81133822c1849d Nov 17 19:29:12.269 INFO running `"docker" "start" "-a" "e36ea5db1023280df341f52b3ad749053177a84a5d6b45419f81133822c1849d"` Nov 17 19:29:13.091 INFO [stderr] usermod: no changes Nov 17 19:29:13.245 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s Nov 17 19:29:13.269 INFO [stderr] Running /target/debug/deps/unic_cli-4e296abf39704c12 Nov 17 19:29:13.270 INFO [stdout] Nov 17 19:29:13.271 INFO [stderr] Running /target/debug/deps/unic_echo-041ac7cfdacf1912 Nov 17 19:29:13.271 INFO [stdout] running 0 tests Nov 17 19:29:13.271 INFO [stdout] Nov 17 19:29:13.272 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 19:29:13.272 INFO [stdout] Nov 17 19:29:13.275 INFO [stdout] Nov 17 19:29:13.275 INFO [stdout] running 0 tests Nov 17 19:29:13.275 INFO [stdout] Nov 17 19:29:13.275 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 19:29:13.275 INFO [stdout] Nov 17 19:29:13.275 INFO [stderr] Running /target/debug/deps/unic_inspector-19722141c98197b6 Nov 17 19:29:13.276 INFO [stdout] Nov 17 19:29:13.276 INFO [stdout] running 0 tests Nov 17 19:29:13.276 INFO [stdout] Nov 17 19:29:13.276 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 19:29:13.276 INFO [stdout] Nov 17 19:29:13.279 INFO [stdout] Nov 17 19:29:13.279 INFO [stderr] Running /target/debug/deps/unic_versions-d1de1a360761b786 Nov 17 19:29:13.279 INFO [stdout] running 0 tests Nov 17 19:29:13.279 INFO [stdout] Nov 17 19:29:13.279 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 19:29:13.279 INFO [stdout] Nov 17 19:29:13.283 INFO [stdout] Nov 17 19:29:13.283 INFO [stderr] Running /target/debug/deps/quickcheck-857654e07dce651e Nov 17 19:29:13.283 INFO [stdout] running 3 tests Nov 17 19:29:13.367 INFO [stdout] test quickcheck_utf16_hex ... ok Nov 17 19:29:13.369 INFO [stdout] test quickcheck_codepoints ... ok Nov 17 19:29:13.374 INFO [stdout] test quickcheck_utf8_hex ... ok Nov 17 19:29:13.374 INFO [stdout] Nov 17 19:29:13.374 INFO [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 19:29:13.375 INFO [stdout] Nov 17 19:29:13.379 INFO [stdout] Nov 17 19:29:13.379 INFO [stderr] Running /target/debug/deps/test_unic_echo-5d0c6b346c3c392b Nov 17 19:29:13.380 INFO [stdout] running 9 tests Nov 17 19:29:13.705 INFO [stdout] test test_utf16_hex_input ... ok Nov 17 19:29:14.385 INFO [stdout] test test_codepoints_input ... ok Nov 17 19:29:14.556 INFO [stdout] test test_no_newline_output ... ok Nov 17 19:29:14.658 INFO [stdout] test test_codepoints_output ... ok Nov 17 19:29:14.859 INFO [stdout] test test_utf8_hex_output ... ok Nov 17 19:29:14.935 INFO [stdout] test test_utf16_hex_output ... ok Nov 17 19:29:14.971 INFO [stdout] test test_rust_escape_output ... ok Nov 17 19:29:15.014 INFO [stdout] test test_utf8_hex_input ... ok Nov 17 19:29:15.061 INFO [stdout] test test_plain_text_input ... ok Nov 17 19:29:15.062 INFO [stderr] Doc-tests unic-cli Nov 17 19:29:15.062 INFO [stdout] Nov 17 19:29:15.062 INFO [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 19:29:15.063 INFO [stdout] Nov 17 19:29:16.163 INFO [stdout] Nov 17 19:29:16.164 INFO [stdout] running 0 tests Nov 17 19:29:16.164 INFO [stdout] Nov 17 19:29:16.164 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 19:29:16.164 INFO [stdout] Nov 17 19:29:16.172 INFO [stderr] su: No module specific data is present Nov 17 19:29:16.533 INFO running `"docker" "inspect" "e36ea5db1023280df341f52b3ad749053177a84a5d6b45419f81133822c1849d"` Nov 17 19:29:16.653 INFO running `"docker" "rm" "-f" "e36ea5db1023280df341f52b3ad749053177a84a5d6b45419f81133822c1849d"` Nov 17 19:29:16.769 INFO [stdout] e36ea5db1023280df341f52b3ad749053177a84a5d6b45419f81133822c1849d