[INFO] cloning repository hhatto/fpath [INFO] running `"git" "clone" "--bare" "git://github.com/hhatto/fpath.git" "work/cache/sources/gh/hhatto/fpath"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/hhatto/fpath'... [INFO] running `"git" "clone" "work/cache/sources/gh/hhatto/fpath" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/hhatto/fpath"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/hhatto/fpath'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/hhatto/fpath" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/hhatto/fpath"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/hhatto/fpath'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0afab044daae2f1ffc40867c03fe7eb4c513cf83 [INFO] sha for GitHub repo hhatto/fpath: 0afab044daae2f1ffc40867c03fe7eb4c513cf83 [INFO] validating manifest of hhatto/fpath on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of hhatto/fpath on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing hhatto/fpath [INFO] finished frobbing hhatto/fpath [INFO] frobbed toml for hhatto/fpath written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/hhatto/fpath/Cargo.toml [INFO] started frobbing hhatto/fpath [INFO] finished frobbing hhatto/fpath [INFO] frobbed toml for hhatto/fpath written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/hhatto/fpath/Cargo.toml [INFO] crate hhatto/fpath already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pyo3cls v0.5.2 [INFO] [stderr] Downloaded pyo3 v0.5.2 [INFO] [stderr] Downloaded pyo3-derive-backend v0.5.2 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing hhatto/fpath against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/hhatto/fpath:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 0184d21acc277688fce0773d4de81b1471008005afb0af7bd07a209bbc9af7ea [INFO] running `"docker" "start" "-a" "0184d21acc277688fce0773d4de81b1471008005afb0af7bd07a209bbc9af7ea"` [INFO] [stderr] Compiling spin v0.4.10 [INFO] [stderr] Compiling shellexpand v1.0.0 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling mashup-impl v0.1.9 [INFO] [stderr] Compiling users v0.6.1 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling mashup v0.1.9 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling pyo3 v0.5.2 [INFO] [stderr] Compiling pyo3-derive-backend v0.5.2 [INFO] [stderr] Compiling pyo3cls v0.5.2 [INFO] [stderr] Compiling fpath v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:138:14 [INFO] [stderr] | [INFO] [stderr] 138 | head.trim_right_matches(MAIN_SEPARATOR) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:173:37 [INFO] [stderr] | [INFO] [stderr] 173 | let mut ret_userhome = userhome.trim_right_matches(MAIN_SEPARATOR).to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:308:21 [INFO] [stderr] | [INFO] [stderr] 308 | head = head.trim_right_matches(MAIN_SEPARATOR); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:320:21 [INFO] [stderr] | [INFO] [stderr] 320 | head = head.trim_right_matches(MAIN_SEPARATOR); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 56.91s [INFO] running `"docker" "inspect" "0184d21acc277688fce0773d4de81b1471008005afb0af7bd07a209bbc9af7ea"` [INFO] running `"docker" "rm" "-f" "0184d21acc277688fce0773d4de81b1471008005afb0af7bd07a209bbc9af7ea"` [INFO] [stdout] 0184d21acc277688fce0773d4de81b1471008005afb0af7bd07a209bbc9af7ea [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/hhatto/fpath:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 66d8bbacb45fb1390d1c9192cd27e0a82656279cb67ad57ba7452e159c1ea0e0 [INFO] running `"docker" "start" "-a" "66d8bbacb45fb1390d1c9192cd27e0a82656279cb67ad57ba7452e159c1ea0e0"` [INFO] [stderr] Compiling fpath v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:138:14 [INFO] [stderr] | [INFO] [stderr] 138 | head.trim_right_matches(MAIN_SEPARATOR) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:173:37 [INFO] [stderr] | [INFO] [stderr] 173 | let mut ret_userhome = userhome.trim_right_matches(MAIN_SEPARATOR).to_string(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:308:21 [INFO] [stderr] | [INFO] [stderr] 308 | head = head.trim_right_matches(MAIN_SEPARATOR); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/lib.rs:320:21 [INFO] [stderr] | [INFO] [stderr] 320 | head = head.trim_right_matches(MAIN_SEPARATOR); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.39s [INFO] running `"docker" "inspect" "66d8bbacb45fb1390d1c9192cd27e0a82656279cb67ad57ba7452e159c1ea0e0"` [INFO] running `"docker" "rm" "-f" "66d8bbacb45fb1390d1c9192cd27e0a82656279cb67ad57ba7452e159c1ea0e0"` [INFO] [stdout] 66d8bbacb45fb1390d1c9192cd27e0a82656279cb67ad57ba7452e159c1ea0e0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/hhatto/fpath:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 47dc089ec6aacd1e4bf2d9d72721371052e231bc032a514d5364570a3bed0202 [INFO] running `"docker" "start" "-a" "47dc089ec6aacd1e4bf2d9d72721371052e231bc032a514d5364570a3bed0202"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/path-4b6da70a2d12f3b7 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test tests::abspath ... ok [INFO] [stdout] test tests::test_joinrealpath ... ok [INFO] [stdout] test tests::dirname ... ok [INFO] [stdout] test tests::realpath ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "47dc089ec6aacd1e4bf2d9d72721371052e231bc032a514d5364570a3bed0202"` [INFO] running `"docker" "rm" "-f" "47dc089ec6aacd1e4bf2d9d72721371052e231bc032a514d5364570a3bed0202"` [INFO] [stdout] 47dc089ec6aacd1e4bf2d9d72721371052e231bc032a514d5364570a3bed0202