[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 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fubnt-intrepid%2Fghqrs" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ubnt-intrepid/ghqrs on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "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-4/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" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 4ec7b29f5c4a8484c6479f9263c00a2a93afab6f23917bbfebd48b44b0a3f390 [INFO] running `"docker" "start" "-a" "4ec7b29f5c4a8484c6479f9263c00a2a93afab6f23917bbfebd48b44b0a3f390"` [INFO] [stderr] Compiling strsim v0.5.1 [INFO] [stderr] Compiling rustc-serialize v0.3.21 [INFO] [stderr] Compiling unicode-segmentation v0.1.2 [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 thread-id v2.0.0 [INFO] [stderr] Compiling walkdir v0.1.8 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling clap v2.18.0 [INFO] [stderr] Compiling regex v0.1.80 [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.49s [INFO] running `"docker" "inspect" "4ec7b29f5c4a8484c6479f9263c00a2a93afab6f23917bbfebd48b44b0a3f390"` [INFO] running `"docker" "rm" "-f" "4ec7b29f5c4a8484c6479f9263c00a2a93afab6f23917bbfebd48b44b0a3f390"` [INFO] [stdout] 4ec7b29f5c4a8484c6479f9263c00a2a93afab6f23917bbfebd48b44b0a3f390 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 67fe418f0529db02db1c0f10c978053e387d1bb24b1cb4c08579550c9201aa32 [INFO] running `"docker" "start" "-a" "67fe418f0529db02db1c0f10c978053e387d1bb24b1cb4c08579550c9201aa32"` [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.81s [INFO] running `"docker" "inspect" "67fe418f0529db02db1c0f10c978053e387d1bb24b1cb4c08579550c9201aa32"` [INFO] running `"docker" "rm" "-f" "67fe418f0529db02db1c0f10c978053e387d1bb24b1cb4c08579550c9201aa32"` [INFO] [stdout] 67fe418f0529db02db1c0f10c978053e387d1bb24b1cb4c08579550c9201aa32 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] e63f053a4c5e417f91aab997cbef8eb8c73b47c1a9088b198b141d64f1091392 [INFO] running `"docker" "start" "-a" "e63f053a4c5e417f91aab997cbef8eb8c73b47c1a9088b198b141d64f1091392"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ghq-2129e8e998289bd1 [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test repository::test_from_local::case2 ... ok [INFO] [stdout] test repository::test_from_local::case1 ... ok [INFO] [stdout] test repository::test_from_remote::only_project_name ... ok [INFO] [stdout] test repository::test_from_remote::domain_user_project ... 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-5ae0a1e978f95603 [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-0aef180c24ea99e4 [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" "e63f053a4c5e417f91aab997cbef8eb8c73b47c1a9088b198b141d64f1091392"` [INFO] running `"docker" "rm" "-f" "e63f053a4c5e417f91aab997cbef8eb8c73b47c1a9088b198b141d64f1091392"` [INFO] [stdout] e63f053a4c5e417f91aab997cbef8eb8c73b47c1a9088b198b141d64f1091392