[INFO] crate rsget 0.1.5 is already in cache [INFO] testing rsget-0.1.5 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate rsget 0.1.5 into work/builds/worker-6/source [INFO] validating manifest of crates.io crate rsget 0.1.5 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rsget 0.1.5 [INFO] finished tweaking crates.io crate rsget 0.1.5 [INFO] tweaked toml for crates.io crate rsget 0.1.5 written to work/builds/worker-6/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 6c81f10e5109131eeaf9637da46eca1c30a36584c655ca0d81737e44e1532c4e [INFO] running `"docker" "start" "-a" "6c81f10e5109131eeaf9637da46eca1c30a36584c655ca0d81737e44e1532c4e"` [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling md5 v0.6.1 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling number_prefix v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling trackable_derive v0.1.2 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling mime_guess v2.0.1 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling tokio-reactor v0.1.10 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling console v0.9.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling chrono v0.4.9 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling indicatif v0.11.0 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-udp v0.1.5 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling flexi_logger v0.9.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling trackable v0.2.23 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling hls_m3u8 v0.1.4 [INFO] [stderr] Compiling structopt v0.2.18 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.22 [INFO] [stderr] Compiling stream_lib v0.3.0 [INFO] [stderr] Compiling rsget_lib v0.3.0 [INFO] [stderr] Compiling rsget v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.30s [INFO] running `"docker" "inspect" "6c81f10e5109131eeaf9637da46eca1c30a36584c655ca0d81737e44e1532c4e"` [INFO] running `"docker" "rm" "-f" "6c81f10e5109131eeaf9637da46eca1c30a36584c655ca0d81737e44e1532c4e"` [INFO] [stdout] 6c81f10e5109131eeaf9637da46eca1c30a36584c655ca0d81737e44e1532c4e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 15e41d21e844cc7b628080109bcaf588752fe80f8117250f69a8eadd6ea4a834 [INFO] running `"docker" "start" "-a" "15e41d21e844cc7b628080109bcaf588752fe80f8117250f69a8eadd6ea4a834"` [INFO] [stderr] Compiling rsget v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.24s [INFO] running `"docker" "inspect" "15e41d21e844cc7b628080109bcaf588752fe80f8117250f69a8eadd6ea4a834"` [INFO] running `"docker" "rm" "-f" "15e41d21e844cc7b628080109bcaf588752fe80f8117250f69a8eadd6ea4a834"` [INFO] [stdout] 15e41d21e844cc7b628080109bcaf588752fe80f8117250f69a8eadd6ea4a834 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] e4d7732c8b736a01f6dcc29c3f34aab786bbd9da55598110e372a81216db39e2 [INFO] running `"docker" "start" "-a" "e4d7732c8b736a01f6dcc29c3f34aab786bbd9da55598110e372a81216db39e2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rsget-e11179f5a7db205b [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" "e4d7732c8b736a01f6dcc29c3f34aab786bbd9da55598110e372a81216db39e2"` [INFO] running `"docker" "rm" "-f" "e4d7732c8b736a01f6dcc29c3f34aab786bbd9da55598110e372a81216db39e2"` [INFO] [stdout] e4d7732c8b736a01f6dcc29c3f34aab786bbd9da55598110e372a81216db39e2