[INFO] updating cached repository ubnt-intrepid/ghqrs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ubnt-intrepid/ghqrs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ubnt-intrepid/ghqrs" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/ubnt-intrepid/ghqrs"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/ubnt-intrepid/ghqrs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ubnt-intrepid/ghqrs" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ubnt-intrepid/ghqrs"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ubnt-intrepid/ghqrs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] de272f08b57713803b8ab25eae976bbb40b91b78 [INFO] sha for GitHub repo ubnt-intrepid/ghqrs: de272f08b57713803b8ab25eae976bbb40b91b78 [INFO] validating manifest of ubnt-intrepid/ghqrs 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 ubnt-intrepid/ghqrs 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 ubnt-intrepid/ghqrs [INFO] finished frobbing ubnt-intrepid/ghqrs [INFO] frobbed toml for ubnt-intrepid/ghqrs written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/ubnt-intrepid/ghqrs/Cargo.toml [INFO] started frobbing ubnt-intrepid/ghqrs [INFO] finished frobbing ubnt-intrepid/ghqrs [INFO] frobbed toml for ubnt-intrepid/ghqrs written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ubnt-intrepid/ghqrs/Cargo.toml [INFO] crate ubnt-intrepid/ghqrs 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 ubnt-intrepid/ghqrs against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ubnt-intrepid/ghqrs:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] 3377680136f9a0afd9484ff50b3f6fb38b2d4a2537cd500ed35c723862531b7d [INFO] running `"docker" "start" "-a" "3377680136f9a0afd9484ff50b3f6fb38b2d4a2537cd500ed35c723862531b7d"` [INFO] [stderr] Compiling unicode-normalization v0.1.2 [INFO] [stderr] Compiling rustc-serialize v0.3.21 [INFO] [stderr] Compiling shellexpand v0.1.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling term_size v0.2.1 [INFO] [stderr] Compiling unicode-bidi v0.2.3 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling clap v2.18.0 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling idna v0.1.0 [INFO] [stderr] Compiling url v1.2.3 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling ghqrs v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Command`, `Stdio` [INFO] [stderr] --> src/vcs/git.rs:4:20 [INFO] [stderr] | [INFO] [stderr] 4 | use std::process::{Command, Stdio}; [INFO] [stderr] | ^^^^^^^ ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/repository.rs:58:29 [INFO] [stderr] | [INFO] [stderr] 58 | let path = url.path().trim_left_matches("/").trim_right_matches(".git").to_owned(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [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/repository.rs:58:52 [INFO] [stderr] | [INFO] [stderr] 58 | let path = url.path().trim_left_matches("/").trim_right_matches(".git").to_owned(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.97s [INFO] running `"docker" "inspect" "3377680136f9a0afd9484ff50b3f6fb38b2d4a2537cd500ed35c723862531b7d"` [INFO] running `"docker" "rm" "-f" "3377680136f9a0afd9484ff50b3f6fb38b2d4a2537cd500ed35c723862531b7d"` [INFO] [stdout] 3377680136f9a0afd9484ff50b3f6fb38b2d4a2537cd500ed35c723862531b7d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ubnt-intrepid/ghqrs:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 2c1a1073cf810fe0cf9a646502913634204f8b7a9de0dd71d89eace11ef14e95 [INFO] running `"docker" "start" "-a" "2c1a1073cf810fe0cf9a646502913634204f8b7a9de0dd71d89eace11ef14e95"` [INFO] [stderr] Compiling ghqrs v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `Command`, `Stdio` [INFO] [stderr] --> src/vcs/git.rs:4:20 [INFO] [stderr] | [INFO] [stderr] 4 | use std::process::{Command, Stdio}; [INFO] [stderr] | ^^^^^^^ ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/repository.rs:58:29 [INFO] [stderr] | [INFO] [stderr] 58 | let path = url.path().trim_left_matches("/").trim_right_matches(".git").to_owned(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [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/repository.rs:58:52 [INFO] [stderr] | [INFO] [stderr] 58 | let path = url.path().trim_left_matches("/").trim_right_matches(".git").to_owned(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.30s [INFO] running `"docker" "inspect" "2c1a1073cf810fe0cf9a646502913634204f8b7a9de0dd71d89eace11ef14e95"` [INFO] running `"docker" "rm" "-f" "2c1a1073cf810fe0cf9a646502913634204f8b7a9de0dd71d89eace11ef14e95"` [INFO] [stdout] 2c1a1073cf810fe0cf9a646502913634204f8b7a9de0dd71d89eace11ef14e95 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-6/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/ubnt-intrepid/ghqrs:/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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen"` [INFO] [stdout] 38a659d328f301d20a5e3d37903f05b02f5c0f1604e82f86d3397118c34ed9f4 [INFO] running `"docker" "start" "-a" "38a659d328f301d20a5e3d37903f05b02f5c0f1604e82f86d3397118c34ed9f4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/ghq-6b6a9c371971db6a [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test repository::test_from_remote::long_path ... ok [INFO] [stdout] test repository::test_from_remote::only_project_name ... ok [INFO] [stdout] test repository::test_from_remote::repository_url ... ok [INFO] [stdout] test repository::test_from_remote::domain_user_project ... ok [INFO] [stdout] test repository::test_from_local::case1 ... ok [INFO] [stdout] test repository::test_from_remote::user_project ... ok [INFO] [stdout] test repository::test_from_local::case2 ... 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/ghqrs-a27d6b25399d5f68 [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/vcs_info-ef3d206d7234d73d [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 ghq [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] running `"docker" "inspect" "38a659d328f301d20a5e3d37903f05b02f5c0f1604e82f86d3397118c34ed9f4"` [INFO] running `"docker" "rm" "-f" "38a659d328f301d20a5e3d37903f05b02f5c0f1604e82f86d3397118c34ed9f4"` [INFO] [stdout] 38a659d328f301d20a5e3d37903f05b02f5c0f1604e82f86d3397118c34ed9f4