[INFO] cloning repository https://github.com/stepnivlk/ohboy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stepnivlk/ohboy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstepnivlk%2Fohboy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstepnivlk%2Fohboy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a18dd1353cb8857a319222304e738b216e8fd7bc [INFO] checking stepnivlk/ohboy against try#15a786332e2f0dd343b226ab6bb8ec028a350f73 for pr-81782 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstepnivlk%2Fohboy" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stepnivlk/ohboy on toolchain 15a786332e2f0dd343b226ab6bb8ec028a350f73 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+15a786332e2f0dd343b226ab6bb8ec028a350f73" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/stepnivlk/ohboy [INFO] finished tweaking git repo https://github.com/stepnivlk/ohboy [INFO] tweaked toml for git repo https://github.com/stepnivlk/ohboy written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/stepnivlk/ohboy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+15a786332e2f0dd343b226ab6bb8ec028a350f73" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+15a786332e2f0dd343b226ab6bb8ec028a350f73" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b47a52a68a2ea61839bf244d6cf65c1d8398530ffa0d8fa6dff7ab3ed60a3441 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b47a52a68a2ea61839bf244d6cf65c1d8398530ffa0d8fa6dff7ab3ed60a3441", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b47a52a68a2ea61839bf244d6cf65c1d8398530ffa0d8fa6dff7ab3ed60a3441", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b47a52a68a2ea61839bf244d6cf65c1d8398530ffa0d8fa6dff7ab3ed60a3441", kill_on_drop: false }` [INFO] [stdout] b47a52a68a2ea61839bf244d6cf65c1d8398530ffa0d8fa6dff7ab3ed60a3441 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+15a786332e2f0dd343b226ab6bb8ec028a350f73" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 19d18f8a080ba3916ae39320c2a0ffc958b2ba9c69327b8a5c74cac627aabb8b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "19d18f8a080ba3916ae39320c2a0ffc958b2ba9c69327b8a5c74cac627aabb8b", kill_on_drop: false }` [INFO] [stderr] Checking rboy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Reg8Kind` [INFO] [stdout] --> src/main.rs:8:28 [INFO] [stdout] | [INFO] [stdout] 8 | use registers::{Reg16Kind, Reg8Kind, Registers}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/adds.rs:75:23 [INFO] [stdout] | [INFO] [stdout] 75 | add(&mut cpu, Reg8Kind::B); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/adds.rs:88:23 [INFO] [stdout] | [INFO] [stdout] 88 | add(&mut cpu, Reg8Kind::C); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/adds.rs:105:23 [INFO] [stdout] | [INFO] [stdout] 105 | add(&mut cpu, Reg8Kind::A); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/adds.rs:118:23 [INFO] [stdout] | [INFO] [stdout] 118 | add(&mut cpu, Reg8Kind::D); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/adds.rs:134:23 [INFO] [stdout] | [INFO] [stdout] 134 | add(&mut cpu, Reg8Kind::E); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/adds.rs:151:23 [INFO] [stdout] | [INFO] [stdout] 151 | adc(&mut cpu, Reg8Kind::B); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/adds.rs:164:23 [INFO] [stdout] | [INFO] [stdout] 164 | adc(&mut cpu, Reg8Kind::B); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/adds.rs:182:23 [INFO] [stdout] | [INFO] [stdout] 182 | adc(&mut cpu, Reg8Kind::E); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/adds.rs:197:23 [INFO] [stdout] | [INFO] [stdout] 197 | adc(&mut cpu, Reg8Kind::D); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/adds.rs:216:23 [INFO] [stdout] | [INFO] [stdout] 216 | adc(&mut cpu, Reg8Kind::D); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg16Kind` [INFO] [stdout] --> src/executors/adds.rs:233:26 [INFO] [stdout] | [INFO] [stdout] 233 | add_hl(&mut cpu, Reg16Kind::BC); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Reg16Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg16Kind` [INFO] [stdout] --> src/executors/adds.rs:246:26 [INFO] [stdout] | [INFO] [stdout] 246 | add_hl(&mut cpu, Reg16Kind::DE); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Reg16Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg16Kind` [INFO] [stdout] --> src/executors/adds.rs:264:26 [INFO] [stdout] | [INFO] [stdout] 264 | add_hl(&mut cpu, Reg16Kind::BC); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Reg16Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg16Kind` [INFO] [stdout] --> src/executors/adds.rs:279:26 [INFO] [stdout] | [INFO] [stdout] 279 | add_hl(&mut cpu, Reg16Kind::BC); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `Reg16Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/and.rs:36:23 [INFO] [stdout] | [INFO] [stdout] 36 | and(&mut cpu, Reg8Kind::B); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/and.rs:51:23 [INFO] [stdout] | [INFO] [stdout] 51 | and(&mut cpu, Reg8Kind::D); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/and.rs:67:23 [INFO] [stdout] | [INFO] [stdout] 67 | and(&mut cpu, Reg8Kind::C); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/and.rs:84:23 [INFO] [stdout] | [INFO] [stdout] 84 | and(&mut cpu, Reg8Kind::E); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/or.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | or(&mut cpu, Reg8Kind::B); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/or.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | or(&mut cpu, Reg8Kind::D); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/or.rs:68:22 [INFO] [stdout] | [INFO] [stdout] 68 | or(&mut cpu, Reg8Kind::C); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/or.rs:85:22 [INFO] [stdout] | [INFO] [stdout] 85 | or(&mut cpu, Reg8Kind::E); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/xor.rs:36:23 [INFO] [stdout] | [INFO] [stdout] 36 | xor(&mut cpu, Reg8Kind::B); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/xor.rs:51:23 [INFO] [stdout] | [INFO] [stdout] 51 | xor(&mut cpu, Reg8Kind::D); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/xor.rs:67:23 [INFO] [stdout] | [INFO] [stdout] 67 | xor(&mut cpu, Reg8Kind::C); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Reg8Kind` [INFO] [stdout] --> src/executors/xor.rs:83:23 [INFO] [stdout] | [INFO] [stdout] 83 | xor(&mut cpu, Reg8Kind::E); [INFO] [stdout] | ^^^^^^^^ use of undeclared type `Reg8Kind` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Reg8Kind` [INFO] [stdout] --> src/main.rs:8:28 [INFO] [stdout] | [INFO] [stdout] 8 | use registers::{Reg16Kind, Reg8Kind, Registers}; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `jp_hl` [INFO] [stdout] --> src/executors/jumps.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn jp_hl(cpu: &mut CPU) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `RotRight` [INFO] [stdout] --> src/instruction.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | RotRight, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `CarryToB7` [INFO] [stdout] --> src/instruction.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | CarryToB7, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `B0ToCarryAndB7` [INFO] [stdout] --> src/instruction.rs:36:5 [INFO] [stdout] | [INFO] [stdout] 36 | B0ToCarryAndB7, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant is never used: `IO_REGS_SIZE` [INFO] [stdout] --> src/memory_bus.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | pub const IO_REGS_SIZE: usize = IO_REGS_END - IO_REGS_START + 1; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `add` [INFO] [stdout] --> src/registers.rs:130:12 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn add(&self, reg: Reg8Kind, val: u8) -> (u8, bool) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/executors/subs.rs:87:23 [INFO] [stdout] | [INFO] [stdout] 87 | sub(&mut cpu, 0x00); [INFO] [stdout] | ^^^^ expected struct `Instr`, found integer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/executors/subs.rs:99:23 [INFO] [stdout] | [INFO] [stdout] 99 | sub(&mut cpu, 0x02); [INFO] [stdout] | ^^^^ expected struct `Instr`, found integer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/executors/subs.rs:116:23 [INFO] [stdout] | [INFO] [stdout] 116 | sub(&mut cpu, 0x20); [INFO] [stdout] | ^^^^ expected struct `Instr`, found integer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/executors/subs.rs:131:23 [INFO] [stdout] | [INFO] [stdout] 131 | sub(&mut cpu, 0b0000_1111); [INFO] [stdout] | ^^^^^^^^^^^ expected struct `Instr`, found integer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/executors/subs.rs:149:23 [INFO] [stdout] | [INFO] [stdout] 149 | sbc(&mut cpu, 0x00); [INFO] [stdout] | ^^^^ expected struct `Instr`, found integer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/executors/subs.rs:161:23 [INFO] [stdout] | [INFO] [stdout] 161 | sbc(&mut cpu, 0x01); [INFO] [stdout] | ^^^^ expected struct `Instr`, found integer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/executors/subs.rs:178:23 [INFO] [stdout] | [INFO] [stdout] 178 | sbc(&mut cpu, 0b0000_1001); [INFO] [stdout] | ^^^^^^^^^^^ expected struct `Instr`, found integer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/executors/subs.rs:193:23 [INFO] [stdout] | [INFO] [stdout] 193 | sbc(&mut cpu, 0b1111_1111); [INFO] [stdout] | ^^^^^^^^^^^ expected struct `Instr`, found integer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/executors/subs.rs:209:23 [INFO] [stdout] | [INFO] [stdout] 209 | sbc(&mut cpu, 0b1); [INFO] [stdout] | ^^^ expected struct `Instr`, found integer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/executors/subs.rs:226:23 [INFO] [stdout] | [INFO] [stdout] 226 | sbc(&mut cpu, 0b0001_0001); [INFO] [stdout] | ^^^^^^^^^^^ expected struct `Instr`, found integer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 36 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rboy` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "19d18f8a080ba3916ae39320c2a0ffc958b2ba9c69327b8a5c74cac627aabb8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19d18f8a080ba3916ae39320c2a0ffc958b2ba9c69327b8a5c74cac627aabb8b", kill_on_drop: false }` [INFO] [stdout] 19d18f8a080ba3916ae39320c2a0ffc958b2ba9c69327b8a5c74cac627aabb8b