[INFO] updating cached repository Object905/rust_srt [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Object905/rust_srt [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Object905/rust_srt" "work/ex/beta-1.38-1/sources/1.37.0/gh/Object905/rust_srt"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Object905/rust_srt'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Object905/rust_srt" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Object905/rust_srt"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Object905/rust_srt'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 635366837df69939fb4a1ffc144d24ff9c0da13e [INFO] sha for GitHub repo Object905/rust_srt: 635366837df69939fb4a1ffc144d24ff9c0da13e [INFO] validating manifest of Object905/rust_srt 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 Object905/rust_srt 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 Object905/rust_srt [INFO] finished frobbing Object905/rust_srt [INFO] frobbed toml for Object905/rust_srt written to work/ex/beta-1.38-1/sources/1.37.0/gh/Object905/rust_srt/Cargo.toml [INFO] started frobbing Object905/rust_srt [INFO] finished frobbing Object905/rust_srt [INFO] frobbed toml for Object905/rust_srt written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Object905/rust_srt/Cargo.toml [INFO] crate Object905/rust_srt 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 Object905/rust_srt 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-6/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/Object905/rust_srt:/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] 75a7c459172b6af2bc0bd203709abcb1705f24dbc0c0dedda5c79261869686b6 [INFO] running `"docker" "start" "-a" "75a7c459172b6af2bc0bd203709abcb1705f24dbc0c0dedda5c79261869686b6"` [INFO] [stderr] Compiling regex-syntax v0.3.4 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling thread_local v0.2.6 [INFO] [stderr] Compiling aho-corasick v0.5.2 [INFO] [stderr] Compiling regex v0.1.73 [INFO] [stderr] Compiling srt v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | pub static ref SUBS: Regex = Regex::new(r"(?x) [INFO] [stderr] 25 | | (\d+) [INFO] [stderr] 26 | | \r\n [INFO] [stderr] ... | [INFO] [stderr] 35 | | static ref UNIFY_NEWLINE_STYLE: Regex = Regex::new(r"(?:\r\n|\n)").unwrap(); [INFO] [stderr] 36 | | } [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/utils.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | pub static ref SUBS: Regex = Regex::new(r"(?x) [INFO] [stderr] 25 | | (\d+) [INFO] [stderr] 26 | | \r\n [INFO] [stderr] ... | [INFO] [stderr] 35 | | static ref UNIFY_NEWLINE_STYLE: Regex = Regex::new(r"(?:\r\n|\n)").unwrap(); [INFO] [stderr] 36 | | } [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/utils.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | pub static ref SUBS: Regex = Regex::new(r"(?x) [INFO] [stderr] 25 | | (\d+) [INFO] [stderr] 26 | | \r\n [INFO] [stderr] ... | [INFO] [stderr] 35 | | static ref UNIFY_NEWLINE_STYLE: Regex = Regex::new(r"(?:\r\n|\n)").unwrap(); [INFO] [stderr] 36 | | } [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/utils.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | pub static ref SUBS: Regex = Regex::new(r"(?x) [INFO] [stderr] 25 | | (\d+) [INFO] [stderr] 26 | | \r\n [INFO] [stderr] ... | [INFO] [stderr] 35 | | static ref UNIFY_NEWLINE_STYLE: Regex = Regex::new(r"(?:\r\n|\n)").unwrap(); [INFO] [stderr] 36 | | } [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/utils.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | pub static ref SUBS: Regex = Regex::new(r"(?x) [INFO] [stderr] 25 | | (\d+) [INFO] [stderr] 26 | | \r\n [INFO] [stderr] ... | [INFO] [stderr] 35 | | static ref UNIFY_NEWLINE_STYLE: Regex = Regex::new(r"(?:\r\n|\n)").unwrap(); [INFO] [stderr] 36 | | } [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/utils.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | pub static ref SUBS: Regex = Regex::new(r"(?x) [INFO] [stderr] 25 | | (\d+) [INFO] [stderr] 26 | | \r\n [INFO] [stderr] ... | [INFO] [stderr] 35 | | static ref UNIFY_NEWLINE_STYLE: Regex = Regex::new(r"(?:\r\n|\n)").unwrap(); [INFO] [stderr] 36 | | } [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 13.67s [INFO] running `"docker" "inspect" "75a7c459172b6af2bc0bd203709abcb1705f24dbc0c0dedda5c79261869686b6"` [INFO] running `"docker" "rm" "-f" "75a7c459172b6af2bc0bd203709abcb1705f24dbc0c0dedda5c79261869686b6"` [INFO] [stdout] 75a7c459172b6af2bc0bd203709abcb1705f24dbc0c0dedda5c79261869686b6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/Object905/rust_srt:/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] 33523e206bb5db8eb2b73ebbe5eec622b61bafd3d2c2045572cf67833acb1cfb [INFO] running `"docker" "start" "-a" "33523e206bb5db8eb2b73ebbe5eec622b61bafd3d2c2045572cf67833acb1cfb"` [INFO] [stderr] Compiling srt v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/utils.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | pub static ref SUBS: Regex = Regex::new(r"(?x) [INFO] [stderr] 25 | | (\d+) [INFO] [stderr] 26 | | \r\n [INFO] [stderr] ... | [INFO] [stderr] 35 | | static ref UNIFY_NEWLINE_STYLE: Regex = Regex::new(r"(?:\r\n|\n)").unwrap(); [INFO] [stderr] 36 | | } [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/utils.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | pub static ref SUBS: Regex = Regex::new(r"(?x) [INFO] [stderr] 25 | | (\d+) [INFO] [stderr] 26 | | \r\n [INFO] [stderr] ... | [INFO] [stderr] 35 | | static ref UNIFY_NEWLINE_STYLE: Regex = Regex::new(r"(?:\r\n|\n)").unwrap(); [INFO] [stderr] 36 | | } [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/utils.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | pub static ref SUBS: Regex = Regex::new(r"(?x) [INFO] [stderr] 25 | | (\d+) [INFO] [stderr] 26 | | \r\n [INFO] [stderr] ... | [INFO] [stderr] 35 | | static ref UNIFY_NEWLINE_STYLE: Regex = Regex::new(r"(?:\r\n|\n)").unwrap(); [INFO] [stderr] 36 | | } [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/utils.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | pub static ref SUBS: Regex = Regex::new(r"(?x) [INFO] [stderr] 25 | | (\d+) [INFO] [stderr] 26 | | \r\n [INFO] [stderr] ... | [INFO] [stderr] 35 | | static ref UNIFY_NEWLINE_STYLE: Regex = Regex::new(r"(?:\r\n|\n)").unwrap(); [INFO] [stderr] 36 | | } [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/utils.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | pub static ref SUBS: Regex = Regex::new(r"(?x) [INFO] [stderr] 25 | | (\d+) [INFO] [stderr] 26 | | \r\n [INFO] [stderr] ... | [INFO] [stderr] 35 | | static ref UNIFY_NEWLINE_STYLE: Regex = Regex::new(r"(?:\r\n|\n)").unwrap(); [INFO] [stderr] 36 | | } [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/utils.rs:23:1 [INFO] [stderr] | [INFO] [stderr] 23 | / lazy_static! { [INFO] [stderr] 24 | | pub static ref SUBS: Regex = Regex::new(r"(?x) [INFO] [stderr] 25 | | (\d+) [INFO] [stderr] 26 | | \r\n [INFO] [stderr] ... | [INFO] [stderr] 35 | | static ref UNIFY_NEWLINE_STYLE: Regex = Regex::new(r"(?:\r\n|\n)").unwrap(); [INFO] [stderr] 36 | | } [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/subtitles.rs:322:5 [INFO] [stderr] | [INFO] [stderr] 322 | / lazy_static! { [INFO] [stderr] 323 | | static ref SUBS: Subtitles = Subtitles::from_file(PATH).unwrap(); [INFO] [stderr] 324 | | } [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/subtitles.rs:322:5 [INFO] [stderr] | [INFO] [stderr] 322 | / lazy_static! { [INFO] [stderr] 323 | | static ref SUBS: Subtitles = Subtitles::from_file(PATH).unwrap(); [INFO] [stderr] 324 | | } [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_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/subtitles.rs:398:35 [INFO] [stderr] | [INFO] [stderr] 398 | line.text = line.text.trim_right_matches(" lol").to_owned(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.45s [INFO] running `"docker" "inspect" "33523e206bb5db8eb2b73ebbe5eec622b61bafd3d2c2045572cf67833acb1cfb"` [INFO] running `"docker" "rm" "-f" "33523e206bb5db8eb2b73ebbe5eec622b61bafd3d2c2045572cf67833acb1cfb"` [INFO] [stdout] 33523e206bb5db8eb2b73ebbe5eec622b61bafd3d2c2045572cf67833acb1cfb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/Object905/rust_srt:/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] b552a148f592c4c87b2cd5487075807ad0d86ccd7ef853a795cb53f5ce18a56e [INFO] running `"docker" "start" "-a" "b552a148f592c4c87b2cd5487075807ad0d86ccd7ef853a795cb53f5ce18a56e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/srt-506bb78ce8fed6b8 [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test timestamp::timestamp_test::add ... ok [INFO] [stdout] test timestamp::timestamp_test::from_microseconds ... ok [INFO] [stdout] test timestamp::timestamp_test::add_assign ... ok [INFO] [stdout] test timestamp::timestamp_test::ord ... ok [INFO] [stdout] test timestamp::timestamp_test::new ... ok [INFO] [stdout] test subline::subline_tests::display ... ok [INFO] [stdout] test timestamp::timestamp_test::sub ... ok [INFO] [stdout] test timestamp::timestamp_test::sub_assign ... ok [INFO] [stdout] test utils::utils_tests::_check ... ok [INFO] [stdout] test utils::utils_tests::_prepare ... ok [INFO] [stdout] test subtitles::subtitles_tests::insert ... ok [INFO] [stdout] test subtitles::subtitles_tests::iterator ... ok [INFO] [stdout] test subtitles::subtitles_tests::from_file ... ok [INFO] [stdout] test subtitles::subtitles_tests::from_str ... ok [INFO] [stdout] test subtitles::subtitles_tests::to_string ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests srt [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/timestamp.rs - timestamp::Timestamp::from (line 90) ... ok [INFO] [stdout] test src/timestamp.rs - timestamp::Timestamp::new (line 20) ... ok [INFO] [stdout] test src/timestamp.rs - timestamp::Timestamp::from_microseconds (line 62) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b552a148f592c4c87b2cd5487075807ad0d86ccd7ef853a795cb53f5ce18a56e"` [INFO] running `"docker" "rm" "-f" "b552a148f592c4c87b2cd5487075807ad0d86ccd7ef853a795cb53f5ce18a56e"` [INFO] [stdout] b552a148f592c4c87b2cd5487075807ad0d86ccd7ef853a795cb53f5ce18a56e