[INFO] fetching crate inori-mpd 0.1.1... [INFO] checking inori-mpd-0.1.1 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate inori-mpd 0.1.1 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate inori-mpd 0.1.1 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate inori-mpd 0.1.1 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate inori-mpd 0.1.1 [INFO] tweaked toml for crates.io crate inori-mpd 0.1.1 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate crates.io crate inori-mpd 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cdddb0ab655d5ff71091bea25a80fd75b2884d8497f4a2f86ebd35141d54a379 [INFO] running `Command { std: "docker" "start" "-a" "cdddb0ab655d5ff71091bea25a80fd75b2884d8497f4a2f86ebd35141d54a379", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cdddb0ab655d5ff71091bea25a80fd75b2884d8497f4a2f86ebd35141d54a379", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cdddb0ab655d5ff71091bea25a80fd75b2884d8497f4a2f86ebd35141d54a379", kill_on_drop: false }` [INFO] [stdout] cdddb0ab655d5ff71091bea25a80fd75b2884d8497f4a2f86ebd35141d54a379 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fc69e8f5eb5ed76853a8f4f0d5ef03e22db5e5ee2a300eeb98385f101e7c3c75 [INFO] running `Command { std: "docker" "start" "-a" "fc69e8f5eb5ed76853a8f4f0d5ef03e22db5e5ee2a300eeb98385f101e7c3c75", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Checking bitflags v2.6.0 [INFO] [stderr] Checking linux-raw-sys v0.4.14 [INFO] [stderr] Checking either v1.13.0 [INFO] [stderr] Checking bufstream v0.1.4 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Checking fastrand v2.1.1 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking inori-mpd v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/search.rs:27:42 [INFO] [stdout] | [INFO] [stdout] 26 | impl<'a> Filter<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 27 | fn new(typ: Term<'a>, what: W) -> Filter [INFO] [stdout] | ^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking tempfile v3.12.0 [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/playback.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/idle.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/reflect.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/playlist.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/search.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> examples/example.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/song.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/outputs.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> benches/options.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/options.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/stickers.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `mpd` [INFO] [stdout] --> tests/helpers/mod.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | extern crate mpd; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (example "example") due to 2 previous errors [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (bench "options") due to 2 previous errors [INFO] [stderr] error: could not compile `inori-mpd` (test "idle") due to 3 previous errors [INFO] [stdout] error[E0599]: no method named `play` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/playback.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | mpd.play().unwrap(); [INFO] [stdout] | ^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `play` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `playlists` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/playlist.rs:9:19 [INFO] [stdout] | [INFO] [stdout] 9 | let pls = mpd.playlists().unwrap(); [INFO] [stdout] | ^^^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `playlists` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `find` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/search.rs:12:21 [INFO] [stdout] | [INFO] [stdout] 12 | let songs = mpd.find(query, None); [INFO] [stdout] | ^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `find` not found for this struct [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `find`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `Iterator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `playlist` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/playlist.rs:13:43 [INFO] [stdout] | [INFO] [stdout] 13 | println!("{}: {:?}", pl.name, mpd.playlist(&pl.name).unwrap()); [INFO] [stdout] | ^^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `playlist` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `commands` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/reflect.rs:9:26 [INFO] [stdout] | [INFO] [stdout] 9 | println!("{:?}", mpd.commands().unwrap()); [INFO] [stdout] | ^^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `commands` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `urlhandlers` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/reflect.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | println!("{:?}", mpd.urlhandlers().unwrap()); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `urlhandlers` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `decoders` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/reflect.rs:21:26 [INFO] [stdout] | [INFO] [stdout] 21 | println!("{:?}", mpd.decoders().unwrap()); [INFO] [stdout] | ^^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `decoders` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `tagtypes` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/reflect.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | println!("{:?}", mpd.tagtypes().unwrap()); [INFO] [stdout] | ^^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `tagtypes` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> src/search.rs:27:42 [INFO] [stdout] | [INFO] [stdout] 26 | impl<'a> Filter<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] 27 | fn new(typ: Term<'a>, what: W) -> Filter [INFO] [stdout] | ^^^^^^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `currentsong` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/song.rs:12:20 [INFO] [stdout] | [INFO] [stdout] 12 | let song = mpd.currentsong().unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `currentsong` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `queue` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/song.rs:19:21 [INFO] [stdout] | [INFO] [stdout] 19 | let queue = mpd.queue().unwrap(); [INFO] [stdout] | ^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `queue` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `songs` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/song.rs:22:21 [INFO] [stdout] | [INFO] [stdout] 22 | let songs = mpd.songs(..).unwrap(); [INFO] [stdout] | ^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `songs` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `lsinfo` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/song.rs:29:21 [INFO] [stdout] | [INFO] [stdout] 29 | let songs = mpd.lsinfo(Song { file: "silence.flac".into(), ..Default::default() }).unwrap(); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `lsinfo` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `update` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/song.rs:40:34 [INFO] [stdout] | [INFO] [stdout] 40 | println!("update: {:?}", mpd.update()); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `update` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `rescan` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/song.rs:41:34 [INFO] [stdout] | [INFO] [stdout] 41 | println!("rescan: {:?}", mpd.rescan()); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `rescan` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `outputs` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/outputs.rs:10:23 [INFO] [stdout] | [INFO] [stdout] 10 | let outputs = mpd.outputs().unwrap(); [INFO] [stdout] | ^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `outputs` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (test "playback") due to 4 previous errors [INFO] [stdout] error[E0599]: no method named `out_disable` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/outputs.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | mpd.out_disable(0).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `out_disable` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `out_enable` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/outputs.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | mpd.out_enable(0).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `out_enable` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `version` on type `DaemonClient` [INFO] [stdout] --> tests/outputs.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 27 | if mpd.version >= mpd::Version(0, 17, 0) { [INFO] [stdout] | ^^^^^^^ unknown field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `out_toggle` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/outputs.rs:28:13 [INFO] [stdout] | [INFO] [stdout] 28 | mpd.out_toggle(0).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `out_toggle` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (test "playlist") due to 5 previous errors [INFO] [stdout] error[E0599]: no method named `output` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/outputs.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | mpd.output(0, true).unwrap(); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `output` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (test "reflect") due to 7 previous errors [INFO] [stdout] error[E0599]: no method named `set_sticker` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/stickers.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | mpd.set_sticker("song", "silence.flac", "test_sticker", VALUE).unwrap(); [INFO] [stdout] | ^^^^^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `set_sticker` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `sticker` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/stickers.rs:15:23 [INFO] [stdout] | [INFO] [stdout] 15 | let sticker = mpd.sticker("song", "silence.flac", "test_sticker").unwrap(); [INFO] [stdout] | ^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `sticker` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (test "search") due to 4 previous errors [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `status` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:10:22 [INFO] [stdout] | [INFO] [stdout] 10 | let status = mpd.status().unwrap(); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `status` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0599, E0609. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `stats` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | let stats = mpd.stats().unwrap(); [INFO] [stdout] | ^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `stats` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `consume` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:43:14 [INFO] [stdout] | [INFO] [stdout] 43 | test_option!(consume, true, false); [INFO] [stdout] | ^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `consume` not found for this struct [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is implemented and in scope [INFO] [stdout] = note: the following trait defines an item `consume`, perhaps you need to implement it: [INFO] [stdout] candidate #1: `BufRead` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `status` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | assert_eq!(mpd.status().unwrap().$name, $tval1); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] ... [INFO] [stdout] 43 | test_option!(consume, true, false); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `status` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_options_impl` which comes from the expansion of the macro `test_option` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `status` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:29:28 [INFO] [stdout] | [INFO] [stdout] 29 | assert_eq!(mpd.status().unwrap().$name, $tval2); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] ... [INFO] [stdout] 43 | test_option!(consume, true, false); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `status` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_options_impl` which comes from the expansion of the macro `test_option` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `single` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:44:14 [INFO] [stdout] | [INFO] [stdout] 44 | test_option!(single, true, false); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `single` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (test "song") due to 9 previous errors [INFO] [stdout] Some errors have detailed explanations: E0463, E0599. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `status` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | assert_eq!(mpd.status().unwrap().$name, $tval1); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] ... [INFO] [stdout] 44 | test_option!(single, true, false); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `status` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_options_impl` which comes from the expansion of the macro `test_option` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `status` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:29:28 [INFO] [stdout] | [INFO] [stdout] 29 | assert_eq!(mpd.status().unwrap().$name, $tval2); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] ... [INFO] [stdout] 44 | test_option!(single, true, false); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `status` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_options_impl` which comes from the expansion of the macro `test_option` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `random` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:45:14 [INFO] [stdout] | [INFO] [stdout] 45 | test_option!(random, true, false); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `random` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `status` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | assert_eq!(mpd.status().unwrap().$name, $tval1); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] ... [INFO] [stdout] 45 | test_option!(random, true, false); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `status` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_options_impl` which comes from the expansion of the macro `test_option` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `status` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:29:28 [INFO] [stdout] | [INFO] [stdout] 29 | assert_eq!(mpd.status().unwrap().$name, $tval2); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] ... [INFO] [stdout] 45 | test_option!(random, true, false); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `status` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_options_impl` which comes from the expansion of the macro `test_option` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `repeat` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:46:14 [INFO] [stdout] | [INFO] [stdout] 46 | test_option!(repeat, true, false); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `repeat` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `status` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:27:28 [INFO] [stdout] | [INFO] [stdout] 27 | assert_eq!(mpd.status().unwrap().$name, $tval1); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] ... [INFO] [stdout] 46 | test_option!(repeat, true, false); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `status` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_options_impl` which comes from the expansion of the macro `test_option` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `status` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:29:28 [INFO] [stdout] | [INFO] [stdout] 29 | assert_eq!(mpd.status().unwrap().$name, $tval2); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] ... [INFO] [stdout] 46 | test_option!(repeat, true, false); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `status` not found for this struct [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `test_options_impl` which comes from the expansion of the macro `test_option` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `status` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:53:12 [INFO] [stdout] | [INFO] [stdout] 53 | if mpd.status().unwrap().volume >= 0 { [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `status` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `volume` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | mpd.volume(100).unwrap(); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `volume` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `status` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:55:24 [INFO] [stdout] | [INFO] [stdout] 55 | assert_eq!(mpd.status().unwrap().volume, 100); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `status` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (test "outputs") due to 9 previous errors [INFO] [stdout] error[E0599]: no method named `volume` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:56:13 [INFO] [stdout] | [INFO] [stdout] 56 | mpd.volume(0).unwrap(); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `volume` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `status` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:57:24 [INFO] [stdout] | [INFO] [stdout] 57 | assert_eq!(mpd.status().unwrap().volume, 0); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `status` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `crossfade` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | mpd.crossfade(1000).unwrap(); [INFO] [stdout] | ^^^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `crossfade` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `status` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:65:20 [INFO] [stdout] | [INFO] [stdout] 65 | assert_eq!(mpd.status().unwrap().crossfade, Some(Duration::from_secs(1000))); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `status` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `crossfade` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | mpd.crossfade(0).unwrap(); [INFO] [stdout] | ^^^^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `crossfade` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `status` found for struct `DaemonClient` in the current scope [INFO] [stdout] --> tests/options.rs:67:20 [INFO] [stdout] | [INFO] [stdout] 67 | assert_eq!(mpd.status().unwrap().crossfade, if mpd.version >= mpd::Version(0, 19, 0) { None } else { Some(Duration::from_secs(0)) }); [INFO] [stdout] | ^^^^^^ method not found in `DaemonClient` [INFO] [stdout] | [INFO] [stdout] ::: tests/helpers/mod.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct DaemonClient { [INFO] [stdout] | ----------------------- method `status` not found for this struct [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `version` on type `DaemonClient` [INFO] [stdout] --> tests/options.rs:67:56 [INFO] [stdout] | [INFO] [stdout] 67 | assert_eq!(mpd.status().unwrap().crossfade, if mpd.version >= mpd::Version(0, 19, 0) { None } else { Some(Duration::from_secs(0)) }); [INFO] [stdout] | ^^^^^^^ unknown field [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (test "stickers") due to 5 previous errors [INFO] [stdout] error: aborting due to 26 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0463, E0599, E0609. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `inori-mpd` (test "options") due to 27 previous errors [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fc69e8f5eb5ed76853a8f4f0d5ef03e22db5e5ee2a300eeb98385f101e7c3c75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc69e8f5eb5ed76853a8f4f0d5ef03e22db5e5ee2a300eeb98385f101e7c3c75", kill_on_drop: false }` [INFO] [stdout] fc69e8f5eb5ed76853a8f4f0d5ef03e22db5e5ee2a300eeb98385f101e7c3c75