[INFO] fetching crate path_abs 0.5.1... [INFO] testing path_abs-0.5.1 against 1.55.0 for beta-1.56-1 [INFO] extracting crate path_abs 0.5.1 into /workspace/builds/worker-102/source [INFO] validating manifest of crates.io crate path_abs 0.5.1 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate path_abs 0.5.1 [INFO] finished tweaking crates.io crate path_abs 0.5.1 [INFO] tweaked toml for crates.io crate path_abs 0.5.1 written to /workspace/builds/worker-102/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pretty_assertions v0.4.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2a9c98cd1eba836f58829da9ce667967398f3c7da3b0b4b6140970f927403d35 [INFO] running `Command { std: "docker" "start" "-a" "2a9c98cd1eba836f58829da9ce667967398f3c7da3b0b4b6140970f927403d35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2a9c98cd1eba836f58829da9ce667967398f3c7da3b0b4b6140970f927403d35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a9c98cd1eba836f58829da9ce667967398f3c7da3b0b4b6140970f927403d35", kill_on_drop: false }` [INFO] [stdout] 2a9c98cd1eba836f58829da9ce667967398f3c7da3b0b4b6140970f927403d35 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3185c73e8afecb2c1c4cf5d239536169b2073a71e1f0bbcfde5591578d6a69b [INFO] running `Command { std: "docker" "start" "-a" "a3185c73e8afecb2c1c4cf5d239536169b2073a71e1f0bbcfde5591578d6a69b", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling std_prelude v0.2.12 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling stfu8 v0.2.4 [INFO] [stderr] Compiling path_abs v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/abs.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:341:21 [INFO] [stdout] | [INFO] [stdout] 341 | self.io_err.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.05s [INFO] running `Command { std: "docker" "inspect" "a3185c73e8afecb2c1c4cf5d239536169b2073a71e1f0bbcfde5591578d6a69b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3185c73e8afecb2c1c4cf5d239536169b2073a71e1f0bbcfde5591578d6a69b", kill_on_drop: false }` [INFO] [stdout] a3185c73e8afecb2c1c4cf5d239536169b2073a71e1f0bbcfde5591578d6a69b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b85a6e594c9dc56a62c752ccaf123bc1653ad3520193a2992b145f0164da527 [INFO] running `Command { std: "docker" "start" "-a" "0b85a6e594c9dc56a62c752ccaf123bc1653ad3520193a2992b145f0164da527", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling ucd-util v0.1.8 [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling difference v1.0.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/abs.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:341:21 [INFO] [stdout] | [INFO] [stdout] 341 | self.io_err.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling pretty_assertions v0.4.1 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling path_abs v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/abs.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/lib.rs:341:21 [INFO] [stdout] | [INFO] [stdout] 341 | self.io_err.description() [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ser_from_str` [INFO] [stdout] --> src/ser.rs:279:13 [INFO] [stdout] | [INFO] [stdout] 279 | let ser_from_str = PathSer::from("example"); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ser_from_str` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `ser_from_tmp_abs` [INFO] [stdout] --> src/ser.rs:280:13 [INFO] [stdout] | [INFO] [stdout] 280 | let ser_from_tmp_abs = PathSer::from(tmp_abs.as_path()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ser_from_tmp_abs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.55s [INFO] running `Command { std: "docker" "inspect" "0b85a6e594c9dc56a62c752ccaf123bc1653ad3520193a2992b145f0164da527", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b85a6e594c9dc56a62c752ccaf123bc1653ad3520193a2992b145f0164da527", kill_on_drop: false }` [INFO] [stdout] 0b85a6e594c9dc56a62c752ccaf123bc1653ad3520193a2992b145f0164da527 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-102/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a1c037422d6cd60ff5d9645e0fe6417561a0681939f9428ad9bde33f4432bd3f [INFO] running `Command { std: "docker" "start" "-a" "a1c037422d6cd60ff5d9645e0fe6417561a0681939f9428ad9bde33f4432bd3f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> src/abs.rs:104:10 [INFO] [stderr] | [INFO] [stderr] 104 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/lib.rs:341:21 [INFO] [stderr] | [INFO] [stderr] 341 | self.io_err.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ser_from_str` [INFO] [stderr] --> src/ser.rs:279:13 [INFO] [stderr] | [INFO] [stderr] 279 | let ser_from_str = PathSer::from("example"); [INFO] [stderr] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ser_from_str` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ser_from_tmp_abs` [INFO] [stderr] --> src/ser.rs:280:13 [INFO] [stderr] | [INFO] [stderr] 280 | let ser_from_tmp_abs = PathSer::from(tmp_abs.as_path()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ser_from_tmp_abs` [INFO] [stderr] [INFO] [stderr] warning: `path_abs` (lib) generated 2 warnings [INFO] [stderr] warning: `path_abs` (lib test) generated 4 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/path_abs-01e72e3895b94958) [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test ser::tests::sanity_ser ... ok [INFO] [stdout] test tests::any::test_pathinfo_ends_with ... ok [INFO] [stdout] test tests::any::test_pathinfo_parent ... ok [INFO] [stdout] test dir::tests::sanity_list ... ok [INFO] [stdout] test tests::any::test_pathinfo_is_absolute ... ok [INFO] [stdout] test tests::any::test_pathinfo_starts_with ... ok [INFO] [stdout] test tests::any::test_pathmut_append ... ok [INFO] [stdout] test tests::any::test_pathmut_truncate_to_root ... ok [INFO] [stdout] test tests::any::test_pathmut_pop_up ... ok [INFO] [stdout] test tests::any::test_pathops_concat ... ok [INFO] [stdout] test tests::any::test_pathops_concat_consume ... ok [INFO] [stdout] test tests::any::test_pathops_concat_cur ... ok [INFO] [stdout] test tests::any::test_pathops_concat_relative ... ok [INFO] [stdout] test ser::tests::sanity_serde ... ok [INFO] [stdout] test tests::sanity_errors ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/absolute_extended_cwd.rs (/opt/rustwide/target/debug/deps/absolute_extended_cwd-3b6b680cad08e381) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/absolute_regular_cwd.rs (/opt/rustwide/target/debug/deps/absolute_regular_cwd-fb0fdfac0125dc50) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test absolute_helpers::absolute_path_interprets_relative_to_current_directory ... ok [INFO] [stdout] test absolute_helpers::absolute_path_is_idempotent ... ok [INFO] [stdout] test absolute_helpers::absolute_path_removes_currentdir_component ... ok [INFO] [stdout] test absolute_helpers::absolute_path_removes_empty_component ... ok [INFO] [stdout] test absolute_helpers::unix::absolute_path_cannot_go_above_root ... ok [INFO] [stdout] test absolute_helpers::unix::absolute_path_need_not_exist ... ok [INFO] [stdout] test absolute_helpers::absolute_path_lexically_resolves_parentdir_component ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test_absolute.rs (/opt/rustwide/target/debug/deps/test_absolute-5254fbed34d63a13) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_root_parent ... ok [INFO] [stdout] test test_forward_and_backward_slashes ... ok [INFO] [stdout] test test_absolute ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/test_windows.rs (/opt/rustwide/target/debug/deps/test_windows-0df46413d079f85f) [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests path_abs [INFO] [stderr] warning: unnecessary trailing semicolon [INFO] [stderr] --> /opt/rustwide/workdir/src/abs.rs:104:10 [INFO] [stderr] | [INFO] [stderr] 104 | }; [INFO] [stderr] | ^ help: remove this semicolon [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 40 tests [INFO] [stdout] test src/lib.rs - PathMut::truncate_to_root (line 662) - compile ... ok [INFO] [stdout] test src/file.rs - file::PathFile::rename (line 348) ... FAILED [INFO] [stdout] test src/lib.rs - (line 113) ... FAILED [INFO] [stdout] test src/dir.rs - dir::PathDir::list (line 186) ... FAILED [INFO] [stdout] test src/file.rs - file::PathFile::symlink (line 386) ... FAILED [INFO] [stdout] test src/dir.rs - dir::PathDir::current_dir (line 55) ... FAILED [INFO] [stdout] test src/dir.rs - dir::PathDir::join_abs (line 168) ... FAILED [INFO] [stdout] test src/file.rs - file::PathFile::open_append (line 250) ... FAILED [INFO] [stdout] test src/read.rs - read::FileRead (line 22) ... FAILED [INFO] [stdout] test src/dir.rs - dir::PathDir::parent_dir (line 339) ... FAILED [INFO] [stdout] test src/file.rs - file::PathFile::write_str (line 162) ... FAILED [INFO] [stdout] test src/ty.rs - ty::PathType::unwrap_dir (line 86) ... FAILED [INFO] [stdout] test src/dir.rs - dir::PathDir::symlink (line 281) ... FAILED [INFO] [stdout] test src/file.rs - file::PathFile::open_read (line 222) ... FAILED [INFO] [stdout] test src/dir.rs - dir::PathDir::new (line 28) ... FAILED [INFO] [stdout] test src/file.rs - file::PathFile::new (line 27) ... FAILED [INFO] [stdout] test src/file.rs - file::PathFile::open_edit (line 280) ... FAILED [INFO] [stdout] test src/abs.rs - abs::PathAbs::new (line 75) ... FAILED [INFO] [stdout] test src/file.rs - file::PathFile::parent_dir (line 89) ... FAILED [INFO] [stdout] test src/edit.rs - edit::FileEdit (line 22) ... FAILED [INFO] [stdout] test src/dir.rs - dir::PathDir::try_from (line 82) ... FAILED [INFO] [stdout] test src/file.rs - file::PathFile::append_str (line 193) ... FAILED [INFO] [stdout] test src/ty.rs - ty::PathType::unwrap_file (line 67) ... FAILED [INFO] [stdout] test src/file.rs - file::PathFile::read_string (line 138) ... FAILED [INFO] [stdout] test src/file.rs - file::PathFile::try_from (line 57) ... FAILED [INFO] [stdout] test src/ty.rs - ty::PathType::new (line 39) ... FAILED [INFO] [stdout] test src/write.rs - write::FileWrite (line 22) ... FAILED [INFO] [stdout] test src/file.rs - file::PathFile::copy (line 311) ... FAILED [INFO] [stdout] test src/lib.rs - PathMut::append (line 585) ... FAILED [INFO] [stdout] test src/file.rs - file::PathFile::create (line 107) ... FAILED [INFO] [stdout] test src/dir.rs - dir::PathDir::remove (line 224) ... FAILED [INFO] [stdout] test src/dir.rs - dir::PathDir::create_all (line 143) ... FAILED [INFO] [stdout] test src/dir.rs - dir::PathDir::remove_all (line 252) ... FAILED [INFO] [stdout] test src/dir.rs - dir::PathDir::create (line 107) ... FAILED [INFO] [stdout] test src/file.rs - file::PathFile::remove (line 427) ... FAILED [INFO] [stdout] test src/lib.rs - PathMut::pop_up (line 612) ... FAILED [INFO] [stdout] test src/lib.rs - PathMut::pop_up (line 627) ... FAILED [INFO] [stdout] test src/lib.rs - PathOps::concat (line 826) ... FAILED [INFO] [stdout] test src/lib.rs - Error (line 276) ... FAILED [INFO] [stdout] test src/lib.rs - PathMut::pop_up (line 642) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/file.rs - file::PathFile::rename (line 348) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 113) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dir.rs - dir::PathDir::list (line 186) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::PathFile::symlink (line 386) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dir.rs - dir::PathDir::current_dir (line 55) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dir.rs - dir::PathDir::join_abs (line 168) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::PathFile::open_append (line 250) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/read.rs - read::FileRead (line 22) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dir.rs - dir::PathDir::parent_dir (line 339) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::PathFile::write_str (line 162) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ty.rs - ty::PathType::unwrap_dir (line 86) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dir.rs - dir::PathDir::symlink (line 281) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::PathFile::open_read (line 222) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dir.rs - dir::PathDir::new (line 28) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::PathFile::new (line 27) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::PathFile::open_edit (line 280) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/abs.rs - abs::PathAbs::new (line 75) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::PathFile::parent_dir (line 89) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/edit.rs - edit::FileEdit (line 22) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dir.rs - dir::PathDir::try_from (line 82) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::PathFile::append_str (line 193) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ty.rs - ty::PathType::unwrap_file (line 67) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::PathFile::read_string (line 138) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::PathFile::try_from (line 57) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ty.rs - ty::PathType::new (line 39) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/write.rs - write::FileWrite (line 22) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::PathFile::copy (line 311) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - PathMut::append (line 585) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::PathFile::create (line 107) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dir.rs - dir::PathDir::remove (line 224) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dir.rs - dir::PathDir::create_all (line 143) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dir.rs - dir::PathDir::remove_all (line 252) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/dir.rs - dir::PathDir::create (line 107) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/file.rs - file::PathFile::remove (line 427) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - PathMut::pop_up (line 612) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - PathMut::pop_up (line 627) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - PathOps::concat (line 826) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - Error (line 276) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - PathMut::pop_up (line 642) stdout ---- [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/abs.rs - abs::PathAbs::new (line 75) [INFO] [stdout] src/dir.rs - dir::PathDir::create (line 107) [INFO] [stdout] src/dir.rs - dir::PathDir::create_all (line 143) [INFO] [stdout] src/dir.rs - dir::PathDir::current_dir (line 55) [INFO] [stdout] src/dir.rs - dir::PathDir::join_abs (line 168) [INFO] [stdout] src/dir.rs - dir::PathDir::list (line 186) [INFO] [stdout] src/dir.rs - dir::PathDir::new (line 28) [INFO] [stdout] src/dir.rs - dir::PathDir::parent_dir (line 339) [INFO] [stdout] src/dir.rs - dir::PathDir::remove (line 224) [INFO] [stdout] src/dir.rs - dir::PathDir::remove_all (line 252) [INFO] [stdout] src/dir.rs - dir::PathDir::symlink (line 281) [INFO] [stdout] src/dir.rs - dir::PathDir::try_from (line 82) [INFO] [stdout] src/edit.rs - edit::FileEdit (line 22) [INFO] [stdout] src/file.rs - file::PathFile::append_str (line 193) [INFO] [stdout] src/file.rs - file::PathFile::copy (line 311) [INFO] [stdout] src/file.rs - file::PathFile::create (line 107) [INFO] [stdout] src/file.rs - file::PathFile::new (line 27) [INFO] [stdout] src/file.rs - file::PathFile::open_append (line 250) [INFO] [stdout] src/file.rs - file::PathFile::open_edit (line 280) [INFO] [stdout] src/file.rs - file::PathFile::open_read (line 222) [INFO] [stdout] src/file.rs - file::PathFile::parent_dir (line 89) [INFO] [stdout] src/file.rs - file::PathFile::read_string (line 138) [INFO] [stdout] src/file.rs - file::PathFile::remove (line 427) [INFO] [stdout] src/file.rs - file::PathFile::rename (line 348) [INFO] [stdout] src/file.rs - file::PathFile::symlink (line 386) [INFO] [stdout] src/file.rs - file::PathFile::try_from (line 57) [INFO] [stdout] src/file.rs - file::PathFile::write_str (line 162) [INFO] [stdout] src/lib.rs - (line 113) [INFO] [stdout] src/lib.rs - Error (line 276) [INFO] [stdout] src/lib.rs - PathMut::append (line 585) [INFO] [stdout] src/lib.rs - PathMut::pop_up (line 612) [INFO] [stdout] src/lib.rs - PathMut::pop_up (line 627) [INFO] [stdout] src/lib.rs - PathMut::pop_up (line 642) [INFO] [stdout] src/lib.rs - PathOps::concat (line 826) [INFO] [stdout] src/read.rs - read::FileRead (line 22) [INFO] [stdout] src/ty.rs - ty::PathType::new (line 39) [INFO] [stdout] src/ty.rs - ty::PathType::unwrap_dir (line 86) [INFO] [stdout] src/ty.rs - ty::PathType::unwrap_file (line 67) [INFO] [stdout] src/write.rs - write::FileWrite (line 22) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 39 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.88s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "a1c037422d6cd60ff5d9645e0fe6417561a0681939f9428ad9bde33f4432bd3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a1c037422d6cd60ff5d9645e0fe6417561a0681939f9428ad9bde33f4432bd3f", kill_on_drop: false }` [INFO] [stdout] a1c037422d6cd60ff5d9645e0fe6417561a0681939f9428ad9bde33f4432bd3f