[INFO] updating cached repository https://github.com/macarrie/vidocq [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/macarrie/vidocq [INFO] [stderr] * [new branch] handle_filepath_for_detection -> handle_filepath_for_detection [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 509403ecaf4d9a98b5963cf811e661e7ff19f4a4 [INFO] testing macarrie/vidocq against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmacarrie%2Fvidocq" "work/builds/worker-6/source"` [INFO] [stderr] Cloning into 'work/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/macarrie/vidocq on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/macarrie/vidocq [INFO] finished tweaking git repo https://github.com/macarrie/vidocq [INFO] tweaked toml for git repo https://github.com/macarrie/vidocq written to work/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/macarrie/vidocq already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] f109cf3684cf44c45b883a0e7319988b0a8e201da0314edd663da583930ad17e [INFO] running `"docker" "start" "-a" "f109cf3684cf44c45b883a0e7319988b0a8e201da0314edd663da583930ad17e"` [INFO] [stderr] Compiling serde_json v1.0.19 [INFO] [stderr] Compiling vidocq v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | / lazy_static! { [INFO] [stderr] 216 | | static ref RE_MONO: Vec = vec![ [INFO] [stderr] 217 | | Regex::new(r"(?i)1ch").unwrap(), [INFO] [stderr] 218 | | Regex::new(r"(?i)mono").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 235 | | ]; [INFO] [stderr] 236 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | / lazy_static! { [INFO] [stderr] 216 | | static ref RE_MONO: Vec = vec![ [INFO] [stderr] 217 | | Regex::new(r"(?i)1ch").unwrap(), [INFO] [stderr] 218 | | Regex::new(r"(?i)mono").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 235 | | ]; [INFO] [stderr] 236 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | / lazy_static! { [INFO] [stderr] 216 | | static ref RE_MONO: Vec = vec![ [INFO] [stderr] 217 | | Regex::new(r"(?i)1ch").unwrap(), [INFO] [stderr] 218 | | Regex::new(r"(?i)mono").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 235 | | ]; [INFO] [stderr] 236 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | / lazy_static! { [INFO] [stderr] 216 | | static ref RE_MONO: Vec = vec![ [INFO] [stderr] 217 | | Regex::new(r"(?i)1ch").unwrap(), [INFO] [stderr] 218 | | Regex::new(r"(?i)mono").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 235 | | ]; [INFO] [stderr] 236 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/container.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_AVI: Vec = vec![Regex::new(r"(?i)avi").unwrap(),]; [INFO] [stderr] 36 | | static ref RE_MKV: Vec = vec![ [INFO] [stderr] 37 | | Regex::new(r"(?i)mk[vas]").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 51 | | ]; [INFO] [stderr] 52 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/container.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_AVI: Vec = vec![Regex::new(r"(?i)avi").unwrap(),]; [INFO] [stderr] 36 | | static ref RE_MKV: Vec = vec![ [INFO] [stderr] 37 | | Regex::new(r"(?i)mk[vas]").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 51 | | ]; [INFO] [stderr] 52 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/container.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_AVI: Vec = vec![Regex::new(r"(?i)avi").unwrap(),]; [INFO] [stderr] 36 | | static ref RE_MKV: Vec = vec![ [INFO] [stderr] 37 | | Regex::new(r"(?i)mk[vas]").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 51 | | ]; [INFO] [stderr] 52 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/container.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_AVI: Vec = vec![Regex::new(r"(?i)avi").unwrap(),]; [INFO] [stderr] 36 | | static ref RE_MKV: Vec = vec![ [INFO] [stderr] 37 | | Regex::new(r"(?i)mk[vas]").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 51 | | ]; [INFO] [stderr] 52 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/container.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_AVI: Vec = vec![Regex::new(r"(?i)avi").unwrap(),]; [INFO] [stderr] 36 | | static ref RE_MKV: Vec = vec![ [INFO] [stderr] 37 | | Regex::new(r"(?i)mk[vas]").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 51 | | ]; [INFO] [stderr] 52 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/container.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_AVI: Vec = vec![Regex::new(r"(?i)avi").unwrap(),]; [INFO] [stderr] 36 | | static ref RE_MKV: Vec = vec![ [INFO] [stderr] 37 | | Regex::new(r"(?i)mk[vas]").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 51 | | ]; [INFO] [stderr] 52 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/episode.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref RE_SEASON_AND_EPISODE: Regex = [INFO] [stderr] 5 | | Regex::new(r"(?i)(s)?(?P\d{1,3})[ex]p?(?P\d{1,3})").unwrap(); [INFO] [stderr] 6 | | pub static ref RE_SEASON_AND_EPISODE_SEPARATED: Regex = [INFO] [stderr] 7 | | Regex::new(r"(?i)(s)?(?P\d{1,3})\s?[-:]\s?(?P\d{1,3})").unwrap(); [INFO] [stderr] 8 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/episode.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref RE_SEASON_AND_EPISODE: Regex = [INFO] [stderr] 5 | | Regex::new(r"(?i)(s)?(?P\d{1,3})[ex]p?(?P\d{1,3})").unwrap(); [INFO] [stderr] 6 | | pub static ref RE_SEASON_AND_EPISODE_SEPARATED: Regex = [INFO] [stderr] 7 | | Regex::new(r"(?i)(s)?(?P\d{1,3})\s?[-:]\s?(?P\d{1,3})").unwrap(); [INFO] [stderr] 8 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/quality.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref RE_QUALITY: Regex = Regex::new(r"(?i)(?P\d{3,4})[pi]").unwrap(); [INFO] [stderr] 43 | | static ref RE_SCREEN_SIZE: Regex = [INFO] [stderr] 44 | | Regex::new(r"(?i)\d{3,4}\s?x\s?(?P\d{3,4})").unwrap(); [INFO] [stderr] 45 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/quality.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref RE_QUALITY: Regex = Regex::new(r"(?i)(?P\d{3,4})[pi]").unwrap(); [INFO] [stderr] 43 | | static ref RE_SCREEN_SIZE: Regex = [INFO] [stderr] 44 | | Regex::new(r"(?i)\d{3,4}\s?x\s?(?P\d{3,4})").unwrap(); [INFO] [stderr] 45 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_group.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref RE_RELEASE_GROUP: Regex = [INFO] [stderr] 6 | | Regex::new(r"- ?(?P[^-]+(?:-=\{[^-]+-?$)?)$").unwrap(); [INFO] [stderr] 7 | | static ref RE_RELEASE_GROUP_BEGINNING: Regex = Regex::new(r"^\[(?P\w*)\]").unwrap(); [INFO] [stderr] 8 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_group.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref RE_RELEASE_GROUP: Regex = [INFO] [stderr] 6 | | Regex::new(r"- ?(?P[^-]+(?:-=\{[^-]+-?$)?)$").unwrap(); [INFO] [stderr] 7 | | static ref RE_RELEASE_GROUP_BEGINNING: Regex = Regex::new(r"^\[(?P\w*)\]").unwrap(); [INFO] [stderr] 8 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/title.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref RE_SQUARE_BLOCKS: Regex = Regex::new(r"(?i)\[.*\]").unwrap(); [INFO] [stderr] 9 | | static ref RE_PARENTHESIS: Regex = Regex::new(r"(?i)\(.*\)").unwrap(); [INFO] [stderr] 10 | | static ref RE_DELIMITERS: Regex = Regex::new(r"(?i)[_\.\(\)\[\]]").unwrap(); [INFO] [stderr] 11 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/title.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref RE_SQUARE_BLOCKS: Regex = Regex::new(r"(?i)\[.*\]").unwrap(); [INFO] [stderr] 9 | | static ref RE_PARENTHESIS: Regex = Regex::new(r"(?i)\(.*\)").unwrap(); [INFO] [stderr] 10 | | static ref RE_DELIMITERS: Regex = Regex::new(r"(?i)[_\.\(\)\[\]]").unwrap(); [INFO] [stderr] 11 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/title.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref RE_SQUARE_BLOCKS: Regex = Regex::new(r"(?i)\[.*\]").unwrap(); [INFO] [stderr] 9 | | static ref RE_PARENTHESIS: Regex = Regex::new(r"(?i)\(.*\)").unwrap(); [INFO] [stderr] 10 | | static ref RE_DELIMITERS: Regex = Regex::new(r"(?i)[_\.\(\)\[\]]").unwrap(); [INFO] [stderr] 11 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/video_codec.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_H262: Vec = vec![ [INFO] [stderr] 36 | | Regex::new(r"(?i)MP[E]?G[-]?2").unwrap(), [INFO] [stderr] 37 | | Regex::new(r"(?i)x?262").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 47 | | static ref RE_H265: Vec = vec![Regex::new(r"(?i)x?265").unwrap(),]; [INFO] [stderr] 48 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/video_codec.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_H262: Vec = vec![ [INFO] [stderr] 36 | | Regex::new(r"(?i)MP[E]?G[-]?2").unwrap(), [INFO] [stderr] 37 | | Regex::new(r"(?i)x?262").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 47 | | static ref RE_H265: Vec = vec![Regex::new(r"(?i)x?265").unwrap(),]; [INFO] [stderr] 48 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/video_codec.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_H262: Vec = vec![ [INFO] [stderr] 36 | | Regex::new(r"(?i)MP[E]?G[-]?2").unwrap(), [INFO] [stderr] 37 | | Regex::new(r"(?i)x?262").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 47 | | static ref RE_H265: Vec = vec![Regex::new(r"(?i)x?265").unwrap(),]; [INFO] [stderr] 48 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/video_codec.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_H262: Vec = vec![ [INFO] [stderr] 36 | | Regex::new(r"(?i)MP[E]?G[-]?2").unwrap(), [INFO] [stderr] 37 | | Regex::new(r"(?i)x?262").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 47 | | static ref RE_H265: Vec = vec![Regex::new(r"(?i)x?265").unwrap(),]; [INFO] [stderr] 48 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/video_codec.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_H262: Vec = vec![ [INFO] [stderr] 36 | | Regex::new(r"(?i)MP[E]?G[-]?2").unwrap(), [INFO] [stderr] 37 | | Regex::new(r"(?i)x?262").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 47 | | static ref RE_H265: Vec = vec![Regex::new(r"(?i)x?265").unwrap(),]; [INFO] [stderr] 48 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/video_codec.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_H262: Vec = vec![ [INFO] [stderr] 36 | | Regex::new(r"(?i)MP[E]?G[-]?2").unwrap(), [INFO] [stderr] 37 | | Regex::new(r"(?i)x?262").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 47 | | static ref RE_H265: Vec = vec![Regex::new(r"(?i)x?265").unwrap(),]; [INFO] [stderr] 48 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/year.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref RE_UNMARKED_YEAR: Regex = Regex::new(r"(?P19\d{2}|20\d{2})").unwrap(); [INFO] [stderr] 6 | | static ref RE_MARKED_YEAR: Regex = Regex::new(r"\((?P19\d{2}|20\d{2})\)").unwrap(); [INFO] [stderr] 7 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/year.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref RE_UNMARKED_YEAR: Regex = Regex::new(r"(?P19\d{2}|20\d{2})").unwrap(); [INFO] [stderr] 6 | | static ref RE_MARKED_YEAR: Regex = Regex::new(r"\((?P19\d{2}|20\d{2})\)").unwrap(); [INFO] [stderr] 7 | | } [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 17.48s [INFO] running `"docker" "inspect" "f109cf3684cf44c45b883a0e7319988b0a8e201da0314edd663da583930ad17e"` [INFO] running `"docker" "rm" "-f" "f109cf3684cf44c45b883a0e7319988b0a8e201da0314edd663da583930ad17e"` [INFO] [stdout] f109cf3684cf44c45b883a0e7319988b0a8e201da0314edd663da583930ad17e [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 749be0354b21bb4c009311b1f297fa408f97b4d3f1919f6a114a5044ddb1a6b8 [INFO] running `"docker" "start" "-a" "749be0354b21bb4c009311b1f297fa408f97b4d3f1919f6a114a5044ddb1a6b8"` [INFO] [stderr] Compiling vidocq v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:80:5 [INFO] [stderr] | [INFO] [stderr] 80 | / lazy_static! { [INFO] [stderr] 81 | | static ref RE_MP3: Vec = vec![ [INFO] [stderr] 82 | | Regex::new(r"(?i)MP[EG]?[-]?3").unwrap(), [INFO] [stderr] 83 | | Regex::new(r"(?i)lame3?").unwrap() [INFO] [stderr] ... | [INFO] [stderr] 114 | | static ref RE_PCM: Vec = vec![Regex::new(r"(?i)PCM").unwrap()]; [INFO] [stderr] 115 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | / lazy_static! { [INFO] [stderr] 216 | | static ref RE_MONO: Vec = vec![ [INFO] [stderr] 217 | | Regex::new(r"(?i)1ch").unwrap(), [INFO] [stderr] 218 | | Regex::new(r"(?i)mono").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 235 | | ]; [INFO] [stderr] 236 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | / lazy_static! { [INFO] [stderr] 216 | | static ref RE_MONO: Vec = vec![ [INFO] [stderr] 217 | | Regex::new(r"(?i)1ch").unwrap(), [INFO] [stderr] 218 | | Regex::new(r"(?i)mono").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 235 | | ]; [INFO] [stderr] 236 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | / lazy_static! { [INFO] [stderr] 216 | | static ref RE_MONO: Vec = vec![ [INFO] [stderr] 217 | | Regex::new(r"(?i)1ch").unwrap(), [INFO] [stderr] 218 | | Regex::new(r"(?i)mono").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 235 | | ]; [INFO] [stderr] 236 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/audio.rs:215:5 [INFO] [stderr] | [INFO] [stderr] 215 | / lazy_static! { [INFO] [stderr] 216 | | static ref RE_MONO: Vec = vec![ [INFO] [stderr] 217 | | Regex::new(r"(?i)1ch").unwrap(), [INFO] [stderr] 218 | | Regex::new(r"(?i)mono").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 235 | | ]; [INFO] [stderr] 236 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/container.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_AVI: Vec = vec![Regex::new(r"(?i)avi").unwrap(),]; [INFO] [stderr] 36 | | static ref RE_MKV: Vec = vec![ [INFO] [stderr] 37 | | Regex::new(r"(?i)mk[vas]").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 51 | | ]; [INFO] [stderr] 52 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/container.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_AVI: Vec = vec![Regex::new(r"(?i)avi").unwrap(),]; [INFO] [stderr] 36 | | static ref RE_MKV: Vec = vec![ [INFO] [stderr] 37 | | Regex::new(r"(?i)mk[vas]").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 51 | | ]; [INFO] [stderr] 52 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/container.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_AVI: Vec = vec![Regex::new(r"(?i)avi").unwrap(),]; [INFO] [stderr] 36 | | static ref RE_MKV: Vec = vec![ [INFO] [stderr] 37 | | Regex::new(r"(?i)mk[vas]").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 51 | | ]; [INFO] [stderr] 52 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/container.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_AVI: Vec = vec![Regex::new(r"(?i)avi").unwrap(),]; [INFO] [stderr] 36 | | static ref RE_MKV: Vec = vec![ [INFO] [stderr] 37 | | Regex::new(r"(?i)mk[vas]").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 51 | | ]; [INFO] [stderr] 52 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/container.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_AVI: Vec = vec![Regex::new(r"(?i)avi").unwrap(),]; [INFO] [stderr] 36 | | static ref RE_MKV: Vec = vec![ [INFO] [stderr] 37 | | Regex::new(r"(?i)mk[vas]").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 51 | | ]; [INFO] [stderr] 52 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/container.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_AVI: Vec = vec![Regex::new(r"(?i)avi").unwrap(),]; [INFO] [stderr] 36 | | static ref RE_MKV: Vec = vec![ [INFO] [stderr] 37 | | Regex::new(r"(?i)mk[vas]").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 51 | | ]; [INFO] [stderr] 52 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/episode.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref RE_SEASON_AND_EPISODE: Regex = [INFO] [stderr] 5 | | Regex::new(r"(?i)(s)?(?P\d{1,3})[ex]p?(?P\d{1,3})").unwrap(); [INFO] [stderr] 6 | | pub static ref RE_SEASON_AND_EPISODE_SEPARATED: Regex = [INFO] [stderr] 7 | | Regex::new(r"(?i)(s)?(?P\d{1,3})\s?[-:]\s?(?P\d{1,3})").unwrap(); [INFO] [stderr] 8 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/episode.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / lazy_static! { [INFO] [stderr] 4 | | pub static ref RE_SEASON_AND_EPISODE: Regex = [INFO] [stderr] 5 | | Regex::new(r"(?i)(s)?(?P\d{1,3})[ex]p?(?P\d{1,3})").unwrap(); [INFO] [stderr] 6 | | pub static ref RE_SEASON_AND_EPISODE_SEPARATED: Regex = [INFO] [stderr] 7 | | Regex::new(r"(?i)(s)?(?P\d{1,3})\s?[-:]\s?(?P\d{1,3})").unwrap(); [INFO] [stderr] 8 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/quality.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref RE_QUALITY: Regex = Regex::new(r"(?i)(?P\d{3,4})[pi]").unwrap(); [INFO] [stderr] 43 | | static ref RE_SCREEN_SIZE: Regex = [INFO] [stderr] 44 | | Regex::new(r"(?i)\d{3,4}\s?x\s?(?P\d{3,4})").unwrap(); [INFO] [stderr] 45 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/quality.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref RE_QUALITY: Regex = Regex::new(r"(?i)(?P\d{3,4})[pi]").unwrap(); [INFO] [stderr] 43 | | static ref RE_SCREEN_SIZE: Regex = [INFO] [stderr] 44 | | Regex::new(r"(?i)\d{3,4}\s?x\s?(?P\d{3,4})").unwrap(); [INFO] [stderr] 45 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_group.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref RE_RELEASE_GROUP: Regex = [INFO] [stderr] 6 | | Regex::new(r"- ?(?P[^-]+(?:-=\{[^-]+-?$)?)$").unwrap(); [INFO] [stderr] 7 | | static ref RE_RELEASE_GROUP_BEGINNING: Regex = Regex::new(r"^\[(?P\w*)\]").unwrap(); [INFO] [stderr] 8 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_group.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref RE_RELEASE_GROUP: Regex = [INFO] [stderr] 6 | | Regex::new(r"- ?(?P[^-]+(?:-=\{[^-]+-?$)?)$").unwrap(); [INFO] [stderr] 7 | | static ref RE_RELEASE_GROUP_BEGINNING: Regex = Regex::new(r"^\[(?P\w*)\]").unwrap(); [INFO] [stderr] 8 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/release_type.rs:46:5 [INFO] [stderr] | [INFO] [stderr] 46 | / lazy_static! { [INFO] [stderr] 47 | | static ref RE_CAM: Vec = vec![Regex::new(r"(?i)(HD)?CAM(RIP)?").unwrap(),]; [INFO] [stderr] 48 | | static ref RE_TELESYNC: Vec = vec![ [INFO] [stderr] 49 | | Regex::new(r"(HD)?TS").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 80 | | ]; [INFO] [stderr] 81 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/title.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref RE_SQUARE_BLOCKS: Regex = Regex::new(r"(?i)\[.*\]").unwrap(); [INFO] [stderr] 9 | | static ref RE_PARENTHESIS: Regex = Regex::new(r"(?i)\(.*\)").unwrap(); [INFO] [stderr] 10 | | static ref RE_DELIMITERS: Regex = Regex::new(r"(?i)[_\.\(\)\[\]]").unwrap(); [INFO] [stderr] 11 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/title.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref RE_SQUARE_BLOCKS: Regex = Regex::new(r"(?i)\[.*\]").unwrap(); [INFO] [stderr] 9 | | static ref RE_PARENTHESIS: Regex = Regex::new(r"(?i)\(.*\)").unwrap(); [INFO] [stderr] 10 | | static ref RE_DELIMITERS: Regex = Regex::new(r"(?i)[_\.\(\)\[\]]").unwrap(); [INFO] [stderr] 11 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/title.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | / lazy_static! { [INFO] [stderr] 8 | | static ref RE_SQUARE_BLOCKS: Regex = Regex::new(r"(?i)\[.*\]").unwrap(); [INFO] [stderr] 9 | | static ref RE_PARENTHESIS: Regex = Regex::new(r"(?i)\(.*\)").unwrap(); [INFO] [stderr] 10 | | static ref RE_DELIMITERS: Regex = Regex::new(r"(?i)[_\.\(\)\[\]]").unwrap(); [INFO] [stderr] 11 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/video_codec.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_H262: Vec = vec![ [INFO] [stderr] 36 | | Regex::new(r"(?i)MP[E]?G[-]?2").unwrap(), [INFO] [stderr] 37 | | Regex::new(r"(?i)x?262").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 47 | | static ref RE_H265: Vec = vec![Regex::new(r"(?i)x?265").unwrap(),]; [INFO] [stderr] 48 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/video_codec.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_H262: Vec = vec![ [INFO] [stderr] 36 | | Regex::new(r"(?i)MP[E]?G[-]?2").unwrap(), [INFO] [stderr] 37 | | Regex::new(r"(?i)x?262").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 47 | | static ref RE_H265: Vec = vec![Regex::new(r"(?i)x?265").unwrap(),]; [INFO] [stderr] 48 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/video_codec.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_H262: Vec = vec![ [INFO] [stderr] 36 | | Regex::new(r"(?i)MP[E]?G[-]?2").unwrap(), [INFO] [stderr] 37 | | Regex::new(r"(?i)x?262").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 47 | | static ref RE_H265: Vec = vec![Regex::new(r"(?i)x?265").unwrap(),]; [INFO] [stderr] 48 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/video_codec.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_H262: Vec = vec![ [INFO] [stderr] 36 | | Regex::new(r"(?i)MP[E]?G[-]?2").unwrap(), [INFO] [stderr] 37 | | Regex::new(r"(?i)x?262").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 47 | | static ref RE_H265: Vec = vec![Regex::new(r"(?i)x?265").unwrap(),]; [INFO] [stderr] 48 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/video_codec.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_H262: Vec = vec![ [INFO] [stderr] 36 | | Regex::new(r"(?i)MP[E]?G[-]?2").unwrap(), [INFO] [stderr] 37 | | Regex::new(r"(?i)x?262").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 47 | | static ref RE_H265: Vec = vec![Regex::new(r"(?i)x?265").unwrap(),]; [INFO] [stderr] 48 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/video_codec.rs:34:5 [INFO] [stderr] | [INFO] [stderr] 34 | / lazy_static! { [INFO] [stderr] 35 | | static ref RE_H262: Vec = vec![ [INFO] [stderr] 36 | | Regex::new(r"(?i)MP[E]?G[-]?2").unwrap(), [INFO] [stderr] 37 | | Regex::new(r"(?i)x?262").unwrap(), [INFO] [stderr] ... | [INFO] [stderr] 47 | | static ref RE_H265: Vec = vec![Regex::new(r"(?i)x?265").unwrap(),]; [INFO] [stderr] 48 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/year.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref RE_UNMARKED_YEAR: Regex = Regex::new(r"(?P19\d{2}|20\d{2})").unwrap(); [INFO] [stderr] 6 | | static ref RE_MARKED_YEAR: Regex = Regex::new(r"\((?P19\d{2}|20\d{2})\)").unwrap(); [INFO] [stderr] 7 | | } [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 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/year.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | / lazy_static! { [INFO] [stderr] 5 | | static ref RE_UNMARKED_YEAR: Regex = Regex::new(r"(?P19\d{2}|20\d{2})").unwrap(); [INFO] [stderr] 6 | | static ref RE_MARKED_YEAR: Regex = Regex::new(r"\((?P19\d{2}|20\d{2})\)").unwrap(); [INFO] [stderr] 7 | | } [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.87s [INFO] running `"docker" "inspect" "749be0354b21bb4c009311b1f297fa408f97b4d3f1919f6a114a5044ddb1a6b8"` [INFO] running `"docker" "rm" "-f" "749be0354b21bb4c009311b1f297fa408f97b4d3f1919f6a114a5044ddb1a6b8"` [INFO] [stdout] 749be0354b21bb4c009311b1f297fa408f97b4d3f1919f6a114a5044ddb1a6b8 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] ca7b4b510c0fd7fa76b597145125b668d438ce0321f3ed024a41f84c194b9c2c [INFO] running `"docker" "start" "-a" "ca7b4b510c0fd7fa76b597145125b668d438ce0321f3ed024a41f84c194b9c2c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/vidocq-6e66053e9eacf9b1 [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test year::tests::test_parse_year ... ok [INFO] [stdout] test release_group::tests::test_parse_year ... ok [INFO] [stdout] test quality::tests::test_parse_quality ... ok [INFO] [stdout] test title::tests::test_parse_title ... ok [INFO] [stdout] test episode::tests::test_parse_episode ... ok [INFO] [stdout] test container::tests::test_parse_video_codec ... ok [INFO] [stdout] test video_codec::tests::test_parse_video_codec ... ok [INFO] [stdout] test release_type::tests::test_parse_release_type ... ok [INFO] [stdout] test audio::tests::test_parse_video_codec ... ok [INFO] [stdout] test tests::test_cli_opt_type ... ok [INFO] [stdout] test tests::test_parse ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/vidocq-4232968e739c6f6f [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 vidocq [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" "ca7b4b510c0fd7fa76b597145125b668d438ce0321f3ed024a41f84c194b9c2c"` [INFO] running `"docker" "rm" "-f" "ca7b4b510c0fd7fa76b597145125b668d438ce0321f3ed024a41f84c194b9c2c"` [INFO] [stdout] ca7b4b510c0fd7fa76b597145125b668d438ce0321f3ed024a41f84c194b9c2c