[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.38-1/sources/1.37.0/gh/cssivision/ytdl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/cssivision/ytdl'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/cssivision/ytdl" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/cssivision/ytdl"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.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 cssivision/ytdl 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 cssivision/ytdl [INFO] finished frobbing cssivision/ytdl [INFO] frobbed toml for cssivision/ytdl written to work/ex/beta-1.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.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 cssivision/ytdl 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-5/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/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] cc23c05498e24612e4a5a94b73d4ae5dc56420329c2fcf4113e263018225c204 [INFO] running `"docker" "start" "-a" "cc23c05498e24612e4a5a94b73d4ae5dc56420329c2fcf4113e263018225c204"` [INFO] [stderr] Compiling gcc v0.3.51 [INFO] [stderr] Compiling openssl v0.9.14 [INFO] [stderr] Compiling serde v1.0.10 [INFO] [stderr] Compiling openssl-probe v0.1.1 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling libflate v0.1.9 [INFO] [stderr] Compiling net2 v0.2.29 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.5 [INFO] [stderr] Compiling bytes v0.4.4 [INFO] [stderr] Compiling textwrap v0.6.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling idna v0.1.2 [INFO] [stderr] Compiling mio v0.6.9 [INFO] [stderr] Compiling clap v2.25.1 [INFO] [stderr] Compiling tokio-io v0.1.2 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.10 [INFO] [stderr] Compiling pbr v1.0.0 [INFO] [stderr] Compiling mime v0.3.2 [INFO] [stderr] Compiling tokio-core v0.1.8 [INFO] [stderr] Compiling url v1.5.1 [INFO] [stderr] Compiling openssl-sys v0.9.14 [INFO] [stderr] Compiling backtrace-sys v0.1.12 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.5.1/src/form_urlencoded.rs:251:40 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 250 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 251 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling env-variables v0.1.1 [INFO] [stderr] Compiling hyper v0.11.1 [INFO] [stderr] Compiling serde_urlencoded v0.5.1 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling native-tls v0.1.4 [INFO] [stderr] Compiling backtrace v0.3.2 [INFO] [stderr] Compiling tokio-tls v0.1.3 [INFO] [stderr] Compiling error-chain v0.10.0 [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/format.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref FORMATS: HashMap = { [INFO] [stderr] 26 | | let mut formats = HashMap::new(); [INFO] [stderr] 27 | | let data = [ [INFO] [stderr] ... | [INFO] [stderr] 585 | | }; [INFO] [stderr] 586 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/format.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref FORMATS: HashMap = { [INFO] [stderr] 26 | | let mut formats = HashMap::new(); [INFO] [stderr] 27 | | let data = [ [INFO] [stderr] ... | [INFO] [stderr] 585 | | }; [INFO] [stderr] 586 | | } [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] 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] 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 48s [INFO] running `"docker" "inspect" "cc23c05498e24612e4a5a94b73d4ae5dc56420329c2fcf4113e263018225c204"` [INFO] running `"docker" "rm" "-f" "cc23c05498e24612e4a5a94b73d4ae5dc56420329c2fcf4113e263018225c204"` [INFO] [stdout] cc23c05498e24612e4a5a94b73d4ae5dc56420329c2fcf4113e263018225c204 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/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/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] f364ec0ac570d3b29286511a5f638dd50f943d44037b6ced60807f9f043eb334 [INFO] running `"docker" "start" "-a" "f364ec0ac570d3b29286511a5f638dd50f943d44037b6ced60807f9f043eb334"` [INFO] [stderr] Compiling ytdl v0.1.5 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/format.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref FORMATS: HashMap = { [INFO] [stderr] 26 | | let mut formats = HashMap::new(); [INFO] [stderr] 27 | | let data = [ [INFO] [stderr] ... | [INFO] [stderr] 585 | | }; [INFO] [stderr] 586 | | } [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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/format.rs:24:1 [INFO] [stderr] | [INFO] [stderr] 24 | / lazy_static! { [INFO] [stderr] 25 | | static ref FORMATS: HashMap = { [INFO] [stderr] 26 | | let mut formats = HashMap::new(); [INFO] [stderr] 27 | | let data = [ [INFO] [stderr] ... | [INFO] [stderr] 585 | | }; [INFO] [stderr] 586 | | } [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] 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] 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 2.36s [INFO] running `"docker" "inspect" "f364ec0ac570d3b29286511a5f638dd50f943d44037b6ced60807f9f043eb334"` [INFO] running `"docker" "rm" "-f" "f364ec0ac570d3b29286511a5f638dd50f943d44037b6ced60807f9f043eb334"` [INFO] [stdout] f364ec0ac570d3b29286511a5f638dd50f943d44037b6ced60807f9f043eb334 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/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/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] bb90deb4e73fb67e1f596330490ef89cd73100627fea299699661a24af78c1b8 [INFO] running `"docker" "start" "-a" "bb90deb4e73fb67e1f596330490ef89cd73100627fea299699661a24af78c1b8"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/crater/target/debug/deps/ytdl-c498d9e52f63cf6c [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/ytdl-51aa551011a06221 [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stderr] Doc-tests ytdl [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] [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" "bb90deb4e73fb67e1f596330490ef89cd73100627fea299699661a24af78c1b8"` [INFO] running `"docker" "rm" "-f" "bb90deb4e73fb67e1f596330490ef89cd73100627fea299699661a24af78c1b8"` [INFO] [stdout] bb90deb4e73fb67e1f596330490ef89cd73100627fea299699661a24af78c1b8