[INFO] updating cached repository cssivision/ytdl [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/cssivision/ytdl [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/cssivision/ytdl" "work/ex/beta-1.37-6/sources/1.36.0/gh/cssivision/ytdl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/cssivision/ytdl'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cssivision/ytdl" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cssivision/ytdl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cssivision/ytdl'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9532005e16cd0cd05cded52e3b4919ff6881e648 [INFO] sha for GitHub repo cssivision/ytdl: 9532005e16cd0cd05cded52e3b4919ff6881e648 [INFO] validating manifest of cssivision/ytdl 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 cssivision/ytdl 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 cssivision/ytdl [INFO] finished frobbing cssivision/ytdl [INFO] frobbed toml for cssivision/ytdl written to work/ex/beta-1.37-6/sources/1.36.0/gh/cssivision/ytdl/Cargo.toml [INFO] started frobbing cssivision/ytdl [INFO] finished frobbing cssivision/ytdl [INFO] frobbed toml for cssivision/ytdl written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/cssivision/ytdl/Cargo.toml [INFO] crate cssivision/ytdl 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing cssivision/ytdl 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-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/cssivision/ytdl:/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] 477fd80ec6b4b12641c47cedec8c9ed2333759b063858641451c6efcb3433d1d [INFO] running `"docker" "start" "-a" "477fd80ec6b4b12641c47cedec8c9ed2333759b063858641451c6efcb3433d1d"` [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling net2 v0.2.29 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling libflate v0.1.9 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling futures-cpupool v0.1.5 [INFO] [stderr] Compiling openssl-sys v0.9.14 [INFO] [stderr] Compiling textwrap v0.6.0 [INFO] [stderr] Compiling backtrace-sys v0.1.12 [INFO] [stderr] Compiling bytes v0.4.4 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling env-variables v0.1.1 [INFO] [stderr] Compiling serde_derive v1.0.10 [INFO] [stderr] Compiling pbr v1.0.0 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling openssl v0.9.14 [INFO] [stderr] Compiling mio v0.6.9 [INFO] [stderr] Compiling clap v2.25.1 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling tokio-io v0.1.2 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling tokio-core v0.1.8 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling native-tls v0.1.4 [INFO] [stderr] Compiling tokio-tls v0.1.3 [INFO] [stderr] Compiling hyper v0.11.1 [INFO] [stderr] Compiling hyper-tls v0.1.2 [INFO] [stderr] Compiling reqwest v0.7.0 [INFO] [stderr] Compiling ytdl v0.1.5 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/video_info.rs:74:25 [INFO] [stderr] | [INFO] [stderr] 74 | let path = u.path().trim_left_matches("/"); [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/format.rs:616:49 [INFO] [stderr] | [INFO] [stderr] 616 | FormatValue::String(v) => v.trim_right_matches("p").to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/format.rs:621:49 [INFO] [stderr] | [INFO] [stderr] 621 | FormatValue::String(v) => v.trim_right_matches("p").to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain! { [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | Utf8Error(str::Utf8Error); [INFO] [stderr] 9 | | UrlParseError(url::ParseError); [INFO] [stderr] ... | [INFO] [stderr] 12 | | } [INFO] [stderr] 13 | | } [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 1m 22s [INFO] running `"docker" "inspect" "477fd80ec6b4b12641c47cedec8c9ed2333759b063858641451c6efcb3433d1d"` [INFO] running `"docker" "rm" "-f" "477fd80ec6b4b12641c47cedec8c9ed2333759b063858641451c6efcb3433d1d"` [INFO] [stdout] 477fd80ec6b4b12641c47cedec8c9ed2333759b063858641451c6efcb3433d1d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/cssivision/ytdl:/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] e937883444f75dab335001de6beff55bccada33b9c84e6154310215fb3a28931 [INFO] running `"docker" "start" "-a" "e937883444f75dab335001de6beff55bccada33b9c84e6154310215fb3a28931"` [INFO] [stderr] Compiling ytdl v0.1.5 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/video_info.rs:74:25 [INFO] [stderr] | [INFO] [stderr] 74 | let path = u.path().trim_left_matches("/"); [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/format.rs:616:49 [INFO] [stderr] | [INFO] [stderr] 616 | FormatValue::String(v) => v.trim_right_matches("p").to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/format.rs:621:49 [INFO] [stderr] | [INFO] [stderr] 621 | FormatValue::String(v) => v.trim_right_matches("p").to_string(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain! { [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | Utf8Error(str::Utf8Error); [INFO] [stderr] 9 | | UrlParseError(url::ParseError); [INFO] [stderr] ... | [INFO] [stderr] 12 | | } [INFO] [stderr] 13 | | } [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 3.31s [INFO] running `"docker" "inspect" "e937883444f75dab335001de6beff55bccada33b9c84e6154310215fb3a28931"` [INFO] running `"docker" "rm" "-f" "e937883444f75dab335001de6beff55bccada33b9c84e6154310215fb3a28931"` [INFO] [stdout] e937883444f75dab335001de6beff55bccada33b9c84e6154310215fb3a28931 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/cssivision/ytdl:/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] ed2c1f83a24e103040e4a206892a732a08f41ed079233d1eb27c493179c6179e [INFO] running `"docker" "start" "-a" "ed2c1f83a24e103040e4a206892a732a08f41ed079233d1eb27c493179c6179e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running /opt/crater/target/debug/deps/ytdl-03fec0926fb1b3a3 [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/ytdl-780de23d7d5facd6 [INFO] [stderr] Doc-tests ytdl [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] [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" "ed2c1f83a24e103040e4a206892a732a08f41ed079233d1eb27c493179c6179e"` [INFO] running `"docker" "rm" "-f" "ed2c1f83a24e103040e4a206892a732a08f41ed079233d1eb27c493179c6179e"` [INFO] [stdout] ed2c1f83a24e103040e4a206892a732a08f41ed079233d1eb27c493179c6179e