[INFO] crate ladspa 0.3.4 is already in cache [INFO] checking ladspa-0.3.4 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [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 e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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=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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] afe1b90a1058d743c796de9d75cb491f030c0926c4a38c8cde93d536e6cab170 [INFO] running `"docker" "start" "-a" "afe1b90a1058d743c796de9d75cb491f030c0926c4a38c8cde93d536e6cab170"` [INFO] [stderr] Checking vec_map v0.7.0 [INFO] [stderr] Checking bitflags v0.8.2 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Checking 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: 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: 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 2.53s [INFO] running `"docker" "inspect" "afe1b90a1058d743c796de9d75cb491f030c0926c4a38c8cde93d536e6cab170"` [INFO] running `"docker" "rm" "-f" "afe1b90a1058d743c796de9d75cb491f030c0926c4a38c8cde93d536e6cab170"` [INFO] [stdout] afe1b90a1058d743c796de9d75cb491f030c0926c4a38c8cde93d536e6cab170