[INFO] cloning repository https://github.com/tomytuscano/VisionLock [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tomytuscano/VisionLock" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomytuscano%2FVisionLock", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomytuscano%2FVisionLock'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e906681a481e98fc5992cc67c84e7be83552ec59 [INFO] checking tomytuscano/VisionLock against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftomytuscano%2FVisionLock" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/tomytuscano/VisionLock [INFO] finished tweaking git repo https://github.com/tomytuscano/VisionLock [INFO] tweaked toml for git repo https://github.com/tomytuscano/VisionLock written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/tomytuscano/VisionLock on toolchain d0ab665d12770dbaae620b539ee4319b83445f45 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/tomytuscano/VisionLock already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] b318cbd6b59afef4bad1972571ff59a8d2665244e9c8f40bd9a1a147740b7a89 [INFO] running `Command { std: "docker" "start" "b318cbd6b59afef4bad1972571ff59a8d2665244e9c8f40bd9a1a147740b7a89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b318cbd6b59afef4bad1972571ff59a8d2665244e9c8f40bd9a1a147740b7a89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b318cbd6b59afef4bad1972571ff59a8d2665244e9c8f40bd9a1a147740b7a89" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b318cbd6b59afef4bad1972571ff59a8d2665244e9c8f40bd9a1a147740b7a89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b318cbd6b59afef4bad1972571ff59a8d2665244e9c8f40bd9a1a147740b7a89" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling pkg-config v0.3.33 [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling libc v0.2.186 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling winnow v1.0.2 [INFO] [stderr] Compiling toml_datetime v1.1.1+spec-1.1.0 [INFO] [stderr] Compiling target-lexicon v0.13.3 [INFO] [stderr] Compiling serde_spanned v1.1.1 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling version-compare v0.2.1 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Checking cfg-if v1.0.4 [INFO] [stderr] Checking memchr v2.8.0 [INFO] [stderr] Compiling bitflags v2.11.1 [INFO] [stderr] Compiling cfg-expr v0.20.7 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Checking pin-project-lite v0.2.17 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Checking typenum v1.20.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling cc v1.2.61 [INFO] [stderr] Compiling toml_parser v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling hashbrown v0.17.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking getrandom v0.2.17 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling toml v1.1.2+spec-1.1.0 [INFO] [stderr] Compiling anyhow v1.0.102 [INFO] [stderr] Compiling prettyplease v0.2.37 [INFO] [stderr] Compiling indexmap v2.14.0 [INFO] [stderr] Compiling system-deps v7.0.8 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling openssl-sys v0.9.114 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling toml_edit v0.25.11+spec-1.1.0 [INFO] [stderr] Compiling glib-sys v0.20.10 [INFO] [stderr] Compiling gobject-sys v0.20.10 [INFO] [stderr] Compiling gio-sys v0.20.10 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Checking futures-core v0.3.32 [INFO] [stderr] Compiling libloading v0.8.9 [INFO] [stderr] Compiling proc-macro-crate v3.5.0 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Checking futures-task v0.3.32 [INFO] [stderr] Compiling openssl v0.10.78 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling home v0.5.12 [INFO] [stderr] Checking slab v0.4.12 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling bindgen v0.65.1 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Checking itoa v1.0.18 [INFO] [stderr] Compiling native-tls v0.2.18 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling base64ct v1.8.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Checking utf8parse v0.2.2 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Checking anstyle-parse v1.0.0 [INFO] [stderr] Compiling pem-rfc7468 v1.0.0 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Compiling rustls-pki-types v1.14.1 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Checking futures-channel v0.3.32 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling glib-macros v0.20.12 [INFO] [stderr] Compiling http v1.4.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Checking futures-util v0.3.32 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.20.10 [INFO] [stderr] Compiling pango-sys v0.20.10 [INFO] [stderr] Compiling cairo-sys-rs v0.20.10 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Checking anstyle-query v1.1.5 [INFO] [stderr] Checking is_terminal_polyfill v1.70.2 [INFO] [stderr] Checking colorchoice v1.0.5 [INFO] [stderr] Compiling openssl-probe v0.2.1 [INFO] [stderr] Checking anstyle v1.0.14 [INFO] [stderr] Compiling ureq-proto v0.6.0 [INFO] [stderr] Checking anstream v1.0.0 [INFO] [stderr] Compiling socks v0.3.4 [INFO] [stderr] Compiling webpki-root-certs v1.0.7 [INFO] [stderr] Compiling der v0.8.0 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Compiling utf8-zero v0.8.1 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Compiling gdk4-sys v0.9.6 [INFO] [stderr] Compiling graphene-sys v0.20.10 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling lzma-rust2 v0.15.7 [INFO] [stderr] Compiling hmac-sha256 v1.1.14 [INFO] [stderr] Checking rawpointer v0.2.1 [INFO] [stderr] Checking bytemuck v1.25.0 [INFO] [stderr] Compiling gio v0.20.12 [INFO] [stderr] Checking safe_arch v0.7.4 [INFO] [stderr] Checking futures-io v0.3.32 [INFO] [stderr] Checking glib v0.20.12 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Checking wide v0.7.33 [INFO] [stderr] Compiling ureq v3.3.0 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Checking inout v0.1.4 [INFO] [stderr] Checking approx v0.5.1 [INFO] [stderr] Compiling gsk4-sys v0.9.6 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Checking cpufeatures v0.2.17 [INFO] [stderr] Compiling semver v1.0.28 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Checking universal-hash v0.5.1 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking cipher v0.4.4 [INFO] [stderr] Checking ndarray v0.17.2 [INFO] [stderr] Checking num-rational v0.4.2 [INFO] [stderr] Checking simba v0.8.1 [INFO] [stderr] Compiling ort-sys v2.0.0-rc.12 [INFO] [stderr] Compiling nalgebra-macros v0.2.2 [INFO] [stderr] Checking libloading v0.9.0 [INFO] [stderr] Compiling cfg_aliases v0.2.1 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking opaque-debug v0.3.1 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Compiling v4l2-sys-mit v0.3.0 [INFO] [stderr] Checking polyval v0.6.2 [INFO] [stderr] Checking lock_api v0.4.14 [INFO] [stderr] Compiling nix v0.29.0 [INFO] [stderr] Compiling field-offset v0.3.6 [INFO] [stderr] Checking serde-big-array v0.5.1 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Compiling gtk4-sys v0.9.6 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Checking winnow v0.7.15 [INFO] [stderr] Checking toml_write v0.1.2 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Checking env_filter v1.0.1 [INFO] [stderr] Checking v4l v0.14.0 [INFO] [stderr] Checking ghash v0.5.1 [INFO] [stderr] Checking ctr v0.9.2 [INFO] [stderr] Checking nalgebra v0.32.6 [INFO] [stderr] Checking aes v0.8.4 [INFO] [stderr] Compiling tokio-macros v2.7.0 [INFO] [stderr] Checking aead v0.5.2 [INFO] [stderr] Checking mio v1.2.0 [INFO] [stderr] Checking socket2 v0.6.3 [INFO] [stderr] Checking ppv-lite86 v0.2.21 [INFO] [stderr] Checking strsim v0.11.1 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Checking jiff v0.2.24 [INFO] [stderr] Checking ort v2.0.0-rc.12 [INFO] [stderr] Checking iana-time-zone v0.1.65 [INFO] [stderr] Checking clap_lex v1.1.0 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking clap_builder v4.6.0 [INFO] [stderr] Checking cairo-rs v0.20.12 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Checking graphene-rs v0.20.10 [INFO] [stderr] Checking tokio v1.52.1 [INFO] [stderr] Checking rand v0.8.6 [INFO] [stderr] Checking chrono v0.4.44 [INFO] [stderr] Checking systemd-journal-logger v2.2.2 [INFO] [stderr] Checking aes-gcm v0.10.3 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Compiling gtk4-macros v0.9.5 [INFO] [stderr] Compiling clap_derive v4.6.1 [INFO] [stderr] Checking env_logger v0.11.10 [INFO] [stderr] Checking fastrand v2.4.1 [INFO] [stderr] Checking tempfile v3.27.0 [INFO] [stderr] Checking clap v4.6.1 [INFO] [stderr] Checking visionlockctl v0.1.0 (/opt/rustwide/workdir/crates/cli) [INFO] [stderr] Checking face-engine v0.1.0 (/opt/rustwide/workdir/crates/face-engine) [INFO] [stderr] Checking visionlockd v0.1.0 (/opt/rustwide/workdir/crates/daemon) [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> crates/daemon/src/enroll.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | let mut diag_texture = 0u32; [INFO] [stdout] | ----^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing [INFO] [stdout] --> crates/daemon/src/server.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | drop(min_face); [INFO] [stdout] | ^^^^^--------^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `f32` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dropping_copy_types)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 481 - drop(min_face); [INFO] [stdout] 481 + let _ = min_face; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> crates/daemon/src/enroll.rs:25:9 [INFO] [stdout] | [INFO] [stdout] 25 | let mut diag_texture = 0u32; [INFO] [stdout] | ----^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: calls to `std::mem::drop` with a value that implements `Copy` does nothing [INFO] [stdout] --> crates/daemon/src/server.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 481 | drop(min_face); [INFO] [stdout] | ^^^^^--------^ [INFO] [stdout] | | [INFO] [stdout] | argument has type `f32` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dropping_copy_types)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the expression or result [INFO] [stdout] | [INFO] [stdout] 481 - drop(min_face); [INFO] [stdout] 481 + let _ = min_face; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking gdk-pixbuf v0.20.10 [INFO] [stderr] Checking pango v0.20.12 [INFO] [stderr] Checking gdk4 v0.9.6 [INFO] [stderr] Checking gsk4 v0.9.6 [INFO] [stderr] Checking gtk4 v0.9.7 [INFO] [stderr] error: could not compile `gtk4` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d0ab665d12770dbaae620b539ee4319b83445f45/bin/rustc --crate-name gtk4 --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/gtk4-0.9.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="v4_10"' --cfg 'feature="v4_12"' --cfg 'feature="v4_14"' --cfg 'feature="v4_2"' --cfg 'feature="v4_4"' --cfg 'feature="v4_6"' --cfg 'feature="v4_8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("blueprint", "gio_v2_80", "gnome_42", "gnome_43", "gnome_44", "gnome_45", "gnome_46", "gnome_47", "unsafe-assume-initialized", "v4_10", "v4_12", "v4_14", "v4_16", "v4_18", "v4_2", "v4_4", "v4_6", "v4_8", "xml_validation"))' -C metadata=556542458aa27fc3 -C extra-filename=-b229f09a65c9f88d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cairo=/opt/rustwide/target/debug/deps/libcairo-38f4d485280da0cc.rmeta --extern field_offset=/opt/rustwide/target/debug/deps/libfield_offset-86a36ca07cea822b.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-db987eacdbd9f0e3.rmeta --extern gdk_pixbuf=/opt/rustwide/target/debug/deps/libgdk_pixbuf-1434ac34d935a65a.rmeta --extern gdk=/opt/rustwide/target/debug/deps/libgdk4-c604fc3a1c6d6460.rmeta --extern gio=/opt/rustwide/target/debug/deps/libgio-9d0b6b2a2073fe8c.rmeta --extern glib=/opt/rustwide/target/debug/deps/libglib-35f87beda6842ce5.rmeta --extern graphene=/opt/rustwide/target/debug/deps/libgraphene-9a689ad9ef194ea1.rmeta --extern gsk=/opt/rustwide/target/debug/deps/libgsk4-635b7efcfd1aa8af.rmeta --extern gtk4_macros=/opt/rustwide/target/debug/deps/libgtk4_macros-4a65fed1e9a3507b.so --extern gtk4_sys=/opt/rustwide/target/debug/deps/libgtk4_sys-2f9e1beaeb020402.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-16836f44866b8b3d.rmeta --extern pango=/opt/rustwide/target/debug/deps/libpango-9f2319db7d82995a.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "b318cbd6b59afef4bad1972571ff59a8d2665244e9c8f40bd9a1a147740b7a89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b318cbd6b59afef4bad1972571ff59a8d2665244e9c8f40bd9a1a147740b7a89", kill_on_drop: false }` [INFO] [stdout] b318cbd6b59afef4bad1972571ff59a8d2665244e9c8f40bd9a1a147740b7a89