[INFO] updating cached repository ryanpbrewster/globmatch [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ryanpbrewster/globmatch [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ryanpbrewster/globmatch" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/ryanpbrewster/globmatch"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/ryanpbrewster/globmatch'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ryanpbrewster/globmatch" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ryanpbrewster/globmatch"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ryanpbrewster/globmatch'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e62c33cc79bfad7e94c997a3615a5971938386f5 [INFO] sha for GitHub repo ryanpbrewster/globmatch: e62c33cc79bfad7e94c997a3615a5971938386f5 [INFO] validating manifest of ryanpbrewster/globmatch on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ryanpbrewster/globmatch on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ryanpbrewster/globmatch [INFO] finished frobbing ryanpbrewster/globmatch [INFO] frobbed toml for ryanpbrewster/globmatch written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/ryanpbrewster/globmatch/Cargo.toml [INFO] started frobbing ryanpbrewster/globmatch [INFO] finished frobbing ryanpbrewster/globmatch [INFO] frobbed toml for ryanpbrewster/globmatch written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ryanpbrewster/globmatch/Cargo.toml [INFO] crate ryanpbrewster/globmatch has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ryanpbrewster/globmatch against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/ryanpbrewster/globmatch:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] e9d9b859430553f98de33211dcca8241aacc2715829e5b4b064b9e9a8820791c [INFO] running `"docker" "start" "-a" "e9d9b859430553f98de33211dcca8241aacc2715829e5b4b064b9e9a8820791c"` [INFO] [stderr] Compiling globmatch v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: method is never used: `recursive_overlap` [INFO] [stderr] --> src/main.rs:109:5 [INFO] [stderr] | [INFO] [stderr] 109 | fn recursive_overlap(a: &[Fragment], b: &[Fragment]) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `dp_overlap` [INFO] [stderr] --> src/main.rs:154:5 [INFO] [stderr] | [INFO] [stderr] 154 | fn dp_overlap(a: &[Fragment], b: &[Fragment]) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `"docker" "inspect" "e9d9b859430553f98de33211dcca8241aacc2715829e5b4b064b9e9a8820791c"` [INFO] running `"docker" "rm" "-f" "e9d9b859430553f98de33211dcca8241aacc2715829e5b4b064b9e9a8820791c"` [INFO] [stdout] e9d9b859430553f98de33211dcca8241aacc2715829e5b4b064b9e9a8820791c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/ryanpbrewster/globmatch:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 63120f38dcc1ecf89611d2f7656f763d9f07f71446e4864f786c7b1c4f1b1489 [INFO] running `"docker" "start" "-a" "63120f38dcc1ecf89611d2f7656f763d9f07f71446e4864f786c7b1c4f1b1489"` [INFO] [stderr] Compiling globmatch v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.42s [INFO] running `"docker" "inspect" "63120f38dcc1ecf89611d2f7656f763d9f07f71446e4864f786c7b1c4f1b1489"` [INFO] running `"docker" "rm" "-f" "63120f38dcc1ecf89611d2f7656f763d9f07f71446e4864f786c7b1c4f1b1489"` [INFO] [stdout] 63120f38dcc1ecf89611d2f7656f763d9f07f71446e4864f786c7b1c4f1b1489 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/ryanpbrewster/globmatch:/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=forbid" "-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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen"` [INFO] [stdout] b44a7cdb74ee6afc3d1b783aa9456a2399dc54a48ec9f04999d12fa72c8c7019 [INFO] running `"docker" "start" "-a" "b44a7cdb74ee6afc3d1b783aa9456a2399dc54a48ec9f04999d12fa72c8c7019"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test tests::literal_literal_dp ... ok [INFO] [stdout] test tests::globs_with_suffixes_only_match_suffixed_strings ... ok [INFO] [stdout] test tests::globs_match_many_literals ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/globmatch-711dc31528183029 [INFO] [stdout] test tests::globs_match_empty_paths ... ok [INFO] [stdout] test tests::glob_glob_recursive ... ok [INFO] [stdout] test tests::glob_glob_optimized ... ok [INFO] [stdout] test tests::literal_literal_optimized ... ok [INFO] [stdout] test tests::literal_literal_recursive ... ok [INFO] [stdout] test tests::literal_paths_overlap_if_equal ... ok [INFO] [stdout] test tests::glob_glob_dp ... ok [INFO] [stdout] test tests::empty_paths_overlap ... ok [INFO] [stdout] test tests::wildcards_do_not_match_multiple_literals ... ok [INFO] [stdout] test tests::wildcards_match_any_literal ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b44a7cdb74ee6afc3d1b783aa9456a2399dc54a48ec9f04999d12fa72c8c7019"` [INFO] running `"docker" "rm" "-f" "b44a7cdb74ee6afc3d1b783aa9456a2399dc54a48ec9f04999d12fa72c8c7019"` [INFO] [stdout] b44a7cdb74ee6afc3d1b783aa9456a2399dc54a48ec9f04999d12fa72c8c7019