[INFO] crate widestring 0.4.0 is already in cache [INFO] testing widestring-0.4.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate widestring 0.4.0 into work/builds/worker-4/source [INFO] validating manifest of crates.io crate widestring 0.4.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate widestring 0.4.0 [INFO] finished tweaking crates.io crate widestring 0.4.0 [INFO] tweaked toml for crates.io crate widestring 0.4.0 written to work/builds/worker-4/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 4828482412d27a33623bf7dd4e076b32306a9b32b20c647347eb5d432e3f4f04 [INFO] running `"docker" "start" "-a" "4828482412d27a33623bf7dd4e076b32306a9b32b20c647347eb5d432e3f4f04"` [INFO] [stderr] Compiling widestring v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stderr] --> src/lib.rs:190:9 [INFO] [stderr] | [INFO] [stderr] 190 | pub use ucstring::*; [INFO] [stderr] | ^^^^^^^^^^^ help: use `crate`: `crate::ucstring::*` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:178:9 [INFO] [stderr] | [INFO] [stderr] 178 | #![deny(future_incompatible)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(absolute_paths_not_starting_with_crate)]` implied by `#[warn(future_incompatible)]` [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #53130 [INFO] [stderr] [INFO] [stderr] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stderr] --> src/lib.rs:191:9 [INFO] [stderr] | [INFO] [stderr] 191 | pub use ustring::*; [INFO] [stderr] | ^^^^^^^^^^ help: use `crate`: `crate::ustring::*` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #53130 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.79s [INFO] running `"docker" "inspect" "4828482412d27a33623bf7dd4e076b32306a9b32b20c647347eb5d432e3f4f04"` [INFO] running `"docker" "rm" "-f" "4828482412d27a33623bf7dd4e076b32306a9b32b20c647347eb5d432e3f4f04"` [INFO] [stdout] 4828482412d27a33623bf7dd4e076b32306a9b32b20c647347eb5d432e3f4f04 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 2b1796ae661ab24b638e25ec07ae746cce5e3657f8384e5d4099faf1c505d507 [INFO] running `"docker" "start" "-a" "2b1796ae661ab24b638e25ec07ae746cce5e3657f8384e5d4099faf1c505d507"` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling widestring v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stderr] --> src/lib.rs:190:9 [INFO] [stderr] | [INFO] [stderr] 190 | pub use ucstring::*; [INFO] [stderr] | ^^^^^^^^^^^ help: use `crate`: `crate::ucstring::*` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:178:9 [INFO] [stderr] | [INFO] [stderr] 178 | #![deny(future_incompatible)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] = note: `#[warn(absolute_paths_not_starting_with_crate)]` implied by `#[warn(future_incompatible)]` [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #53130 [INFO] [stderr] [INFO] [stderr] warning: absolute paths must start with `self`, `super`, `crate`, or an external crate name in the 2018 edition [INFO] [stderr] --> src/lib.rs:191:9 [INFO] [stderr] | [INFO] [stderr] 191 | pub use ustring::*; [INFO] [stderr] | ^^^^^^^^^^ help: use `crate`: `crate::ustring::*` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2018 edition! [INFO] [stderr] = note: for more information, see issue #53130 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.71s [INFO] running `"docker" "inspect" "2b1796ae661ab24b638e25ec07ae746cce5e3657f8384e5d4099faf1c505d507"` [INFO] running `"docker" "rm" "-f" "2b1796ae661ab24b638e25ec07ae746cce5e3657f8384e5d4099faf1c505d507"` [INFO] [stdout] 2b1796ae661ab24b638e25ec07ae746cce5e3657f8384e5d4099faf1c505d507 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] daba3e4f86717aff2c1fde4c9be7ea88cef0bfd6b7e8c9734a8bbe44698f9651 [INFO] running `"docker" "start" "-a" "daba3e4f86717aff2c1fde4c9be7ea88cef0bfd6b7e8c9734a8bbe44698f9651"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/widestring-8ac4140185962377 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests widestring [INFO] [stdout] [INFO] [stdout] running 83 tests [INFO] [stdout] test src/lib.rs - U16CString (line 277) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCStr::into_ucstring (line 1445) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCStr::to_ustring (line 1394) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCStr::to_string_lossy (line 1526) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCStr::to_os_string (line 1631) ... FAILED [INFO] [stdout] test src/lib.rs - U32CString (line 357) ... FAILED [INFO] [stdout] test src/lib.rs - (line 136) ... FAILED [INFO] [stdout] test src/lib.rs - (line 92) ... FAILED [INFO] [stdout] test src/lib.rs - U32String (line 320) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCStr::to_ustring (line 1380) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCStr::into_ucstring (line 1454) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCStr::to_string_lossy (line 1674) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCStr::to_os_string (line 1483) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCStr::to_string (line 1506) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCStr::to_string (line 1654) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_vec_with_nul (line 155) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_vec_with_nul (line 164) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString (line 38) ... FAILED [INFO] [stdout] test src/lib.rs - U16String (line 240) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString (line 26) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_vec_with_nul (line 175) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::into_boxed_ucstr (line 386) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::new (line 126) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_vec_with_nul (line 183) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::into_boxed_ucstr (line 376) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::new (line 117) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::new (line 106) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::new (line 97) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_os_str (line 654) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_os_str_unchecked (line 678) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_os_str (line 644) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_os_str_with_nul (line 712) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_os_str_with_nul (line 702) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_os_str_with_nul_unchecked (line 735) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_str (line 423) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_str_unchecked (line 456) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_str (line 433) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_str_with_nul (line 479) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_chars (line 761) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_str_with_nul (line 489) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_str_with_nul_unchecked (line 512) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_chars_with_nul (line 797) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_os_str (line 1169) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_chars_with_nul (line 808) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_chars (line 772) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_os_str (line 1179) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_os_str_with_nul (line 1237) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_os_str_unchecked (line 1203) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_os_str_with_nul (line 1227) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_os_str_with_nul_unchecked (line 1260) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_str (line 859) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_str (line 869) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_str_with_nul (line 915) ... FAILED [INFO] [stdout] test src/ustring.rs - ustring::UStr::to_os_string (line 683) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_str_unchecked (line 892) ... FAILED [INFO] [stdout] test src/ustring.rs - ustring::UStr::to_os_string (line 587) ... FAILED [INFO] [stdout] test src/ustring.rs - ustring::UStr::to_string (line 610) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_str_with_nul_unchecked (line 948) ... FAILED [INFO] [stdout] test src/ucstring.rs - ucstring::UCString::from_str_with_nul (line 925) ... FAILED [INFO] [stdout] test src/ustring.rs - ustring::UStr::to_string_lossy (line 738) ... FAILED [INFO] [stdout] test src/ustring.rs - ustring::UStr::to_string (line 706) ... FAILED [INFO] [stdout] test src/ustring.rs - ustring::UString (line 28) ... FAILED [INFO] [stdout] test src/ustring.rs - ustring::UString (line 40) ... FAILED [INFO] [stdout] test src/ustring.rs - ustring::UString::into_boxed_ustr (line 282) ... FAILED [INFO] [stdout] test src/ustring.rs - ustring::UStr::to_string_lossy (line 630) ... ok [INFO] [stdout] test src/ustring.rs - ustring::UString::from_vec (line 103) ... FAILED [INFO] [stdout] test src/ustring.rs - ustring::UString::from_vec (line 94) ... FAILED [INFO] [stdout] test src/ustring.rs - ustring::UString::push (line 201) ... FAILED [INFO] [stdout] test src/ustring.rs - ustring::UString::push_slice (line 233) ... FAILED [INFO] [stdout] test src/ustring.rs - ustring::UString::into_boxed_ustr (line 290) ... ok [INFO] [stdout] test src/ustring.rs - ustring::UString::push (line 190) ... ok [INFO] [stdout] test src/ustring.rs - ustring::UString::push_slice (line 222) ... ok [INFO] [stdout] test src/ustring.rs - ustring::UString::shrink_to_fit (line 251) ... ok [INFO] [stdout] test src/ustring.rs - ustring::UString::from_str (line 311) ... ok [INFO] [stdout] test src/ustring.rs - ustring::UString::from_os_str (line 332) ... ok [INFO] [stdout] test src/ustring.rs - ustring::UString::push_str (line 353) ... ok [INFO] [stdout] test src/ustring.rs - ustring::UString::from_chars (line 394) ... ok [INFO] [stdout] test src/ustring.rs - ustring::UString::from_str (line 415) ... ok [INFO] [stdout] test src/ustring.rs - ustring::UString::from_os_str (line 435) ... ok [INFO] [stdout] test src/ustring.rs - ustring::UString::shrink_to_fit (line 263) ... ok [INFO] [stdout] test src/ustring.rs - ustring::UString::push_os_str (line 491) ... ok [INFO] [stdout] test src/ustring.rs - ustring::UString::push_os_str (line 373) ... ok [INFO] [stdout] test src/ustring.rs - ustring::UString::push_str (line 471) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - U16CString (line 277) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCStr::into_ucstring (line 1445) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCStr::to_ustring (line 1394) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCStr::to_string_lossy (line 1526) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCStr::to_os_string (line 1631) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - U32CString (line 357) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 136) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 92) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - U32String (line 320) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCStr::to_ustring (line 1380) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCStr::into_ucstring (line 1454) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCStr::to_string_lossy (line 1674) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCStr::to_os_string (line 1483) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCStr::to_string (line 1506) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCStr::to_string (line 1654) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_vec_with_nul (line 155) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_vec_with_nul (line 164) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString (line 38) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - U16String (line 240) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString (line 26) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_vec_with_nul (line 175) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::into_boxed_ucstr (line 386) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::new (line 126) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_vec_with_nul (line 183) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::into_boxed_ucstr (line 376) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::new (line 117) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::new (line 106) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::new (line 97) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_os_str (line 654) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_os_str_unchecked (line 678) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_os_str (line 644) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_os_str_with_nul (line 712) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_os_str_with_nul (line 702) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_os_str_with_nul_unchecked (line 735) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_str (line 423) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_str_unchecked (line 456) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_str (line 433) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_str_with_nul (line 479) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_chars (line 761) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_str_with_nul (line 489) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_str_with_nul_unchecked (line 512) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_chars_with_nul (line 797) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_os_str (line 1169) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_chars_with_nul (line 808) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_chars (line 772) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_os_str (line 1179) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_os_str_with_nul (line 1237) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_os_str_unchecked (line 1203) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_os_str_with_nul (line 1227) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_os_str_with_nul_unchecked (line 1260) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_str (line 859) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_str (line 869) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_str_with_nul (line 915) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ustring.rs - ustring::UStr::to_os_string (line 683) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_str_unchecked (line 892) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ustring.rs - ustring::UStr::to_os_string (line 587) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ustring.rs - ustring::UStr::to_string (line 610) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_str_with_nul_unchecked (line 948) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ucstring.rs - ucstring::UCString::from_str_with_nul (line 925) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ustring.rs - ustring::UStr::to_string_lossy (line 738) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ustring.rs - ustring::UStr::to_string (line 706) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ustring.rs - ustring::UString (line 28) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ustring.rs - ustring::UString (line 40) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ustring.rs - ustring::UString::into_boxed_ustr (line 282) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ustring.rs - ustring::UString::from_vec (line 103) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ustring.rs - ustring::UString::from_vec (line 94) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ustring.rs - ustring::UString::push (line 201) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ustring.rs - ustring::UString::push_slice (line 233) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 136) [INFO] [stdout] src/lib.rs - (line 92) [INFO] [stdout] src/lib.rs - U16CString (line 277) [INFO] [stdout] src/lib.rs - U16String (line 240) [INFO] [stdout] src/lib.rs - U32CString (line 357) [INFO] [stdout] src/lib.rs - U32String (line 320) [INFO] [stdout] src/ucstring.rs - ucstring::UCStr::into_ucstring (line 1445) [INFO] [stdout] src/ucstring.rs - ucstring::UCStr::into_ucstring (line 1454) [INFO] [stdout] src/ucstring.rs - ucstring::UCStr::to_ustring (line 1380) [INFO] [stdout] src/ucstring.rs - ucstring::UCStr::to_ustring (line 1394) [INFO] [stdout] src/ucstring.rs - ucstring::UCStr::to_os_string (line 1483) [INFO] [stdout] src/ucstring.rs - ucstring::UCStr::to_string (line 1506) [INFO] [stdout] src/ucstring.rs - ucstring::UCStr::to_string_lossy (line 1526) [INFO] [stdout] src/ucstring.rs - ucstring::UCStr::to_os_string (line 1631) [INFO] [stdout] src/ucstring.rs - ucstring::UCStr::to_string (line 1654) [INFO] [stdout] src/ucstring.rs - ucstring::UCStr::to_string_lossy (line 1674) [INFO] [stdout] src/ucstring.rs - ucstring::UCString (line 26) [INFO] [stdout] src/ucstring.rs - ucstring::UCString (line 38) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_vec_with_nul (line 155) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_vec_with_nul (line 164) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_vec_with_nul (line 175) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_vec_with_nul (line 183) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::into_boxed_ucstr (line 376) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::into_boxed_ucstr (line 386) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::new (line 106) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::new (line 117) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::new (line 126) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::new (line 97) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_os_str (line 644) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_os_str (line 654) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_os_str_unchecked (line 678) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_os_str_with_nul (line 702) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_os_str_with_nul (line 712) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_os_str_with_nul_unchecked (line 735) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_str (line 423) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_str (line 433) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_str_unchecked (line 456) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_str_with_nul (line 479) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_str_with_nul (line 489) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_str_with_nul_unchecked (line 512) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_chars (line 761) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_chars (line 772) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_chars_with_nul (line 797) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_chars_with_nul (line 808) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_os_str (line 1169) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_os_str (line 1179) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_os_str_unchecked (line 1203) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_os_str_with_nul (line 1227) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_os_str_with_nul (line 1237) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_os_str_with_nul_unchecked (line 1260) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_str (line 859) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_str (line 869) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_str_unchecked (line 892) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_str_with_nul (line 915) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_str_with_nul (line 925) [INFO] [stdout] src/ucstring.rs - ucstring::UCString::from_str_with_nul_unchecked (line 948) [INFO] [stdout] src/ustring.rs - ustring::UStr::to_os_string (line 587) [INFO] [stdout] src/ustring.rs - ustring::UStr::to_string (line 610) [INFO] [stdout] src/ustring.rs - ustring::UStr::to_os_string (line 683) [INFO] [stdout] src/ustring.rs - ustring::UStr::to_string (line 706) [INFO] [stdout] src/ustring.rs - ustring::UStr::to_string_lossy (line 738) [INFO] [stdout] src/ustring.rs - ustring::UString (line 28) [INFO] [stdout] src/ustring.rs - ustring::UString (line 40) [INFO] [stdout] src/ustring.rs - ustring::UString::from_vec (line 103) [INFO] [stdout] src/ustring.rs - ustring::UString::from_vec (line 94) [INFO] [stdout] src/ustring.rs - ustring::UString::into_boxed_ustr (line 282) [INFO] [stdout] src/ustring.rs - ustring::UString::push (line 201) [INFO] [stdout] src/ustring.rs - ustring::UString::push_slice (line 233) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 15 passed; 68 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "daba3e4f86717aff2c1fde4c9be7ea88cef0bfd6b7e8c9734a8bbe44698f9651"` [INFO] running `"docker" "rm" "-f" "daba3e4f86717aff2c1fde4c9be7ea88cef0bfd6b7e8c9734a8bbe44698f9651"` [INFO] [stdout] daba3e4f86717aff2c1fde4c9be7ea88cef0bfd6b7e8c9734a8bbe44698f9651