[INFO] fetching crate ladspa 0.3.4...
[INFO] testing ladspa-0.3.4 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate ladspa 0.3.4 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate ladspa 0.3.4 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding bitflags v0.8.2 (latest: v2.5.0)
[INFO] [stderr]       Adding vec_map v0.7.0 (latest: v0.8.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded vec_map v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9f4eea37e0bd6b864ae8d034560c4b9d01f263c28cf121746fdfcf2c0762d007
[INFO] running `Command { std: "docker" "start" "-a" "9f4eea37e0bd6b864ae8d034560c4b9d01f263c28cf121746fdfcf2c0762d007", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9f4eea37e0bd6b864ae8d034560c4b9d01f263c28cf121746fdfcf2c0762d007", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f4eea37e0bd6b864ae8d034560c4b9d01f263c28cf121746fdfcf2c0762d007", kill_on_drop: false }`
[INFO] [stdout] 9f4eea37e0bd6b864ae8d034560c4b9d01f263c28cf121746fdfcf2c0762d007
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 53cf2af1a05a40550ab9c8ff701ae45508789c966be3ff20b3c991d5f4954566
[INFO] running `Command { std: "docker" "start" "-a" "53cf2af1a05a40550ab9c8ff701ae45508789c966be3ff20b3c991d5f4954566", kill_on_drop: false }`
[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] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / bitflags!(
[INFO] [stdout] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stdout] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stdout] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     }
[INFO] [stdout] 177 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / bitflags!(
[INFO] [stdout] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stdout] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stdout] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     }
[INFO] [stdout] 177 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:276:1
[INFO] [stdout]     |
[INFO] [stdout] 276 | / bitflags!(
[INFO] [stdout] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stdout] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stdout] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stdout] ...   |
[INFO] [stdout] 320 | |     }
[INFO] [stdout] 321 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:276:1
[INFO] [stdout]     |
[INFO] [stdout] 276 | / bitflags!(
[INFO] [stdout] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stdout] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stdout] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stdout] ...   |
[INFO] [stdout] 320 | |     }
[INFO] [stdout] 321 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/ffi.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |     plugin: Box<super::Plugin + Send + 'static>,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 201 |     plugin: Box<dyn super::Plugin + Send + 'static>,
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:109:67
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<Plugin + Send>,
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<dyn Plugin + Send>,
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:179:5
[INFO] [stdout]     |
[INFO] [stdout] 179 |     CString::from_raw(desc.label);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 179 |     let _ = CString::from_raw(desc.label);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 |     CString::from_raw(desc.name);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 180 |     let _ = CString::from_raw(desc.name);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:181:5
[INFO] [stdout]     |
[INFO] [stdout] 181 |     CString::from_raw(desc.maker);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 181 |     let _ = CString::from_raw(desc.maker);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 182 |     CString::from_raw(desc.copyright);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 182 |     let _ = CString::from_raw(desc.copyright);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `collect` that must be used
[INFO] [stdout]    --> src/ffi.rs:186:5
[INFO] [stdout]     |
[INFO] [stdout] 186 | /     Vec::from_raw_parts(desc.port_names,
[INFO] [stdout] 187 | |                         desc.port_count as usize,
[INFO] [stdout] 188 | |                         desc.port_count as usize)
[INFO] [stdout] 189 | |         .iter()
[INFO] [stdout] 190 | |         .map(|&x| CString::from_raw(x))
[INFO] [stdout] 191 | |         .collect::<Vec<_>>();
[INFO] [stdout]     | |____________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 186 |     let _ = Vec::from_raw_parts(desc.port_names,
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] running `Command { std: "docker" "inspect" "53cf2af1a05a40550ab9c8ff701ae45508789c966be3ff20b3c991d5f4954566", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53cf2af1a05a40550ab9c8ff701ae45508789c966be3ff20b3c991d5f4954566", kill_on_drop: false }`
[INFO] [stdout] 53cf2af1a05a40550ab9c8ff701ae45508789c966be3ff20b3c991d5f4954566
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e506def01eebfa8173aff7670e2d3d9a7cb63edac4caec0fe7e6d21ce6e881c6
[INFO] running `Command { std: "docker" "start" "-a" "e506def01eebfa8173aff7670e2d3d9a7cb63edac4caec0fe7e6d21ce6e881c6", kill_on_drop: false }`
[INFO] [stderr]    Compiling ladspa v0.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / bitflags!(
[INFO] [stdout] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stdout] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stdout] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     }
[INFO] [stdout] 177 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / bitflags!(
[INFO] [stdout] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stdout] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stdout] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     }
[INFO] [stdout] 177 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:276:1
[INFO] [stdout]     |
[INFO] [stdout] 276 | / bitflags!(
[INFO] [stdout] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stdout] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stdout] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stdout] ...   |
[INFO] [stdout] 320 | |     }
[INFO] [stdout] 321 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:276:1
[INFO] [stdout]     |
[INFO] [stdout] 276 | / bitflags!(
[INFO] [stdout] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stdout] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stdout] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stdout] ...   |
[INFO] [stdout] 320 | |     }
[INFO] [stdout] 321 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/ffi.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |     plugin: Box<super::Plugin + Send + 'static>,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 201 |     plugin: Box<dyn super::Plugin + Send + 'static>,
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:109:67
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<Plugin + Send>,
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<dyn Plugin + Send>,
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:179:5
[INFO] [stdout]     |
[INFO] [stdout] 179 |     CString::from_raw(desc.label);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 179 |     let _ = CString::from_raw(desc.label);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 |     CString::from_raw(desc.name);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 180 |     let _ = CString::from_raw(desc.name);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:181:5
[INFO] [stdout]     |
[INFO] [stdout] 181 |     CString::from_raw(desc.maker);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 181 |     let _ = CString::from_raw(desc.maker);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 182 |     CString::from_raw(desc.copyright);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 182 |     let _ = CString::from_raw(desc.copyright);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `collect` that must be used
[INFO] [stdout]    --> src/ffi.rs:186:5
[INFO] [stdout]     |
[INFO] [stdout] 186 | /     Vec::from_raw_parts(desc.port_names,
[INFO] [stdout] 187 | |                         desc.port_count as usize,
[INFO] [stdout] 188 | |                         desc.port_count as usize)
[INFO] [stdout] 189 | |         .iter()
[INFO] [stdout] 190 | |         .map(|&x| CString::from_raw(x))
[INFO] [stdout] 191 | |         .collect::<Vec<_>>();
[INFO] [stdout]     | |____________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 186 |     let _ = Vec::from_raw_parts(desc.port_names,
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / bitflags!(
[INFO] [stdout] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stdout] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stdout] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     }
[INFO] [stdout] 177 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / bitflags!(
[INFO] [stdout] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stdout] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stdout] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     }
[INFO] [stdout] 177 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:276:1
[INFO] [stdout]     |
[INFO] [stdout] 276 | / bitflags!(
[INFO] [stdout] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stdout] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stdout] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stdout] ...   |
[INFO] [stdout] 320 | |     }
[INFO] [stdout] 321 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:276:1
[INFO] [stdout]     |
[INFO] [stdout] 276 | / bitflags!(
[INFO] [stdout] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stdout] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stdout] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stdout] ...   |
[INFO] [stdout] 320 | |     }
[INFO] [stdout] 321 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/ffi.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |     plugin: Box<super::Plugin + Send + 'static>,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 201 |     plugin: Box<dyn super::Plugin + Send + 'static>,
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:109:67
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<Plugin + Send>,
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<dyn Plugin + Send>,
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:179:5
[INFO] [stdout]     |
[INFO] [stdout] 179 |     CString::from_raw(desc.label);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 179 |     let _ = CString::from_raw(desc.label);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 |     CString::from_raw(desc.name);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 180 |     let _ = CString::from_raw(desc.name);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:181:5
[INFO] [stdout]     |
[INFO] [stdout] 181 |     CString::from_raw(desc.maker);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 181 |     let _ = CString::from_raw(desc.maker);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 182 |     CString::from_raw(desc.copyright);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 182 |     let _ = CString::from_raw(desc.copyright);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `collect` that must be used
[INFO] [stdout]    --> src/ffi.rs:186:5
[INFO] [stdout]     |
[INFO] [stdout] 186 | /     Vec::from_raw_parts(desc.port_names,
[INFO] [stdout] 187 | |                         desc.port_count as usize,
[INFO] [stdout] 188 | |                         desc.port_count as usize)
[INFO] [stdout] 189 | |         .iter()
[INFO] [stdout] 190 | |         .map(|&x| CString::from_raw(x))
[INFO] [stdout] 191 | |         .collect::<Vec<_>>();
[INFO] [stdout]     | |____________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 186 |     let _ = Vec::from_raw_parts(desc.port_names,
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.52s
[INFO] running `Command { std: "docker" "inspect" "e506def01eebfa8173aff7670e2d3d9a7cb63edac4caec0fe7e6d21ce6e881c6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e506def01eebfa8173aff7670e2d3d9a7cb63edac4caec0fe7e6d21ce6e881c6", kill_on_drop: false }`
[INFO] [stdout] e506def01eebfa8173aff7670e2d3d9a7cb63edac4caec0fe7e6d21ce6e881c6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 93741f2cc86c5358e93f7c41017095324fb92596bccdf5585c413c3492af71b6
[INFO] running `Command { std: "docker" "start" "-a" "93741f2cc86c5358e93f7c41017095324fb92596bccdf5585c413c3492af71b6", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated macro `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 the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `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 the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `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 the macro `bitflags` (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<super::Plugin + Send + 'static>,
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 201 |     plugin: Box<dyn super::Plugin + Send + 'static>,
[INFO] [stderr]     |                 +++
[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<Plugin + Send>,
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<dyn Plugin + Send>,
[INFO] [stderr]     |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stderr]    --> src/ffi.rs:179:5
[INFO] [stderr]     |
[INFO] [stderr] 179 |     CString::from_raw(desc.label);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 179 |     let _ = CString::from_raw(desc.label);
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stderr]    --> src/ffi.rs:180:5
[INFO] [stderr]     |
[INFO] [stderr] 180 |     CString::from_raw(desc.name);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 180 |     let _ = CString::from_raw(desc.name);
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stderr]    --> src/ffi.rs:181:5
[INFO] [stderr]     |
[INFO] [stderr] 181 |     CString::from_raw(desc.maker);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 181 |     let _ = CString::from_raw(desc.maker);
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stderr]    --> src/ffi.rs:182:5
[INFO] [stderr]     |
[INFO] [stderr] 182 |     CString::from_raw(desc.copyright);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 182 |     let _ = CString::from_raw(desc.copyright);
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `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::<Vec<_>>();
[INFO] [stderr]     | |____________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 186 |     let _ = Vec::from_raw_parts(desc.port_names,
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `ladspa` (lib) generated 11 warnings (1 duplicate) (run `cargo fix --lib -p ladspa` to apply 2 suggestions)
[INFO] [stderr] warning: `ladspa` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ladspa-2ae08fb07ee28036)
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ladspa
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - PROP_HARD_REALTIME_CAPABLE (line 280) ... FAILED
[INFO] [stdout] test src/lib.rs - Properties::all::dummy::real_flags::PROP_HARD_REALTIME_CAPABLE (line 280) ... FAILED
[INFO] [stdout] test src/lib.rs - Properties::fmt::dummy::real_flags::PROP_HARD_REALTIME_CAPABLE (line 280) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 9) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - PROP_HARD_REALTIME_CAPABLE (line 280) stdout ----
[INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `plugin`
[INFO] [stdout]  --> src/lib.rs:281:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | * The plugin must not use malloc(), free() or other heap memory
[INFO] [stdout]   |       ^^^^^^ expected one of 8 possible tokens
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Properties::all::dummy::real_flags::PROP_HARD_REALTIME_CAPABLE (line 280) stdout ----
[INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `plugin`
[INFO] [stdout]  --> src/lib.rs:281:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | * The plugin must not use malloc(), free() or other heap memory
[INFO] [stdout]   |       ^^^^^^ expected one of 8 possible tokens
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Properties::fmt::dummy::real_flags::PROP_HARD_REALTIME_CAPABLE (line 280) stdout ----
[INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `plugin`
[INFO] [stdout]  --> src/lib.rs:281:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | * The plugin must not use malloc(), free() or other heap memory
[INFO] [stdout]   |       ^^^^^^ expected one of 8 possible tokens
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 9) stdout ----
[INFO] [stdout] error: expected `;`, found `ladspa`
[INFO] [stdout]  --> src/lib.rs:11:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | [dependencies]
[INFO] [stdout]   |               ^ help: add `;` here
[INFO] [stdout] 6 | ladspa = "*"
[INFO] [stdout]   | ------ unexpected token
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `name`
[INFO] [stdout]  --> src/lib.rs:14:6
[INFO] [stdout]   |
[INFO] [stdout] 8 | [lib]
[INFO] [stdout]   |      ^ help: add `;` here
[INFO] [stdout] 9 | name = "my_ladspa_plugin"
[INFO] [stdout]   | ---- unexpected token
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `crate`
[INFO] [stdout]   --> src/lib.rs:15:26
[INFO] [stdout]    |
[INFO] [stdout] 9  | name = "my_ladspa_plugin"
[INFO] [stdout]    |                          ^ help: add `;` here
[INFO] [stdout] 10 | crate-type = ["dylib"]
[INFO] [stdout]    | ----- unexpected token
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found keyword `type`
[INFO] [stdout]   --> src/lib.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | crate-type = ["dylib"]
[INFO] [stdout]    |       ^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 9)
[INFO] [stdout]     src/lib.rs - PROP_HARD_REALTIME_CAPABLE (line 280)
[INFO] [stdout]     src/lib.rs - Properties::all::dummy::real_flags::PROP_HARD_REALTIME_CAPABLE (line 280)
[INFO] [stdout]     src/lib.rs - Properties::fmt::dummy::real_flags::PROP_HARD_REALTIME_CAPABLE (line 280)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "93741f2cc86c5358e93f7c41017095324fb92596bccdf5585c413c3492af71b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "93741f2cc86c5358e93f7c41017095324fb92596bccdf5585c413c3492af71b6", kill_on_drop: false }`
[INFO] [stdout] 93741f2cc86c5358e93f7c41017095324fb92596bccdf5585c413c3492af71b6
[INFO] testing ladspa-0.3.4 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate ladspa 0.3.4 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate ladspa 0.3.4 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding bitflags v0.8.2 (latest: v2.5.0)
[INFO] [stderr]       Adding vec_map v0.7.0 (latest: v0.8.2)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9d4a6785df47fb396a797d79461f67a9e4553253dbfc2ddbddfeb8bfb5c89aa2
[INFO] running `Command { std: "docker" "start" "-a" "9d4a6785df47fb396a797d79461f67a9e4553253dbfc2ddbddfeb8bfb5c89aa2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d4a6785df47fb396a797d79461f67a9e4553253dbfc2ddbddfeb8bfb5c89aa2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d4a6785df47fb396a797d79461f67a9e4553253dbfc2ddbddfeb8bfb5c89aa2", kill_on_drop: false }`
[INFO] [stdout] 9d4a6785df47fb396a797d79461f67a9e4553253dbfc2ddbddfeb8bfb5c89aa2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0195bb4d19bc066ebc4687b88062d3a53d15ce1b9ee56dcdca84ac98493428a1
[INFO] running `Command { std: "docker" "start" "-a" "0195bb4d19bc066ebc4687b88062d3a53d15ce1b9ee56dcdca84ac98493428a1", kill_on_drop: false }`
[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] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / bitflags!(
[INFO] [stdout] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stdout] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stdout] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     }
[INFO] [stdout] 177 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / bitflags!(
[INFO] [stdout] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stdout] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stdout] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     }
[INFO] [stdout] 177 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:276:1
[INFO] [stdout]     |
[INFO] [stdout] 276 | / bitflags!(
[INFO] [stdout] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stdout] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stdout] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stdout] ...   |
[INFO] [stdout] 320 | |     }
[INFO] [stdout] 321 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:276:1
[INFO] [stdout]     |
[INFO] [stdout] 276 | / bitflags!(
[INFO] [stdout] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stdout] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stdout] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stdout] ...   |
[INFO] [stdout] 320 | |     }
[INFO] [stdout] 321 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/ffi.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |     plugin: Box<super::Plugin + Send + 'static>,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 201 |     plugin: Box<dyn super::Plugin + Send + 'static>,
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:109:67
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<Plugin + Send>,
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<dyn Plugin + Send>,
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:179:5
[INFO] [stdout]     |
[INFO] [stdout] 179 |     CString::from_raw(desc.label);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 179 |     let _ = CString::from_raw(desc.label);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 |     CString::from_raw(desc.name);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 180 |     let _ = CString::from_raw(desc.name);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:181:5
[INFO] [stdout]     |
[INFO] [stdout] 181 |     CString::from_raw(desc.maker);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 181 |     let _ = CString::from_raw(desc.maker);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 182 |     CString::from_raw(desc.copyright);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 182 |     let _ = CString::from_raw(desc.copyright);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `collect` that must be used
[INFO] [stdout]    --> src/ffi.rs:186:5
[INFO] [stdout]     |
[INFO] [stdout] 186 | /     Vec::from_raw_parts(desc.port_names,
[INFO] [stdout] 187 | |                         desc.port_count as usize,
[INFO] [stdout] 188 | |                         desc.port_count as usize)
[INFO] [stdout] 189 | |         .iter()
[INFO] [stdout] 190 | |         .map(|&x| CString::from_raw(x))
[INFO] [stdout] 191 | |         .collect::<Vec<_>>();
[INFO] [stdout]     | |____________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 186 |     let _ = Vec::from_raw_parts(desc.port_names,
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s
[INFO] running `Command { std: "docker" "inspect" "0195bb4d19bc066ebc4687b88062d3a53d15ce1b9ee56dcdca84ac98493428a1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0195bb4d19bc066ebc4687b88062d3a53d15ce1b9ee56dcdca84ac98493428a1", kill_on_drop: false }`
[INFO] [stdout] 0195bb4d19bc066ebc4687b88062d3a53d15ce1b9ee56dcdca84ac98493428a1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2b0a5cc0ac8ff2a9287e50c4246c14fd0dd77281e8433c8f42db865082080054
[INFO] running `Command { std: "docker" "start" "-a" "2b0a5cc0ac8ff2a9287e50c4246c14fd0dd77281e8433c8f42db865082080054", kill_on_drop: false }`
[INFO] [stderr]    Compiling ladspa v0.3.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / bitflags!(
[INFO] [stdout] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stdout] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stdout] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     }
[INFO] [stdout] 177 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / bitflags!(
[INFO] [stdout] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stdout] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stdout] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     }
[INFO] [stdout] 177 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:276:1
[INFO] [stdout]     |
[INFO] [stdout] 276 | / bitflags!(
[INFO] [stdout] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stdout] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stdout] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stdout] ...   |
[INFO] [stdout] 320 | |     }
[INFO] [stdout] 321 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:276:1
[INFO] [stdout]     |
[INFO] [stdout] 276 | / bitflags!(
[INFO] [stdout] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stdout] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stdout] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stdout] ...   |
[INFO] [stdout] 320 | |     }
[INFO] [stdout] 321 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/ffi.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |     plugin: Box<super::Plugin + Send + 'static>,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 201 |     plugin: Box<dyn super::Plugin + Send + 'static>,
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:109:67
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<Plugin + Send>,
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<dyn Plugin + Send>,
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:179:5
[INFO] [stdout]     |
[INFO] [stdout] 179 |     CString::from_raw(desc.label);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 179 |     let _ = CString::from_raw(desc.label);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 |     CString::from_raw(desc.name);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 180 |     let _ = CString::from_raw(desc.name);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:181:5
[INFO] [stdout]     |
[INFO] [stdout] 181 |     CString::from_raw(desc.maker);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 181 |     let _ = CString::from_raw(desc.maker);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 182 |     CString::from_raw(desc.copyright);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 182 |     let _ = CString::from_raw(desc.copyright);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `collect` that must be used
[INFO] [stdout]    --> src/ffi.rs:186:5
[INFO] [stdout]     |
[INFO] [stdout] 186 | /     Vec::from_raw_parts(desc.port_names,
[INFO] [stdout] 187 | |                         desc.port_count as usize,
[INFO] [stdout] 188 | |                         desc.port_count as usize)
[INFO] [stdout] 189 | |         .iter()
[INFO] [stdout] 190 | |         .map(|&x| CString::from_raw(x))
[INFO] [stdout] 191 | |         .collect::<Vec<_>>();
[INFO] [stdout]     | |____________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 186 |     let _ = Vec::from_raw_parts(desc.port_names,
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / bitflags!(
[INFO] [stdout] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stdout] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stdout] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     }
[INFO] [stdout] 177 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:153:1
[INFO] [stdout]     |
[INFO] [stdout] 153 | / bitflags!(
[INFO] [stdout] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stdout] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stdout] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stdout] ...   |
[INFO] [stdout] 176 | |     }
[INFO] [stdout] 177 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:276:1
[INFO] [stdout]     |
[INFO] [stdout] 276 | / bitflags!(
[INFO] [stdout] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stdout] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stdout] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stdout] ...   |
[INFO] [stdout] 320 | |     }
[INFO] [stdout] 321 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/lib.rs:276:1
[INFO] [stdout]     |
[INFO] [stdout] 276 | / bitflags!(
[INFO] [stdout] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stdout] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stdout] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stdout] ...   |
[INFO] [stdout] 320 | |     }
[INFO] [stdout] 321 | | );
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/ffi.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |     plugin: Box<super::Plugin + Send + 'static>,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 201 |     plugin: Box<dyn super::Plugin + Send + 'static>,
[INFO] [stdout]     |                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]    --> src/lib.rs:109:67
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<Plugin + Send>,
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: if this is an object-safe trait, use `dyn`
[INFO] [stdout]     |
[INFO] [stdout] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<dyn Plugin + Send>,
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:179:5
[INFO] [stdout]     |
[INFO] [stdout] 179 |     CString::from_raw(desc.label);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 179 |     let _ = CString::from_raw(desc.label);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 |     CString::from_raw(desc.name);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 180 |     let _ = CString::from_raw(desc.name);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:181:5
[INFO] [stdout]     |
[INFO] [stdout] 181 |     CString::from_raw(desc.maker);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 181 |     let _ = CString::from_raw(desc.maker);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stdout]    --> src/ffi.rs:182:5
[INFO] [stdout]     |
[INFO] [stdout] 182 |     CString::from_raw(desc.copyright);
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 182 |     let _ = CString::from_raw(desc.copyright);
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused return value of `collect` that must be used
[INFO] [stdout]    --> src/ffi.rs:186:5
[INFO] [stdout]     |
[INFO] [stdout] 186 | /     Vec::from_raw_parts(desc.port_names,
[INFO] [stdout] 187 | |                         desc.port_count as usize,
[INFO] [stdout] 188 | |                         desc.port_count as usize)
[INFO] [stdout] 189 | |         .iter()
[INFO] [stdout] 190 | |         .map(|&x| CString::from_raw(x))
[INFO] [stdout] 191 | |         .collect::<Vec<_>>();
[INFO] [stdout]     | |____________________________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 186 |     let _ = Vec::from_raw_parts(desc.port_names,
[INFO] [stdout]     |     +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 11 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.73s
[INFO] running `Command { std: "docker" "inspect" "2b0a5cc0ac8ff2a9287e50c4246c14fd0dd77281e8433c8f42db865082080054", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2b0a5cc0ac8ff2a9287e50c4246c14fd0dd77281e8433c8f42db865082080054", kill_on_drop: false }`
[INFO] [stdout] 2b0a5cc0ac8ff2a9287e50c4246c14fd0dd77281e8433c8f42db865082080054
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 21d10d2e5d38b8ddea821a33f99b793787919b9a78233d3fb70a3a07ccb1a5d1
[INFO] running `Command { std: "docker" "start" "-a" "21d10d2e5d38b8ddea821a33f99b793787919b9a78233d3fb70a3a07ccb1a5d1", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated macro `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 the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `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 the macro `bitflags` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated macro `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 the macro `bitflags` (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<super::Plugin + Send + 'static>,
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 201 |     plugin: Box<dyn super::Plugin + Send + 'static>,
[INFO] [stderr]     |                 +++
[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<Plugin + Send>,
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] help: if this is an object-safe trait, use `dyn`
[INFO] [stderr]     |
[INFO] [stderr] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<dyn Plugin + Send>,
[INFO] [stderr]     |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stderr]    --> src/ffi.rs:179:5
[INFO] [stderr]     |
[INFO] [stderr] 179 |     CString::from_raw(desc.label);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 179 |     let _ = CString::from_raw(desc.label);
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stderr]    --> src/ffi.rs:180:5
[INFO] [stderr]     |
[INFO] [stderr] 180 |     CString::from_raw(desc.name);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 180 |     let _ = CString::from_raw(desc.name);
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stderr]    --> src/ffi.rs:181:5
[INFO] [stderr]     |
[INFO] [stderr] 181 |     CString::from_raw(desc.maker);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 181 |     let _ = CString::from_raw(desc.maker);
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `CString::from_raw` that must be used
[INFO] [stderr]    --> src/ffi.rs:182:5
[INFO] [stderr]     |
[INFO] [stderr] 182 |     CString::from_raw(desc.copyright);
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: call `drop(from_raw(ptr))` if you intend to drop the `CString`
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 182 |     let _ = CString::from_raw(desc.copyright);
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `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::<Vec<_>>();
[INFO] [stderr]     | |____________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead
[INFO] [stderr] help: use `let _ = ...` to ignore the resulting value
[INFO] [stderr]     |
[INFO] [stderr] 186 |     let _ = Vec::from_raw_parts(desc.port_names,
[INFO] [stderr]     |     +++++++
[INFO] [stderr] 
[INFO] [stderr] warning: `ladspa` (lib) generated 11 warnings (1 duplicate) (run `cargo fix --lib -p ladspa` to apply 2 suggestions)
[INFO] [stderr] warning: `ladspa` (lib test) generated 11 warnings (11 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ladspa-2ae08fb07ee28036)
[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; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/lib.rs - Properties::fmt::dummy::real_flags::PROP_HARD_REALTIME_CAPABLE (line 280) ... FAILED
[INFO] [stdout] test src/lib.rs - PROP_HARD_REALTIME_CAPABLE (line 280) ... FAILED
[INFO] [stdout] test src/lib.rs - Properties::all::dummy::real_flags::PROP_HARD_REALTIME_CAPABLE (line 280) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 9) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Properties::fmt::dummy::real_flags::PROP_HARD_REALTIME_CAPABLE (line 280) stdout ----
[INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `plugin`
[INFO] [stdout]  --> src/lib.rs:281:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | * The plugin must not use malloc(), free() or other heap memory
[INFO] [stdout]   |       ^^^^^^ expected one of 8 possible tokens
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - PROP_HARD_REALTIME_CAPABLE (line 280) stdout ----
[INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `plugin`
[INFO] [stdout]  --> src/lib.rs:281:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | * The plugin must not use malloc(), free() or other heap memory
[INFO] [stdout]   |       ^^^^^^ expected one of 8 possible tokens
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - Properties::all::dummy::real_flags::PROP_HARD_REALTIME_CAPABLE (line 280) stdout ----
[INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `plugin`
[INFO] [stdout]  --> src/lib.rs:281:7
[INFO] [stdout]   |
[INFO] [stdout] 3 | * The plugin must not use malloc(), free() or other heap memory
[INFO] [stdout]   |       ^^^^^^ expected one of 8 possible tokens
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 9) stdout ----
[INFO] [stdout] error: expected `;`, found `ladspa`
[INFO] [stdout]  --> src/lib.rs:11:15
[INFO] [stdout]   |
[INFO] [stdout] 5 | [dependencies]
[INFO] [stdout]   |               ^ help: add `;` here
[INFO] [stdout] 6 | ladspa = "*"
[INFO] [stdout]   | ------ unexpected token
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found `name`
[INFO] [stdout]  --> src/lib.rs:14:6
[INFO] [stdout]   |
[INFO] [stdout] 8 | [lib]
[INFO] [stdout]   |      ^ help: add `;` here
[INFO] [stdout] 9 | name = "my_ladspa_plugin"
[INFO] [stdout]   | ---- unexpected token
[INFO] [stdout] 
[INFO] [stdout] error: expected `;`, found keyword `crate`
[INFO] [stdout]   --> src/lib.rs:15:26
[INFO] [stdout]    |
[INFO] [stdout] 9  | name = "my_ladspa_plugin"
[INFO] [stdout]    |                          ^ help: add `;` here
[INFO] [stdout] 10 | crate-type = ["dylib"]
[INFO] [stdout]    | ----- unexpected token
[INFO] [stdout] 
[INFO] [stdout] error: expected expression, found keyword `type`
[INFO] [stdout]   --> src/lib.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | crate-type = ["dylib"]
[INFO] [stdout]    |       ^^^^ expected expression
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 9)
[INFO] [stdout]     src/lib.rs - PROP_HARD_REALTIME_CAPABLE (line 280)
[INFO] [stdout]     src/lib.rs - Properties::all::dummy::real_flags::PROP_HARD_REALTIME_CAPABLE (line 280)
[INFO] [stdout]     src/lib.rs - Properties::fmt::dummy::real_flags::PROP_HARD_REALTIME_CAPABLE (line 280)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "21d10d2e5d38b8ddea821a33f99b793787919b9a78233d3fb70a3a07ccb1a5d1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "21d10d2e5d38b8ddea821a33f99b793787919b9a78233d3fb70a3a07ccb1a5d1", kill_on_drop: false }`
[INFO] [stdout] 21d10d2e5d38b8ddea821a33f99b793787919b9a78233d3fb70a3a07ccb1a5d1
