[INFO] updating cached repository Aaron1011/cargo-urlcrate [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Aaron1011/cargo-urlcrate [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Aaron1011/cargo-urlcrate" "work/ex/beta-1.38-1/sources/1.37.0/gh/Aaron1011/cargo-urlcrate"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Aaron1011/cargo-urlcrate'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Aaron1011/cargo-urlcrate" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Aaron1011/cargo-urlcrate"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Aaron1011/cargo-urlcrate'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b197ae39986acf0a02171a48add706bf36cdf718 [INFO] sha for GitHub repo Aaron1011/cargo-urlcrate: b197ae39986acf0a02171a48add706bf36cdf718 [INFO] validating manifest of Aaron1011/cargo-urlcrate 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 Aaron1011/cargo-urlcrate 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 Aaron1011/cargo-urlcrate [INFO] finished frobbing Aaron1011/cargo-urlcrate [INFO] frobbed toml for Aaron1011/cargo-urlcrate written to work/ex/beta-1.38-1/sources/1.37.0/gh/Aaron1011/cargo-urlcrate/Cargo.toml [INFO] started frobbing Aaron1011/cargo-urlcrate [INFO] finished frobbing Aaron1011/cargo-urlcrate [INFO] frobbed toml for Aaron1011/cargo-urlcrate written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Aaron1011/cargo-urlcrate/Cargo.toml [INFO] crate Aaron1011/cargo-urlcrate already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Aaron1011/cargo-urlcrate/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Blocking waiting for file lock on package cache [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] [stderr] Blocking waiting for file lock on package cache [INFO] testing Aaron1011/cargo-urlcrate against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Aaron1011/cargo-urlcrate:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 128691c5111abcaef080142aca1017a97f936820acaf6fad10eaf44a3df2cfc3 [INFO] running `"docker" "start" "-a" "128691c5111abcaef080142aca1017a97f936820acaf6fad10eaf44a3df2cfc3"` [INFO] [stderr] Compiling docopt v0.8.3 [INFO] [stderr] Compiling cargo-urlcrate v1.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `libc` is imported redundantly [INFO] [stderr] --> src/tty.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use libc::{self, winsize, c_int, TIOCGWINSZ}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/main.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | extern crate libc; [INFO] [stderr] | ------------------ the item `libc` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `File` is imported redundantly [INFO] [stderr] --> src/tty.rs:10:6 [INFO] [stderr] | [INFO] [stderr] 4 | use std::fs::File; [INFO] [stderr] | ------------- the item `File` is already imported here [INFO] [stderr] ... [INFO] [stderr] 10 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:94:22 [INFO] [stderr] | [INFO] [stderr] 94 | line.trim_right_matches(newline) [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_left': superseded by `trim_start` [INFO] [stderr] --> src/main.rs:101:35 [INFO] [stderr] | [INFO] [stderr] 101 | let split: Vec<_> = clean.trim_left().split(' ').collect(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.45s [INFO] running `"docker" "inspect" "128691c5111abcaef080142aca1017a97f936820acaf6fad10eaf44a3df2cfc3"` [INFO] running `"docker" "rm" "-f" "128691c5111abcaef080142aca1017a97f936820acaf6fad10eaf44a3df2cfc3"` [INFO] [stdout] 128691c5111abcaef080142aca1017a97f936820acaf6fad10eaf44a3df2cfc3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Aaron1011/cargo-urlcrate:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 5b4a6cb5ac25339513c6b056cee9d5332c2bfa85df4a169189e003d41e8f0e84 [INFO] running `"docker" "start" "-a" "5b4a6cb5ac25339513c6b056cee9d5332c2bfa85df4a169189e003d41e8f0e84"` [INFO] [stderr] Compiling cargo-urlcrate v1.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `libc` is imported redundantly [INFO] [stderr] --> src/tty.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use libc::{self, winsize, c_int, TIOCGWINSZ}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/main.rs:5:1 [INFO] [stderr] | [INFO] [stderr] 5 | extern crate libc; [INFO] [stderr] | ------------------ the item `libc` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `File` is imported redundantly [INFO] [stderr] --> src/tty.rs:10:6 [INFO] [stderr] | [INFO] [stderr] 4 | use std::fs::File; [INFO] [stderr] | ------------- the item `File` is already imported here [INFO] [stderr] ... [INFO] [stderr] 10 | use std::fs::File; [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/main.rs:94:22 [INFO] [stderr] | [INFO] [stderr] 94 | line.trim_right_matches(newline) [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_left': superseded by `trim_start` [INFO] [stderr] --> src/main.rs:101:35 [INFO] [stderr] | [INFO] [stderr] 101 | let split: Vec<_> = clean.trim_left().split(' ').collect(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.24s [INFO] running `"docker" "inspect" "5b4a6cb5ac25339513c6b056cee9d5332c2bfa85df4a169189e003d41e8f0e84"` [INFO] running `"docker" "rm" "-f" "5b4a6cb5ac25339513c6b056cee9d5332c2bfa85df4a169189e003d41e8f0e84"` [INFO] [stdout] 5b4a6cb5ac25339513c6b056cee9d5332c2bfa85df4a169189e003d41e8f0e84 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Aaron1011/cargo-urlcrate:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 21143cc7b073f9882e176158fc1c6170b309fc15be7f62ed40365798aee60d7b [INFO] running `"docker" "start" "-a" "21143cc7b073f9882e176158fc1c6170b309fc15be7f62ed40365798aee60d7b"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/cargo_urlcrate-e9378fda802c0714 [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" "21143cc7b073f9882e176158fc1c6170b309fc15be7f62ed40365798aee60d7b"` [INFO] running `"docker" "rm" "-f" "21143cc7b073f9882e176158fc1c6170b309fc15be7f62ed40365798aee60d7b"` [INFO] [stdout] 21143cc7b073f9882e176158fc1c6170b309fc15be7f62ed40365798aee60d7b