[INFO] fetching crate pf-rs 0.2.4... [INFO] testing pf-rs-0.2.4 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate pf-rs 0.2.4 into /workspace/builds/worker-5-tc1/source [INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml [INFO] started tweaking crates.io crate pf-rs 0.2.4 [INFO] finished tweaking crates.io crate pf-rs 0.2.4 [INFO] tweaked toml for crates.io crate pf-rs 0.2.4 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate pf-rs 0.2.4 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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 nix v0.27.1 (available: v0.30.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fced0e78191c5347640e58e04bfdae25fb3cb96ab1a81d8593c0068fb2619fa0 [INFO] running `Command { std: "docker" "start" "-a" "fced0e78191c5347640e58e04bfdae25fb3cb96ab1a81d8593c0068fb2619fa0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fced0e78191c5347640e58e04bfdae25fb3cb96ab1a81d8593c0068fb2619fa0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fced0e78191c5347640e58e04bfdae25fb3cb96ab1a81d8593c0068fb2619fa0", kill_on_drop: false }` [INFO] [stdout] fced0e78191c5347640e58e04bfdae25fb3cb96ab1a81d8593c0068fb2619fa0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 3e1c551fd167e2bb3dde3b54d66dbe08986a7f84d631fa3c1c074a8066023f05 [INFO] running `Command { std: "docker" "start" "-a" "3e1c551fd167e2bb3dde3b54d66dbe08986a7f84d631fa3c1c074a8066023f05", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling bitflags v2.9.1 [INFO] [stderr] Compiling pf-rs v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `env` [INFO] [stdout] --> build.rs:1:29 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{process::Command, env}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling nix v0.27.1 [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/common.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | $init; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ioctl.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 109 | / cfor!(let mut p_resp = res; p_resp != std::ptr::null_mut(); p_resp = (*p_resp).ai_next; [INFO] [stdout] 110 | | { [INFO] [stdout] 111 | | let resp = *p_resp; [INFO] [stdout] ... | [INFO] [stdout] 265 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/common.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | $init; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/ioctl.rs:180:21 [INFO] [stdout] | [INFO] [stdout] 180 | / cfor!(let mut p_resp1 = res1; p_resp1 != std::ptr::null_mut(); p_resp1 = (*p_resp1).ai_next; [INFO] [stdout] 181 | | { [INFO] [stdout] 182 | | let resp1 = *p_resp1; [INFO] [stdout] ... | [INFO] [stdout] 241 | | ); [INFO] [stdout] | |_____________________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/common.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | $init; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pfr_addr.rs:290:13 [INFO] [stdout] | [INFO] [stdout] 290 | / cfor!(let mut i = 31; tmp & (1 << i) > 0; i -= 1; // or (i = 31; tmp & (1 << i); --i) [INFO] [stdout] 291 | | { [INFO] [stdout] 292 | | b += 1; //C b++; [INFO] [stdout] 293 | | } [INFO] [stdout] 294 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/common.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | $init; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pfr_addr.rs:372:9 [INFO] [stdout] | [INFO] [stdout] 372 | / cfor!(let mut i = 31; i > 31-b; i -= 1; // for (i = 31; i > 31-b; --i) [INFO] [stdout] 373 | | { [INFO] [stdout] 374 | | m.pfa.addr32[j] |= 1 << i; // m->addr32[j] |= (1 << i); [INFO] [stdout] 375 | | } [INFO] [stdout] 376 | | ); [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/common.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | $init; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pfr_addr.rs:386:13 [INFO] [stdout] | [INFO] [stdout] 386 | / cfor!(let mut i = 0; i < 4; i += 1; // for (i = 0; i < 4; i++) [INFO] [stdout] 387 | | { [INFO] [stdout] 388 | | addr.pfa.addr32[i] = addr.pfa.addr32[i] & m.pfa.addr32[i]; // n->addr32[i] = n->addr32[i] & m->addr32[i]; [INFO] [stdout] 389 | | } [INFO] [stdout] 390 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/common.rs:8:18 [INFO] [stdout] | [INFO] [stdout] 8 | $init; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/pfr_addr.rs:618:13 [INFO] [stdout] | [INFO] [stdout] 618 | / cfor!(let mut p_resp = res; p_resp != std::ptr::null_mut(); p_resp = (*p_resp).ai_next; [INFO] [stdout] 619 | | { [INFO] [stdout] 620 | | let resp = *p_resp; [INFO] [stdout] ... | [INFO] [stdout] 687 | | ); [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `cfor` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ioctl.rs:224:52 [INFO] [stdout] | [INFO] [stdout] 224 | ... if libc::ioctl(fd, IoCtl::DIOCKILLSTATES, &mut psk as *mut _, std::ptr::null::()) != 0 [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1779:20 [INFO] [stdout] | [INFO] [stdout] 1779 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert a `u64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 224 | if libc::ioctl(fd, IoCtl::DIOCKILLSTATES.try_into().unwrap(), &mut psk as *mut _, std::ptr::null::()) != 0 [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/ioctl.rs:249:44 [INFO] [stdout] | [INFO] [stdout] 249 | if libc::ioctl(fd, IoCtl::DIOCKILLSTATES, &mut psk as *mut _, std::ptr::null::()) != 0 [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1779:20 [INFO] [stdout] | [INFO] [stdout] 1779 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert a `u64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 249 | if libc::ioctl(fd, IoCtl::DIOCKILLSTATES.try_into().unwrap(), &mut psk as *mut _, std::ptr::null::()) != 0 [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/pfr_table.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | if libc::ioctl(fd, IoCtl::DIOCRADDTABLES, &mut io as *mut _, std::ptr::null::()) != 0 [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1779:20 [INFO] [stdout] | [INFO] [stdout] 1779 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert a `u64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 101 | if libc::ioctl(fd, IoCtl::DIOCRADDTABLES.try_into().unwrap(), &mut io as *mut _, std::ptr::null::()) != 0 [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/pfr_table.rs:138:32 [INFO] [stdout] | [INFO] [stdout] 138 | if libc::ioctl(fd, IoCtl::DIOCRADDADDRS, &mut io as *mut _, std::ptr::null::()) != 0 [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1779:20 [INFO] [stdout] | [INFO] [stdout] 1779 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert a `u64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 138 | if libc::ioctl(fd, IoCtl::DIOCRADDADDRS.try_into().unwrap(), &mut io as *mut _, std::ptr::null::()) != 0 [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/pfr_table.rs:172:28 [INFO] [stdout] | [INFO] [stdout] 172 | if libc::ioctl(fd, IoCtl::DIOCRDELADDRS, &mut io as *mut _, std::ptr::null::()) != 0 [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1779:20 [INFO] [stdout] | [INFO] [stdout] 1779 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert a `u64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 172 | if libc::ioctl(fd, IoCtl::DIOCRDELADDRS.try_into().unwrap(), &mut io as *mut _, std::ptr::null::()) != 0 [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/pfr_table.rs:201:28 [INFO] [stdout] | [INFO] [stdout] 201 | if libc::ioctl(fd, IoCtl::DIOCRTSTADDRS, &mut io as *mut _, std::ptr::null::()) != 0 [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1779:20 [INFO] [stdout] | [INFO] [stdout] 1779 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert a `u64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 201 | if libc::ioctl(fd, IoCtl::DIOCRTSTADDRS.try_into().unwrap(), &mut io as *mut _, std::ptr::null::()) != 0 [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/pfr_table.rs:218:28 [INFO] [stdout] | [INFO] [stdout] 218 | if libc::ioctl(fd, IoCtl::DIOCRCLRADDRS, &mut io as *mut _, std::ptr::null::()) != 0 [INFO] [stdout] | ----------- ^^^^^^^^^^^^^^^^^^^^ expected `i32`, found `u64` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] note: function defined here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/unix/linux_like/mod.rs:1779:20 [INFO] [stdout] | [INFO] [stdout] 1779 | pub fn ioctl(fd: c_int, request: Ioctl, ...) -> c_int; [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: you can convert a `u64` to an `i32` and panic if the converted value doesn't fit [INFO] [stdout] | [INFO] [stdout] 218 | if libc::ioctl(fd, IoCtl::DIOCRCLRADDRS.try_into().unwrap(), &mut io as *mut _, std::ptr::null::()) != 0 [INFO] [stdout] | ++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `tmp` is never read [INFO] [stdout] --> src/pfr_addr.rs:279:17 [INFO] [stdout] | [INFO] [stdout] 279 | let mut tmp: u32 = 0; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `mask` is never read [INFO] [stdout] --> src/pfr_addr.rs:708:17 [INFO] [stdout] | [INFO] [stdout] 708 | let mut mask: libc::c_int = -1; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `bits` is never read [INFO] [stdout] --> src/pfr_addr.rs:840:17 [INFO] [stdout] | [INFO] [stdout] 840 | let mut bits: libc::c_int = 0; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/pfr_addr.rs:838:12 [INFO] [stdout] | [INFO] [stdout] 838 | fn new(mut n: node_host, is_test: libc::c_int, not: libc::c_int) -> PfResult [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pf-rs` (lib) due to 7 previous errors; 10 warnings emitted [INFO] running `Command { std: "docker" "inspect" "3e1c551fd167e2bb3dde3b54d66dbe08986a7f84d631fa3c1c074a8066023f05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e1c551fd167e2bb3dde3b54d66dbe08986a7f84d631fa3c1c074a8066023f05", kill_on_drop: false }` [INFO] [stdout] 3e1c551fd167e2bb3dde3b54d66dbe08986a7f84d631fa3c1c074a8066023f05