Oct 13 06:31:58.542 INFO testing mratsim/bndump against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 06:31:58.542 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 06:31:59.080 INFO blam! 49bc9cbda7ff10d8528efca23148292c8a753881ef785b25adf5ccc044ca980e Oct 13 06:31:59.081 INFO running `"docker" "start" "-a" "49bc9cbda7ff10d8528efca23148292c8a753881ef785b25adf5ccc044ca980e"` Oct 13 06:32:00.393 INFO kablam! usermod: no changes Oct 13 06:32:00.503 INFO kablam! Compiling bndump v0.1.0 (/source) Oct 13 06:32:01.031 INFO kablam! warning: unused import: `Encodable` Oct 13 06:32:01.031 INFO kablam! --> src/main.rs:6:29 Oct 13 06:32:01.031 INFO kablam! | Oct 13 06:32:01.031 INFO kablam! 6 | use rustc_serialize::{json, Encodable}; Oct 13 06:32:01.031 INFO kablam! | ^^^^^^^^^ Oct 13 06:32:01.031 INFO kablam! | Oct 13 06:32:01.031 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:32:01.031 INFO kablam! Oct 13 06:32:01.310 INFO kablam! warning: unused variable: `buf` Oct 13 06:32:01.310 INFO kablam! --> src/main.rs:12:13 Oct 13 06:32:01.311 INFO kablam! | Oct 13 06:32:01.311 INFO kablam! 12 | let mut buf = [0u8; (8 * 8)]; Oct 13 06:32:01.311 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 13 06:32:01.312 INFO kablam! | Oct 13 06:32:01.312 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:32:01.312 INFO kablam! Oct 13 06:32:01.319 INFO kablam! warning: variable does not need to be mutable Oct 13 06:32:01.320 INFO kablam! --> src/main.rs:12:9 Oct 13 06:32:01.320 INFO kablam! | Oct 13 06:32:01.321 INFO kablam! 12 | let mut buf = [0u8; (8 * 8)]; Oct 13 06:32:01.321 INFO kablam! | ----^^^ Oct 13 06:32:01.321 INFO kablam! | | Oct 13 06:32:01.321 INFO kablam! | help: remove this `mut` Oct 13 06:32:01.322 INFO kablam! | Oct 13 06:32:01.322 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:32:01.322 INFO kablam! Oct 13 06:32:01.387 INFO kablam! warning: method is never used: `one` Oct 13 06:32:01.387 INFO kablam! --> src/arith.rs:192:5 Oct 13 06:32:01.387 INFO kablam! | Oct 13 06:32:01.388 INFO kablam! 192 | pub fn one() -> U256 { Oct 13 06:32:01.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:01.388 INFO kablam! | Oct 13 06:32:01.388 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:32:01.389 INFO kablam! Oct 13 06:32:01.389 INFO kablam! warning: method is never used: `is_zero` Oct 13 06:32:01.389 INFO kablam! --> src/arith.rs:202:5 Oct 13 06:32:01.390 INFO kablam! | Oct 13 06:32:01.390 INFO kablam! 202 | pub fn is_zero(&self) -> bool { Oct 13 06:32:01.390 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:01.391 INFO kablam! Oct 13 06:32:01.391 INFO kablam! warning: method is never used: `add` Oct 13 06:32:01.391 INFO kablam! --> src/arith.rs:240:5 Oct 13 06:32:01.391 INFO kablam! | Oct 13 06:32:01.391 INFO kablam! 240 | pub fn add(&mut self, other: &U256, modulo: &U256) { Oct 13 06:32:01.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:01.392 INFO kablam! Oct 13 06:32:01.392 INFO kablam! warning: method is never used: `sub` Oct 13 06:32:01.392 INFO kablam! --> src/arith.rs:249:5 Oct 13 06:32:01.392 INFO kablam! | Oct 13 06:32:01.393 INFO kablam! 249 | pub fn sub(&mut self, other: &U256, modulo: &U256) { Oct 13 06:32:01.393 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:01.393 INFO kablam! Oct 13 06:32:01.393 INFO kablam! warning: method is never used: `mul` Oct 13 06:32:01.393 INFO kablam! --> src/arith.rs:259:5 Oct 13 06:32:01.394 INFO kablam! | Oct 13 06:32:01.394 INFO kablam! 259 | pub fn mul(&mut self, other: &U256, modulo: &U256, inv: u64) { Oct 13 06:32:01.394 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:01.394 INFO kablam! Oct 13 06:32:01.395 INFO kablam! warning: method is never used: `neg` Oct 13 06:32:01.395 INFO kablam! --> src/arith.rs:268:5 Oct 13 06:32:01.395 INFO kablam! | Oct 13 06:32:01.395 INFO kablam! 268 | pub fn neg(&mut self, modulo: &U256) { Oct 13 06:32:01.396 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:01.396 INFO kablam! Oct 13 06:32:01.396 INFO kablam! warning: method is never used: `is_even` Oct 13 06:32:01.397 INFO kablam! --> src/arith.rs:278:5 Oct 13 06:32:01.397 INFO kablam! | Oct 13 06:32:01.397 INFO kablam! 278 | pub fn is_even(&self) -> bool { Oct 13 06:32:01.397 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:01.398 INFO kablam! Oct 13 06:32:01.398 INFO kablam! warning: method is never used: `invert` Oct 13 06:32:01.398 INFO kablam! --> src/arith.rs:283:5 Oct 13 06:32:01.399 INFO kablam! | Oct 13 06:32:01.399 INFO kablam! 283 | pub fn invert(&mut self, modulo: &U256) { Oct 13 06:32:01.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:01.400 INFO kablam! Oct 13 06:32:01.400 INFO kablam! warning: method is never used: `bits` Oct 13 06:32:01.400 INFO kablam! --> src/arith.rs:333:5 Oct 13 06:32:01.400 INFO kablam! | Oct 13 06:32:01.401 INFO kablam! 333 | pub fn bits(&self) -> BitIterator { Oct 13 06:32:01.401 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:01.401 INFO kablam! Oct 13 06:32:01.402 INFO kablam! warning: struct is never constructed: `BitIterator` Oct 13 06:32:01.402 INFO kablam! --> src/arith.rs:341:1 Oct 13 06:32:01.402 INFO kablam! | Oct 13 06:32:01.403 INFO kablam! 341 | pub struct BitIterator<'a> { Oct 13 06:32:01.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:01.403 INFO kablam! Oct 13 06:32:01.404 INFO kablam! warning: function is never used: `div2` Oct 13 06:32:01.404 INFO kablam! --> src/arith.rs:363:1 Oct 13 06:32:01.404 INFO kablam! | Oct 13 06:32:01.404 INFO kablam! 363 | fn div2(a: &mut [u64; 4]) { Oct 13 06:32:01.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:01.405 INFO kablam! Oct 13 06:32:01.405 INFO kablam! warning: function is never used: `add_nocarry` Oct 13 06:32:01.406 INFO kablam! --> src/arith.rs:410:1 Oct 13 06:32:01.406 INFO kablam! | Oct 13 06:32:01.406 INFO kablam! 410 | fn add_nocarry(a: &mut [u64; 4], b: &[u64; 4]) { Oct 13 06:32:01.407 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:01.407 INFO kablam! Oct 13 06:32:01.407 INFO kablam! warning: function is never used: `mul_reduce` Oct 13 06:32:01.407 INFO kablam! --> src/arith.rs:483:1 Oct 13 06:32:01.408 INFO kablam! | Oct 13 06:32:01.408 INFO kablam! 483 | / fn mul_reduce( Oct 13 06:32:01.408 INFO kablam! 484 | | this: &mut [u64; 4], Oct 13 06:32:01.409 INFO kablam! 485 | | by: &[u64; 4], Oct 13 06:32:01.409 INFO kablam! 486 | | modulus: &[u64; 4], Oct 13 06:32:01.409 INFO kablam! ... | Oct 13 06:32:01.410 INFO kablam! 504 | | this.copy_from_slice(&res[4..]); Oct 13 06:32:01.410 INFO kablam! 505 | | } Oct 13 06:32:01.410 INFO kablam! | |_^ Oct 13 06:32:01.410 INFO kablam! Oct 13 06:32:02.364 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.92s Oct 13 06:32:02.365 INFO kablam! su: No module specific data is present Oct 13 06:32:02.943 INFO running `"docker" "rm" "-f" "49bc9cbda7ff10d8528efca23148292c8a753881ef785b25adf5ccc044ca980e"` Oct 13 06:32:03.283 INFO blam! 49bc9cbda7ff10d8528efca23148292c8a753881ef785b25adf5ccc044ca980e Oct 13 06:32:03.292 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 06:32:03.711 INFO blam! c5c271ee4412f1766880fb4323d9a3a6e887ee2ba31a50624f1beeb2ef08c408 Oct 13 06:32:03.716 INFO running `"docker" "start" "-a" "c5c271ee4412f1766880fb4323d9a3a6e887ee2ba31a50624f1beeb2ef08c408"` Oct 13 06:32:04.946 INFO kablam! usermod: no changes Oct 13 06:32:05.003 INFO kablam! Compiling bndump v0.1.0 (/source) Oct 13 06:32:05.383 INFO kablam! warning: unused import: `Encodable` Oct 13 06:32:05.383 INFO kablam! --> src/main.rs:6:29 Oct 13 06:32:05.383 INFO kablam! | Oct 13 06:32:05.383 INFO kablam! 6 | use rustc_serialize::{json, Encodable}; Oct 13 06:32:05.383 INFO kablam! | ^^^^^^^^^ Oct 13 06:32:05.384 INFO kablam! | Oct 13 06:32:05.384 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:32:05.384 INFO kablam! Oct 13 06:32:05.647 INFO kablam! warning: unused variable: `buf` Oct 13 06:32:05.647 INFO kablam! --> src/main.rs:12:13 Oct 13 06:32:05.647 INFO kablam! | Oct 13 06:32:05.648 INFO kablam! 12 | let mut buf = [0u8; (8 * 8)]; Oct 13 06:32:05.648 INFO kablam! | ^^^ help: consider using `_buf` instead Oct 13 06:32:05.648 INFO kablam! | Oct 13 06:32:05.648 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 06:32:05.648 INFO kablam! Oct 13 06:32:05.648 INFO kablam! warning: variable does not need to be mutable Oct 13 06:32:05.648 INFO kablam! --> src/main.rs:12:9 Oct 13 06:32:05.649 INFO kablam! | Oct 13 06:32:05.649 INFO kablam! 12 | let mut buf = [0u8; (8 * 8)]; Oct 13 06:32:05.649 INFO kablam! | ----^^^ Oct 13 06:32:05.649 INFO kablam! | | Oct 13 06:32:05.649 INFO kablam! | help: remove this `mut` Oct 13 06:32:05.649 INFO kablam! | Oct 13 06:32:05.649 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 06:32:05.650 INFO kablam! Oct 13 06:32:05.727 INFO kablam! warning: method is never used: `is_zero` Oct 13 06:32:05.727 INFO kablam! --> src/arith.rs:202:5 Oct 13 06:32:05.727 INFO kablam! | Oct 13 06:32:05.727 INFO kablam! 202 | pub fn is_zero(&self) -> bool { Oct 13 06:32:05.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:05.727 INFO kablam! | Oct 13 06:32:05.727 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:32:05.727 INFO kablam! Oct 13 06:32:05.727 INFO kablam! warning: method is never used: `add` Oct 13 06:32:05.727 INFO kablam! --> src/arith.rs:240:5 Oct 13 06:32:05.727 INFO kablam! | Oct 13 06:32:05.727 INFO kablam! 240 | pub fn add(&mut self, other: &U256, modulo: &U256) { Oct 13 06:32:05.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:05.727 INFO kablam! Oct 13 06:32:05.727 INFO kablam! warning: method is never used: `sub` Oct 13 06:32:05.727 INFO kablam! --> src/arith.rs:249:5 Oct 13 06:32:05.727 INFO kablam! | Oct 13 06:32:05.727 INFO kablam! 249 | pub fn sub(&mut self, other: &U256, modulo: &U256) { Oct 13 06:32:05.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:05.727 INFO kablam! Oct 13 06:32:05.727 INFO kablam! warning: method is never used: `mul` Oct 13 06:32:05.727 INFO kablam! --> src/arith.rs:259:5 Oct 13 06:32:05.727 INFO kablam! | Oct 13 06:32:05.727 INFO kablam! 259 | pub fn mul(&mut self, other: &U256, modulo: &U256, inv: u64) { Oct 13 06:32:05.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:05.727 INFO kablam! Oct 13 06:32:05.727 INFO kablam! warning: method is never used: `neg` Oct 13 06:32:05.727 INFO kablam! --> src/arith.rs:268:5 Oct 13 06:32:05.727 INFO kablam! | Oct 13 06:32:05.727 INFO kablam! 268 | pub fn neg(&mut self, modulo: &U256) { Oct 13 06:32:05.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:05.727 INFO kablam! Oct 13 06:32:05.727 INFO kablam! warning: method is never used: `is_even` Oct 13 06:32:05.727 INFO kablam! --> src/arith.rs:278:5 Oct 13 06:32:05.727 INFO kablam! | Oct 13 06:32:05.727 INFO kablam! 278 | pub fn is_even(&self) -> bool { Oct 13 06:32:05.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:05.727 INFO kablam! Oct 13 06:32:05.727 INFO kablam! warning: method is never used: `invert` Oct 13 06:32:05.727 INFO kablam! --> src/arith.rs:283:5 Oct 13 06:32:05.727 INFO kablam! | Oct 13 06:32:05.727 INFO kablam! 283 | pub fn invert(&mut self, modulo: &U256) { Oct 13 06:32:05.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:05.727 INFO kablam! Oct 13 06:32:05.727 INFO kablam! warning: function is never used: `div2` Oct 13 06:32:05.727 INFO kablam! --> src/arith.rs:363:1 Oct 13 06:32:05.727 INFO kablam! | Oct 13 06:32:05.727 INFO kablam! 363 | fn div2(a: &mut [u64; 4]) { Oct 13 06:32:05.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:05.727 INFO kablam! Oct 13 06:32:05.727 INFO kablam! warning: function is never used: `add_nocarry` Oct 13 06:32:05.727 INFO kablam! --> src/arith.rs:410:1 Oct 13 06:32:05.727 INFO kablam! | Oct 13 06:32:05.727 INFO kablam! 410 | fn add_nocarry(a: &mut [u64; 4], b: &[u64; 4]) { Oct 13 06:32:05.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:32:05.727 INFO kablam! Oct 13 06:32:05.727 INFO kablam! warning: function is never used: `mul_reduce` Oct 13 06:32:05.727 INFO kablam! --> src/arith.rs:483:1 Oct 13 06:32:05.727 INFO kablam! | Oct 13 06:32:05.727 INFO kablam! 483 | / fn mul_reduce( Oct 13 06:32:05.727 INFO kablam! 484 | | this: &mut [u64; 4], Oct 13 06:32:05.727 INFO kablam! 485 | | by: &[u64; 4], Oct 13 06:32:05.727 INFO kablam! 486 | | modulus: &[u64; 4], Oct 13 06:32:05.727 INFO kablam! ... | Oct 13 06:32:05.727 INFO kablam! 504 | | this.copy_from_slice(&res[4..]); Oct 13 06:32:05.727 INFO kablam! 505 | | } Oct 13 06:32:05.727 INFO kablam! | |_^ Oct 13 06:32:05.727 INFO kablam! Oct 13 06:32:06.604 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.64s Oct 13 06:32:06.607 INFO kablam! su: No module specific data is present Oct 13 06:32:07.300 INFO running `"docker" "rm" "-f" "c5c271ee4412f1766880fb4323d9a3a6e887ee2ba31a50624f1beeb2ef08c408"` Oct 13 06:32:07.541 INFO blam! c5c271ee4412f1766880fb4323d9a3a6e887ee2ba31a50624f1beeb2ef08c408 Oct 13 06:32:07.560 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 13 06:32:07.979 INFO blam! d1363b504a1b583be061e319a76a1600eb9d78a27e6d08a59cfc44fffb66cccb Oct 13 06:32:07.983 INFO running `"docker" "start" "-a" "d1363b504a1b583be061e319a76a1600eb9d78a27e6d08a59cfc44fffb66cccb"` Oct 13 06:32:08.855 INFO kablam! usermod: no changes Oct 13 06:32:08.936 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 13 06:32:08.938 INFO kablam! Running /target/debug/deps/bndump-513160f98e558682 Oct 13 06:32:08.943 INFO blam! Oct 13 06:32:08.943 INFO blam! running 2 tests Oct 13 06:32:08.959 INFO blam! test arith::setting_bits ... ok Oct 13 06:32:09.106 INFO blam! test arith::testing_divrem ... ok Oct 13 06:32:09.106 INFO blam! Oct 13 06:32:09.106 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:32:09.106 INFO blam! Oct 13 06:32:09.107 INFO kablam! su: No module specific data is present Oct 13 06:32:09.568 INFO running `"docker" "rm" "-f" "d1363b504a1b583be061e319a76a1600eb9d78a27e6d08a59cfc44fffb66cccb"` Oct 13 06:32:09.795 INFO blam! d1363b504a1b583be061e319a76a1600eb9d78a27e6d08a59cfc44fffb66cccb