[INFO] fetching crate prompter 0.1.3... [INFO] testing prompter-0.1.3 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-1 [INFO] extracting crate prompter 0.1.3 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate prompter 0.1.3 [INFO] finished tweaking crates.io crate prompter 0.1.3 [INFO] tweaked toml for crates.io crate prompter 0.1.3 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate prompter 0.1.3 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate prompter 0.1.3 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e594c0e11e64f7a2afb396ed0eabe112f70602457dfda92b4abc7dc67d5eea5d [INFO] running `Command { std: "docker" "start" "-a" "e594c0e11e64f7a2afb396ed0eabe112f70602457dfda92b4abc7dc67d5eea5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e594c0e11e64f7a2afb396ed0eabe112f70602457dfda92b4abc7dc67d5eea5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e594c0e11e64f7a2afb396ed0eabe112f70602457dfda92b4abc7dc67d5eea5d", kill_on_drop: false }` [INFO] [stdout] e594c0e11e64f7a2afb396ed0eabe112f70602457dfda92b4abc7dc67d5eea5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 679e44a88e6fec2d2e9130e7c02a64e66ac78ef90b9ff14258a42dfafa1fffe8 [INFO] running `Command { std: "docker" "start" "-a" "679e44a88e6fec2d2e9130e7c02a64e66ac78ef90b9ff14258a42dfafa1fffe8", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.89 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling anstream v0.6.17 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling clap_builder v4.5.20 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling env_filter v0.1.2 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling env_logger v0.11.5 [INFO] [stderr] Compiling clap v4.5.20 [INFO] [stderr] Compiling prompter v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn iter(&self) -> ::std::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn iter(&self) -> ::std::slice::Iter<'_, Constraint> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:254:17 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn iter(&self) -> ::std::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 254 | pub fn iter(&self) -> ::std::slice::Iter<'_, Word> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.41s [INFO] running `Command { std: "docker" "inspect" "679e44a88e6fec2d2e9130e7c02a64e66ac78ef90b9ff14258a42dfafa1fffe8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "679e44a88e6fec2d2e9130e7c02a64e66ac78ef90b9ff14258a42dfafa1fffe8", kill_on_drop: false }` [INFO] [stdout] 679e44a88e6fec2d2e9130e7c02a64e66ac78ef90b9ff14258a42dfafa1fffe8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae5e1994b80fc92b7e8c9c8b5776c11dc7143e44522848288c2a1d987f8e150a [INFO] running `Command { std: "docker" "start" "-a" "ae5e1994b80fc92b7e8c9c8b5776c11dc7143e44522848288c2a1d987f8e150a", kill_on_drop: false }` [INFO] [stderr] Compiling hashbrown v0.15.0 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling rustc_version v0.4.1 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling pin-project-lite v0.2.15 [INFO] [stderr] Compiling relative-path v1.9.3 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling rstest_macros v0.23.0 [INFO] [stderr] Compiling indexmap v2.6.0 [INFO] [stderr] Compiling toml_edit v0.22.22 [INFO] [stderr] Compiling proc-macro-crate v3.2.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling env_filter v0.1.2 [INFO] [stderr] Compiling env_logger v0.11.5 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling clap_derive v4.5.18 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling clap v4.5.20 [INFO] [stderr] Compiling prompter v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn iter(&self) -> ::std::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn iter(&self) -> ::std::slice::Iter<'_, Constraint> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:254:17 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn iter(&self) -> ::std::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 254 | pub fn iter(&self) -> ::std::slice::Iter<'_, Word> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling rstest v0.23.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | pub fn iter(&self) -> ::std::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 62 | pub fn iter(&self) -> ::std::slice::Iter<'_, Constraint> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/lib.rs:254:17 [INFO] [stdout] | [INFO] [stdout] 254 | pub fn iter(&self) -> ::std::slice::Iter { [INFO] [stdout] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 254 | pub fn iter(&self) -> ::std::slice::Iter<'_, Word> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 42.24s [INFO] running `Command { std: "docker" "inspect" "ae5e1994b80fc92b7e8c9c8b5776c11dc7143e44522848288c2a1d987f8e150a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae5e1994b80fc92b7e8c9c8b5776c11dc7143e44522848288c2a1d987f8e150a", kill_on_drop: false }` [INFO] [stdout] ae5e1994b80fc92b7e8c9c8b5776c11dc7143e44522848288c2a1d987f8e150a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 144abf837c4b607c20aeb4fca337800c31bcd07e55d7a626de9768ab7b2bd2fa [INFO] running `Command { std: "docker" "start" "-a" "144abf837c4b607c20aeb4fca337800c31bcd07e55d7a626de9768ab7b2bd2fa", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] [INFO] [stderr] --> src/lib.rs:62:17 [INFO] [stdout] running 42 tests [INFO] [stderr] | [INFO] [stderr] 62 | pub fn iter(&self) -> ::std::slice::Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 62 | pub fn iter(&self) -> ::std::slice::Iter<'_, Constraint> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/lib.rs:254:17 [INFO] [stderr] | [INFO] [stderr] 254 | pub fn iter(&self) -> ::std::slice::Iter { [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 254 | pub fn iter(&self) -> ::std::slice::Iter<'_, Word> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `prompter` (lib) generated 2 warnings (run `cargo fix --lib -p prompter` to apply 2 suggestions) [INFO] [stderr] warning: `prompter` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/prompter-142acf09761e8ab2) [INFO] [stdout] test tests::test_is_match::case_05 ... ok [INFO] [stdout] test tests::test_is_match::case_04 ... ok [INFO] [stdout] test tests::test_is_match::case_02 ... ok [INFO] [stdout] test tests::test_is_match::case_07 ... ok [INFO] [stdout] test tests::test_is_match::case_06 ... ok [INFO] [stdout] test tests::test_is_match::case_03 ... ok [INFO] [stdout] test tests::test_is_match::case_08 ... ok [INFO] [stdout] test tests::test_is_match::case_12 ... ok [INFO] [stdout] test tests::test_is_match::case_13 ... ok [INFO] [stdout] test tests::test_is_match::case_15 ... ok [INFO] [stdout] test tests::test_is_match::case_16 ... ok [INFO] [stdout] test tests::test_is_match::case_11 ... ok [INFO] [stdout] test tests::test_is_match::case_14 ... ok [INFO] [stdout] test tests::test_is_match::case_01 ... ok [INFO] [stdout] test tests::test_is_match::case_09 ... ok [INFO] [stdout] test tests::test_is_match::case_10 ... ok [INFO] [stdout] test tests::test_is_match::case_21 ... ok [INFO] [stdout] test tests::test_is_match::case_17 ... ok [INFO] [stdout] test tests::test_is_match::case_20 ... ok [INFO] [stdout] test tests::test_match_code::case_03 ... ok [INFO] [stdout] test tests::test_match_code::case_04 ... ok [INFO] [stdout] test tests::test_match_code::case_07 ... ok [INFO] [stdout] test tests::test_match_code::case_05 ... ok [INFO] [stdout] test tests::test_match_code::case_06 ... ok [INFO] [stdout] test tests::test_match_code::case_08 ... ok [INFO] [stdout] test tests::test_match_code::case_09 ... ok [INFO] [stdout] test tests::test_match_code::case_10 ... ok [INFO] [stdout] test tests::test_match_code::case_12 ... ok [INFO] [stdout] test tests::test_match_code::case_13 ... ok [INFO] [stdout] test tests::test_match_code::case_14 ... ok [INFO] [stdout] test tests::test_match_code::case_15 ... ok [INFO] [stdout] test tests::test_match_code::case_16 ... ok [INFO] [stdout] test tests::test_match_code::case_17 ... ok [INFO] [stdout] test tests::test_match_code::case_18 ... ok [INFO] [stdout] test tests::test_match_code::case_19 ... ok [INFO] [stdout] test tests::test_match_code::case_20 ... ok [INFO] [stdout] test tests::test_match_code::case_21 ... ok [INFO] [stdout] test tests::test_match_code::case_01 ... ok [INFO] [stdout] test tests::test_is_match::case_19 ... ok [INFO] [stdout] test tests::test_match_code::case_02 ... ok [INFO] [stdout] test tests::test_match_code::case_11 ... ok [INFO] [stdout] test tests::test_is_match::case_18 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 42 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/prompter-70b13ba3d926104f) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::verify_app ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests prompter [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - Word::match_code (line 180) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "144abf837c4b607c20aeb4fca337800c31bcd07e55d7a626de9768ab7b2bd2fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "144abf837c4b607c20aeb4fca337800c31bcd07e55d7a626de9768ab7b2bd2fa", kill_on_drop: false }` [INFO] [stdout] 144abf837c4b607c20aeb4fca337800c31bcd07e55d7a626de9768ab7b2bd2fa