bdk 0.30.2

A modern, lightweight, descriptor-based wallet library
Documentation
Build #1995669 2025-04-14T01:46:53.187138+00:00
# rustc version
rustc 1.88.0-nightly (092a284ba 2025-04-13)# docs.rs version
docsrs 0.6.0 (ee9a3fe6 2025-03-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/bdk-0.30.2/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/bdk-0.30.2/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--features" "compiler electrum esplora use-esplora-blocking compact_filters rpc key-value-db sqlite all-keys verify hardware-signer" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250413-1.88.0-nightly-092a284ba\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", 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] 159203c7a7772b7965af6988708c1cc7a4416e98cb1dafc18c9614ee85f7175f
[INFO] running `Command { std: "docker" "start" "-a" "159203c7a7772b7965af6988708c1cc7a4416e98cb1dafc18c9614ee85f7175f", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: compact_filters_balance, electrum_backend, esplora_backend_asynchronous, esplora_backend_synchronous, hardware_signer, miniscriptc, mnemonic_to_descriptors, policy, psbt_signer, rpcwallet
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]    Compiling librocksdb-sys v0.6.3+6.28.2
[INFO] [stderr]     Checking pyo3 v0.15.2
[INFO] [stderr]     Checking miniscript v10.2.0
[INFO] [stderr]     Checking core-rpc-json v0.17.0
[INFO] [stderr]     Checking sled v0.34.7
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `PyUnicode_READY` in module `ffi`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-0.15.2/src/types/string.rs:232:30
[INFO] [stderr]     |
[INFO] [stderr] 232 |             let ready = ffi::PyUnicode_READY(ptr);
[INFO] [stderr]     |                              ^^^^^^^^^^^^^^^ help: a function with a similar name exists: `PyUnicode_IS_READY`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pyo3-0.15.2/src/ffi/cpython/unicodeobject.rs:224:1
[INFO] [stderr]     |
[INFO] [stderr] 224 | pub unsafe fn PyUnicode_IS_READY(op: *mut PyObject) -> c_uint {
[INFO] [stderr]     | ------------------------------------------------------------- similarly named function `PyUnicode_IS_READY` defined here
[INFO] [stderr] 
[INFO] [stderr]     Checking bip39 v2.1.0
[INFO] [stderr]     Checking esplora-client v0.6.0
[INFO] [stderr]     Checking electrum-client v0.18.0
[INFO] [stderr]     Checking bitcoinconsensus v0.19.0-3
[INFO] [stderr]    Compiling bdk-macros v0.6.0
[INFO] [stderr] For more information about this error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `pyo3` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/db/db_impl/db_impl.cc: In member function 'virtual rocksdb::Status rocksdb::DBImpl::FlushWAL(bool)':
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/db/db_impl/db_impl.cc:1320:23: warning: redundant move in return statement [-Wredundant-move]
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:  1320 |       return std::move(io_s);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |              ~~~~~~~~~^~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/db/db_impl/db_impl.cc:1320:23: note: remove 'std::move' call
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/db/db_impl/db_impl.cc:1324:23: warning: redundant move in return statement [-Wredundant-move]
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:  1324 |       return std::move(io_s);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |              ~~~~~~~~~^~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/db/db_impl/db_impl.cc:1324:23: note: remove 'std::move' call
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/db/db_impl/db_impl.cc: In member function 'virtual rocksdb::Status rocksdb::DBImpl::LockWAL()':
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/db/db_impl/db_impl.cc:1423:19: warning: redundant move in return statement [-Wredundant-move]
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:  1423 |   return std::move(status);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |          ~~~~~~~~~^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/db/db_impl/db_impl.cc:1423:19: note: remove 'std::move' call
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: In file included from rocksdb/table/block_based/data_block_hash_index.cc:9:
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:65:7: error: 'uint8_t' does not name a type
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    65 | const uint8_t kNoEntry = 255;
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |       ^~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:1:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   +++ |+#include <cstdint>
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:     1 | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:66:7: error: 'uint8_t' does not name a type
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    66 | const uint8_t kCollision = 254;
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |       ^~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:66:7: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:67:7: error: 'uint8_t' does not name a type
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    67 | const uint8_t kMaxRestartSupportedByHashIndex = 253;
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |       ^~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:67:7: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:112:25: error: 'uint32_t' was not declared in this scope
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   112 |   std::vector<std::pair<uint32_t, uint8_t>> hash_and_restart_pairs_;
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                         ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:112:25: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:112:35: error: 'uint8_t' was not declared in this scope
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   112 |   std::vector<std::pair<uint32_t, uint8_t>> hash_and_restart_pairs_;
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                   ^~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:112:35: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:112:35: error: template argument 1 is invalid
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:112:35: error: template argument 2 is invalid
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:112:42: error: template argument 1 is invalid
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   112 |   std::vector<std::pair<uint32_t, uint8_t>> hash_and_restart_pairs_;
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                          ^~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:112:42: error: template argument 2 is invalid
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h: In member function 'size_t rocksdb::DataBlockHashIndexBuilder::EstimateSize() const':
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:93:5: error: 'uint16_t' was not declared in this scope
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    93 |     uint16_t estimated_num_buckets =
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |     ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:93:5: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:97:5: error: 'estimated_num_buckets' was not declared in this scope; did you mean 'estimated_num_buckets_'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    97 |     estimated_num_buckets |= 1;
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |     ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |     estimated_num_buckets_
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:100:63: error: 'uint8_t' was not declared in this scope
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   100 |            static_cast<size_t>(estimated_num_buckets * sizeof(uint8_t));
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                                               ^~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:100:63: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h: At global scope:
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:120:37: error: 'uint16_t' has not been declared
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   120 |   void Initialize(const char* data, uint16_t size, uint16_t* map_offset);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                     ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:120:52: error: 'uint16_t' has not been declared
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   120 |   void Initialize(const char* data, uint16_t size, uint16_t* map_offset);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                                    ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:122:3: error: 'uint8_t' does not name a type
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   122 |   uint8_t Lookup(const char* data, uint32_t map_offset, const Slice& key) const;
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |   ^~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:122:3: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:133:3: error: 'uint16_t' does not name a type
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   133 |   uint16_t num_buckets_;
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |   ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:133:3: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h: In constructor 'rocksdb::DataBlockHashIndex::DataBlockHashIndex()':
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:118:26: error: class 'rocksdb::DataBlockHashIndex' does not have any field named 'num_buckets_'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   118 |   DataBlockHashIndex() : num_buckets_(0) {}
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                          ^~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h: In member function 'bool rocksdb::DataBlockHashIndex::Valid()':
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:124:32: error: 'num_buckets_' was not declared in this scope
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   124 |   inline bool Valid() { return num_buckets_ != 0; }
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                ^~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.cc: In member function 'void rocksdb::DataBlockHashIndexBuilder::Add(const rocksdb::Slice&, size_t)':
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.cc:18:23: error: 'kMaxRestartSupportedByHashIndex' was not declared in this scope; did you mean 'kMaxBlockSizeSupportedByHashIndex'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    18 |   if (restart_index > kMaxRestartSupportedByHashIndex) {
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                       kMaxBlockSizeSupportedByHashIndex
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.cc:24:27: error: request for member 'emplace_back' in '((rocksdb::DataBlockHashIndexBuilder*)this)->rocksdb::DataBlockHashIndexBuilder::hash_and_restart_pairs_', which is of non-class type 'int'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    24 |   hash_and_restart_pairs_.emplace_back(hash_value,
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                           ^~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.cc: In member function 'void rocksdb::DataBlockHashIndexBuilder::Finish(std::string&)':
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.cc:43:45: error: 'kNoEntry' was not declared in this scope
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    43 |   std::vector<uint8_t> buckets(num_buckets, kNoEntry);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                             ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.cc:45:22: error: 'begin' was not declared in this scope; did you mean 'std::begin'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    45 |   for (auto& entry : hash_and_restart_pairs_) {
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                      ^~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                      std::begin
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: In file included from /usr/include/c++/13/string:53,
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:                  from rocksdb/table/block_based/data_block_hash_index.cc:5:
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: /usr/include/c++/13/bits/range_access.h:95:5: note: 'std::begin' declared here
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    95 |     begin(_Tp (&__arr)[_Nm]) noexcept
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |     ^~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.cc:45:22: error: 'end' was not declared in this scope; did you mean 'std::end'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    45 |   for (auto& entry : hash_and_restart_pairs_) {
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                      ^~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                      std::end
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: /usr/include/c++/13/bits/range_access.h:106:5: note: 'std::end' declared here
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   106 |     end(_Tp (&__arr)[_Nm]) noexcept
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |     ^~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.cc:53:27: error: 'kCollision' was not declared in this scope
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    53 |       buckets[buck_idx] = kCollision;
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                           ^~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.cc: In member function 'void rocksdb::DataBlockHashIndexBuilder::Reset()':
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.cc:72:27: error: request for member 'clear' in '((rocksdb::DataBlockHashIndexBuilder*)this)->rocksdb::DataBlockHashIndexBuilder::hash_and_restart_pairs_', which is of non-class type 'int'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    72 |   hash_and_restart_pairs_.clear();
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                           ^~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.cc: At global scope:
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.cc:75:6: error: no declaration matches 'void rocksdb::DataBlockHashIndex::Initialize(const char*, uint16_t, uint16_t*)'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    75 | void DataBlockHashIndex::Initialize(const char* data, uint16_t size,
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |      ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:120:8: note: candidate is: 'void rocksdb::DataBlockHashIndex::Initialize(const char*, int, int*)'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   120 |   void Initialize(const char* data, uint16_t size, uint16_t* map_offset);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |        ^~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:116:7: note: 'class rocksdb::DataBlockHashIndex' defined here
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   116 | class DataBlockHashIndex {
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |       ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.cc:85:9: error: no declaration matches 'uint8_t rocksdb::DataBlockHashIndex::Lookup(const char*, uint32_t, const rocksdb::Slice&) const'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    85 | uint8_t DataBlockHashIndex::Lookup(const char* data, uint32_t map_offset,
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |         ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.cc:85:9: note: no functions named 'uint8_t rocksdb::DataBlockHashIndex::Lookup(const char*, uint32_t, const rocksdb::Slice&) const'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/block_based/data_block_hash_index.h:116:7: note: 'class rocksdb::DataBlockHashIndex' defined here
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   116 | class DataBlockHashIndex {
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |       ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_LINUX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-o" "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/librocksdb-sys-ec538af5cefedf2c/out/053adb4869b9269c-data_block_hash_index.o" "-c" "rocksdb/table/block_based/data_block_hash_index.cc"
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/plain/plain_table_builder.cc: In member function 'virtual rocksdb::Status rocksdb::PlainTableBuilder::Finish()':
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/plain/plain_table_builder.cc:280:21: warning: redundant move in return statement [-Wredundant-move]
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   280 |     return std::move(s);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |            ~~~~~~~~~^~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/table/plain/plain_table_builder.cc:280:21: note: remove 'std::move' call
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: In file included from rocksdb/util/string_util.cc:6:
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:36:46: error: 'uint64_t' has not been declared
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    36 | extern void AppendNumberTo(std::string* str, uint64_t num);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                              ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:45:48: error: 'uint64_t' has not been declared
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    45 | inline void PutBaseChars(char** buf, size_t n, uint64_t v, bool uppercase) {
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                                ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:65:56: error: 'uint64_t' has not been declared
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    65 | inline bool ParseBaseChars(const char** buf, size_t n, uint64_t* v) {
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                                        ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h: In function 'bool rocksdb::ParseBaseChars(const char**, size_t, int*)':
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:68:23: error: 'uint64_t' does not name a type
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    68 |     *v *= static_cast<uint64_t>(kBase);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                       ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:15:1: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    14 | #include "rocksdb/rocksdb_namespace.h"
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   +++ |+#include <cstdint>
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    15 | 
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:70:25: error: 'uint64_t' does not name a type
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    70 |       *v += static_cast<uint64_t>(c - '0');
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                         ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:70:25: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:72:25: error: 'uint64_t' does not name a type
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    72 |       *v += static_cast<uint64_t>(c - 'A' + 10);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                         ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:72:25: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:74:25: error: 'uint64_t' does not name a type
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    74 |       *v += static_cast<uint64_t>(c - 'a' + 10);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                         ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:74:25: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h: At global scope:
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:92:20: warning: 'BytesToHumanString' initialized and declared 'extern'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    92 | extern std::string BytesToHumanString(uint64_t bytes);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                    ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:92:39: error: 'uint64_t' was not declared in this scope
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    92 | extern std::string BytesToHumanString(uint64_t bytes);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                       ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:92:39: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:99:23: error: 'uint64_t' was not declared in this scope
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    99 | int AppendHumanMicros(uint64_t micros, char* output, int len,
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                       ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:99:23: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:99:40: error: expected primary-expression before 'char'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    99 | int AppendHumanMicros(uint64_t micros, char* output, int len,
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                        ^~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:99:54: error: expected primary-expression before 'int'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    99 | int AppendHumanMicros(uint64_t micros, char* output, int len,
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                                      ^~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:100:23: error: expected primary-expression before 'bool'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   100 |                       bool fixed_format);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                       ^~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:100:40: error: expression list treated as compound expression in initializer [-fpermissive]
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   100 |                       bool fixed_format);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                        ^
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:103:22: error: 'uint64_t' was not declared in this scope
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   103 | int AppendHumanBytes(uint64_t bytes, char* output, int len);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                      ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:103:22: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:103:38: error: expected primary-expression before 'char'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   103 | int AppendHumanBytes(uint64_t bytes, char* output, int len);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                      ^~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:103:52: error: expected primary-expression before 'int'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   103 | int AppendHumanBytes(uint64_t bytes, char* output, int len);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                                    ^~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:103:59: error: expression list treated as compound expression in initializer [-fpermissive]
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   103 | int AppendHumanBytes(uint64_t bytes, char* output, int len);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                                           ^
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:113:45: error: 'uint64_t' has not been declared
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   113 | extern bool ConsumeDecimalNumber(Slice* in, uint64_t* val);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                             ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:162:1: error: 'uint8_t' does not name a type
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   162 | uint8_t ParseUint8(const std::string& value);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       | ^~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:162:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:164:1: error: 'uint32_t' does not name a type
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   164 | uint32_t ParseUint32(const std::string& value);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       | ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:164:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:169:1: error: 'uint64_t' does not name a type
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   169 | uint64_t ParseUint64(const std::string& value);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       | ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:169:1: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.cc:56:40: error: 'int rocksdb::AppendHumanMicros(uint64_t, char*, int, bool)' redeclared as different kind of entity
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    56 |                       bool fixed_format) {
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                        ^
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:99:5: note: previous declaration 'int rocksdb::AppendHumanMicros'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    99 | int AppendHumanMicros(uint64_t micros, char* output, int len,
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |     ^~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.cc:80:59: error: 'int rocksdb::AppendHumanBytes(uint64_t, char*, int)' redeclared as different kind of entity
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    80 | int AppendHumanBytes(uint64_t bytes, char* output, int len) {
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                                           ^
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:103:5: note: previous declaration 'int rocksdb::AppendHumanBytes'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   103 | int AppendHumanBytes(uint64_t bytes, char* output, int len);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |     ^~~~~~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.cc:130:46: error: 'std::string rocksdb::BytesToHumanString(uint64_t)' redeclared as different kind of entity
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   130 | std::string BytesToHumanString(uint64_t bytes) {
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                              ^
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.h:92:20: note: previous declaration 'std::string rocksdb::BytesToHumanString'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    92 | extern std::string BytesToHumanString(uint64_t bytes);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                    ^~~~~~~~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.cc: In function 'uint8_t rocksdb::ParseUint8(const std::string&)':
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.cc:299:18: error: 'ParseUint64' was not declared in this scope; did you mean 'ParseInt64'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   299 |   uint64_t num = ParseUint64(value);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                  ^~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                  ParseInt64
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.cc: In function 'uint32_t rocksdb::ParseUint32(const std::string&)':
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/util/string_util.cc:308:18: error: 'ParseUint64' was not declared in this scope; did you mean 'ParseInt64'?
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:   308 |   uint64_t num = ParseUint64(value);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                  ^~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                  ParseInt64
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_LINUX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-o" "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/librocksdb-sys-ec538af5cefedf2c/out/3b2529d97c048fcf-string_util.o" "-c" "rocksdb/util/string_util.cc"
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: In file included from rocksdb/utilities/checkpoint/checkpoint_impl.h:9,
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:                  from rocksdb/utilities/checkpoint/checkpoint_impl.cc:12:
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/include/rocksdb/utilities/checkpoint.h:47:35: error: 'uint64_t' has not been declared
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    47 |                                   uint64_t log_size_for_flush = 0,
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                   ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/include/rocksdb/utilities/checkpoint.h:48:35: error: 'uint64_t' has not been declared
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    48 |                                   uint64_t* sequence_number_ptr = nullptr);
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                                   ^~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/utilities/checkpoint/checkpoint_impl.h:21:10: error: 'rocksdb::Status rocksdb::CheckpointImpl::CreateCheckpoint(const std::string&, uint64_t, uint64_t*)' marked 'override', but does not override
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    21 |   Status CreateCheckpoint(const std::string& checkpoint_dir,
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |          ^~~~~~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/utilities/checkpoint/checkpoint_impl.cc:44:8: error: no declaration matches 'rocksdb::Status rocksdb::Checkpoint::CreateCheckpoint(const std::string&, uint64_t, uint64_t*)'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    44 | Status Checkpoint::CreateCheckpoint(const std::string& /*checkpoint_dir*/,
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |        ^~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/include/rocksdb/utilities/checkpoint.h:46:18: note: candidate is: 'virtual rocksdb::Status rocksdb::Checkpoint::CreateCheckpoint(const std::string&, int, int*)'
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    46 |   virtual Status CreateCheckpoint(const std::string& checkpoint_dir,
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |                  ^~~~~~~~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: rocksdb/include/rocksdb/utilities/checkpoint.h:22:7: note: 'class rocksdb::Checkpoint' defined here
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:    22 | class Checkpoint {
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2:       |       ^~~~~~~~~~
[INFO] [stderr] warning: librocksdb-sys@0.6.3+6.28.2: ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_LINUX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-o" "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/librocksdb-sys-ec538af5cefedf2c/out/bfe5d317b023d6cf-checkpoint_impl.o" "-c" "rocksdb/utilities/checkpoint/checkpoint_impl.cc"
[INFO] [stderr] error: failed to run custom build command for `librocksdb-sys v0.6.3+6.28.2`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/build/librocksdb-sys-3fdcc3217bf186be/build-script-build` (exit status: 1)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   cargo:rerun-if-changed=rocksdb/
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/librocksdb-sys-ec538af5cefedf2c/out)
[INFO] [stderr]   OPT_LEVEL = Some(0)
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXX_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXX_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXX
[INFO] [stderr]   HOST_CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXX
[INFO] [stderr]   CXX = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   RUSTC_WRAPPER = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   DEBUG = Some(true)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CARGO_ENCODED_RUSTFLAGS = Some()
[INFO] [stderr]   OUT_DIR = Some(/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/librocksdb-sys-ec538af5cefedf2c/out)
[INFO] [stderr]   cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
[INFO] [stderr]   cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
[INFO] [stderr]   CRATE_CC_NO_DEFAULTS = None
[INFO] [stderr]   TARGET = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   CARGO_CFG_TARGET_FEATURE = Some(fxsr,sse,sse2,x87)
[INFO] [stderr]   HOST = Some(x86_64-unknown-linux-gnu)
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS
[INFO] [stderr]   CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=HOST_CXXFLAGS
[INFO] [stderr]   HOST_CXXFLAGS = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
[INFO] [stderr]   CXXFLAGS_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
[INFO] [stderr]   CXXFLAGS_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   cargo:warning=rocksdb/db/db_impl/db_impl.cc: In member function 'virtual rocksdb::Status rocksdb::DBImpl::FlushWAL(bool)':
[INFO] [stderr]   cargo:warning=rocksdb/db/db_impl/db_impl.cc:1320:23: warning: redundant move in return statement [-Wredundant-move]
[INFO] [stderr]   cargo:warning= 1320 |       return std::move(io_s);
[INFO] [stderr]   cargo:warning=      |              ~~~~~~~~~^~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/db/db_impl/db_impl.cc:1320:23: note: remove 'std::move' call
[INFO] [stderr]   cargo:warning=rocksdb/db/db_impl/db_impl.cc:1324:23: warning: redundant move in return statement [-Wredundant-move]
[INFO] [stderr]   cargo:warning= 1324 |       return std::move(io_s);
[INFO] [stderr]   cargo:warning=      |              ~~~~~~~~~^~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/db/db_impl/db_impl.cc:1324:23: note: remove 'std::move' call
[INFO] [stderr]   cargo:warning=rocksdb/db/db_impl/db_impl.cc: In member function 'virtual rocksdb::Status rocksdb::DBImpl::LockWAL()':
[INFO] [stderr]   cargo:warning=rocksdb/db/db_impl/db_impl.cc:1423:19: warning: redundant move in return statement [-Wredundant-move]
[INFO] [stderr]   cargo:warning= 1423 |   return std::move(status);
[INFO] [stderr]   cargo:warning=      |          ~~~~~~~~~^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/db/db_impl/db_impl.cc:1423:19: note: remove 'std::move' call
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   cargo:warning=In file included from rocksdb/table/block_based/data_block_hash_index.cc:9:
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:65:7: error: 'uint8_t' does not name a type
[INFO] [stderr]   cargo:warning=   65 | const uint8_t kNoEntry = 255;
[INFO] [stderr]   cargo:warning=      |       ^~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:1:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=  +++ |+#include <cstdint>
[INFO] [stderr]   cargo:warning=    1 | // Copyright (c) 2011-present, Facebook, Inc. All rights reserved.
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:66:7: error: 'uint8_t' does not name a type
[INFO] [stderr]   cargo:warning=   66 | const uint8_t kCollision = 254;
[INFO] [stderr]   cargo:warning=      |       ^~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:66:7: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:67:7: error: 'uint8_t' does not name a type
[INFO] [stderr]   cargo:warning=   67 | const uint8_t kMaxRestartSupportedByHashIndex = 253;
[INFO] [stderr]   cargo:warning=      |       ^~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:67:7: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:112:25: error: 'uint32_t' was not declared in this scope
[INFO] [stderr]   cargo:warning=  112 |   std::vector<std::pair<uint32_t, uint8_t>> hash_and_restart_pairs_;
[INFO] [stderr]   cargo:warning=      |                         ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:112:25: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:112:35: error: 'uint8_t' was not declared in this scope
[INFO] [stderr]   cargo:warning=  112 |   std::vector<std::pair<uint32_t, uint8_t>> hash_and_restart_pairs_;
[INFO] [stderr]   cargo:warning=      |                                   ^~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:112:35: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:112:35: error: template argument 1 is invalid
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:112:35: error: template argument 2 is invalid
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:112:42: error: template argument 1 is invalid
[INFO] [stderr]   cargo:warning=  112 |   std::vector<std::pair<uint32_t, uint8_t>> hash_and_restart_pairs_;
[INFO] [stderr]   cargo:warning=      |                                          ^~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:112:42: error: template argument 2 is invalid
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h: In member function 'size_t rocksdb::DataBlockHashIndexBuilder::EstimateSize() const':
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:93:5: error: 'uint16_t' was not declared in this scope
[INFO] [stderr]   cargo:warning=   93 |     uint16_t estimated_num_buckets =
[INFO] [stderr]   cargo:warning=      |     ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:93:5: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:97:5: error: 'estimated_num_buckets' was not declared in this scope; did you mean 'estimated_num_buckets_'?
[INFO] [stderr]   cargo:warning=   97 |     estimated_num_buckets |= 1;
[INFO] [stderr]   cargo:warning=      |     ^~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=      |     estimated_num_buckets_
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:100:63: error: 'uint8_t' was not declared in this scope
[INFO] [stderr]   cargo:warning=  100 |            static_cast<size_t>(estimated_num_buckets * sizeof(uint8_t));
[INFO] [stderr]   cargo:warning=      |                                                               ^~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:100:63: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h: At global scope:
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:120:37: error: 'uint16_t' has not been declared
[INFO] [stderr]   cargo:warning=  120 |   void Initialize(const char* data, uint16_t size, uint16_t* map_offset);
[INFO] [stderr]   cargo:warning=      |                                     ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:120:52: error: 'uint16_t' has not been declared
[INFO] [stderr]   cargo:warning=  120 |   void Initialize(const char* data, uint16_t size, uint16_t* map_offset);
[INFO] [stderr]   cargo:warning=      |                                                    ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:122:3: error: 'uint8_t' does not name a type
[INFO] [stderr]   cargo:warning=  122 |   uint8_t Lookup(const char* data, uint32_t map_offset, const Slice& key) const;
[INFO] [stderr]   cargo:warning=      |   ^~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:122:3: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:133:3: error: 'uint16_t' does not name a type
[INFO] [stderr]   cargo:warning=  133 |   uint16_t num_buckets_;
[INFO] [stderr]   cargo:warning=      |   ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:133:3: note: 'uint16_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h: In constructor 'rocksdb::DataBlockHashIndex::DataBlockHashIndex()':
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:118:26: error: class 'rocksdb::DataBlockHashIndex' does not have any field named 'num_buckets_'
[INFO] [stderr]   cargo:warning=  118 |   DataBlockHashIndex() : num_buckets_(0) {}
[INFO] [stderr]   cargo:warning=      |                          ^~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h: In member function 'bool rocksdb::DataBlockHashIndex::Valid()':
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:124:32: error: 'num_buckets_' was not declared in this scope
[INFO] [stderr]   cargo:warning=  124 |   inline bool Valid() { return num_buckets_ != 0; }
[INFO] [stderr]   cargo:warning=      |                                ^~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.cc: In member function 'void rocksdb::DataBlockHashIndexBuilder::Add(const rocksdb::Slice&, size_t)':
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.cc:18:23: error: 'kMaxRestartSupportedByHashIndex' was not declared in this scope; did you mean 'kMaxBlockSizeSupportedByHashIndex'?
[INFO] [stderr]   cargo:warning=   18 |   if (restart_index > kMaxRestartSupportedByHashIndex) {
[INFO] [stderr]   cargo:warning=      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=      |                       kMaxBlockSizeSupportedByHashIndex
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.cc:24:27: error: request for member 'emplace_back' in '((rocksdb::DataBlockHashIndexBuilder*)this)->rocksdb::DataBlockHashIndexBuilder::hash_and_restart_pairs_', which is of non-class type 'int'
[INFO] [stderr]   cargo:warning=   24 |   hash_and_restart_pairs_.emplace_back(hash_value,
[INFO] [stderr]   cargo:warning=      |                           ^~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.cc: In member function 'void rocksdb::DataBlockHashIndexBuilder::Finish(std::string&)':
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.cc:43:45: error: 'kNoEntry' was not declared in this scope
[INFO] [stderr]   cargo:warning=   43 |   std::vector<uint8_t> buckets(num_buckets, kNoEntry);
[INFO] [stderr]   cargo:warning=      |                                             ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.cc:45:22: error: 'begin' was not declared in this scope; did you mean 'std::begin'?
[INFO] [stderr]   cargo:warning=   45 |   for (auto& entry : hash_and_restart_pairs_) {
[INFO] [stderr]   cargo:warning=      |                      ^~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=      |                      std::begin
[INFO] [stderr]   cargo:warning=In file included from /usr/include/c++/13/string:53,
[INFO] [stderr]   cargo:warning=                 from rocksdb/table/block_based/data_block_hash_index.cc:5:
[INFO] [stderr]   cargo:warning=/usr/include/c++/13/bits/range_access.h:95:5: note: 'std::begin' declared here
[INFO] [stderr]   cargo:warning=   95 |     begin(_Tp (&__arr)[_Nm]) noexcept
[INFO] [stderr]   cargo:warning=      |     ^~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.cc:45:22: error: 'end' was not declared in this scope; did you mean 'std::end'?
[INFO] [stderr]   cargo:warning=   45 |   for (auto& entry : hash_and_restart_pairs_) {
[INFO] [stderr]   cargo:warning=      |                      ^~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=      |                      std::end
[INFO] [stderr]   cargo:warning=/usr/include/c++/13/bits/range_access.h:106:5: note: 'std::end' declared here
[INFO] [stderr]   cargo:warning=  106 |     end(_Tp (&__arr)[_Nm]) noexcept
[INFO] [stderr]   cargo:warning=      |     ^~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.cc:53:27: error: 'kCollision' was not declared in this scope
[INFO] [stderr]   cargo:warning=   53 |       buckets[buck_idx] = kCollision;
[INFO] [stderr]   cargo:warning=      |                           ^~~~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.cc: In member function 'void rocksdb::DataBlockHashIndexBuilder::Reset()':
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.cc:72:27: error: request for member 'clear' in '((rocksdb::DataBlockHashIndexBuilder*)this)->rocksdb::DataBlockHashIndexBuilder::hash_and_restart_pairs_', which is of non-class type 'int'
[INFO] [stderr]   cargo:warning=   72 |   hash_and_restart_pairs_.clear();
[INFO] [stderr]   cargo:warning=      |                           ^~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.cc: At global scope:
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.cc:75:6: error: no declaration matches 'void rocksdb::DataBlockHashIndex::Initialize(const char*, uint16_t, uint16_t*)'
[INFO] [stderr]   cargo:warning=   75 | void DataBlockHashIndex::Initialize(const char* data, uint16_t size,
[INFO] [stderr]   cargo:warning=      |      ^~~~~~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:120:8: note: candidate is: 'void rocksdb::DataBlockHashIndex::Initialize(const char*, int, int*)'
[INFO] [stderr]   cargo:warning=  120 |   void Initialize(const char* data, uint16_t size, uint16_t* map_offset);
[INFO] [stderr]   cargo:warning=      |        ^~~~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:116:7: note: 'class rocksdb::DataBlockHashIndex' defined here
[INFO] [stderr]   cargo:warning=  116 | class DataBlockHashIndex {
[INFO] [stderr]   cargo:warning=      |       ^~~~~~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.cc:85:9: error: no declaration matches 'uint8_t rocksdb::DataBlockHashIndex::Lookup(const char*, uint32_t, const rocksdb::Slice&) const'
[INFO] [stderr]   cargo:warning=   85 | uint8_t DataBlockHashIndex::Lookup(const char* data, uint32_t map_offset,
[INFO] [stderr]   cargo:warning=      |         ^~~~~~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.cc:85:9: note: no functions named 'uint8_t rocksdb::DataBlockHashIndex::Lookup(const char*, uint32_t, const rocksdb::Slice&) const'
[INFO] [stderr]   cargo:warning=rocksdb/table/block_based/data_block_hash_index.h:116:7: note: 'class rocksdb::DataBlockHashIndex' defined here
[INFO] [stderr]   cargo:warning=  116 | class DataBlockHashIndex {
[INFO] [stderr]   cargo:warning=      |       ^~~~~~~~~~~~~~~~~~
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_LINUX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-o" "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/librocksdb-sys-ec538af5cefedf2c/out/053adb4869b9269c-data_block_hash_index.o" "-c" "rocksdb/table/block_based/data_block_hash_index.cc"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   cargo:warning=rocksdb/table/plain/plain_table_builder.cc: In member function 'virtual rocksdb::Status rocksdb::PlainTableBuilder::Finish()':
[INFO] [stderr]   cargo:warning=rocksdb/table/plain/plain_table_builder.cc:280:21: warning: redundant move in return statement [-Wredundant-move]
[INFO] [stderr]   cargo:warning=  280 |     return std::move(s);
[INFO] [stderr]   cargo:warning=      |            ~~~~~~~~~^~~
[INFO] [stderr]   cargo:warning=rocksdb/table/plain/plain_table_builder.cc:280:21: note: remove 'std::move' call
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   cargo:warning=In file included from rocksdb/util/string_util.cc:6:
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:36:46: error: 'uint64_t' has not been declared
[INFO] [stderr]   cargo:warning=   36 | extern void AppendNumberTo(std::string* str, uint64_t num);
[INFO] [stderr]   cargo:warning=      |                                              ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:45:48: error: 'uint64_t' has not been declared
[INFO] [stderr]   cargo:warning=   45 | inline void PutBaseChars(char** buf, size_t n, uint64_t v, bool uppercase) {
[INFO] [stderr]   cargo:warning=      |                                                ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:65:56: error: 'uint64_t' has not been declared
[INFO] [stderr]   cargo:warning=   65 | inline bool ParseBaseChars(const char** buf, size_t n, uint64_t* v) {
[INFO] [stderr]   cargo:warning=      |                                                        ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h: In function 'bool rocksdb::ParseBaseChars(const char**, size_t, int*)':
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:68:23: error: 'uint64_t' does not name a type
[INFO] [stderr]   cargo:warning=   68 |     *v *= static_cast<uint64_t>(kBase);
[INFO] [stderr]   cargo:warning=      |                       ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:15:1: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=   14 | #include "rocksdb/rocksdb_namespace.h"
[INFO] [stderr]   cargo:warning=  +++ |+#include <cstdint>
[INFO] [stderr]   cargo:warning=   15 | 
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:70:25: error: 'uint64_t' does not name a type
[INFO] [stderr]   cargo:warning=   70 |       *v += static_cast<uint64_t>(c - '0');
[INFO] [stderr]   cargo:warning=      |                         ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:70:25: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:72:25: error: 'uint64_t' does not name a type
[INFO] [stderr]   cargo:warning=   72 |       *v += static_cast<uint64_t>(c - 'A' + 10);
[INFO] [stderr]   cargo:warning=      |                         ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:72:25: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:74:25: error: 'uint64_t' does not name a type
[INFO] [stderr]   cargo:warning=   74 |       *v += static_cast<uint64_t>(c - 'a' + 10);
[INFO] [stderr]   cargo:warning=      |                         ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:74:25: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h: At global scope:
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:92:20: warning: 'BytesToHumanString' initialized and declared 'extern'
[INFO] [stderr]   cargo:warning=   92 | extern std::string BytesToHumanString(uint64_t bytes);
[INFO] [stderr]   cargo:warning=      |                    ^~~~~~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:92:39: error: 'uint64_t' was not declared in this scope
[INFO] [stderr]   cargo:warning=   92 | extern std::string BytesToHumanString(uint64_t bytes);
[INFO] [stderr]   cargo:warning=      |                                       ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:92:39: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:99:23: error: 'uint64_t' was not declared in this scope
[INFO] [stderr]   cargo:warning=   99 | int AppendHumanMicros(uint64_t micros, char* output, int len,
[INFO] [stderr]   cargo:warning=      |                       ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:99:23: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:99:40: error: expected primary-expression before 'char'
[INFO] [stderr]   cargo:warning=   99 | int AppendHumanMicros(uint64_t micros, char* output, int len,
[INFO] [stderr]   cargo:warning=      |                                        ^~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:99:54: error: expected primary-expression before 'int'
[INFO] [stderr]   cargo:warning=   99 | int AppendHumanMicros(uint64_t micros, char* output, int len,
[INFO] [stderr]   cargo:warning=      |                                                      ^~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:100:23: error: expected primary-expression before 'bool'
[INFO] [stderr]   cargo:warning=  100 |                       bool fixed_format);
[INFO] [stderr]   cargo:warning=      |                       ^~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:100:40: error: expression list treated as compound expression in initializer [-fpermissive]
[INFO] [stderr]   cargo:warning=  100 |                       bool fixed_format);
[INFO] [stderr]   cargo:warning=      |                                        ^
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:103:22: error: 'uint64_t' was not declared in this scope
[INFO] [stderr]   cargo:warning=  103 | int AppendHumanBytes(uint64_t bytes, char* output, int len);
[INFO] [stderr]   cargo:warning=      |                      ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:103:22: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:103:38: error: expected primary-expression before 'char'
[INFO] [stderr]   cargo:warning=  103 | int AppendHumanBytes(uint64_t bytes, char* output, int len);
[INFO] [stderr]   cargo:warning=      |                                      ^~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:103:52: error: expected primary-expression before 'int'
[INFO] [stderr]   cargo:warning=  103 | int AppendHumanBytes(uint64_t bytes, char* output, int len);
[INFO] [stderr]   cargo:warning=      |                                                    ^~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:103:59: error: expression list treated as compound expression in initializer [-fpermissive]
[INFO] [stderr]   cargo:warning=  103 | int AppendHumanBytes(uint64_t bytes, char* output, int len);
[INFO] [stderr]   cargo:warning=      |                                                           ^
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:113:45: error: 'uint64_t' has not been declared
[INFO] [stderr]   cargo:warning=  113 | extern bool ConsumeDecimalNumber(Slice* in, uint64_t* val);
[INFO] [stderr]   cargo:warning=      |                                             ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:162:1: error: 'uint8_t' does not name a type
[INFO] [stderr]   cargo:warning=  162 | uint8_t ParseUint8(const std::string& value);
[INFO] [stderr]   cargo:warning=      | ^~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:162:1: note: 'uint8_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:164:1: error: 'uint32_t' does not name a type
[INFO] [stderr]   cargo:warning=  164 | uint32_t ParseUint32(const std::string& value);
[INFO] [stderr]   cargo:warning=      | ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:164:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:169:1: error: 'uint64_t' does not name a type
[INFO] [stderr]   cargo:warning=  169 | uint64_t ParseUint64(const std::string& value);
[INFO] [stderr]   cargo:warning=      | ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:169:1: note: 'uint64_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.cc:56:40: error: 'int rocksdb::AppendHumanMicros(uint64_t, char*, int, bool)' redeclared as different kind of entity
[INFO] [stderr]   cargo:warning=   56 |                       bool fixed_format) {
[INFO] [stderr]   cargo:warning=      |                                        ^
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:99:5: note: previous declaration 'int rocksdb::AppendHumanMicros'
[INFO] [stderr]   cargo:warning=   99 | int AppendHumanMicros(uint64_t micros, char* output, int len,
[INFO] [stderr]   cargo:warning=      |     ^~~~~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.cc:80:59: error: 'int rocksdb::AppendHumanBytes(uint64_t, char*, int)' redeclared as different kind of entity
[INFO] [stderr]   cargo:warning=   80 | int AppendHumanBytes(uint64_t bytes, char* output, int len) {
[INFO] [stderr]   cargo:warning=      |                                                           ^
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:103:5: note: previous declaration 'int rocksdb::AppendHumanBytes'
[INFO] [stderr]   cargo:warning=  103 | int AppendHumanBytes(uint64_t bytes, char* output, int len);
[INFO] [stderr]   cargo:warning=      |     ^~~~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.cc:130:46: error: 'std::string rocksdb::BytesToHumanString(uint64_t)' redeclared as different kind of entity
[INFO] [stderr]   cargo:warning=  130 | std::string BytesToHumanString(uint64_t bytes) {
[INFO] [stderr]   cargo:warning=      |                                              ^
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.h:92:20: note: previous declaration 'std::string rocksdb::BytesToHumanString'
[INFO] [stderr]   cargo:warning=   92 | extern std::string BytesToHumanString(uint64_t bytes);
[INFO] [stderr]   cargo:warning=      |                    ^~~~~~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.cc: In function 'uint8_t rocksdb::ParseUint8(const std::string&)':
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.cc:299:18: error: 'ParseUint64' was not declared in this scope; did you mean 'ParseInt64'?
[INFO] [stderr]   cargo:warning=  299 |   uint64_t num = ParseUint64(value);
[INFO] [stderr]   cargo:warning=      |                  ^~~~~~~~~~~
[INFO] [stderr]   cargo:warning=      |                  ParseInt64
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.cc: In function 'uint32_t rocksdb::ParseUint32(const std::string&)':
[INFO] [stderr]   cargo:warning=rocksdb/util/string_util.cc:308:18: error: 'ParseUint64' was not declared in this scope; did you mean 'ParseInt64'?
[INFO] [stderr]   cargo:warning=  308 |   uint64_t num = ParseUint64(value);
[INFO] [stderr]   cargo:warning=      |                  ^~~~~~~~~~~
[INFO] [stderr]   cargo:warning=      |                  ParseInt64
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_LINUX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-o" "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/librocksdb-sys-ec538af5cefedf2c/out/3b2529d97c048fcf-string_util.o" "-c" "rocksdb/util/string_util.cc"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   cargo:warning=In file included from rocksdb/utilities/checkpoint/checkpoint_impl.h:9,
[INFO] [stderr]   cargo:warning=                 from rocksdb/utilities/checkpoint/checkpoint_impl.cc:12:
[INFO] [stderr]   cargo:warning=rocksdb/include/rocksdb/utilities/checkpoint.h:47:35: error: 'uint64_t' has not been declared
[INFO] [stderr]   cargo:warning=   47 |                                   uint64_t log_size_for_flush = 0,
[INFO] [stderr]   cargo:warning=      |                                   ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/include/rocksdb/utilities/checkpoint.h:48:35: error: 'uint64_t' has not been declared
[INFO] [stderr]   cargo:warning=   48 |                                   uint64_t* sequence_number_ptr = nullptr);
[INFO] [stderr]   cargo:warning=      |                                   ^~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/utilities/checkpoint/checkpoint_impl.h:21:10: error: 'rocksdb::Status rocksdb::CheckpointImpl::CreateCheckpoint(const std::string&, uint64_t, uint64_t*)' marked 'override', but does not override
[INFO] [stderr]   cargo:warning=   21 |   Status CreateCheckpoint(const std::string& checkpoint_dir,
[INFO] [stderr]   cargo:warning=      |          ^~~~~~~~~~~~~~~~
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   cargo:warning=rocksdb/utilities/checkpoint/checkpoint_impl.cc:44:8: error: no declaration matches 'rocksdb::Status rocksdb::Checkpoint::CreateCheckpoint(const std::string&, uint64_t, uint64_t*)'
[INFO] [stderr]   cargo:warning=   44 | Status Checkpoint::CreateCheckpoint(const std::string& /*checkpoint_dir*/,
[INFO] [stderr]   cargo:warning=      |        ^~~~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/include/rocksdb/utilities/checkpoint.h:46:18: note: candidate is: 'virtual rocksdb::Status rocksdb::Checkpoint::CreateCheckpoint(const std::string&, int, int*)'
[INFO] [stderr]   cargo:warning=   46 |   virtual Status CreateCheckpoint(const std::string& checkpoint_dir,
[INFO] [stderr]   cargo:warning=      |                  ^~~~~~~~~~~~~~~~
[INFO] [stderr]   cargo:warning=rocksdb/include/rocksdb/utilities/checkpoint.h:22:7: note: 'class rocksdb::Checkpoint' defined here
[INFO] [stderr]   cargo:warning=   22 | class Checkpoint {
[INFO] [stderr]   cargo:warning=      |       ^~~~~~~~~~
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 1
[INFO] [stderr]   cargo:warning=ToolExecError: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_LINUX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-o" "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/librocksdb-sys-ec538af5cefedf2c/out/bfe5d317b023d6cf-checkpoint_impl.o" "-c" "rocksdb/utilities/checkpoint/checkpoint_impl.cc"
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr]   exit status: 0
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   error occurred in cc-rs: command did not execute successfully (status code exit status: 1): LC_ALL="C" "c++" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-gdwarf-4" "-fno-omit-frame-pointer" "-m64" "-I" "rocksdb/include/" "-I" "rocksdb/" "-I" "rocksdb/third-party/gtest-1.8.1/fused-src/" "-I" "snappy/" "-I" "." "-Wall" "-Wextra" "-std=c++11" "-Wno-unused-parameter" "-msse2" "-DSNAPPY=1" "-DNDEBUG=1" "-DOS_LINUX" "-DROCKSDB_PLATFORM_POSIX" "-DROCKSDB_LIB_IO_POSIX" "-DROCKSDB_SUPPORT_THREAD_LOCAL" "-o" "/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/build/librocksdb-sys-ec538af5cefedf2c/out/bfe5d317b023d6cf-checkpoint_impl.o" "-c" "rocksdb/utilities/checkpoint/checkpoint_impl.cc"
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] running `Command { std: "docker" "inspect" "159203c7a7772b7965af6988708c1cc7a4416e98cb1dafc18c9614ee85f7175f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "159203c7a7772b7965af6988708c1cc7a4416e98cb1dafc18c9614ee85f7175f", kill_on_drop: false }`
[INFO] [stdout] 159203c7a7772b7965af6988708c1cc7a4416e98cb1dafc18c9614ee85f7175f