[INFO] updating cached repository coreyja/rget [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/coreyja/rget [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/coreyja/rget" "work/ex/beta-1.37-6/sources/1.36.0/gh/coreyja/rget"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/coreyja/rget'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/coreyja/rget" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/coreyja/rget"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/coreyja/rget'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ebd025d92d022166fe073bc952e1bdd5c4fb694f [INFO] sha for GitHub repo coreyja/rget: ebd025d92d022166fe073bc952e1bdd5c4fb694f [INFO] validating manifest of coreyja/rget on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of coreyja/rget on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing coreyja/rget [INFO] finished frobbing coreyja/rget [INFO] frobbed toml for coreyja/rget written to work/ex/beta-1.37-6/sources/1.36.0/gh/coreyja/rget/Cargo.toml [INFO] started frobbing coreyja/rget [INFO] finished frobbing coreyja/rget [INFO] frobbed toml for coreyja/rget written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/coreyja/rget/Cargo.toml [INFO] crate coreyja/rget already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing coreyja/rget against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/coreyja/rget:/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-07-23" "build" "--frozen"` [INFO] [stdout] e6945c13e012fe9b618a6cde3bc9647f4131e1a7a3de1fce95104fd247b9cbc0 [INFO] running `"docker" "start" "-a" "e6945c13e012fe9b618a6cde3bc9647f4131e1a7a3de1fce95104fd247b9cbc0"` [INFO] [stderr] Compiling termios v0.3.0 [INFO] [stderr] Compiling clicolors-control v0.2.0 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling tokio-io v0.1.9 [INFO] [stderr] Compiling openssl v0.9.24 [INFO] [stderr] Compiling tokio-threadpool v0.1.7 [INFO] [stderr] Compiling docopt v1.0.1 [INFO] [stderr] Compiling console v0.6.2 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling indicatif v0.9.0 [INFO] [stderr] Compiling tokio-fs v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.2 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling tokio v0.1.11 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling hyper-tls v0.1.4 [INFO] [stderr] Compiling reqwest v0.7.3 [INFO] [stderr] Compiling rget v0.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:75:45 [INFO] [stderr] | [INFO] [stderr] 75 | fn download(target: &str) -> Result<(), Box<::std::error::Error>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.05s [INFO] running `"docker" "inspect" "e6945c13e012fe9b618a6cde3bc9647f4131e1a7a3de1fce95104fd247b9cbc0"` [INFO] running `"docker" "rm" "-f" "e6945c13e012fe9b618a6cde3bc9647f4131e1a7a3de1fce95104fd247b9cbc0"` [INFO] [stdout] e6945c13e012fe9b618a6cde3bc9647f4131e1a7a3de1fce95104fd247b9cbc0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/coreyja/rget:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] de09a4158ebf5a258d3582349ad2020eb8a29fc5cd378ef7627668e251541b68 [INFO] running `"docker" "start" "-a" "de09a4158ebf5a258d3582349ad2020eb8a29fc5cd378ef7627668e251541b68"` [INFO] [stderr] Compiling rget v0.0.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:75:45 [INFO] [stderr] | [INFO] [stderr] 75 | fn download(target: &str) -> Result<(), Box<::std::error::Error>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn (::std::error::Error)` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.23s [INFO] running `"docker" "inspect" "de09a4158ebf5a258d3582349ad2020eb8a29fc5cd378ef7627668e251541b68"` [INFO] running `"docker" "rm" "-f" "de09a4158ebf5a258d3582349ad2020eb8a29fc5cd378ef7627668e251541b68"` [INFO] [stdout] de09a4158ebf5a258d3582349ad2020eb8a29fc5cd378ef7627668e251541b68 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/coreyja/rget:/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-07-23" "test" "--frozen"` [INFO] [stdout] b402c891e49d63e69ccecece12bdfe3b4c03f7132c7aa04120824a138a667d04 [INFO] running `"docker" "start" "-a" "b402c891e49d63e69ccecece12bdfe3b4c03f7132c7aa04120824a138a667d04"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/rget-f49086fa745286cf [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" "b402c891e49d63e69ccecece12bdfe3b4c03f7132c7aa04120824a138a667d04"` [INFO] running `"docker" "rm" "-f" "b402c891e49d63e69ccecece12bdfe3b4c03f7132c7aa04120824a138a667d04"` [INFO] [stdout] b402c891e49d63e69ccecece12bdfe3b4c03f7132c7aa04120824a138a667d04