[INFO] updating cached repository nelsonjchen/speedtest-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/nelsonjchen/speedtest-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/nelsonjchen/speedtest-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/nelsonjchen/speedtest-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/nelsonjchen/speedtest-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/nelsonjchen/speedtest-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nelsonjchen/speedtest-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nelsonjchen/speedtest-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bb1fab5e234eced693ba4183c7b75eb3fe1e4c0c [INFO] sha for GitHub repo nelsonjchen/speedtest-rs: bb1fab5e234eced693ba4183c7b75eb3fe1e4c0c [INFO] validating manifest of nelsonjchen/speedtest-rs 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 nelsonjchen/speedtest-rs 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 nelsonjchen/speedtest-rs [INFO] finished frobbing nelsonjchen/speedtest-rs [INFO] frobbed toml for nelsonjchen/speedtest-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/nelsonjchen/speedtest-rs/Cargo.toml [INFO] started frobbing nelsonjchen/speedtest-rs [INFO] finished frobbing nelsonjchen/speedtest-rs [INFO] frobbed toml for nelsonjchen/speedtest-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/nelsonjchen/speedtest-rs/Cargo.toml [INFO] crate nelsonjchen/speedtest-rs 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing nelsonjchen/speedtest-rs 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/nelsonjchen/speedtest-rs:/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] 54f50764358d533e8411d375063513ad08f61c7ce03e98b0c7ecdaddc3944f29 [INFO] running `"docker" "start" "-a" "54f50764358d533e8411d375063513ad08f61c7ce03e98b0c7ecdaddc3944f29"` [INFO] [stderr] Compiling gcc v0.3.40 [INFO] [stderr] Compiling idna v0.1.0 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling serde_json v1.0.38 [INFO] [stderr] Compiling phf_shared v0.7.24 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling phf v0.7.24 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling url v1.7.2 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling uuid v0.7.2 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling crossbeam v0.6.0 [INFO] [stderr] Compiling tokio-reactor v0.1.8 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling tokio-threadpool v0.1.11 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.15 [INFO] [stderr] Compiling hyper v0.12.23 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.9 [INFO] [stderr] Compiling speedtest-rs v0.0.11 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain!{ [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | Reqwest(ReqwestError); [INFO] [stderr] 6 | | Io(::std::io::Error); [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain!{ [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | Reqwest(ReqwestError); [INFO] [stderr] 6 | | Io(::std::io::Error); [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [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 52.45s [INFO] running `"docker" "inspect" "54f50764358d533e8411d375063513ad08f61c7ce03e98b0c7ecdaddc3944f29"` [INFO] running `"docker" "rm" "-f" "54f50764358d533e8411d375063513ad08f61c7ce03e98b0c7ecdaddc3944f29"` [INFO] [stdout] 54f50764358d533e8411d375063513ad08f61c7ce03e98b0c7ecdaddc3944f29 [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/nelsonjchen/speedtest-rs:/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] 081ffbd6158f9ac85eb41cab91375e3c5380a03f28d8aedbda75032890a7bfa7 [INFO] running `"docker" "start" "-a" "081ffbd6158f9ac85eb41cab91375e3c5380a03f28d8aedbda75032890a7bfa7"` [INFO] [stderr] Compiling speedtest-rs v0.0.11 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain!{ [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | Reqwest(ReqwestError); [INFO] [stderr] 6 | | Io(::std::io::Error); [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [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] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / error_chain!{ [INFO] [stderr] 4 | | foreign_links { [INFO] [stderr] 5 | | Reqwest(ReqwestError); [INFO] [stderr] 6 | | Io(::std::io::Error); [INFO] [stderr] ... | [INFO] [stderr] 13 | | } [INFO] [stderr] 14 | | } [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 6.81s [INFO] running `"docker" "inspect" "081ffbd6158f9ac85eb41cab91375e3c5380a03f28d8aedbda75032890a7bfa7"` [INFO] running `"docker" "rm" "-f" "081ffbd6158f9ac85eb41cab91375e3c5380a03f28d8aedbda75032890a7bfa7"` [INFO] [stdout] 081ffbd6158f9ac85eb41cab91375e3c5380a03f28d8aedbda75032890a7bfa7 [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/nelsonjchen/speedtest-rs:/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] 346f0bac4bba24db183d84959df388e328d191f8a0f9d6b099c0796f4c63532c [INFO] running `"docker" "start" "-a" "346f0bac4bba24db183d84959df388e328d191f8a0f9d6b099c0796f4c63532c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/crater/target/debug/deps/speedtest_rs-f8de127c3be157df [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test speedtest::tests::test_parse_share_request_response_id ... ok [INFO] [stdout] test speedtest::tests::test_construct_share_form ... ok [INFO] [stdout] test speedtest::tests::test_share_url_hash ... ok [INFO] [stdout] test speedtest::tests::test_parse_config_xml ... ok [INFO] [stdout] test speedtest::tests::test_parse_speedtest_servers_xml ... ok [INFO] [stdout] test speedtest::tests::test_fastest_server ... ok [INFO] [stdout] test distance::tests::test_distance ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "346f0bac4bba24db183d84959df388e328d191f8a0f9d6b099c0796f4c63532c"` [INFO] running `"docker" "rm" "-f" "346f0bac4bba24db183d84959df388e328d191f8a0f9d6b099c0796f4c63532c"` [INFO] [stdout] 346f0bac4bba24db183d84959df388e328d191f8a0f9d6b099c0796f4c63532c