Oct 14 23:16:37.395 INFO testing ddholmes/enniesse against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:16:37.395 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 23:16:37.820 INFO blam! 775c749861720094b2b1acab19ddbdcea122b75edd37d39880cfb305c1c7b8a3 Oct 14 23:16:37.822 INFO running `"docker" "start" "-a" "775c749861720094b2b1acab19ddbdcea122b75edd37d39880cfb305c1c7b8a3"` Oct 14 23:16:39.178 INFO kablam! usermod: no changes Oct 14 23:16:39.264 INFO kablam! Compiling enniesse-core v0.1.0 (/source/enniesse-core) Oct 14 23:16:39.264 INFO kablam! Compiling dylib v0.0.1 Oct 14 23:16:39.272 INFO kablam! Compiling minifb v0.9.1 Oct 14 23:16:40.559 INFO kablam! Compiling x11-dl v2.2.1 Oct 14 23:16:41.679 INFO kablam! warning: variable does not need to be mutable Oct 14 23:16:41.679 INFO kablam! --> enniesse-core/src/apu.rs:370:13 Oct 14 23:16:41.679 INFO kablam! | Oct 14 23:16:41.679 INFO kablam! 370 | let mut change = self.timer.period >> self.sweep_shift; Oct 14 23:16:41.679 INFO kablam! | ----^^^^^^ Oct 14 23:16:41.679 INFO kablam! | | Oct 14 23:16:41.679 INFO kablam! | help: remove this `mut` Oct 14 23:16:41.679 INFO kablam! | Oct 14 23:16:41.679 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:16:41.679 INFO kablam! Oct 14 23:16:41.803 INFO kablam! warning: constant item is never used: `PULSE_SEQUENCE` Oct 14 23:16:41.803 INFO kablam! --> enniesse-core/src/apu.rs:19:1 Oct 14 23:16:41.803 INFO kablam! | Oct 14 23:16:41.803 INFO kablam! 19 | / const PULSE_SEQUENCE: [[u8; 8]; 4] = [ Oct 14 23:16:41.803 INFO kablam! 20 | | [0, 1, 0, 0, 0, 0, 0, 0], Oct 14 23:16:41.803 INFO kablam! 21 | | [0, 1, 1, 0, 0, 0, 0, 0], Oct 14 23:16:41.803 INFO kablam! 22 | | [0, 1, 1, 1, 1, 0, 0, 0], Oct 14 23:16:41.803 INFO kablam! 23 | | [1, 0, 0, 1, 1, 1, 1, 1], Oct 14 23:16:41.803 INFO kablam! 24 | | ]; Oct 14 23:16:41.803 INFO kablam! | |__^ Oct 14 23:16:41.803 INFO kablam! | Oct 14 23:16:41.803 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:16:41.803 INFO kablam! Oct 14 23:16:41.812 INFO kablam! warning: constant item is never used: `TRIANGLE_SEQUENCE` Oct 14 23:16:41.812 INFO kablam! --> enniesse-core/src/apu.rs:31:1 Oct 14 23:16:41.812 INFO kablam! | Oct 14 23:16:41.812 INFO kablam! 31 | / const TRIANGLE_SEQUENCE: [u8; 32] = [ Oct 14 23:16:41.812 INFO kablam! 32 | | 15, 14, 13, 12, 11, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1, 0, Oct 14 23:16:41.812 INFO kablam! 33 | | 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 Oct 14 23:16:41.812 INFO kablam! 34 | | ]; Oct 14 23:16:41.812 INFO kablam! | |__^ Oct 14 23:16:41.812 INFO kablam! Oct 14 23:16:41.812 INFO kablam! warning: field is never used: `mapper` Oct 14 23:16:41.812 INFO kablam! --> enniesse-core/src/apu.rs:60:5 Oct 14 23:16:41.812 INFO kablam! | Oct 14 23:16:41.812 INFO kablam! 60 | mapper: Rc>>, Oct 14 23:16:41.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.812 INFO kablam! Oct 14 23:16:41.812 INFO kablam! warning: method is never used: `step_pulse` Oct 14 23:16:41.812 INFO kablam! --> enniesse-core/src/apu.rs:149:5 Oct 14 23:16:41.812 INFO kablam! | Oct 14 23:16:41.812 INFO kablam! 149 | fn step_pulse(&mut self) { Oct 14 23:16:41.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.812 INFO kablam! Oct 14 23:16:41.812 INFO kablam! warning: method is never used: `step_triangle` Oct 14 23:16:41.812 INFO kablam! --> enniesse-core/src/apu.rs:165:5 Oct 14 23:16:41.812 INFO kablam! | Oct 14 23:16:41.812 INFO kablam! 165 | fn step_triangle(&mut self) { Oct 14 23:16:41.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.812 INFO kablam! Oct 14 23:16:41.812 INFO kablam! warning: method is never used: `step_noise` Oct 14 23:16:41.812 INFO kablam! --> enniesse-core/src/apu.rs:175:5 Oct 14 23:16:41.812 INFO kablam! | Oct 14 23:16:41.812 INFO kablam! 175 | fn step_noise(&mut self) { Oct 14 23:16:41.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.812 INFO kablam! Oct 14 23:16:41.812 INFO kablam! warning: method is never used: `step_dmc` Oct 14 23:16:41.812 INFO kablam! --> enniesse-core/src/apu.rs:195:5 Oct 14 23:16:41.812 INFO kablam! | Oct 14 23:16:41.812 INFO kablam! 195 | fn step_dmc(&mut self) { Oct 14 23:16:41.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.812 INFO kablam! Oct 14 23:16:41.812 INFO kablam! warning: method is never used: `step_dmc_memory_reader` Oct 14 23:16:41.812 INFO kablam! --> enniesse-core/src/apu.rs:204:5 Oct 14 23:16:41.812 INFO kablam! | Oct 14 23:16:41.812 INFO kablam! 204 | fn step_dmc_memory_reader(&mut self) { Oct 14 23:16:41.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.812 INFO kablam! Oct 14 23:16:41.812 INFO kablam! warning: method is never used: `step_dmc_output` Oct 14 23:16:41.812 INFO kablam! --> enniesse-core/src/apu.rs:229:5 Oct 14 23:16:41.812 INFO kablam! | Oct 14 23:16:41.812 INFO kablam! 229 | fn step_dmc_output(&mut self) { Oct 14 23:16:41.812 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.812 INFO kablam! Oct 14 23:16:41.823 INFO kablam! warning: field is never used: `channel` Oct 14 23:16:41.823 INFO kablam! --> enniesse-core/src/apu.rs:283:5 Oct 14 23:16:41.823 INFO kablam! | Oct 14 23:16:41.823 INFO kablam! 283 | channel: u8, Oct 14 23:16:41.823 INFO kablam! | ^^^^^^^^^^^ Oct 14 23:16:41.823 INFO kablam! Oct 14 23:16:41.823 INFO kablam! warning: field is never used: `sweep_reload` Oct 14 23:16:41.823 INFO kablam! --> enniesse-core/src/apu.rs:292:5 Oct 14 23:16:41.823 INFO kablam! | Oct 14 23:16:41.823 INFO kablam! 292 | sweep_reload: bool, Oct 14 23:16:41.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.824 INFO kablam! Oct 14 23:16:41.824 INFO kablam! warning: field is never used: `sweep_counter` Oct 14 23:16:41.824 INFO kablam! --> enniesse-core/src/apu.rs:293:5 Oct 14 23:16:41.824 INFO kablam! | Oct 14 23:16:41.824 INFO kablam! 293 | sweep_counter: u8, Oct 14 23:16:41.824 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.824 INFO kablam! Oct 14 23:16:41.824 INFO kablam! warning: method is never used: `clock_sweep` Oct 14 23:16:41.824 INFO kablam! --> enniesse-core/src/apu.rs:353:5 Oct 14 23:16:41.824 INFO kablam! | Oct 14 23:16:41.824 INFO kablam! 353 | fn clock_sweep(&mut self) { Oct 14 23:16:41.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.824 INFO kablam! Oct 14 23:16:41.824 INFO kablam! warning: method is never used: `sweep_timer` Oct 14 23:16:41.824 INFO kablam! --> enniesse-core/src/apu.rs:369:5 Oct 14 23:16:41.824 INFO kablam! | Oct 14 23:16:41.824 INFO kablam! 369 | fn sweep_timer(&mut self) { Oct 14 23:16:41.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.824 INFO kablam! Oct 14 23:16:41.824 INFO kablam! warning: method is never used: `output` Oct 14 23:16:41.824 INFO kablam! --> enniesse-core/src/apu.rs:383:5 Oct 14 23:16:41.824 INFO kablam! | Oct 14 23:16:41.824 INFO kablam! 383 | fn output(&self) -> u8 { Oct 14 23:16:41.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.824 INFO kablam! Oct 14 23:16:41.824 INFO kablam! warning: field is never used: `linear_counter` Oct 14 23:16:41.824 INFO kablam! --> enniesse-core/src/apu.rs:399:5 Oct 14 23:16:41.824 INFO kablam! | Oct 14 23:16:41.824 INFO kablam! 399 | linear_counter: u8, Oct 14 23:16:41.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.824 INFO kablam! Oct 14 23:16:41.824 INFO kablam! warning: field is never used: `sequence_index` Oct 14 23:16:41.824 INFO kablam! --> enniesse-core/src/apu.rs:404:5 Oct 14 23:16:41.824 INFO kablam! | Oct 14 23:16:41.824 INFO kablam! 404 | sequence_index: u8, Oct 14 23:16:41.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.824 INFO kablam! Oct 14 23:16:41.824 INFO kablam! warning: method is never used: `step_linear_counter` Oct 14 23:16:41.824 INFO kablam! --> enniesse-core/src/apu.rs:435:5 Oct 14 23:16:41.824 INFO kablam! | Oct 14 23:16:41.824 INFO kablam! 435 | fn step_linear_counter(&mut self) { Oct 14 23:16:41.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.824 INFO kablam! Oct 14 23:16:41.824 INFO kablam! warning: method is never used: `output` Oct 14 23:16:41.824 INFO kablam! --> enniesse-core/src/apu.rs:447:5 Oct 14 23:16:41.824 INFO kablam! | Oct 14 23:16:41.824 INFO kablam! 447 | fn output(&self) -> u8 { Oct 14 23:16:41.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.824 INFO kablam! Oct 14 23:16:41.824 INFO kablam! warning: field is never used: `shift_register` Oct 14 23:16:41.824 INFO kablam! --> enniesse-core/src/apu.rs:462:5 Oct 14 23:16:41.824 INFO kablam! | Oct 14 23:16:41.824 INFO kablam! 462 | shift_register: u16, Oct 14 23:16:41.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.824 INFO kablam! Oct 14 23:16:41.824 INFO kablam! warning: method is never used: `output` Oct 14 23:16:41.824 INFO kablam! --> enniesse-core/src/apu.rs:503:5 Oct 14 23:16:41.824 INFO kablam! | Oct 14 23:16:41.824 INFO kablam! 503 | fn output(&self) -> u8 { Oct 14 23:16:41.824 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.824 INFO kablam! Oct 14 23:16:41.824 INFO kablam! warning: field is never used: `sample_buffer` Oct 14 23:16:41.824 INFO kablam! --> enniesse-core/src/apu.rs:521:5 Oct 14 23:16:41.824 INFO kablam! | Oct 14 23:16:41.824 INFO kablam! 521 | sample_buffer: u8, Oct 14 23:16:41.824 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.824 INFO kablam! Oct 14 23:16:41.839 INFO kablam! warning: field is never used: `output_shift_register` Oct 14 23:16:41.839 INFO kablam! --> enniesse-core/src/apu.rs:525:5 Oct 14 23:16:41.839 INFO kablam! | Oct 14 23:16:41.839 INFO kablam! 525 | output_shift_register: u8, Oct 14 23:16:41.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.839 INFO kablam! Oct 14 23:16:41.839 INFO kablam! warning: field is never used: `output_bits_remaining` Oct 14 23:16:41.839 INFO kablam! --> enniesse-core/src/apu.rs:526:5 Oct 14 23:16:41.839 INFO kablam! | Oct 14 23:16:41.839 INFO kablam! 526 | output_bits_remaining: u8, Oct 14 23:16:41.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.839 INFO kablam! Oct 14 23:16:41.839 INFO kablam! warning: method is never used: `output` Oct 14 23:16:41.839 INFO kablam! --> enniesse-core/src/apu.rs:562:5 Oct 14 23:16:41.839 INFO kablam! | Oct 14 23:16:41.839 INFO kablam! 562 | fn output(&self) -> u8 { Oct 14 23:16:41.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.839 INFO kablam! Oct 14 23:16:41.839 INFO kablam! warning: field is never used: `divider_counter` Oct 14 23:16:41.839 INFO kablam! --> enniesse-core/src/apu.rs:572:5 Oct 14 23:16:41.839 INFO kablam! | Oct 14 23:16:41.839 INFO kablam! 572 | divider_counter: u8, Oct 14 23:16:41.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.839 INFO kablam! Oct 14 23:16:41.839 INFO kablam! warning: field is never used: `decay_level` Oct 14 23:16:41.839 INFO kablam! --> enniesse-core/src/apu.rs:574:5 Oct 14 23:16:41.839 INFO kablam! | Oct 14 23:16:41.839 INFO kablam! 574 | decay_level: u8, Oct 14 23:16:41.839 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 23:16:41.839 INFO kablam! Oct 14 23:16:41.839 INFO kablam! warning: method is never used: `clock` Oct 14 23:16:41.839 INFO kablam! --> enniesse-core/src/apu.rs:584:5 Oct 14 23:16:41.839 INFO kablam! | Oct 14 23:16:41.839 INFO kablam! 584 | fn clock(&mut self) { Oct 14 23:16:41.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.839 INFO kablam! Oct 14 23:16:41.839 INFO kablam! warning: method is never used: `volume` Oct 14 23:16:41.839 INFO kablam! --> enniesse-core/src/apu.rs:602:5 Oct 14 23:16:41.839 INFO kablam! | Oct 14 23:16:41.839 INFO kablam! 602 | fn volume(&self) -> u8 { Oct 14 23:16:41.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.839 INFO kablam! Oct 14 23:16:41.839 INFO kablam! warning: method is never used: `clock` Oct 14 23:16:41.839 INFO kablam! --> enniesse-core/src/apu.rs:618:5 Oct 14 23:16:41.839 INFO kablam! | Oct 14 23:16:41.839 INFO kablam! 618 | fn clock(&mut self) { Oct 14 23:16:41.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.840 INFO kablam! Oct 14 23:16:41.840 INFO kablam! warning: method is never used: `tick` Oct 14 23:16:41.840 INFO kablam! --> enniesse-core/src/apu.rs:637:5 Oct 14 23:16:41.840 INFO kablam! | Oct 14 23:16:41.840 INFO kablam! 637 | fn tick(&mut self) -> bool { Oct 14 23:16:41.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:16:41.840 INFO kablam! Oct 14 23:16:51.403 INFO kablam! Compiling enniesse v0.1.0 (/source) Oct 14 23:16:52.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.60s Oct 14 23:16:52.804 INFO kablam! su: No module specific data is present Oct 14 23:16:53.103 INFO running `"docker" "rm" "-f" "775c749861720094b2b1acab19ddbdcea122b75edd37d39880cfb305c1c7b8a3"` Oct 14 23:16:53.270 INFO blam! 775c749861720094b2b1acab19ddbdcea122b75edd37d39880cfb305c1c7b8a3 Oct 14 23:16:53.279 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 23:16:53.550 INFO blam! 0bb00932dcd225c47fbba05c97f8015062b9a56317215aed85f75df5a5e7b500 Oct 14 23:16:53.557 INFO running `"docker" "start" "-a" "0bb00932dcd225c47fbba05c97f8015062b9a56317215aed85f75df5a5e7b500"` Oct 14 23:16:53.946 INFO kablam! usermod: no changes Oct 14 23:16:53.988 INFO kablam! Compiling enniesse v0.1.0 (/source) Oct 14 23:16:54.664 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.70s Oct 14 23:16:54.666 INFO kablam! su: No module specific data is present Oct 14 23:16:54.936 INFO running `"docker" "rm" "-f" "0bb00932dcd225c47fbba05c97f8015062b9a56317215aed85f75df5a5e7b500"` Oct 14 23:16:55.063 INFO blam! 0bb00932dcd225c47fbba05c97f8015062b9a56317215aed85f75df5a5e7b500 Oct 14 23:16:55.068 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 23:16:55.339 INFO blam! e9eb913e181660e5a247011a8867ed4708951d867003eb4ec4ffb958e25bf956 Oct 14 23:16:55.355 INFO running `"docker" "start" "-a" "e9eb913e181660e5a247011a8867ed4708951d867003eb4ec4ffb958e25bf956"` Oct 14 23:16:55.985 INFO kablam! usermod: no changes Oct 14 23:16:56.051 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 14 23:16:56.055 INFO kablam! Running /target/debug/deps/enniesse-e5c81259d3169a3b Oct 14 23:16:56.062 INFO blam! Oct 14 23:16:56.062 INFO blam! running 0 tests Oct 14 23:16:56.062 INFO blam! Oct 14 23:16:56.062 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:16:56.063 INFO blam! Oct 14 23:16:56.064 INFO kablam! su: No module specific data is present Oct 14 23:16:56.491 INFO running `"docker" "rm" "-f" "e9eb913e181660e5a247011a8867ed4708951d867003eb4ec4ffb958e25bf956"` Oct 14 23:16:56.779 INFO blam! e9eb913e181660e5a247011a8867ed4708951d867003eb4ec4ffb958e25bf956