[INFO] updating cached repository jackyzhen/hb-scraper [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jackyzhen/hb-scraper [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jackyzhen/hb-scraper" "work/ex/beta-1.37-6/sources/1.36.0/gh/jackyzhen/hb-scraper"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/jackyzhen/hb-scraper'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jackyzhen/hb-scraper" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jackyzhen/hb-scraper"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jackyzhen/hb-scraper'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 231b93c4e6295c14887a45d38043116782f8c27c [INFO] sha for GitHub repo jackyzhen/hb-scraper: 231b93c4e6295c14887a45d38043116782f8c27c [INFO] validating manifest of jackyzhen/hb-scraper 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 jackyzhen/hb-scraper 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 jackyzhen/hb-scraper [INFO] finished frobbing jackyzhen/hb-scraper [INFO] frobbed toml for jackyzhen/hb-scraper written to work/ex/beta-1.37-6/sources/1.36.0/gh/jackyzhen/hb-scraper/Cargo.toml [INFO] started frobbing jackyzhen/hb-scraper [INFO] finished frobbing jackyzhen/hb-scraper [INFO] frobbed toml for jackyzhen/hb-scraper written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jackyzhen/hb-scraper/Cargo.toml [INFO] crate jackyzhen/hb-scraper 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] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/jackyzhen/hb-scraper/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jackyzhen/hb-scraper against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/jackyzhen/hb-scraper:/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.36.0" "build" "--frozen"` [INFO] [stdout] 569082015ef4e0aa1e74f0319aeaf5be9d4e1f15e05dd39cb7e4d2b57c298191 [INFO] running `"docker" "start" "-a" "569082015ef4e0aa1e74f0319aeaf5be9d4e1f15e05dd39cb7e4d2b57c298191"` [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling native-tls v0.1.5 [INFO] [stderr] Compiling markup5ever v0.8.1 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling html5ever v0.23.0 [INFO] [stderr] Compiling hyper-tls v0.1.4 [INFO] [stderr] Compiling select v0.4.3 [INFO] [stderr] Compiling reqwest v0.8.8 [INFO] [stderr] Compiling hs-scraper v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/fetcher.rs:39:14 [INFO] [stderr] | [INFO] [stderr] 39 | .trim_left_matches("var hs_showid =") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/fetcher.rs:40:14 [INFO] [stderr] | [INFO] [stderr] 40 | .trim_right_matches(";") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.18s [INFO] running `"docker" "inspect" "569082015ef4e0aa1e74f0319aeaf5be9d4e1f15e05dd39cb7e4d2b57c298191"` [INFO] running `"docker" "rm" "-f" "569082015ef4e0aa1e74f0319aeaf5be9d4e1f15e05dd39cb7e4d2b57c298191"` [INFO] [stdout] 569082015ef4e0aa1e74f0319aeaf5be9d4e1f15e05dd39cb7e4d2b57c298191 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/jackyzhen/hb-scraper:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 960f5d6a6156aeeb0e4e28bb7ebec9c45165630cd4c92efb6c6225c18f5c55c0 [INFO] running `"docker" "start" "-a" "960f5d6a6156aeeb0e4e28bb7ebec9c45165630cd4c92efb6c6225c18f5c55c0"` [INFO] [stderr] Compiling hs-scraper v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/fetcher.rs:39:14 [INFO] [stderr] | [INFO] [stderr] 39 | .trim_left_matches("var hs_showid =") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/fetcher.rs:40:14 [INFO] [stderr] | [INFO] [stderr] 40 | .trim_right_matches(";") [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.55s [INFO] running `"docker" "inspect" "960f5d6a6156aeeb0e4e28bb7ebec9c45165630cd4c92efb6c6225c18f5c55c0"` [INFO] running `"docker" "rm" "-f" "960f5d6a6156aeeb0e4e28bb7ebec9c45165630cd4c92efb6c6225c18f5c55c0"` [INFO] [stdout] 960f5d6a6156aeeb0e4e28bb7ebec9c45165630cd4c92efb6c6225c18f5c55c0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/jackyzhen/hb-scraper:/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.36.0" "test" "--frozen"` [INFO] [stdout] e4588a9dfdde9b6c734221d8b5b45e45abbb5ededcdba5d07baad1d243f1aa39 [INFO] running `"docker" "start" "-a" "e4588a9dfdde9b6c734221d8b5b45e45abbb5ededcdba5d07baad1d243f1aa39"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running /opt/crater/target/debug/deps/hs_scraper-c9a581c135ac6d5f [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] [stderr] Running /opt/crater/target/debug/deps/hsc-29dac0096c8dadba [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] [stderr] Doc-tests hs-scraper [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" "e4588a9dfdde9b6c734221d8b5b45e45abbb5ededcdba5d07baad1d243f1aa39"` [INFO] running `"docker" "rm" "-f" "e4588a9dfdde9b6c734221d8b5b45e45abbb5ededcdba5d07baad1d243f1aa39"` [INFO] [stdout] e4588a9dfdde9b6c734221d8b5b45e45abbb5ededcdba5d07baad1d243f1aa39