[INFO] crate cargo-thanks 0.1.3 is already in cache [INFO] extracting crate cargo-thanks 0.1.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-thanks/0.1.3 [INFO] extracting crate cargo-thanks 0.1.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-thanks/0.1.3 [INFO] validating manifest of cargo-thanks-0.1.3 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of cargo-thanks-0.1.3 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing cargo-thanks-0.1.3 [INFO] finished frobbing cargo-thanks-0.1.3 [INFO] frobbed toml for cargo-thanks-0.1.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-thanks/0.1.3/Cargo.toml [INFO] started frobbing cargo-thanks-0.1.3 [INFO] finished frobbing cargo-thanks-0.1.3 [INFO] frobbed toml for cargo-thanks-0.1.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/cargo-thanks/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cargo-thanks-0.1.3 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-thanks/0.1.3:/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 4302006301c442466eb162594a609a0997db60633da460aedb2eb28abef2bbb8 [INFO] running `"docker" "start" "-a" "4302006301c442466eb162594a609a0997db60633da460aedb2eb28abef2bbb8"` [INFO] [stderr] Compiling yansi v0.3.4 [INFO] [stderr] Compiling semver v0.8.0 [INFO] [stderr] Compiling url_serde v0.2.0 [INFO] [stderr] Compiling hubcaps v0.4.10 [INFO] [stderr] Compiling cargo_metadata v0.3.3 [INFO] [stderr] Compiling cargo-thanks v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:125:42 [INFO] [stderr] | [INFO] [stderr] 125 | (c.name, repo.path().trim_left_matches("/").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/main.rs:159:32 [INFO] [stderr] | [INFO] [stderr] 159 | (parts[0].into(), parts[1].trim_right_matches(".git").into()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / error_chain! { [INFO] [stderr] 36 | | foreign_links { [INFO] [stderr] 37 | | Codec(SerdeError); [INFO] [stderr] 38 | | Http(HttpError); [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.82s [INFO] running `"docker" "inspect" "4302006301c442466eb162594a609a0997db60633da460aedb2eb28abef2bbb8"` [INFO] running `"docker" "rm" "-f" "4302006301c442466eb162594a609a0997db60633da460aedb2eb28abef2bbb8"` [INFO] [stdout] 4302006301c442466eb162594a609a0997db60633da460aedb2eb28abef2bbb8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-thanks/0.1.3:/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=warn" "-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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] c702b49905c27f7fe1e768b504294663f2bc3c0ddd3e65718608b11918d676fd [INFO] running `"docker" "start" "-a" "c702b49905c27f7fe1e768b504294663f2bc3c0ddd3e65718608b11918d676fd"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cargo-thanks v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:125:42 [INFO] [stderr] | [INFO] [stderr] 125 | (c.name, repo.path().trim_left_matches("/").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/main.rs:159:32 [INFO] [stderr] | [INFO] [stderr] 159 | (parts[0].into(), parts[1].trim_right_matches(".git").into()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/main.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | / error_chain! { [INFO] [stderr] 36 | | foreign_links { [INFO] [stderr] 37 | | Codec(SerdeError); [INFO] [stderr] 38 | | Http(HttpError); [INFO] [stderr] ... | [INFO] [stderr] 42 | | } [INFO] [stderr] 43 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.53s [INFO] running `"docker" "inspect" "c702b49905c27f7fe1e768b504294663f2bc3c0ddd3e65718608b11918d676fd"` [INFO] running `"docker" "rm" "-f" "c702b49905c27f7fe1e768b504294663f2bc3c0ddd3e65718608b11918d676fd"` [INFO] [stdout] c702b49905c27f7fe1e768b504294663f2bc3c0ddd3e65718608b11918d676fd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/cargo-thanks/0.1.3:/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=warn" "-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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] fc29ed805f190c5b6e3cc5eeb35fc1d1355a3d09d015191e209cdb2016a0fc41 [INFO] running `"docker" "start" "-a" "fc29ed805f190c5b6e3cc5eeb35fc1d1355a3d09d015191e209cdb2016a0fc41"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running /opt/crater/target/debug/deps/cargo_thanks-ed64f15ab1562f0a [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test tests::repo_uri_handles_expected_case ... ok [INFO] [stdout] test tests::repo_uri_handles_git_ext ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "fc29ed805f190c5b6e3cc5eeb35fc1d1355a3d09d015191e209cdb2016a0fc41"` [INFO] running `"docker" "rm" "-f" "fc29ed805f190c5b6e3cc5eeb35fc1d1355a3d09d015191e209cdb2016a0fc41"` [INFO] [stdout] fc29ed805f190c5b6e3cc5eeb35fc1d1355a3d09d015191e209cdb2016a0fc41