[INFO] fetching crate ladspa 0.3.4... [INFO] testing ladspa-0.3.4 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate ladspa 0.3.4 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate ladspa 0.3.4 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ladspa 0.3.4 [INFO] finished tweaking crates.io crate ladspa 0.3.4 [INFO] tweaked toml for crates.io crate ladspa 0.3.4 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=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-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 5e6046440e99a2a7ae8b659ca19b38df9216cd8aaf00a82de8a89b50424cfdf1 [INFO] running `"docker" "start" "-a" "5e6046440e99a2a7ae8b659ca19b38df9216cd8aaf00a82de8a89b50424cfdf1"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling vec_map v0.7.0 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling ladspa v0.3.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:153:1 [INFO] [stderr] | [INFO] [stderr] 153 | / bitflags!( [INFO] [stderr] 154 | | #[doc="Represents the special properties a control port may hold. These are merely hints as to the [INFO] [stderr] 155 | | use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```. [INFO] [stderr] 156 | | To attach multiple properties, bitwise-or them together. [INFO] [stderr] ... | [INFO] [stderr] 176 | | } [INFO] [stderr] 177 | | ); [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 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:153:1 [INFO] [stderr] | [INFO] [stderr] 153 | / bitflags!( [INFO] [stderr] 154 | | #[doc="Represents the special properties a control port may hold. These are merely hints as to the [INFO] [stderr] 155 | | use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```. [INFO] [stderr] 156 | | To attach multiple properties, bitwise-or them together. [INFO] [stderr] ... | [INFO] [stderr] 176 | | } [INFO] [stderr] 177 | | ); [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 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:276:1 [INFO] [stderr] | [INFO] [stderr] 276 | / bitflags!( [INFO] [stderr] 277 | | #[doc="Represents the special properties a LADSPA plugin can have. [INFO] [stderr] 278 | | To attach multiple properties, bitwise-or them together, for example [INFO] [stderr] 279 | | ```PROP_REALTIME | PROP_INPLACE_BROKEN```. [INFO] [stderr] ... | [INFO] [stderr] 320 | | } [INFO] [stderr] 321 | | ); [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 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:276:1 [INFO] [stderr] | [INFO] [stderr] 276 | / bitflags!( [INFO] [stderr] 277 | | #[doc="Represents the special properties a LADSPA plugin can have. [INFO] [stderr] 278 | | To attach multiple properties, bitwise-or them together, for example [INFO] [stderr] 279 | | ```PROP_REALTIME | PROP_INPLACE_BROKEN```. [INFO] [stderr] ... | [INFO] [stderr] 320 | | } [INFO] [stderr] 321 | | ); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ffi.rs:201:17 [INFO] [stderr] | [INFO] [stderr] 201 | plugin: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Plugin + Send + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:109:67 [INFO] [stderr] | [INFO] [stderr] 109 | pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Plugin + Send` [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/ffi.rs:186:5 [INFO] [stderr] | [INFO] [stderr] 186 | / Vec::from_raw_parts(desc.port_names, [INFO] [stderr] 187 | | desc.port_count as usize, [INFO] [stderr] 188 | | desc.port_count as usize) [INFO] [stderr] 189 | | .iter() [INFO] [stderr] 190 | | .map(|&x| CString::from_raw(x)) [INFO] [stderr] 191 | | .collect::>(); [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.71s [INFO] running `"docker" "inspect" "5e6046440e99a2a7ae8b659ca19b38df9216cd8aaf00a82de8a89b50424cfdf1"` [INFO] running `"docker" "rm" "-f" "5e6046440e99a2a7ae8b659ca19b38df9216cd8aaf00a82de8a89b50424cfdf1"` [INFO] [stdout] 5e6046440e99a2a7ae8b659ca19b38df9216cd8aaf00a82de8a89b50424cfdf1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=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-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] f05acb9d96a5de3d9df03fd3d74857b2910bea55afbf5780999c2a8f9b80a71c [INFO] running `"docker" "start" "-a" "f05acb9d96a5de3d9df03fd3d74857b2910bea55afbf5780999c2a8f9b80a71c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:153:1 [INFO] [stderr] | [INFO] [stderr] 153 | / bitflags!( [INFO] [stderr] 154 | | #[doc="Represents the special properties a control port may hold. These are merely hints as to the [INFO] [stderr] 155 | | use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```. [INFO] [stderr] 156 | | To attach multiple properties, bitwise-or them together. [INFO] [stderr] ... | [INFO] [stderr] 176 | | } [INFO] [stderr] 177 | | ); [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 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:153:1 [INFO] [stderr] | [INFO] [stderr] 153 | / bitflags!( [INFO] [stderr] 154 | | #[doc="Represents the special properties a control port may hold. These are merely hints as to the [INFO] [stderr] 155 | | use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```. [INFO] [stderr] 156 | | To attach multiple properties, bitwise-or them together. [INFO] [stderr] ... | [INFO] [stderr] 176 | | } [INFO] [stderr] 177 | | ); [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 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:276:1 [INFO] [stderr] | [INFO] [stderr] 276 | / bitflags!( [INFO] [stderr] 277 | | #[doc="Represents the special properties a LADSPA plugin can have. [INFO] [stderr] 278 | | To attach multiple properties, bitwise-or them together, for example [INFO] [stderr] 279 | | ```PROP_REALTIME | PROP_INPLACE_BROKEN```. [INFO] [stderr] ... | [INFO] [stderr] 320 | | } [INFO] [stderr] 321 | | ); [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 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:276:1 [INFO] [stderr] | [INFO] [stderr] 276 | / bitflags!( [INFO] [stderr] 277 | | #[doc="Represents the special properties a LADSPA plugin can have. [INFO] [stderr] 278 | | To attach multiple properties, bitwise-or them together, for example [INFO] [stderr] 279 | | ```PROP_REALTIME | PROP_INPLACE_BROKEN```. [INFO] [stderr] ... | [INFO] [stderr] 320 | | } [INFO] [stderr] 321 | | ); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ffi.rs:201:17 [INFO] [stderr] | [INFO] [stderr] 201 | plugin: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Plugin + Send + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:109:67 [INFO] [stderr] | [INFO] [stderr] 109 | pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Plugin + Send` [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/ffi.rs:186:5 [INFO] [stderr] | [INFO] [stderr] 186 | / Vec::from_raw_parts(desc.port_names, [INFO] [stderr] 187 | | desc.port_count as usize, [INFO] [stderr] 188 | | desc.port_count as usize) [INFO] [stderr] 189 | | .iter() [INFO] [stderr] 190 | | .map(|&x| CString::from_raw(x)) [INFO] [stderr] 191 | | .collect::>(); [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling ladspa v0.3.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:153:1 [INFO] [stderr] | [INFO] [stderr] 153 | / bitflags!( [INFO] [stderr] 154 | | #[doc="Represents the special properties a control port may hold. These are merely hints as to the [INFO] [stderr] 155 | | use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```. [INFO] [stderr] 156 | | To attach multiple properties, bitwise-or them together. [INFO] [stderr] ... | [INFO] [stderr] 176 | | } [INFO] [stderr] 177 | | ); [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 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:153:1 [INFO] [stderr] | [INFO] [stderr] 153 | / bitflags!( [INFO] [stderr] 154 | | #[doc="Represents the special properties a control port may hold. These are merely hints as to the [INFO] [stderr] 155 | | use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```. [INFO] [stderr] 156 | | To attach multiple properties, bitwise-or them together. [INFO] [stderr] ... | [INFO] [stderr] 176 | | } [INFO] [stderr] 177 | | ); [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 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:276:1 [INFO] [stderr] | [INFO] [stderr] 276 | / bitflags!( [INFO] [stderr] 277 | | #[doc="Represents the special properties a LADSPA plugin can have. [INFO] [stderr] 278 | | To attach multiple properties, bitwise-or them together, for example [INFO] [stderr] 279 | | ```PROP_REALTIME | PROP_INPLACE_BROKEN```. [INFO] [stderr] ... | [INFO] [stderr] 320 | | } [INFO] [stderr] 321 | | ); [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 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:276:1 [INFO] [stderr] | [INFO] [stderr] 276 | / bitflags!( [INFO] [stderr] 277 | | #[doc="Represents the special properties a LADSPA plugin can have. [INFO] [stderr] 278 | | To attach multiple properties, bitwise-or them together, for example [INFO] [stderr] 279 | | ```PROP_REALTIME | PROP_INPLACE_BROKEN```. [INFO] [stderr] ... | [INFO] [stderr] 320 | | } [INFO] [stderr] 321 | | ); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ffi.rs:201:17 [INFO] [stderr] | [INFO] [stderr] 201 | plugin: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Plugin + Send + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:109:67 [INFO] [stderr] | [INFO] [stderr] 109 | pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Plugin + Send` [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/ffi.rs:186:5 [INFO] [stderr] | [INFO] [stderr] 186 | / Vec::from_raw_parts(desc.port_names, [INFO] [stderr] 187 | | desc.port_count as usize, [INFO] [stderr] 188 | | desc.port_count as usize) [INFO] [stderr] 189 | | .iter() [INFO] [stderr] 190 | | .map(|&x| CString::from_raw(x)) [INFO] [stderr] 191 | | .collect::>(); [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.37s [INFO] running `"docker" "inspect" "f05acb9d96a5de3d9df03fd3d74857b2910bea55afbf5780999c2a8f9b80a71c"` [INFO] running `"docker" "rm" "-f" "f05acb9d96a5de3d9df03fd3d74857b2910bea55afbf5780999c2a8f9b80a71c"` [INFO] [stdout] f05acb9d96a5de3d9df03fd3d74857b2910bea55afbf5780999c2a8f9b80a71c [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=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-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8f0189065c9bdd91f2522043013f167130d4454d6bd00f8396373ebf850ad0e9 [INFO] running `"docker" "start" "-a" "8f0189065c9bdd91f2522043013f167130d4454d6bd00f8396373ebf850ad0e9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:153:1 [INFO] [stderr] | [INFO] [stderr] 153 | / bitflags!( [INFO] [stderr] 154 | | #[doc="Represents the special properties a control port may hold. These are merely hints as to the [INFO] [stderr] 155 | | use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```. [INFO] [stderr] 156 | | To attach multiple properties, bitwise-or them together. [INFO] [stderr] ... | [INFO] [stderr] 176 | | } [INFO] [stderr] 177 | | ); [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 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:153:1 [INFO] [stderr] | [INFO] [stderr] 153 | / bitflags!( [INFO] [stderr] 154 | | #[doc="Represents the special properties a control port may hold. These are merely hints as to the [INFO] [stderr] 155 | | use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```. [INFO] [stderr] 156 | | To attach multiple properties, bitwise-or them together. [INFO] [stderr] ... | [INFO] [stderr] 176 | | } [INFO] [stderr] 177 | | ); [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 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:276:1 [INFO] [stderr] | [INFO] [stderr] 276 | / bitflags!( [INFO] [stderr] 277 | | #[doc="Represents the special properties a LADSPA plugin can have. [INFO] [stderr] 278 | | To attach multiple properties, bitwise-or them together, for example [INFO] [stderr] 279 | | ```PROP_REALTIME | PROP_INPLACE_BROKEN```. [INFO] [stderr] ... | [INFO] [stderr] 320 | | } [INFO] [stderr] 321 | | ); [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 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:276:1 [INFO] [stderr] | [INFO] [stderr] 276 | / bitflags!( [INFO] [stderr] 277 | | #[doc="Represents the special properties a LADSPA plugin can have. [INFO] [stderr] 278 | | To attach multiple properties, bitwise-or them together, for example [INFO] [stderr] 279 | | ```PROP_REALTIME | PROP_INPLACE_BROKEN```. [INFO] [stderr] ... | [INFO] [stderr] 320 | | } [INFO] [stderr] 321 | | ); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ffi.rs:201:17 [INFO] [stderr] | [INFO] [stderr] 201 | plugin: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Plugin + Send + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:109:67 [INFO] [stderr] | [INFO] [stderr] 109 | pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Plugin + Send` [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/ffi.rs:186:5 [INFO] [stderr] | [INFO] [stderr] 186 | / Vec::from_raw_parts(desc.port_names, [INFO] [stderr] 187 | | desc.port_count as usize, [INFO] [stderr] 188 | | desc.port_count as usize) [INFO] [stderr] 189 | | .iter() [INFO] [stderr] 190 | | .map(|&x| CString::from_raw(x)) [INFO] [stderr] 191 | | .collect::>(); [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:153:1 [INFO] [stderr] | [INFO] [stderr] 153 | / bitflags!( [INFO] [stderr] 154 | | #[doc="Represents the special properties a control port may hold. These are merely hints as to the [INFO] [stderr] 155 | | use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```. [INFO] [stderr] 156 | | To attach multiple properties, bitwise-or them together. [INFO] [stderr] ... | [INFO] [stderr] 176 | | } [INFO] [stderr] 177 | | ); [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 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:153:1 [INFO] [stderr] | [INFO] [stderr] 153 | / bitflags!( [INFO] [stderr] 154 | | #[doc="Represents the special properties a control port may hold. These are merely hints as to the [INFO] [stderr] 155 | | use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```. [INFO] [stderr] 156 | | To attach multiple properties, bitwise-or them together. [INFO] [stderr] ... | [INFO] [stderr] 176 | | } [INFO] [stderr] 177 | | ); [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 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:276:1 [INFO] [stderr] | [INFO] [stderr] 276 | / bitflags!( [INFO] [stderr] 277 | | #[doc="Represents the special properties a LADSPA plugin can have. [INFO] [stderr] 278 | | To attach multiple properties, bitwise-or them together, for example [INFO] [stderr] 279 | | ```PROP_REALTIME | PROP_INPLACE_BROKEN```. [INFO] [stderr] ... | [INFO] [stderr] 320 | | } [INFO] [stderr] 321 | | ); [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 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:276:1 [INFO] [stderr] | [INFO] [stderr] 276 | / bitflags!( [INFO] [stderr] 277 | | #[doc="Represents the special properties a LADSPA plugin can have. [INFO] [stderr] 278 | | To attach multiple properties, bitwise-or them together, for example [INFO] [stderr] 279 | | ```PROP_REALTIME | PROP_INPLACE_BROKEN```. [INFO] [stderr] ... | [INFO] [stderr] 320 | | } [INFO] [stderr] 321 | | ); [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ffi.rs:201:17 [INFO] [stderr] | [INFO] [stderr] 201 | plugin: Box, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Plugin + Send + 'static` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:109:67 [INFO] [stderr] | [INFO] [stderr] 109 | pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Plugin + Send` [INFO] [stderr] [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/ffi.rs:186:5 [INFO] [stderr] | [INFO] [stderr] 186 | / Vec::from_raw_parts(desc.port_names, [INFO] [stderr] 187 | | desc.port_count as usize, [INFO] [stderr] 188 | | desc.port_count as usize) [INFO] [stderr] 189 | | .iter() [INFO] [stderr] 190 | | .map(|&x| CString::from_raw(x)) [INFO] [stderr] 191 | | .collect::>(); [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: 7 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/ladspa-e1d31dd9389e5ccf [INFO] [stderr] Doc-tests ladspa [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - get_ladspa_descriptor (line 61) ... ignored [INFO] [stdout] test src/lib.rs - (line 9) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 9) stdout ---- [INFO] [stdout] error: expected one of `.`, `;`, `?`, `}`, or an operator, found `ladspa` [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 4 | [dependencies] [INFO] [stdout] | - expected one of `.`, `;`, `?`, `}`, or an operator [INFO] [stdout] 5 | ladspa = "*" [INFO] [stdout] | ^^^^^^ unexpected token [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 9) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 1 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `"docker" "inspect" "8f0189065c9bdd91f2522043013f167130d4454d6bd00f8396373ebf850ad0e9"` [INFO] running `"docker" "rm" "-f" "8f0189065c9bdd91f2522043013f167130d4454d6bd00f8396373ebf850ad0e9"` [INFO] [stdout] 8f0189065c9bdd91f2522043013f167130d4454d6bd00f8396373ebf850ad0e9