[INFO] crate ladspa 0.3.4 is already in cache
[INFO] checking ladspa-0.3.4 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate ladspa 0.3.4 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate ladspa 0.3.4 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate ladspa 0.3.4
[INFO] finished tweaking crates.io crate ladspa 0.3.4
[INFO] tweaked toml for crates.io crate ladspa 0.3.4 written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] f6b2f6c8865b401d3e53f025283a1545f0985ed2fe025baf67670eb455af25da
[INFO] running `"docker" "start" "-a" "f6b2f6c8865b401d3e53f025283a1545f0985ed2fe025baf67670eb455af25da"`
[INFO] [stderr]     Checking vec_map v0.7.0
[INFO] [stderr]     Checking ladspa v0.3.4 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:153:1
[INFO] [stderr]     |
[INFO] [stderr] 153 | / bitflags!(
[INFO] [stderr] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stderr] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stderr] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stderr] ...   |
[INFO] [stderr] 176 | |     }
[INFO] [stderr] 177 | | );
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:153:1
[INFO] [stderr]     |
[INFO] [stderr] 153 | / bitflags!(
[INFO] [stderr] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stderr] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stderr] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stderr] ...   |
[INFO] [stderr] 176 | |     }
[INFO] [stderr] 177 | | );
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:276:1
[INFO] [stderr]     |
[INFO] [stderr] 276 | / bitflags!(
[INFO] [stderr] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stderr] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stderr] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stderr] ...   |
[INFO] [stderr] 320 | |     }
[INFO] [stderr] 321 | | );
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:276:1
[INFO] [stderr]     |
[INFO] [stderr] 276 | / bitflags!(
[INFO] [stderr] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stderr] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stderr] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stderr] ...   |
[INFO] [stderr] 320 | |     }
[INFO] [stderr] 321 | | );
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/ffi.rs:201:17
[INFO] [stderr]     |
[INFO] [stderr] 201 |     plugin: Box<super::Plugin + Send + 'static>,
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Plugin + Send + 'static`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:109:67
[INFO] [stderr]     |
[INFO] [stderr] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<Plugin + Send>,
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^^^ help: use `dyn`: `dyn Plugin + Send`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:153:1
[INFO] [stderr]     |
[INFO] [stderr] 153 | / bitflags!(
[INFO] [stderr] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stderr] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stderr] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stderr] ...   |
[INFO] [stderr] 176 | |     }
[INFO] [stderr] 177 | | );
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:153:1
[INFO] [stderr]     |
[INFO] [stderr] 153 | / bitflags!(
[INFO] [stderr] 154 | |     #[doc="Represents the special properties a control port may hold. These are merely hints as to the
[INFO] [stderr] 155 | |     use of the port and may be completely ignored by the host. For audio ports, use ```CONTROL_HINT_NONE```.
[INFO] [stderr] 156 | |     To attach multiple properties, bitwise-or them together.
[INFO] [stderr] ...   |
[INFO] [stderr] 176 | |     }
[INFO] [stderr] 177 | | );
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:276:1
[INFO] [stderr]     |
[INFO] [stderr] 276 | / bitflags!(
[INFO] [stderr] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stderr] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stderr] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stderr] ...   |
[INFO] [stderr] 320 | |     }
[INFO] [stderr] 321 | | );
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead
[INFO] [stderr]    --> src/lib.rs:276:1
[INFO] [stderr]     |
[INFO] [stderr] 276 | / bitflags!(
[INFO] [stderr] 277 | |     #[doc="Represents the special properties a LADSPA plugin can have.
[INFO] [stderr] 278 | |     To attach multiple properties, bitwise-or them together, for example
[INFO] [stderr] 279 | |     ```PROP_REALTIME | PROP_INPLACE_BROKEN```.
[INFO] [stderr] ...   |
[INFO] [stderr] 320 | |     }
[INFO] [stderr] 321 | | );
[INFO] [stderr]     | |__^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/ffi.rs:201:17
[INFO] [stderr]     |
[INFO] [stderr] 201 |     plugin: Box<super::Plugin + Send + 'static>,
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn super::Plugin + Send + 'static`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]    --> src/lib.rs:109:67
[INFO] [stderr]     |
[INFO] [stderr] 109 |     pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box<Plugin + Send>,
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^^^ help: use `dyn`: `dyn Plugin + Send`
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used
[INFO] [stderr]    --> src/ffi.rs:186:5
[INFO] [stderr]     |
[INFO] [stderr] 186 | /     Vec::from_raw_parts(desc.port_names,
[INFO] [stderr] 187 | |                         desc.port_count as usize,
[INFO] [stderr] 188 | |                         desc.port_count as usize)
[INFO] [stderr] 189 | |         .iter()
[INFO] [stderr] 190 | |         .map(|&x| CString::from_raw(x))
[INFO] [stderr] 191 | |         .collect::<Vec<_>>();
[INFO] [stderr]     | |_____________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr]     = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead
[INFO] [stderr] 
[INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used
[INFO] [stderr]    --> src/ffi.rs:186:5
[INFO] [stderr]     |
[INFO] [stderr] 186 | /     Vec::from_raw_parts(desc.port_names,
[INFO] [stderr] 187 | |                         desc.port_count as usize,
[INFO] [stderr] 188 | |                         desc.port_count as usize)
[INFO] [stderr] 189 | |         .iter()
[INFO] [stderr] 190 | |         .map(|&x| CString::from_raw(x))
[INFO] [stderr] 191 | |         .collect::<Vec<_>>();
[INFO] [stderr]     | |_____________________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr]     = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.27s
[INFO] running `"docker" "inspect" "f6b2f6c8865b401d3e53f025283a1545f0985ed2fe025baf67670eb455af25da"`
[INFO] running `"docker" "rm" "-f" "f6b2f6c8865b401d3e53f025283a1545f0985ed2fe025baf67670eb455af25da"`
[INFO] [stdout] f6b2f6c8865b401d3e53f025283a1545f0985ed2fe025baf67670eb455af25da
