[INFO] crate path_abs 0.5.0 is already in cache [INFO] extracting crate path_abs 0.5.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/path_abs/0.5.0 [INFO] extracting crate path_abs 0.5.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/path_abs/0.5.0 [INFO] validating manifest of path_abs-0.5.0 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 path_abs-0.5.0 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 path_abs-0.5.0 [INFO] finished frobbing path_abs-0.5.0 [INFO] frobbed toml for path_abs-0.5.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/path_abs/0.5.0/Cargo.toml [INFO] started frobbing path_abs-0.5.0 [INFO] finished frobbing path_abs-0.5.0 [INFO] frobbed toml for path_abs-0.5.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/path_abs/0.5.0/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 path_abs-0.5.0 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-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/path_abs/0.5.0:/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] 75d551fa1df3f0d919bb80fb5366063140e066e6a1c36dc62b83afeae34d7ad1 [INFO] running `"docker" "start" "-a" "75d551fa1df3f0d919bb80fb5366063140e066e6a1c36dc62b83afeae34d7ad1"` [INFO] [stderr] Compiling path_abs v0.5.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.50s [INFO] running `"docker" "inspect" "75d551fa1df3f0d919bb80fb5366063140e066e6a1c36dc62b83afeae34d7ad1"` [INFO] running `"docker" "rm" "-f" "75d551fa1df3f0d919bb80fb5366063140e066e6a1c36dc62b83afeae34d7ad1"` [INFO] [stdout] 75d551fa1df3f0d919bb80fb5366063140e066e6a1c36dc62b83afeae34d7ad1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/path_abs/0.5.0:/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] f8d86f09fe881516a35d5efcfbb7ab297d7b4e25ef5b9a159420d71c0efe8758 [INFO] running `"docker" "start" "-a" "f8d86f09fe881516a35d5efcfbb7ab297d7b4e25ef5b9a159420d71c0efe8758"` [INFO] [stderr] Compiling path_abs v0.5.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `ser_from_str` [INFO] [stderr] --> src/ser.rs:277:13 [INFO] [stderr] | [INFO] [stderr] 277 | let ser_from_str = PathSer::from("example"); [INFO] [stderr] | ^^^^^^^^^^^^ help: consider prefixing 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:278:13 [INFO] [stderr] | [INFO] [stderr] 278 | let ser_from_tmp_abs = PathSer::from(tmp_abs.as_path()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_ser_from_tmp_abs` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.70s [INFO] running `"docker" "inspect" "f8d86f09fe881516a35d5efcfbb7ab297d7b4e25ef5b9a159420d71c0efe8758"` [INFO] running `"docker" "rm" "-f" "f8d86f09fe881516a35d5efcfbb7ab297d7b4e25ef5b9a159420d71c0efe8758"` [INFO] [stdout] f8d86f09fe881516a35d5efcfbb7ab297d7b4e25ef5b9a159420d71c0efe8758 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/path_abs/0.5.0:/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] a85e0e054a5cf0e3a05b08ab66f07792904dae1a5239ca0dac2afd06d849a8b3 [INFO] running `"docker" "start" "-a" "a85e0e054a5cf0e3a05b08ab66f07792904dae1a5239ca0dac2afd06d849a8b3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/path_abs-d636232933c125d7 [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test tests::any::test_pathinfo_starts_with ... ok [INFO] [stdout] test tests::any::test_pathinfo_parent ... ok [INFO] [stdout] test tests::any::test_pathinfo_is_absolute ... ok [INFO] [stdout] test tests::any::test_pathinfo_ends_with ... ok [INFO] [stdout] test tests::any::test_pathmut_truncate_to_root ... 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 tests::any::test_pathmut_append ... ok [INFO] [stdout] test tests::any::test_pathmut_pop_up ... ok [INFO] [stdout] test ser::tests::sanity_ser ... ok [INFO] [stdout] test ser::tests::sanity_serde ... ok [INFO] [stdout] test dir::tests::sanity_list ... 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 [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/absolute_extended_cwd-82fa7178fac0a8c4 [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] Running /opt/crater/target/debug/deps/absolute_regular_cwd-6bd82db8e9b058c7 [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_empty_component ... ok [INFO] [stdout] test absolute_helpers::absolute_path_lexically_resolves_parentdir_component ... ok [INFO] [stdout] test absolute_helpers::absolute_path_removes_currentdir_component ... ok [INFO] [stdout] test absolute_helpers::unix::absolute_path_need_not_exist ... ok [INFO] [stdout] test absolute_helpers::unix::absolute_path_cannot_go_above_root ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/test_absolute-e9cc2279a1b5ef1b [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_forward_and_backward_slashes ... ok [INFO] [stdout] test test_absolute ... ok [INFO] [stdout] test test_root_parent ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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] Running /opt/crater/target/debug/deps/test_windows-ded1f00db5cedf1e [INFO] [stderr] Doc-tests path_abs [INFO] [stdout] [INFO] [stdout] running 40 tests [INFO] [stdout] test src/dir.rs - dir::PathDir::current_dir (line 55) ... ok [INFO] [stdout] test src/dir.rs - dir::PathDir::new (line 28) ... ok [INFO] [stdout] test src/dir.rs - dir::PathDir::join_abs (line 168) ... ok [INFO] [stdout] test src/dir.rs - dir::PathDir::create_all (line 143) ... ok [INFO] [stdout] test src/dir.rs - dir::PathDir::create (line 107) ... ok [INFO] [stdout] test src/dir.rs - dir::PathDir::parent_dir (line 339) ... ok [INFO] [stdout] test src/abs.rs - abs::PathAbs::new (line 75) ... ok [INFO] [stdout] test src/dir.rs - dir::PathDir::remove (line 224) ... ok [INFO] [stdout] test src/dir.rs - dir::PathDir::remove_all (line 252) ... ok [INFO] [stdout] test src/dir.rs - dir::PathDir::list (line 186) ... ok [INFO] [stdout] test src/dir.rs - dir::PathDir::symlink (line 281) ... ok [INFO] [stdout] test src/dir.rs - dir::PathDir::try_from (line 82) ... ok [INFO] [stdout] test src/edit.rs - edit::FileEdit (line 22) ... ok [INFO] [stdout] test src/file.rs - file::PathFile::append_str (line 193) ... ok [INFO] [stdout] test src/file.rs - file::PathFile::copy (line 311) ... ok [INFO] [stdout] test src/file.rs - file::PathFile::create (line 107) ... ok [INFO] [stdout] test src/file.rs - file::PathFile::new (line 27) ... ok [INFO] [stdout] test src/file.rs - file::PathFile::open_append (line 250) ... ok [INFO] [stdout] test src/file.rs - file::PathFile::open_edit (line 280) ... ok [INFO] [stdout] test src/file.rs - file::PathFile::open_read (line 222) ... ok [INFO] [stdout] test src/file.rs - file::PathFile::parent_dir (line 89) ... ok [INFO] [stdout] test src/file.rs - file::PathFile::read_string (line 138) ... ok [INFO] [stdout] test src/file.rs - file::PathFile::remove (line 427) ... ok [INFO] [stdout] test src/lib.rs - Error (line 273) ... ok [INFO] [stdout] test src/file.rs - file::PathFile::rename (line 348) ... ok [INFO] [stdout] test src/file.rs - file::PathFile::try_from (line 57) ... ok [INFO] [stdout] test src/file.rs - file::PathFile::symlink (line 386) ... ok [INFO] [stdout] test src/lib.rs - PathMut::pop_up (line 609) ... ok [INFO] [stdout] test src/file.rs - file::PathFile::write_str (line 162) ... ok [INFO] [stdout] test src/lib.rs - PathMut::truncate_to_root (line 659) ... ok [INFO] [stdout] test src/lib.rs - PathMut::pop_up (line 624) ... ok [INFO] [stdout] test src/lib.rs - PathMut::pop_up (line 639) ... ok [INFO] [stdout] test src/lib.rs - (line 113) ... ok [INFO] [stdout] test src/lib.rs - PathMut::append (line 582) ... ok [INFO] [stdout] test src/lib.rs - PathOps::concat (line 823) ... ok [INFO] [stdout] test src/ty.rs - ty::PathType::new (line 39) ... ok [INFO] [stdout] test src/ty.rs - ty::PathType::unwrap_dir (line 86) ... ok [INFO] [stdout] test src/read.rs - read::FileRead (line 22) ... ok [INFO] [stdout] test src/ty.rs - ty::PathType::unwrap_file (line 67) ... ok [INFO] [stdout] test src/write.rs - write::FileWrite (line 22) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 40 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "a85e0e054a5cf0e3a05b08ab66f07792904dae1a5239ca0dac2afd06d849a8b3"` [INFO] running `"docker" "rm" "-f" "a85e0e054a5cf0e3a05b08ab66f07792904dae1a5239ca0dac2afd06d849a8b3"` [INFO] [stdout] a85e0e054a5cf0e3a05b08ab66f07792904dae1a5239ca0dac2afd06d849a8b3