[INFO] updating cached repository sigmaSd/Bing-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/sigmaSd/Bing-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/sigmaSd/Bing-rs" "work/ex/beta-1.38-1/sources/1.37.0/gh/sigmaSd/Bing-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/sigmaSd/Bing-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sigmaSd/Bing-rs" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sigmaSd/Bing-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sigmaSd/Bing-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] a5d089c2e739bbe6dd953659fa90fe42ff7f232a [INFO] sha for GitHub repo sigmaSd/Bing-rs: a5d089c2e739bbe6dd953659fa90fe42ff7f232a [INFO] validating manifest of sigmaSd/Bing-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 sigmaSd/Bing-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 sigmaSd/Bing-rs [INFO] finished frobbing sigmaSd/Bing-rs [INFO] frobbed toml for sigmaSd/Bing-rs written to work/ex/beta-1.38-1/sources/1.37.0/gh/sigmaSd/Bing-rs/Cargo.toml [INFO] started frobbing sigmaSd/Bing-rs [INFO] finished frobbing sigmaSd/Bing-rs [INFO] frobbed toml for sigmaSd/Bing-rs written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/sigmaSd/Bing-rs/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] 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 sigmaSd/Bing-rs against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/sigmaSd/Bing-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 928e4498f9a9863942da90bbbc6b914a0754118b023a393760c5ac57839f5093 [INFO] running `"docker" "start" "-a" "928e4498f9a9863942da90bbbc6b914a0754118b023a393760c5ac57839f5093"` [INFO] [stderr] Compiling want v0.2.0 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.19 [INFO] [stderr] Compiling bing-rs v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: static variable `BingPath` should have an upper case name [INFO] [stderr] --> src/main.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | pub static ref BingPath: PathBuf = { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `BING_PATH` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/bing.rs:95:9 [INFO] [stderr] | [INFO] [stderr] 95 | writeln!(data_file, "{}", data); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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 54.26s [INFO] running `"docker" "inspect" "928e4498f9a9863942da90bbbc6b914a0754118b023a393760c5ac57839f5093"` [INFO] running `"docker" "rm" "-f" "928e4498f9a9863942da90bbbc6b914a0754118b023a393760c5ac57839f5093"` [INFO] [stdout] 928e4498f9a9863942da90bbbc6b914a0754118b023a393760c5ac57839f5093 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/sigmaSd/Bing-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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 3ed807138bdfab62c41375fe37d0703e08ff454af3106eb3731588af703c4ab9 [INFO] running `"docker" "start" "-a" "3ed807138bdfab62c41375fe37d0703e08ff454af3106eb3731588af703c4ab9"` [INFO] [stderr] Compiling bing-rs v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: static variable `BingPath` should have an upper case name [INFO] [stderr] --> src/main.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | pub static ref BingPath: PathBuf = { [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `BING_PATH` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/bing.rs:95:9 [INFO] [stderr] | [INFO] [stderr] 95 | writeln!(data_file, "{}", data); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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 2.39s [INFO] running `"docker" "inspect" "3ed807138bdfab62c41375fe37d0703e08ff454af3106eb3731588af703c4ab9"` [INFO] running `"docker" "rm" "-f" "3ed807138bdfab62c41375fe37d0703e08ff454af3106eb3731588af703c4ab9"` [INFO] [stdout] 3ed807138bdfab62c41375fe37d0703e08ff454af3106eb3731588af703c4ab9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/sigmaSd/Bing-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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] f991345207e9345174a86ff6f83bccfcc5be9925715940e7f9e99bf5537c84d0 [INFO] running `"docker" "start" "-a" "f991345207e9345174a86ff6f83bccfcc5be9925715940e7f9e99bf5537c84d0"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/bing_rs-d266308206d819ea [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" "f991345207e9345174a86ff6f83bccfcc5be9925715940e7f9e99bf5537c84d0"` [INFO] running `"docker" "rm" "-f" "f991345207e9345174a86ff6f83bccfcc5be9925715940e7f9e99bf5537c84d0"` [INFO] [stdout] f991345207e9345174a86ff6f83bccfcc5be9925715940e7f9e99bf5537c84d0