[INFO] updating cached repository https://github.com/Object905/vlc_translator
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] checking Object905/vlc_translator against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FObject905%2Fvlc_translator" "/workspace/builds/worker-2/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Object905/vlc_translator on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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 /workspace/builds/worker-2/source/Cargo.toml
[INFO] crate git repo https://github.com/Object905/vlc_translator already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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 /workspace/builds/worker-2/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 787ae0f594f11aeb7b066694d126e4d1d4cfa26dfed58f05f592cc2ed2e0c697
[INFO] running `"docker" "start" "-a" "787ae0f594f11aeb7b066694d126e4d1d4cfa26dfed58f05f592cc2ed2e0c697"`
[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]     Checking srt v0.1.0
[INFO] [stderr]    Compiling libdbus-sys v0.2.1
[INFO] [stderr]    Compiling dbus v0.3.4
[INFO] [stderr]     Checking dbus v0.6.5
[INFO] [stderr]     Checking notify-rust v3.6.3
[INFO] [stderr]     Checking 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<u8, fn(&Subtitles)> = {
[INFO] [stderr] 97  | |         let mut map = HashMap::<u8, fn(&Subtitles)>::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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `clone` found for struct `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 struct `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<u8, fn(&Subtitles)> = {
[INFO] [stderr] 97  | |         let mut map = HashMap::<u8, fn(&Subtitles)>::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] 
[INFO] [stderr] warning: use of deprecated item 'core::str::<impl 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::<impl 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] [stderr] warning: build failed, waiting for other jobs to finish...
[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<u8, fn(&Subtitles)> = {
[INFO] [stderr] 97  | |         let mut map = HashMap::<u8, fn(&Subtitles)>::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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z 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 (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `clone` found for struct `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 struct `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<u8, fn(&Subtitles)> = {
[INFO] [stderr] 97  | |         let mut map = HashMap::<u8, fn(&Subtitles)>::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] 
[INFO] [stderr] warning: use of deprecated item 'core::str::<impl 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::<impl 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" "787ae0f594f11aeb7b066694d126e4d1d4cfa26dfed58f05f592cc2ed2e0c697"`
[INFO] running `"docker" "rm" "-f" "787ae0f594f11aeb7b066694d126e4d1d4cfa26dfed58f05f592cc2ed2e0c697"`
[INFO] [stdout] 787ae0f594f11aeb7b066694d126e4d1d4cfa26dfed58f05f592cc2ed2e0c697
