[INFO] fetching crate zopfli-rs 0.1.1... [INFO] testing zopfli-rs-0.1.1 against 1.55.0 for beta-1.56-1 [INFO] extracting crate zopfli-rs 0.1.1 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate zopfli-rs 0.1.1 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate zopfli-rs 0.1.1 [INFO] finished tweaking crates.io crate zopfli-rs 0.1.1 [INFO] tweaked toml for crates.io crate zopfli-rs 0.1.1 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c4225e050e14be4233be2bcc942414e12f13434ee69dcb6cc444a9c89f1f7242 [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" "c4225e050e14be4233be2bcc942414e12f13434ee69dcb6cc444a9c89f1f7242", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c4225e050e14be4233be2bcc942414e12f13434ee69dcb6cc444a9c89f1f7242", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c4225e050e14be4233be2bcc942414e12f13434ee69dcb6cc444a9c89f1f7242", kill_on_drop: false }` [INFO] [stdout] c4225e050e14be4233be2bcc942414e12f13434ee69dcb6cc444a9c89f1f7242 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c065619b5c54ed2e700b11a40ff4e5c65fdcbcdb428546521c7a4a2fe4cb758 [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" "9c065619b5c54ed2e700b11a40ff4e5c65fdcbcdb428546521c7a4a2fe4cb758", kill_on_drop: false }` [INFO] [stderr] Compiling bindgen v0.33.2 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling clang-sys v0.22.0 [INFO] [stderr] Compiling which v1.0.5 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling zopfli-rs v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: ./zopfli/src/zopfli/deflate.c: In function 'OptimizeHuffmanForRle': [INFO] [stderr] warning: ./zopfli/src/zopfli/deflate.c:452:24: warning: argument 1 range [18446744065119617024, 18446744073709551612] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] [INFO] [stderr] warning: 452 | good_for_rle = (int*)malloc(length * sizeof(int)); [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from ./zopfli/src/zopfli/lz77.h:28, [INFO] [stderr] warning: from ./zopfli/src/zopfli/deflate.h:28, [INFO] [stderr] warning: from ./zopfli/src/zopfli/deflate.c:20: [INFO] [stderr] warning: /usr/include/stdlib.h:539:14: note: in a call to allocation function 'malloc' declared here [INFO] [stderr] warning: 539 | extern void *malloc (size_t __size) __THROW __attribute_malloc__ [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.42s [INFO] running `Command { std: "docker" "inspect" "9c065619b5c54ed2e700b11a40ff4e5c65fdcbcdb428546521c7a4a2fe4cb758", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c065619b5c54ed2e700b11a40ff4e5c65fdcbcdb428546521c7a4a2fe4cb758", kill_on_drop: false }` [INFO] [stdout] 9c065619b5c54ed2e700b11a40ff4e5c65fdcbcdb428546521c7a4a2fe4cb758 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1c1f79825e0400f79a400e4ea70a2acf91480299937dd7c2d924ac7fbdf2e454 [INFO] running `Command { std: "docker" "start" "-a" "1c1f79825e0400f79a400e4ea70a2acf91480299937dd7c2d924ac7fbdf2e454", kill_on_drop: false }` [INFO] [stderr] Compiling build_const v0.2.2 [INFO] [stderr] Compiling adler32 v0.2.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling flate2 v1.0.21 [INFO] [stderr] warning: ./zopfli/src/zopfli/deflate.c: In function 'OptimizeHuffmanForRle': [INFO] [stderr] warning: ./zopfli/src/zopfli/deflate.c:452:24: warning: argument 1 range [18446744065119617024, 18446744073709551612] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] [INFO] [stderr] warning: 452 | good_for_rle = (int*)malloc(length * sizeof(int)); [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from ./zopfli/src/zopfli/lz77.h:28, [INFO] [stderr] warning: from ./zopfli/src/zopfli/deflate.h:28, [INFO] [stderr] warning: from ./zopfli/src/zopfli/deflate.c:20: [INFO] [stderr] warning: /usr/include/stdlib.h:539:14: note: in a call to allocation function 'malloc' declared here [INFO] [stderr] warning: 539 | extern void *malloc (size_t __size) __THROW __attribute_malloc__ [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling zopfli v0.3.7 [INFO] [stderr] Compiling zopfli-rs v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> /opt/rustwide/target/debug/build/zopfli-rs-b6f1046a7e26b089/out/bindings.rs:3:751 [INFO] [stdout] | [INFO] [stdout] 3 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < ZopfliOptions > ( ) ) ) . verbose as * const _ as usize } , 0usize , concat ! ( "Offset... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> /opt/rustwide/target/debug/build/zopfli-rs-b6f1046a7e26b089/out/bindings.rs:3:980 [INFO] [stdout] | [INFO] [stdout] 3 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < ZopfliOptions > ( ) ) ) . verbose_more as * const _ as usize } , 4usize , concat ! ( "O... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> /opt/rustwide/target/debug/build/zopfli-rs-b6f1046a7e26b089/out/bindings.rs:3:1219 [INFO] [stdout] | [INFO] [stdout] 3 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < ZopfliOptions > ( ) ) ) . numiterations as * const _ as usize } , 8usize , concat ! ( "... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> /opt/rustwide/target/debug/build/zopfli-rs-b6f1046a7e26b089/out/bindings.rs:3:1460 [INFO] [stdout] | [INFO] [stdout] 3 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < ZopfliOptions > ( ) ) ) . blocksplitting as * const _ as usize } , 12usize , concat ! (... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> /opt/rustwide/target/debug/build/zopfli-rs-b6f1046a7e26b089/out/bindings.rs:3:1704 [INFO] [stdout] | [INFO] [stdout] 3 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < ZopfliOptions > ( ) ) ) . blocksplittinglast as * const _ as usize } , 16usize , concat... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: dereferencing a null pointer [INFO] [stdout] --> /opt/rustwide/target/debug/build/zopfli-rs-b6f1046a7e26b089/out/bindings.rs:3:1956 [INFO] [stdout] | [INFO] [stdout] 3 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < ZopfliOptions > ( ) ) ) . blocksplittingmax as * const _ as usize } , 20usize , concat ... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.83s [INFO] running `Command { std: "docker" "inspect" "1c1f79825e0400f79a400e4ea70a2acf91480299937dd7c2d924ac7fbdf2e454", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1c1f79825e0400f79a400e4ea70a2acf91480299937dd7c2d924ac7fbdf2e454", kill_on_drop: false }` [INFO] [stdout] 1c1f79825e0400f79a400e4ea70a2acf91480299937dd7c2d924ac7fbdf2e454 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 86b46dcf34ff3f6275b967cb9b77c1fac982fb39f7dfac91f64fee0f1383e6e9 [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" "86b46dcf34ff3f6275b967cb9b77c1fac982fb39f7dfac91f64fee0f1383e6e9", kill_on_drop: false }` [INFO] [stderr] warning: ./zopfli/src/zopfli/deflate.c: In function 'OptimizeHuffmanForRle': [INFO] [stderr] warning: ./zopfli/src/zopfli/deflate.c:452:24: warning: argument 1 range [18446744065119617024, 18446744073709551612] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=] [INFO] [stderr] warning: 452 | good_for_rle = (int*)malloc(length * sizeof(int)); [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: In file included from ./zopfli/src/zopfli/lz77.h:28, [INFO] [stderr] warning: from ./zopfli/src/zopfli/deflate.h:28, [INFO] [stderr] warning: from ./zopfli/src/zopfli/deflate.c:20: [INFO] [stderr] warning: /usr/include/stdlib.h:539:14: note: in a call to allocation function 'malloc' declared here [INFO] [stderr] warning: 539 | extern void *malloc (size_t __size) __THROW __attribute_malloc__ [INFO] [stderr] warning: | ^~~~~~ [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> /opt/rustwide/target/debug/build/zopfli-rs-b6f1046a7e26b089/out/bindings.rs:3:751 [INFO] [stderr] | [INFO] [stderr] 3 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < ZopfliOptions > ( ) ) ) . verbose as * const _ as usize } , 0usize , concat ! ( "Offset... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deref_nullptr)]` on by default [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> /opt/rustwide/target/debug/build/zopfli-rs-b6f1046a7e26b089/out/bindings.rs:3:980 [INFO] [stderr] | [INFO] [stderr] 3 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < ZopfliOptions > ( ) ) ) . verbose_more as * const _ as usize } , 4usize , concat ! ( "O... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> /opt/rustwide/target/debug/build/zopfli-rs-b6f1046a7e26b089/out/bindings.rs:3:1219 [INFO] [stderr] | [INFO] [stderr] 3 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < ZopfliOptions > ( ) ) ) . numiterations as * const _ as usize } , 8usize , concat ! ( "... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> /opt/rustwide/target/debug/build/zopfli-rs-b6f1046a7e26b089/out/bindings.rs:3:1460 [INFO] [stderr] | [INFO] [stderr] 3 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < ZopfliOptions > ( ) ) ) . blocksplitting as * const _ as usize } , 12usize , concat ! (... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> /opt/rustwide/target/debug/build/zopfli-rs-b6f1046a7e26b089/out/bindings.rs:3:1704 [INFO] [stderr] | [INFO] [stderr] 3 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < ZopfliOptions > ( ) ) ) . blocksplittinglast as * const _ as usize } , 16usize , concat... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: dereferencing a null pointer [INFO] [stderr] --> /opt/rustwide/target/debug/build/zopfli-rs-b6f1046a7e26b089/out/bindings.rs:3:1956 [INFO] [stderr] | [INFO] [stderr] 3 | ... ( unsafe { & ( * ( :: std :: ptr :: null :: < ZopfliOptions > ( ) ) ) . blocksplittingmax as * const _ as usize } , 20usize , concat ... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this code causes undefined behavior when executed [INFO] [stderr] [INFO] [stderr] warning: `zopfli-rs` (lib test) generated 6 warnings [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/zopfli_rs-2a4868b8abd9836b) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test bindings::bindgen_test_layout_ZopfliOptions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/round_trip.rs (/opt/rustwide/target/debug/deps/round_trip-636657ad8dfd11c2) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test round_trip_deflate ... ok [INFO] [stdout] test round_trip_gzip ... ok [INFO] [stderr] Doc-tests zopfli-rs [INFO] [stdout] test round_trip_zlib ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "86b46dcf34ff3f6275b967cb9b77c1fac982fb39f7dfac91f64fee0f1383e6e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86b46dcf34ff3f6275b967cb9b77c1fac982fb39f7dfac91f64fee0f1383e6e9", kill_on_drop: false }` [INFO] [stdout] 86b46dcf34ff3f6275b967cb9b77c1fac982fb39f7dfac91f64fee0f1383e6e9