[INFO] updating cached repository https://github.com/Object905/vlc_translator [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] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 29ff703901d8e364984900a210a0f58b7e2971aa [INFO] testing Object905/vlc_translator against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FObject905%2Fvlc_translator" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Object905/vlc_translator 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/Object905/vlc_translator [INFO] removed path dependency srt from git repo https://github.com/Object905/vlc_translator [INFO] finished tweaking git repo https://github.com/Object905/vlc_translator [INFO] tweaked toml for git repo https://github.com/Object905/vlc_translator written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Object905/vlc_translator 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] [stderr] warning: dependency (srt) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /big/crater/work/builds/worker-4/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (srt) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] 28e16e24b0b300c9277c1374519f4e481122bd37d618b710f2c5604e35384cc2 [INFO] running `"docker" "start" "-a" "28e16e24b0b300c9277c1374519f4e481122bd37d618b710f2c5604e35384cc2"` [INFO] [stderr] warning: dependency (srt) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling libdbus-sys v0.2.1 [INFO] [stderr] Compiling dbus v0.3.4 [INFO] [stderr] Compiling srt v0.1.0 [INFO] [stderr] Compiling dbus v0.6.5 [INFO] [stderr] Compiling notify-rust v3.6.2 [INFO] [stderr] Compiling vlct v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `srt::Subtitles` [INFO] [stderr] --> src/main.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use srt::Subtitles; [INFO] [stderr] | ^^^^^--------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `SubTitle` [INFO] [stderr] | no `Subtitles` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `srt::Subtitles` [INFO] [stderr] --> src/server.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use srt::Subtitles; [INFO] [stderr] | ^^^^^--------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `SubTitle` [INFO] [stderr] | no `Subtitles` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `srt::Subtitles` [INFO] [stderr] --> src/actions.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use srt::Subtitles; [INFO] [stderr] | ^^^^^--------- [INFO] [stderr] | | | [INFO] [stderr] | | help: a similar name exists in the module: `SubTitle` [INFO] [stderr] | no `Subtitles` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `srt::Timestamp` [INFO] [stderr] --> src/actions.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use srt::Timestamp; [INFO] [stderr] | ^^^^^^^^^^^^^^ no `Timestamp` in the root [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/actions.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / lazy_static! { [INFO] [stderr] 96 | | pub static ref ACTIONS: HashMap = { [INFO] [stderr] 97 | | let mut map = HashMap::::new(); [INFO] [stderr] 98 | | map.insert(1, push_translated_current); [INFO] [stderr] ... | [INFO] [stderr] 104 | | }; [INFO] [stderr] 105 | | } [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:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref API_KEY: String = [INFO] [stderr] 13 | | "" [INFO] [stderr] 14 | | .to_owned(); [INFO] [stderr] ... | [INFO] [stderr] 34 | | static ref NEWLINES: Regex = Regex::new(r"\r\n|\n").unwrap(); [INFO] [stderr] 35 | | } [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:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref API_KEY: String = [INFO] [stderr] 13 | | "" [INFO] [stderr] 14 | | .to_owned(); [INFO] [stderr] ... | [INFO] [stderr] 34 | | static ref NEWLINES: Regex = Regex::new(r"\r\n|\n").unwrap(); [INFO] [stderr] 35 | | } [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:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref API_KEY: String = [INFO] [stderr] 13 | | "" [INFO] [stderr] 14 | | .to_owned(); [INFO] [stderr] ... | [INFO] [stderr] 34 | | static ref NEWLINES: Regex = Regex::new(r"\r\n|\n").unwrap(); [INFO] [stderr] 35 | | } [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:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref API_KEY: String = [INFO] [stderr] 13 | | "" [INFO] [stderr] 14 | | .to_owned(); [INFO] [stderr] ... | [INFO] [stderr] 34 | | static ref NEWLINES: Regex = Regex::new(r"\r\n|\n").unwrap(); [INFO] [stderr] 35 | | } [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:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | / lazy_static! { [INFO] [stderr] 12 | | static ref API_KEY: String = [INFO] [stderr] 13 | | "" [INFO] [stderr] 14 | | .to_owned(); [INFO] [stderr] ... | [INFO] [stderr] 34 | | static ref NEWLINES: Regex = Regex::new(r"\r\n|\n").unwrap(); [INFO] [stderr] 35 | | } [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] error[E0599]: no method named `clone` found for type `std::sync::Arc<_>` in the current scope [INFO] [stderr] --> src/server.rs:33:35 [INFO] [stderr] | [INFO] [stderr] 33 | let subtitles = subtitles.clone(); [INFO] [stderr] | ^^^^^ method not found in `std::sync::Arc<_>` [INFO] [stderr] | [INFO] [stderr] = note: subtitles is a function, perhaps you wish to call it [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `get` found for type `server::actions::ACTIONS` in the current scope [INFO] [stderr] --> src/server.rs:43:26 [INFO] [stderr] | [INFO] [stderr] 43 | let action = ACTIONS.get(&command_id).unwrap(); [INFO] [stderr] | ^^^ method not found in `server::actions::ACTIONS` [INFO] [stderr] | [INFO] [stderr] ::: src/actions.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | / lazy_static! { [INFO] [stderr] 96 | | pub static ref ACTIONS: HashMap = { [INFO] [stderr] 97 | | let mut map = HashMap::::new(); [INFO] [stderr] 98 | | map.insert(1, push_translated_current); [INFO] [stderr] ... | [INFO] [stderr] 104 | | }; [INFO] [stderr] 105 | | } [INFO] [stderr] | |_- method `get` not found for this [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stderr] = note: the following traits define an item `get`, perhaps you need to implement one of them: [INFO] [stderr] candidate #1: `core::panic::BoxMeUp` [INFO] [stderr] candidate #2: `std::slice::SliceIndex` [INFO] [stderr] candidate #3: `dbus::obj::PropertyRWHandler` [INFO] [stderr] candidate #4: `dbus::obj::PropertyROHandler` [INFO] [stderr] candidate #5: `dbus::arg::Get` [INFO] [stderr] candidate #6: `dbus::signalargs::SignalArgs` [INFO] [stderr] candidate #7: `dbus::arg::msgarg::Get` [INFO] [stderr] candidate #8: `dbus::stdintf::org_freedesktop_dbus::Properties` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/utils.rs:51:6 [INFO] [stderr] | [INFO] [stderr] 51 | .trim_left_matches('"') [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/utils.rs:52:6 [INFO] [stderr] | [INFO] [stderr] 52 | .trim_right_matches('"'); // remove quotes [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `vlct`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "28e16e24b0b300c9277c1374519f4e481122bd37d618b710f2c5604e35384cc2"` [INFO] running `"docker" "rm" "-f" "28e16e24b0b300c9277c1374519f4e481122bd37d618b710f2c5604e35384cc2"` [INFO] [stdout] 28e16e24b0b300c9277c1374519f4e481122bd37d618b710f2c5604e35384cc2