[INFO] updating cached repository https://github.com/scirner22/stockcli-rs [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] 0d9ca99cb513e0d9d23628034564b17915469cd9 [INFO] testing scirner22/stockcli-rs against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fscirner22%2Fstockcli-rs" "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/scirner22/stockcli-rs 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/scirner22/stockcli-rs [INFO] finished tweaking git repo https://github.com/scirner22/stockcli-rs [INFO] tweaked toml for git repo https://github.com/scirner22/stockcli-rs written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/scirner22/stockcli-rs 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-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 1e130119a2b68a44f220ac7b4afc2e1a241344581bf3f99842492d664dfbbe6d [INFO] running `"docker" "start" "-a" "1e130119a2b68a44f220ac7b4afc2e1a241344581bf3f99842492d664dfbbe6d"` [INFO] [stderr] Compiling serde v1.0.78 [INFO] [stderr] Compiling native-tls v0.2.1 [INFO] [stderr] Compiling encode_unicode v0.3.2 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling want v0.0.6 [INFO] [stderr] Compiling h2 v0.1.12 [INFO] [stderr] Compiling syn v0.15.4 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling prettytable-rs v0.7.0 [INFO] [stderr] Compiling hyper v0.12.9 [INFO] [stderr] Compiling serde_derive v1.0.78 [INFO] [stderr] Compiling serde_json v1.0.27 [INFO] [stderr] Compiling hyper-tls v0.3.0 [INFO] [stderr] Compiling stockcli v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:33:30 [INFO] [stderr] | [INFO] [stderr] 33 | let mut default_config = env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.09s [INFO] running `"docker" "inspect" "1e130119a2b68a44f220ac7b4afc2e1a241344581bf3f99842492d664dfbbe6d"` [INFO] running `"docker" "rm" "-f" "1e130119a2b68a44f220ac7b4afc2e1a241344581bf3f99842492d664dfbbe6d"` [INFO] [stdout] 1e130119a2b68a44f220ac7b4afc2e1a241344581bf3f99842492d664dfbbe6d [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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 49b0eab28e584de8a467b7d4528814f22846b2e22d4dc5e9c8aa7387260861b6 [INFO] running `"docker" "start" "-a" "49b0eab28e584de8a467b7d4528814f22846b2e22d4dc5e9c8aa7387260861b6"` [INFO] [stderr] Compiling stockcli v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/main.rs:33:30 [INFO] [stderr] | [INFO] [stderr] 33 | let mut default_config = env::home_dir().unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.74s [INFO] running `"docker" "inspect" "49b0eab28e584de8a467b7d4528814f22846b2e22d4dc5e9c8aa7387260861b6"` [INFO] running `"docker" "rm" "-f" "49b0eab28e584de8a467b7d4528814f22846b2e22d4dc5e9c8aa7387260861b6"` [INFO] [stdout] 49b0eab28e584de8a467b7d4528814f22846b2e22d4dc5e9c8aa7387260861b6 [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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 137ab5d5bd72797ccb18cf7a2a2fd605e24693b5bce759a8454a0454aa04c7f1 [INFO] running `"docker" "start" "-a" "137ab5d5bd72797ccb18cf7a2a2fd605e24693b5bce759a8454a0454aa04c7f1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.46s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/stockcli-09f828cabcdca845 [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" "137ab5d5bd72797ccb18cf7a2a2fd605e24693b5bce759a8454a0454aa04c7f1"` [INFO] running `"docker" "rm" "-f" "137ab5d5bd72797ccb18cf7a2a2fd605e24693b5bce759a8454a0454aa04c7f1"` [INFO] [stdout] 137ab5d5bd72797ccb18cf7a2a2fd605e24693b5bce759a8454a0454aa04c7f1