Oct 15 09:43:08.912 INFO testing JustBeYou/AsyncHTTP against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:43:08.912 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 09:43:09.273 INFO blam! caf7b9a64316a95ffffef6ca3c4d6a18c072a31c55b97bd8e618a4ba6bc0449a Oct 15 09:43:09.273 INFO running `"docker" "start" "-a" "caf7b9a64316a95ffffef6ca3c4d6a18c072a31c55b97bd8e618a4ba6bc0449a"` Oct 15 09:43:10.359 INFO kablam! usermod: no changes Oct 15 09:43:10.467 INFO kablam! Compiling rust-ini v0.13.0 Oct 15 09:43:10.467 INFO kablam! Compiling mio v0.6.16 Oct 15 09:43:13.167 INFO kablam! Compiling async_http v0.1.0 (/source) Oct 15 09:43:13.824 INFO kablam! warning: unused variable: `event_box` Oct 15 09:43:13.824 INFO kablam! --> src/server/listener.rs:115:16 Oct 15 09:43:13.824 INFO kablam! | Oct 15 09:43:13.824 INFO kablam! 115 | Ok(event_box) => { Oct 15 09:43:13.825 INFO kablam! | ^^^^^^^^^ help: consider using `_event_box` instead Oct 15 09:43:13.825 INFO kablam! | Oct 15 09:43:13.825 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:43:13.825 INFO kablam! Oct 15 09:43:13.825 INFO kablam! warning: unused variable: `error` Oct 15 09:43:13.825 INFO kablam! --> src/server/listener.rs:120:17 Oct 15 09:43:13.826 INFO kablam! | Oct 15 09:43:13.826 INFO kablam! 120 | Err(error) => { Oct 15 09:43:13.826 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 15 09:43:13.826 INFO kablam! Oct 15 09:43:13.847 INFO kablam! warning: enum is never used: `ListenerError` Oct 15 09:43:13.848 INFO kablam! --> src/server/listener.rs:12:1 Oct 15 09:43:13.848 INFO kablam! | Oct 15 09:43:13.848 INFO kablam! 12 | pub enum ListenerError{ Oct 15 09:43:13.848 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.849 INFO kablam! | Oct 15 09:43:13.849 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:43:13.849 INFO kablam! Oct 15 09:43:13.849 INFO kablam! warning: enum is never used: `ListenerStatus` Oct 15 09:43:13.849 INFO kablam! --> src/server/listener.rs:18:1 Oct 15 09:43:13.849 INFO kablam! | Oct 15 09:43:13.849 INFO kablam! 18 | pub enum ListenerStatus { Oct 15 09:43:13.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.849 INFO kablam! Oct 15 09:43:13.849 INFO kablam! warning: field is never used: `address` Oct 15 09:43:13.849 INFO kablam! --> src/server/listener.rs:25:5 Oct 15 09:43:13.849 INFO kablam! | Oct 15 09:43:13.849 INFO kablam! 25 | address: SocketAddr, Oct 15 09:43:13.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.849 INFO kablam! Oct 15 09:43:13.849 INFO kablam! warning: field is never used: `tcp_listener` Oct 15 09:43:13.849 INFO kablam! --> src/server/listener.rs:27:5 Oct 15 09:43:13.849 INFO kablam! | Oct 15 09:43:13.849 INFO kablam! 27 | tcp_listener: TcpListener, Oct 15 09:43:13.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.849 INFO kablam! Oct 15 09:43:13.849 INFO kablam! warning: field is never used: `conn_limit` Oct 15 09:43:13.849 INFO kablam! --> src/server/listener.rs:28:5 Oct 15 09:43:13.849 INFO kablam! | Oct 15 09:43:13.849 INFO kablam! 28 | conn_limit: u64, Oct 15 09:43:13.849 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 09:43:13.849 INFO kablam! Oct 15 09:43:13.849 INFO kablam! warning: field is never used: `online_clients` Oct 15 09:43:13.849 INFO kablam! --> src/server/listener.rs:29:5 Oct 15 09:43:13.849 INFO kablam! | Oct 15 09:43:13.849 INFO kablam! 29 | online_clients: u64, Oct 15 09:43:13.849 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.849 INFO kablam! Oct 15 09:43:13.850 INFO kablam! warning: field is never used: `poll` Oct 15 09:43:13.850 INFO kablam! --> src/server/listener.rs:30:5 Oct 15 09:43:13.850 INFO kablam! | Oct 15 09:43:13.850 INFO kablam! 30 | poll: Poll, Oct 15 09:43:13.850 INFO kablam! | ^^^^^^^^^^ Oct 15 09:43:13.850 INFO kablam! Oct 15 09:43:13.850 INFO kablam! warning: field is never used: `events` Oct 15 09:43:13.850 INFO kablam! --> src/server/listener.rs:31:5 Oct 15 09:43:13.850 INFO kablam! | Oct 15 09:43:13.850 INFO kablam! 31 | events: Events, Oct 15 09:43:13.850 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 09:43:13.850 INFO kablam! Oct 15 09:43:13.850 INFO kablam! warning: method is never used: `wait_event` Oct 15 09:43:13.850 INFO kablam! --> src/server/listener.rs:68:5 Oct 15 09:43:13.850 INFO kablam! | Oct 15 09:43:13.850 INFO kablam! 68 | pub fn wait_event(&mut self) -> Result { Oct 15 09:43:13.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.850 INFO kablam! Oct 15 09:43:13.850 INFO kablam! warning: method is never used: `match_event` Oct 15 09:43:13.850 INFO kablam! --> src/server/listener.rs:113:5 Oct 15 09:43:13.850 INFO kablam! | Oct 15 09:43:13.850 INFO kablam! 113 | pub fn match_event(event: Result) -> ListenerStatus { Oct 15 09:43:13.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.850 INFO kablam! Oct 15 09:43:13.850 INFO kablam! warning: type alias is never used: `EventBox` Oct 15 09:43:13.850 INFO kablam! --> src/server/events.rs:5:1 Oct 15 09:43:13.850 INFO kablam! | Oct 15 09:43:13.850 INFO kablam! 5 | pub type EventBox = Box; Oct 15 09:43:13.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.850 INFO kablam! Oct 15 09:43:13.850 INFO kablam! warning: struct is never constructed: `ConnectionAccepted` Oct 15 09:43:13.850 INFO kablam! --> src/server/events.rs:8:1 Oct 15 09:43:13.850 INFO kablam! | Oct 15 09:43:13.850 INFO kablam! 8 | struct ConnectionAccepted { Oct 15 09:43:13.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.850 INFO kablam! Oct 15 09:43:13.850 INFO kablam! warning: struct is never constructed: `ConnectionClosed` Oct 15 09:43:13.850 INFO kablam! --> src/server/events.rs:17:1 Oct 15 09:43:13.850 INFO kablam! | Oct 15 09:43:13.850 INFO kablam! 17 | struct ConnectionClosed { Oct 15 09:43:13.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.850 INFO kablam! Oct 15 09:43:13.850 INFO kablam! warning: struct is never constructed: `IncomingData` Oct 15 09:43:13.850 INFO kablam! --> src/server/events.rs:26:1 Oct 15 09:43:13.850 INFO kablam! | Oct 15 09:43:13.850 INFO kablam! 26 | struct IncomingData { Oct 15 09:43:13.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.850 INFO kablam! Oct 15 09:43:13.850 INFO kablam! warning: struct is never constructed: `OutgoingData` Oct 15 09:43:13.850 INFO kablam! --> src/server/events.rs:35:1 Oct 15 09:43:13.850 INFO kablam! | Oct 15 09:43:13.850 INFO kablam! 35 | struct OutgoingData { Oct 15 09:43:13.850 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:13.850 INFO kablam! Oct 15 09:43:14.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.99s Oct 15 09:43:14.371 INFO kablam! su: No module specific data is present Oct 15 09:43:14.650 INFO running `"docker" "rm" "-f" "caf7b9a64316a95ffffef6ca3c4d6a18c072a31c55b97bd8e618a4ba6bc0449a"` Oct 15 09:43:14.865 INFO blam! caf7b9a64316a95ffffef6ca3c4d6a18c072a31c55b97bd8e618a4ba6bc0449a Oct 15 09:43:14.869 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 09:43:15.043 INFO blam! 68fed8ac4632846982ce68d528c9ae9b786c396557eed1511817cd3f7cc64ed4 Oct 15 09:43:15.045 INFO running `"docker" "start" "-a" "68fed8ac4632846982ce68d528c9ae9b786c396557eed1511817cd3f7cc64ed4"` Oct 15 09:43:15.476 INFO kablam! usermod: no changes Oct 15 09:43:15.529 INFO kablam! Compiling async_http v0.1.0 (/source) Oct 15 09:43:16.191 INFO kablam! warning: unused variable: `event_box` Oct 15 09:43:16.191 INFO kablam! --> src/server/listener.rs:115:16 Oct 15 09:43:16.191 INFO kablam! | Oct 15 09:43:16.191 INFO kablam! 115 | Ok(event_box) => { Oct 15 09:43:16.191 INFO kablam! | ^^^^^^^^^ help: consider using `_event_box` instead Oct 15 09:43:16.191 INFO kablam! | Oct 15 09:43:16.191 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:43:16.191 INFO kablam! Oct 15 09:43:16.191 INFO kablam! warning: unused variable: `error` Oct 15 09:43:16.191 INFO kablam! --> src/server/listener.rs:120:17 Oct 15 09:43:16.191 INFO kablam! | Oct 15 09:43:16.191 INFO kablam! 120 | Err(error) => { Oct 15 09:43:16.191 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 15 09:43:16.191 INFO kablam! Oct 15 09:43:16.203 INFO kablam! warning: enum is never used: `ListenerError` Oct 15 09:43:16.203 INFO kablam! --> src/server/listener.rs:12:1 Oct 15 09:43:16.203 INFO kablam! | Oct 15 09:43:16.203 INFO kablam! 12 | pub enum ListenerError{ Oct 15 09:43:16.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:16.203 INFO kablam! | Oct 15 09:43:16.203 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:43:16.203 INFO kablam! Oct 15 09:43:16.203 INFO kablam! warning: enum is never used: `ListenerStatus` Oct 15 09:43:16.203 INFO kablam! --> src/server/listener.rs:18:1 Oct 15 09:43:16.203 INFO kablam! | Oct 15 09:43:16.203 INFO kablam! 18 | pub enum ListenerStatus { Oct 15 09:43:16.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:16.203 INFO kablam! Oct 15 09:43:16.203 INFO kablam! warning: field is never used: `address` Oct 15 09:43:16.203 INFO kablam! --> src/server/listener.rs:25:5 Oct 15 09:43:16.203 INFO kablam! | Oct 15 09:43:16.203 INFO kablam! 25 | address: SocketAddr, Oct 15 09:43:16.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:16.203 INFO kablam! Oct 15 09:43:16.203 INFO kablam! warning: field is never used: `tcp_listener` Oct 15 09:43:16.203 INFO kablam! --> src/server/listener.rs:27:5 Oct 15 09:43:16.203 INFO kablam! | Oct 15 09:43:16.203 INFO kablam! 27 | tcp_listener: TcpListener, Oct 15 09:43:16.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:16.203 INFO kablam! Oct 15 09:43:16.203 INFO kablam! warning: field is never used: `conn_limit` Oct 15 09:43:16.203 INFO kablam! --> src/server/listener.rs:28:5 Oct 15 09:43:16.203 INFO kablam! | Oct 15 09:43:16.203 INFO kablam! 28 | conn_limit: u64, Oct 15 09:43:16.203 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 09:43:16.203 INFO kablam! Oct 15 09:43:16.204 INFO kablam! warning: field is never used: `online_clients` Oct 15 09:43:16.204 INFO kablam! --> src/server/listener.rs:29:5 Oct 15 09:43:16.204 INFO kablam! | Oct 15 09:43:16.204 INFO kablam! 29 | online_clients: u64, Oct 15 09:43:16.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:16.204 INFO kablam! Oct 15 09:43:16.204 INFO kablam! warning: field is never used: `poll` Oct 15 09:43:16.204 INFO kablam! --> src/server/listener.rs:30:5 Oct 15 09:43:16.204 INFO kablam! | Oct 15 09:43:16.204 INFO kablam! 30 | poll: Poll, Oct 15 09:43:16.204 INFO kablam! | ^^^^^^^^^^ Oct 15 09:43:16.204 INFO kablam! Oct 15 09:43:16.204 INFO kablam! warning: field is never used: `events` Oct 15 09:43:16.204 INFO kablam! --> src/server/listener.rs:31:5 Oct 15 09:43:16.204 INFO kablam! | Oct 15 09:43:16.204 INFO kablam! 31 | events: Events, Oct 15 09:43:16.204 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 09:43:16.204 INFO kablam! Oct 15 09:43:16.204 INFO kablam! warning: method is never used: `wait_event` Oct 15 09:43:16.204 INFO kablam! --> src/server/listener.rs:68:5 Oct 15 09:43:16.204 INFO kablam! | Oct 15 09:43:16.204 INFO kablam! 68 | pub fn wait_event(&mut self) -> Result { Oct 15 09:43:16.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:16.204 INFO kablam! Oct 15 09:43:16.204 INFO kablam! warning: method is never used: `match_event` Oct 15 09:43:16.204 INFO kablam! --> src/server/listener.rs:113:5 Oct 15 09:43:16.204 INFO kablam! | Oct 15 09:43:16.204 INFO kablam! 113 | pub fn match_event(event: Result) -> ListenerStatus { Oct 15 09:43:16.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:16.204 INFO kablam! Oct 15 09:43:16.204 INFO kablam! warning: type alias is never used: `EventBox` Oct 15 09:43:16.204 INFO kablam! --> src/server/events.rs:5:1 Oct 15 09:43:16.204 INFO kablam! | Oct 15 09:43:16.204 INFO kablam! 5 | pub type EventBox = Box; Oct 15 09:43:16.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:16.204 INFO kablam! Oct 15 09:43:16.204 INFO kablam! warning: struct is never constructed: `ConnectionAccepted` Oct 15 09:43:16.204 INFO kablam! --> src/server/events.rs:8:1 Oct 15 09:43:16.204 INFO kablam! | Oct 15 09:43:16.204 INFO kablam! 8 | struct ConnectionAccepted { Oct 15 09:43:16.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:16.204 INFO kablam! Oct 15 09:43:16.204 INFO kablam! warning: struct is never constructed: `ConnectionClosed` Oct 15 09:43:16.204 INFO kablam! --> src/server/events.rs:17:1 Oct 15 09:43:16.204 INFO kablam! | Oct 15 09:43:16.204 INFO kablam! 17 | struct ConnectionClosed { Oct 15 09:43:16.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:16.204 INFO kablam! Oct 15 09:43:16.204 INFO kablam! warning: struct is never constructed: `IncomingData` Oct 15 09:43:16.204 INFO kablam! --> src/server/events.rs:26:1 Oct 15 09:43:16.204 INFO kablam! | Oct 15 09:43:16.204 INFO kablam! 26 | struct IncomingData { Oct 15 09:43:16.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:16.204 INFO kablam! Oct 15 09:43:16.204 INFO kablam! warning: struct is never constructed: `OutgoingData` Oct 15 09:43:16.204 INFO kablam! --> src/server/events.rs:35:1 Oct 15 09:43:16.204 INFO kablam! | Oct 15 09:43:16.204 INFO kablam! 35 | struct OutgoingData { Oct 15 09:43:16.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 09:43:16.204 INFO kablam! Oct 15 09:43:16.708 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 15 09:43:16.722 INFO kablam! su: No module specific data is present Oct 15 09:43:17.359 INFO running `"docker" "rm" "-f" "68fed8ac4632846982ce68d528c9ae9b786c396557eed1511817cd3f7cc64ed4"` Oct 15 09:43:17.559 INFO blam! 68fed8ac4632846982ce68d528c9ae9b786c396557eed1511817cd3f7cc64ed4 Oct 15 09:43:17.559 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 09:43:17.909 INFO blam! ffa7d7c754e7895ac384926370fe80ea0cd77db6c85f13f8dfa46401fd236511 Oct 15 09:43:17.911 INFO running `"docker" "start" "-a" "ffa7d7c754e7895ac384926370fe80ea0cd77db6c85f13f8dfa46401fd236511"` Oct 15 09:43:19.749 INFO kablam! usermod: no changes Oct 15 09:43:19.823 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:43:19.828 INFO kablam! Running /target/debug/deps/async_http-0d13e7ef2ae6c799 Oct 15 09:43:19.855 INFO blam! Oct 15 09:43:19.855 INFO blam! running 0 tests Oct 15 09:43:19.855 INFO blam! Oct 15 09:43:19.855 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:43:19.855 INFO blam! Oct 15 09:43:19.855 INFO kablam! su: No module specific data is present Oct 15 09:43:21.191 INFO running `"docker" "rm" "-f" "ffa7d7c754e7895ac384926370fe80ea0cd77db6c85f13f8dfa46401fd236511"` Oct 15 09:43:21.511 INFO blam! ffa7d7c754e7895ac384926370fe80ea0cd77db6c85f13f8dfa46401fd236511