[INFO] updating cached repository https://github.com/ubnt-intrepid/ghqrs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] de272f08b57713803b8ab25eae976bbb40b91b78 [INFO] testing ubnt-intrepid/ghqrs against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fubnt-intrepid%2Fghqrs" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ubnt-intrepid/ghqrs on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ubnt-intrepid/ghqrs [INFO] finished tweaking git repo https://github.com/ubnt-intrepid/ghqrs [INFO] tweaked toml for git repo https://github.com/ubnt-intrepid/ghqrs written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/ubnt-intrepid/ghqrs already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 91c01150b6120f43306fe7ea44d3663f7dc63cf461bcb7b46c93360c6fd8bf6c [INFO] running `"docker" "start" "-a" "91c01150b6120f43306fe7ea44d3663f7dc63cf461bcb7b46c93360c6fd8bf6c"` [INFO] [stderr] Compiling libc v0.2.17 [INFO] [stderr] Compiling unicode-normalization v0.1.2 [INFO] [stderr] Compiling rustc-serialize v0.3.21 [INFO] [stderr] Compiling strsim v0.5.1 [INFO] [stderr] Compiling unicode-width v0.1.3 [INFO] [stderr] Compiling unicode-segmentation v0.1.2 [INFO] [stderr] Compiling shellexpand v0.1.0 [INFO] [stderr] Compiling unicode-bidi v0.2.3 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling term_size v0.2.1 [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 idna v0.1.0 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling url v1.2.3 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling ghqrs v0.1.2 (/opt/rustwide/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] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_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/repository.rs:58:52 [INFO] [stderr] | [INFO] [stderr] 58 | let path = url.path().trim_left_matches("/").trim_right_matches(".git").to_owned(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.73s [INFO] running `"docker" "inspect" "91c01150b6120f43306fe7ea44d3663f7dc63cf461bcb7b46c93360c6fd8bf6c"` [INFO] running `"docker" "rm" "-f" "91c01150b6120f43306fe7ea44d3663f7dc63cf461bcb7b46c93360c6fd8bf6c"` [INFO] [stdout] 91c01150b6120f43306fe7ea44d3663f7dc63cf461bcb7b46c93360c6fd8bf6c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] def6ba82dd14e47222235f8739da00baf9535fad548bb0452d8ac3b8aba852d1 [INFO] running `"docker" "start" "-a" "def6ba82dd14e47222235f8739da00baf9535fad548bb0452d8ac3b8aba852d1"` [INFO] [stderr] Compiling ghqrs v0.1.2 (/opt/rustwide/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] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_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/repository.rs:58:52 [INFO] [stderr] | [INFO] [stderr] 58 | let path = url.path().trim_left_matches("/").trim_right_matches(".git").to_owned(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.63s [INFO] running `"docker" "inspect" "def6ba82dd14e47222235f8739da00baf9535fad548bb0452d8ac3b8aba852d1"` [INFO] running `"docker" "rm" "-f" "def6ba82dd14e47222235f8739da00baf9535fad548bb0452d8ac3b8aba852d1"` [INFO] [stdout] def6ba82dd14e47222235f8739da00baf9535fad548bb0452d8ac3b8aba852d1 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 1e2eb07d01d752e8adf134d456688924f9c27f8feeb6390633d5f93409dbcbbe [INFO] running `"docker" "start" "-a" "1e2eb07d01d752e8adf134d456688924f9c27f8feeb6390633d5f93409dbcbbe"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ghq-7358804e04d9336a [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test repository::test_from_local::case1 ... ok [INFO] [stdout] test repository::test_from_local::case2 ... ok [INFO] [stdout] test repository::test_from_remote::domain_user_project ... ok [INFO] [stdout] test repository::test_from_remote::only_project_name ... ok [INFO] [stdout] test repository::test_from_remote::long_path ... ok [INFO] [stdout] test repository::test_from_remote::repository_url ... ok [INFO] [stdout] test repository::test_from_remote::user_project ... 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/rustwide/target/debug/deps/ghqrs-d20a762bd810caaa [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/rustwide/target/debug/deps/vcs_info-bc38aec7c164d611 [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" "1e2eb07d01d752e8adf134d456688924f9c27f8feeb6390633d5f93409dbcbbe"` [INFO] running `"docker" "rm" "-f" "1e2eb07d01d752e8adf134d456688924f9c27f8feeb6390633d5f93409dbcbbe"` [INFO] [stdout] 1e2eb07d01d752e8adf134d456688924f9c27f8feeb6390633d5f93409dbcbbe