[INFO] fetching crate ladspa 0.3.4... [INFO] testing ladspa-0.3.4 against 1.59.0 for beta-1.60-1 [INFO] extracting crate ladspa 0.3.4 into /workspace/builds/worker-54/source [INFO] validating manifest of crates.io crate ladspa 0.3.4 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "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-54/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2383bad78d65e03a5d277ee98fa93964e5e4ce35c9f72e2aacbab4c26667d9c3 [INFO] running `Command { std: "docker" "start" "-a" "2383bad78d65e03a5d277ee98fa93964e5e4ce35c9f72e2aacbab4c26667d9c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2383bad78d65e03a5d277ee98fa93964e5e4ce35c9f72e2aacbab4c26667d9c3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2383bad78d65e03a5d277ee98fa93964e5e4ce35c9f72e2aacbab4c26667d9c3", kill_on_drop: false }` [INFO] [stdout] 2383bad78d65e03a5d277ee98fa93964e5e4ce35c9f72e2aacbab4c26667d9c3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 40b545256159cff0873c7928f45fc7395c6ead5cea406751ca2d1b4861dbb571 [INFO] running `Command { std: "docker" "start" "-a" "40b545256159cff0873c7928f45fc7395c6ead5cea406751ca2d1b4861dbb571", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling vec_map v0.7.0 [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, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 201 - plugin: Box, [INFO] [stdout] 201 + plugin: Box, [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, [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 109 - pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box, [INFO] [stdout] 109 + pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box, [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: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: call `drop(from_raw(ptr))` if you intend to drop the `CString` [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] [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] [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] [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::>(); [INFO] [stdout] | |_____________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `Command { std: "docker" "inspect" "40b545256159cff0873c7928f45fc7395c6ead5cea406751ca2d1b4861dbb571", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40b545256159cff0873c7928f45fc7395c6ead5cea406751ca2d1b4861dbb571", kill_on_drop: false }` [INFO] [stdout] 40b545256159cff0873c7928f45fc7395c6ead5cea406751ca2d1b4861dbb571 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7dffc30156b15ff3859e9f659e3209cd1c2cc121f0dd40c25482fd176e73ffc6 [INFO] running `Command { std: "docker" "start" "-a" "7dffc30156b15ff3859e9f659e3209cd1c2cc121f0dd40c25482fd176e73ffc6", kill_on_drop: false }` [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] [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: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, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 201 - plugin: Box, [INFO] [stdout] 201 + plugin: Box, [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, [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 109 - pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box, [INFO] [stdout] 109 + pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box, [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: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: call `drop(from_raw(ptr))` if you intend to drop the `CString` [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] [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] [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] [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::>(); [INFO] [stdout] | |_____________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [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, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 201 - plugin: Box, [INFO] [stdout] 201 + plugin: Box, [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, [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 109 - pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box, [INFO] [stdout] 109 + pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box, [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: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: call `drop(from_raw(ptr))` if you intend to drop the `CString` [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] [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] [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] [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::>(); [INFO] [stdout] | |_____________________________^ [INFO] [stdout] | [INFO] [stdout] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.02s [INFO] running `Command { std: "docker" "inspect" "7dffc30156b15ff3859e9f659e3209cd1c2cc121f0dd40c25482fd176e73ffc6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7dffc30156b15ff3859e9f659e3209cd1c2cc121f0dd40c25482fd176e73ffc6", kill_on_drop: false }` [INFO] [stdout] 7dffc30156b15ff3859e9f659e3209cd1c2cc121f0dd40c25482fd176e73ffc6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 8752cc617b756bbdc2d80fcc064ff1f6442949b04e1775352a0c01d09ab7b868 [INFO] running `Command { std: "docker" "start" "-a" "8752cc617b756bbdc2d80fcc064ff1f6442949b04e1775352a0c01d09ab7b868", 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, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 201 - plugin: Box, [INFO] [stderr] 201 + plugin: Box, [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, [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 [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 109 - pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box, [INFO] [stderr] 109 + pub new: fn(desc: &PluginDescriptor, sample_rate: u64) -> Box, [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: `#[warn(unused_must_use)]` on by default [INFO] [stderr] = note: call `drop(from_raw(ptr))` if you intend to drop the `CString` [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] [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] [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] [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::>(); [INFO] [stderr] | |_____________________________^ [INFO] [stderr] | [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] warning: `ladspa` (lib) generated 11 warnings (1 duplicate) [INFO] [stderr] warning: `ladspa` (lib test) generated 11 warnings (11 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/ladspa-8cc1c2e3be65a09d) [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::fmt::dummy::real_flags::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 - 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 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 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 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:10:15 [INFO] [stdout] | [INFO] [stdout] 4 | [dependencies] [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 5 | ladspa = "*" [INFO] [stdout] | ------ unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found `name` [INFO] [stdout] --> src/lib.rs:13:6 [INFO] [stdout] | [INFO] [stdout] 7 | [lib] [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 8 | name = "my_ladspa_plugin" [INFO] [stdout] | ---- unexpected token [INFO] [stdout] [INFO] [stdout] error: expected `;`, found keyword `crate` [INFO] [stdout] --> src/lib.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 8 | name = "my_ladspa_plugin" [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 9 | crate-type = ["dylib"] [INFO] [stdout] | ----- unexpected token [INFO] [stdout] [INFO] [stdout] error: visibility `crate` is not followed by an item [INFO] [stdout] --> src/lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 9 | crate-type = ["dylib"] [INFO] [stdout] | ^^^^^ the visibility [INFO] [stdout] | [INFO] [stdout] = help: you likely meant to define an item, e.g., `crate fn foo() {}` [INFO] [stdout] [INFO] [stdout] error: expected expression, found keyword `type` [INFO] [stdout] --> src/lib.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 9 | crate-type = ["dylib"] [INFO] [stdout] | ^^^^ expected expression [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dependencies` in this scope [INFO] [stdout] --> src/lib.rs:10:2 [INFO] [stdout] | [INFO] [stdout] 4 | [dependencies] [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found crate `ladspa` [INFO] [stdout] --> src/lib.rs:11:1 [INFO] [stdout] | [INFO] [stdout] 5 | ladspa = "*" [INFO] [stdout] | ^^^^^^ not a value [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `lib` in this scope [INFO] [stdout] --> src/lib.rs:13:2 [INFO] [stdout] | [INFO] [stdout] 7 | [lib] [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `name` in this scope [INFO] [stdout] --> src/lib.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 8 | name = "my_ladspa_plugin" [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 9 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0423, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0423`. [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.11s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "8752cc617b756bbdc2d80fcc064ff1f6442949b04e1775352a0c01d09ab7b868", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8752cc617b756bbdc2d80fcc064ff1f6442949b04e1775352a0c01d09ab7b868", kill_on_drop: false }` [INFO] [stdout] 8752cc617b756bbdc2d80fcc064ff1f6442949b04e1775352a0c01d09ab7b868