[INFO] cloning repository https://github.com/WorldofKerry/adventofcode [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WorldofKerry/adventofcode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWorldofKerry%2Fadventofcode", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWorldofKerry%2Fadventofcode'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ec56fe7ea6865bcb83b2918b6c29b82d5d4541c4 [INFO] building WorldofKerry/adventofcode against try#23647e694de8d0904848ad068b2e0ec2dd098c37+target=wasm32-wasip1 for pr-149868 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWorldofKerry%2Fadventofcode" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/WorldofKerry/adventofcode [INFO] finished tweaking git repo https://github.com/WorldofKerry/adventofcode [INFO] tweaked toml for git repo https://github.com/WorldofKerry/adventofcode written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/WorldofKerry/adventofcode on toolchain 23647e694de8d0904848ad068b2e0ec2dd098c37 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/WorldofKerry/adventofcode 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" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 31949c86cca9eeb6367a686dc81fe6426b716c25304849dc6b1c8c14ba6fd6d0 [INFO] running `Command { std: "docker" "start" "-a" "31949c86cca9eeb6367a686dc81fe6426b716c25304849dc6b1c8c14ba6fd6d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "31949c86cca9eeb6367a686dc81fe6426b716c25304849dc6b1c8c14ba6fd6d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "31949c86cca9eeb6367a686dc81fe6426b716c25304849dc6b1c8c14ba6fd6d0", kill_on_drop: false }` [INFO] [stdout] 31949c86cca9eeb6367a686dc81fe6426b716c25304849dc6b1c8c14ba6fd6d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+23647e694de8d0904848ad068b2e0ec2dd098c37" "build" "--frozen" "--message-format=json" "--target" "wasm32-wasip1", kill_on_drop: false }` [INFO] [stdout] d83fd2c673de1d7df275a4c0341e40ed597bd511a26e6c98ac4f0902be7d0e65 [INFO] running `Command { std: "docker" "start" "-a" "d83fd2c673de1d7df275a4c0341e40ed597bd511a26e6c98ac4f0902be7d0e65", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.150 [INFO] [stderr] Compiling wasi v0.11.0+wasi-snapshot-preview1 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling rustls v0.21.9 [INFO] [stderr] Compiling memchr v2.6.4 [INFO] [stderr] Compiling anyhow v1.0.75 [INFO] [stderr] Compiling regex-syntax v0.8.2 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling base64 v0.21.5 [INFO] [stderr] Compiling either v1.9.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling miniz_oxide v0.7.1 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling webpki-roots v0.25.3 [INFO] [stderr] Compiling arrayvec v0.7.4 [INFO] [stderr] Compiling itertools v0.12.0 [INFO] [stderr] Compiling getrandom v0.2.11 [INFO] [stderr] Compiling aho-corasick v1.1.2 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling ring v0.17.6 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling regex-automata v0.4.3 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling regex v1.10.2 [INFO] [stderr] Compiling ureq v2.9.1 [INFO] [stderr] Compiling adventofcode v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: function `part1` is never used [INFO] [stdout] --> src/bin/2023-02.rs:71:4 [INFO] [stdout] | [INFO] [stdout] 71 | fn part1() { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a0` [INFO] [stdout] --> src/bin/2023-01.rs:52:29 [INFO] [stdout] | [INFO] [stdout] 52 | value.sort_by(|(a0, a1, a2), (b0, b1, b2)| a1.cmp(&b1)); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_a0` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `a2` [INFO] [stdout] --> src/bin/2023-01.rs:52:37 [INFO] [stdout] | [INFO] [stdout] 52 | value.sort_by(|(a0, a1, a2), (b0, b1, b2)| a1.cmp(&b1)); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_a2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b0` [INFO] [stdout] --> src/bin/2023-01.rs:52:43 [INFO] [stdout] | [INFO] [stdout] 52 | value.sort_by(|(a0, a1, a2), (b0, b1, b2)| a1.cmp(&b1)); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_b0` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `b2` [INFO] [stdout] --> src/bin/2023-01.rs:52:51 [INFO] [stdout] | [INFO] [stdout] 52 | value.sort_by(|(a0, a1, a2), (b0, b1, b2)| a1.cmp(&b1)); [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_b2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `part1` is never used [INFO] [stdout] --> src/bin/2023-03.rs:90:4 [INFO] [stdout] | [INFO] [stdout] 90 | fn part1() -> anyhow::Result<()> { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/bin/2023-03.rs:157:5 [INFO] [stdout] | [INFO] [stdout] 157 | part2(); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 157 | let _ = part2(); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `rust-lld` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "rust-lld" "-flavor" "wasm" "--export" "__main_void" "--export" "ring_core_0_17_6_bn_mul_mont" "-z" "stack-size=1048576" "--stack-first" "--no-demangle" "/lib/rustlib/wasm32-wasip1/lib/self-contained/crt1-command.o" "<2 object files omitted>" "/lib/rustlib/wasm32-wasip1/lib/libpanic_abort-*.rlib" "/opt/rustwide/target/wasm32-wasip1/debug/deps/{libureq-3763e5906237cb90,libwebpki_roots-47aaa849e20fc353,librustls-5065864a283e1504,libsct-107da68aad11a407,libwebpki-edad6d3f20a7b7a8,libring-91c8bacb84d5ece8,libgetrandom-7d9fa6b5375f67c6,libwasi-b9c6bfbff0bef49f,libuntrusted-f7f5e2e679817f68,libonce_cell-f802108926723965,libflate2-5c485c2bb944cd1a,libminiz_oxide-9ef4ee65f5b7616a,libadler-5d585fd5ceaaf370,libcrc32fast-f0a61590867b47c0,libcfg_if-50b02a9e3502ecf2,libbase64-710238602af2c408,liblog-2df1d538f4c13c57,liburl-4e3e10b24c5414c9,libidna-cafd3aa2433b0915,libunicode_normalization-3b638c617373ca60,libtinyvec-04f7082c6ffbb554,libtinyvec_macros-dddcb2da28b34270,libunicode_bidi-818fcfce2532c4d3,libform_urlencoded-a1f00ef252a83975,libpercent_encoding-0902f23ed4a1beb9}.rlib" "/lib/rustlib/wasm32-wasip1/lib/{libstd-*,libwasi-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*}.rlib" "-l" "c" "/lib/rustlib/wasm32-wasip1/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/opt/rustwide/target/wasm32-wasip1/debug/build/ring-66376806bd250128/out" "-L" "/lib/rustlib/wasm32-wasip1/lib/self-contained" "-o" "/opt/rustwide/target/wasm32-wasip1/debug/deps/fetch-4dfdc4aa866d2670.wasm" "--gc-sections" "-O0" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib: archive member 'curve25519.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib: archive member 'aes_nohw.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib: archive member 'montgomery.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib: archive member 'montgomery_inv.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib: archive member 'ecp_nistz.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib: archive member 'gfp_p256.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib: archive member 'gfp_p384.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib: archive member 'p256.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib: archive member 'limbs.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib: archive member 'mem.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib: archive member 'poly1305.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: warning: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib: archive member 'constant_time_test.o' is neither Wasm object file nor LLVM bitcode [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_LIMBS_are_zero [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_LIMBS_add_mod [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_LIMBS_equal [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_LIMBS_shl_mod [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_LIMB_shr [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_LIMBS_are_even [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_LIMBS_less_than [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_LIMBS_reduce_once [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_LIMBS_less_than_limb [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_p256_scalar_mul_mont [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_p256_scalar_sqr_rep_mont [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_p256_scalar_mul_mont [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_p256_scalar_sqr_rep_mont [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_p256_scalar_sqr_rep_mont [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_p256_scalar_mul_mont [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_p256_point_mul_base [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_p384_elem_mul_mont [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_p384_scalar_mul_mont [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_p384_scalar_mul_mont [INFO] [stdout] rust-lld: error: /opt/rustwide/target/wasm32-wasip1/debug/deps/libring-91c8bacb84d5ece8.rlib(ring-91c8bacb84d5ece8.ring.1619e0065558e835-cgu.02.rcgu.o): undefined symbol: ring_core_0_17_6_p384_scalar_mul_mont [INFO] [stdout] rust-lld: error: too many errors emitted, stopping now (use -error-limit=0 to see all errors) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `adventofcode` (bin "fetch") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "d83fd2c673de1d7df275a4c0341e40ed597bd511a26e6c98ac4f0902be7d0e65", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d83fd2c673de1d7df275a4c0341e40ed597bd511a26e6c98ac4f0902be7d0e65", kill_on_drop: false }` [INFO] [stdout] d83fd2c673de1d7df275a4c0341e40ed597bd511a26e6c98ac4f0902be7d0e65