[INFO] cloning repository https://github.com/wujy-cs/kv_raft_with_rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wujy-cs/kv_raft_with_rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwujy-cs%2Fkv_raft_with_rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwujy-cs%2Fkv_raft_with_rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f49003951ab52daf62e5246ccaf5d197a9e0936c [INFO] checking wujy-cs/kv_raft_with_rust against master#e43d139a82620a268d3828a73e12a8679339e8f8 for pr-143545 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwujy-cs%2Fkv_raft_with_rust" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/wujy-cs/kv_raft_with_rust [INFO] finished tweaking git repo https://github.com/wujy-cs/kv_raft_with_rust [INFO] tweaked toml for git repo https://github.com/wujy-cs/kv_raft_with_rust written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/wujy-cs/kv_raft_with_rust on toolchain e43d139a82620a268d3828a73e12a8679339e8f8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e43d139a82620a268d3828a73e12a8679339e8f8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/wujy-cs/kv_raft_with_rust already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e43d139a82620a268d3828a73e12a8679339e8f8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/pingcap/raft-rs.git` [INFO] [stderr] Updating git repository `https://github.com/pingcap/rust-rocksdb.git` [INFO] [stderr] Updating git submodule `https://github.com/pingcap/rocksdb.git` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Updating git repository `https://github.com/alexcrichton/bzip2-rs.git` [INFO] [stderr] Updating git repository `https://github.com/busyjay/lz4-rs.git` [INFO] [stderr] Updating git submodule `https://github.com/lz4/lz4.git` [INFO] [stderr] Updating git repository `https://github.com/busyjay/rust-snappy.git` [INFO] [stderr] Updating git submodule `https://github.com/google/snappy.git` [INFO] [stderr] Updating git repository `https://github.com/gyscos/zstd-rs.git` [INFO] [stderr] Updating git submodule `https://github.com/facebook/zstd` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded blob v0.2.0 [INFO] [stderr] Downloaded protoc-grpcio v0.3.1 [INFO] [stderr] Downloaded protobuf-codegen v2.0.5 [INFO] [stderr] Downloaded protobuf v2.0.5 [INFO] [stderr] Downloaded grpcio-compiler v0.4.1 [INFO] [stderr] Downloaded protoc v2.2.0 [INFO] [stderr] Downloaded grpcio v0.4.1 [INFO] [stderr] Downloaded grpcio-sys v0.4.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+e43d139a82620a268d3828a73e12a8679339e8f8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc955ad38d0bd230328f2ca7a4b412970583b046d5a7c2d4808b7ff6b5dcc4c9 [INFO] running `Command { std: "docker" "start" "-a" "fc955ad38d0bd230328f2ca7a4b412970583b046d5a7c2d4808b7ff6b5dcc4c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc955ad38d0bd230328f2ca7a4b412970583b046d5a7c2d4808b7ff6b5dcc4c9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc955ad38d0bd230328f2ca7a4b412970583b046d5a7c2d4808b7ff6b5dcc4c9", kill_on_drop: false }` [INFO] [stdout] fc955ad38d0bd230328f2ca7a4b412970583b046d5a7c2d4808b7ff6b5dcc4c9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+e43d139a82620a268d3828a73e12a8679339e8f8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fcbafe449b56f9cdcc06d45078540a3a296867bc45479508e9585f4cfbd9df6a [INFO] running `Command { std: "docker" "start" "-a" "fcbafe449b56f9cdcc06d45078540a3a296867bc45479508e9585f4cfbd9df6a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling memoffset v0.2.1 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling either v1.5.0 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Compiling serde v1.0.80 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling build_const v0.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.2.2 [INFO] [stderr] Compiling protobuf v2.0.5 [INFO] [stderr] Compiling arrayvec v0.4.8 [INFO] [stderr] Checking rand_core v0.3.0 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking futures v0.1.25 [INFO] [stderr] Checking quick-error v1.2.2 [INFO] [stderr] Compiling crc v1.8.1 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking rand_core v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Checking rand v0.5.5 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling cmake v0.1.35 [INFO] [stderr] Checking raft v0.4.0 (https://github.com/pingcap/raft-rs.git#40157d82) [INFO] [stderr] Compiling bzip2-sys v0.1.7 (https://github.com/alexcrichton/bzip2-rs.git#34265a55) [INFO] [stderr] Compiling libz-sys v1.0.25 [INFO] [stderr] Compiling lz4-sys v1.8.0 (https://github.com/busyjay/lz4-rs.git?branch=adjust-build#41509fea) [INFO] [stderr] Compiling snappy-sys v0.1.0 (https://github.com/busyjay/rust-snappy.git?branch=static-link#be021783) [INFO] [stderr] Compiling grpcio-sys v0.4.1 [INFO] [stderr] Compiling librocksdb_sys v0.1.0 (https://github.com/pingcap/rust-rocksdb.git#05aaf93f) [INFO] [stderr] Compiling serde_derive v1.0.80 [INFO] [stderr] Checking bincode v1.0.1 [INFO] [stderr] Compiling blob v0.2.0 [INFO] [stderr] Compiling zstd-sys v1.4.6+zstd.1.3.7 (https://github.com/gyscos/zstd-rs.git#15c10cc9) [INFO] [stderr] error: failed to run custom build command for `grpcio-sys v0.4.1` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/grpcio-sys-1cda0c7ef562aec7/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] cargo:rerun-if-changed=grpc_wrap.cc [INFO] [stderr] cargo:rerun-if-changed=grpc [INFO] [stderr] cargo:rerun-if-env-changed=GRPCIO_SYS_USE_PKG_CONFIG [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/grpcio-sys-097d9d44e10bf2d9/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/grpcio-sys-0.4.1/grpc" "-DgRPC_INSTALL=false" "-DgRPC_BUILD_CSHARP_EXT=false" "-DgRPC_BUILD_CODEGEN=false" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/grpcio-sys-097d9d44e10bf2d9/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_BUILD_TYPE=Debug" [INFO] [stderr] -- The C compiler identification is GNU 13.3.0 [INFO] [stderr] -- The CXX compiler identification is GNU 13.3.0 [INFO] [stderr] -- Detecting C compiler ABI info [INFO] [stderr] -- Detecting C compiler ABI info - done [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc - skipped [INFO] [stderr] -- Detecting C compile features [INFO] [stderr] -- Detecting C compile features - done [INFO] [stderr] -- Detecting CXX compiler ABI info [INFO] [stderr] -- Detecting CXX compiler ABI info - done [INFO] [stderr] -- Check for working CXX compiler: /usr/bin/c++ - skipped [INFO] [stderr] -- Detecting CXX compile features [INFO] [stderr] -- Detecting CXX compile features - done [INFO] [stderr] -- Looking for sys/types.h [INFO] [stderr] -- Looking for sys/types.h - found [INFO] [stderr] -- Looking for stdint.h [INFO] [stderr] -- Looking for stdint.h - found [INFO] [stderr] -- Looking for stddef.h [INFO] [stderr] -- Looking for stddef.h - found [INFO] [stderr] -- Check size of off64_t [INFO] [stderr] -- Check size of off64_t - done [INFO] [stderr] -- Looking for fseeko [INFO] [stderr] -- Looking for fseeko - found [INFO] [stderr] -- Looking for unistd.h [INFO] [stderr] -- Looking for unistd.h - found [INFO] [stderr] -- Renaming [INFO] [stderr] -- /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/grpcio-sys-0.4.1/grpc/third_party/zlib/zconf.h [INFO] [stderr] -- to 'zconf.h.included' because this file is included with zlib [INFO] [stderr] -- but CMake generates it automatically in the build directory. [INFO] [stderr] -- Looking for res_servicename in resolv [INFO] [stderr] -- Looking for res_servicename in resolv - not found [INFO] [stderr] -- Looking for gethostbyname in nsl [INFO] [stderr] -- Looking for gethostbyname in nsl - not found [INFO] [stderr] -- Looking for gethostbyname in socket [INFO] [stderr] -- Looking for gethostbyname in socket - not found [INFO] [stderr] -- Looking for clock_gettime in rt [INFO] [stderr] -- Looking for clock_gettime in rt - found [INFO] [stderr] -- Looking for include file sys/socket.h [INFO] [stderr] -- Looking for include file sys/socket.h - found [INFO] [stderr] -- Looking for include file arpa/inet.h [INFO] [stderr] -- Looking for include file arpa/inet.h - found [INFO] [stderr] -- Looking for include file arpa/nameser_compat.h [INFO] [stderr] -- Looking for include file arpa/nameser_compat.h - found [INFO] [stderr] -- Looking for include file arpa/nameser.h [INFO] [stderr] -- Looking for include file arpa/nameser.h - found [INFO] [stderr] -- Looking for include file assert.h [INFO] [stderr] -- Looking for include file assert.h - found [INFO] [stderr] -- Looking for include file errno.h [INFO] [stderr] -- Looking for include file errno.h - found [INFO] [stderr] -- Looking for include file fcntl.h [INFO] [stderr] -- Looking for include file fcntl.h - found [INFO] [stderr] -- Looking for include file inttypes.h [INFO] [stderr] -- Looking for include file inttypes.h - found [INFO] [stderr] -- Looking for include file limits.h [INFO] [stderr] -- Looking for include file limits.h - found [INFO] [stderr] -- Looking for include file malloc.h [INFO] [stderr] -- Looking for include file malloc.h - found [INFO] [stderr] -- Looking for include file memory.h [INFO] [stderr] -- Looking for include file memory.h - found [INFO] [stderr] -- Looking for include file netdb.h [INFO] [stderr] -- Looking for include file netdb.h - found [INFO] [stderr] -- Looking for include file netinet/in.h [INFO] [stderr] -- Looking for include file netinet/in.h - found [INFO] [stderr] -- Looking for include file netinet/tcp.h [INFO] [stderr] -- Looking for include file netinet/tcp.h - found [INFO] [stderr] -- Looking for include file net/if.h [INFO] [stderr] -- Looking for include file net/if.h - found [INFO] [stderr] -- Looking for include file signal.h [INFO] [stderr] -- Looking for include file signal.h - found [INFO] [stderr] -- Looking for include file socket.h [INFO] [stderr] -- Looking for include file socket.h - not found [INFO] [stderr] -- Looking for include file stdbool.h [INFO] [stderr] -- Looking for include file stdbool.h - found [INFO] [stderr] -- Looking for include file stdlib.h [INFO] [stderr] -- Looking for include file stdlib.h - found [INFO] [stderr] -- Looking for include file strings.h [INFO] [stderr] -- Looking for include file strings.h - found [INFO] [stderr] -- Looking for include file string.h [INFO] [stderr] -- Looking for include file string.h - found [INFO] [stderr] -- Looking for include file stropts.h [INFO] [stderr] -- Looking for include file stropts.h - not found [INFO] [stderr] -- Looking for include file sys/ioctl.h [INFO] [stderr] -- Looking for include file sys/ioctl.h - found [INFO] [stderr] -- Looking for include file sys/param.h [INFO] [stderr] -- Looking for include file sys/param.h - found [INFO] [stderr] -- Looking for include file sys/select.h [INFO] [stderr] -- Looking for include file sys/select.h - found [INFO] [stderr] -- Looking for include file sys/stat.h [INFO] [stderr] -- Looking for include file sys/stat.h - found [INFO] [stderr] -- Looking for include file sys/time.h [INFO] [stderr] -- Looking for include file sys/time.h - found [INFO] [stderr] -- Looking for include file sys/uio.h [INFO] [stderr] -- Looking for include file sys/uio.h - found [INFO] [stderr] -- Looking for include file time.h [INFO] [stderr] -- Looking for include file time.h - found [INFO] [stderr] -- Looking for include file dlfcn.h [INFO] [stderr] -- Looking for include file dlfcn.h - found [INFO] [stderr] -- Looking for include file unistd.h [INFO] [stderr] -- Looking for include file unistd.h - found [INFO] [stderr] -- Looking for include files winsock2.h, windows.h [INFO] [stderr] -- Looking for include files winsock2.h, windows.h - not found [INFO] [stderr] -- Looking for 3 include files winsock2.h, ..., windows.h [INFO] [stderr] -- Looking for 3 include files winsock2.h, ..., windows.h - not found [INFO] [stderr] -- Looking for include files winsock.h, windows.h [INFO] [stderr] -- Looking for include files winsock.h, windows.h - not found [INFO] [stderr] -- Looking for include file windows.h [INFO] [stderr] -- Looking for include file windows.h - not found [INFO] [stderr] -- Performing Test HAVE_SOCKLEN_T [INFO] [stderr] -- Performing Test HAVE_SOCKLEN_T - Success [INFO] [stderr] -- Performing Test HAVE_TYPE_SOCKET [INFO] [stderr] -- Performing Test HAVE_TYPE_SOCKET - Failed [INFO] [stderr] -- Performing Test HAVE_BOOL_T [INFO] [stderr] -- Performing Test HAVE_BOOL_T - Success [INFO] [stderr] -- Performing Test HAVE_SSIZE_T [INFO] [stderr] -- Performing Test HAVE_SSIZE_T - Success [INFO] [stderr] -- Performing Test HAVE_LONGLONG [INFO] [stderr] -- Performing Test HAVE_LONGLONG - Success [INFO] [stderr] -- Performing Test HAVE_SIG_ATOMIC_T [INFO] [stderr] -- Performing Test HAVE_SIG_ATOMIC_T - Success [INFO] [stderr] -- Performing Test HAVE_STRUCT_ADDRINFO [INFO] [stderr] -- Performing Test HAVE_STRUCT_ADDRINFO - Success [INFO] [stderr] -- Performing Test HAVE_STRUCT_IN6_ADDR [INFO] [stderr] -- Performing Test HAVE_STRUCT_IN6_ADDR - Success [INFO] [stderr] -- Performing Test HAVE_STRUCT_SOCKADDR_IN6 [INFO] [stderr] -- Performing Test HAVE_STRUCT_SOCKADDR_IN6 - Success [INFO] [stderr] -- Performing Test HAVE_STRUCT_SOCKADDR_STORAGE [INFO] [stderr] -- Performing Test HAVE_STRUCT_SOCKADDR_STORAGE - Success [INFO] [stderr] -- Performing Test HAVE_STRUCT_TIMEVAL [INFO] [stderr] -- Performing Test HAVE_STRUCT_TIMEVAL - Success [INFO] [stderr] -- Looking for AF_INET6 [INFO] [stderr] -- Looking for AF_INET6 - found [INFO] [stderr] -- Looking for O_NONBLOCK [INFO] [stderr] -- Looking for O_NONBLOCK - found [INFO] [stderr] -- Looking for FIONBIO [INFO] [stderr] -- Looking for FIONBIO - found [INFO] [stderr] -- Looking for SIOCGIFADDR [INFO] [stderr] -- Looking for SIOCGIFADDR - found [INFO] [stderr] -- Looking for MSG_NOSIGNAL [INFO] [stderr] -- Looking for MSG_NOSIGNAL - found [INFO] [stderr] -- Looking for PF_INET6 [INFO] [stderr] -- Looking for PF_INET6 - found [INFO] [stderr] -- Looking for SO_NONBLOCK [INFO] [stderr] -- Looking for SO_NONBLOCK - not found [INFO] [stderr] -- Looking for CLOCK_MONOTONIC [INFO] [stderr] -- Looking for CLOCK_MONOTONIC - found [INFO] [stderr] -- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID [INFO] [stderr] -- Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID - Success [INFO] [stderr] -- Performing Test HAVE_LL [INFO] [stderr] -- Performing Test HAVE_LL - Success [INFO] [stderr] -- Looking for bitncmp [INFO] [stderr] -- Looking for bitncmp - not found [INFO] [stderr] -- Looking for closesocket [INFO] [stderr] -- Looking for closesocket - not found [INFO] [stderr] -- Looking for CloseSocket [INFO] [stderr] -- Looking for CloseSocket - not found [INFO] [stderr] -- Looking for connect [INFO] [stderr] -- Looking for connect - found [INFO] [stderr] -- Looking for fcntl [INFO] [stderr] -- Looking for fcntl - found [INFO] [stderr] -- Looking for freeaddrinfo [INFO] [stderr] -- Looking for freeaddrinfo - found [INFO] [stderr] -- Looking for getaddrinfo [INFO] [stderr] -- Looking for getaddrinfo - found [INFO] [stderr] -- Looking for getenv [INFO] [stderr] -- Looking for getenv - found [INFO] [stderr] -- Looking for gethostbyaddr [INFO] [stderr] -- Looking for gethostbyaddr - found [INFO] [stderr] -- Looking for gethostbyname [INFO] [stderr] -- Looking for gethostbyname - found [INFO] [stderr] -- Looking for gethostname [INFO] [stderr] -- Looking for gethostname - found [INFO] [stderr] -- Looking for getnameinfo [INFO] [stderr] -- Looking for getnameinfo - found [INFO] [stderr] -- Looking for getservbyport_r [INFO] [stderr] -- Looking for getservbyport_r - found [INFO] [stderr] -- Looking for gettimeofday [INFO] [stderr] -- Looking for gettimeofday - found [INFO] [stderr] -- Looking for if_indextoname [INFO] [stderr] -- Looking for if_indextoname - found [INFO] [stderr] -- Looking for inet_net_pton [INFO] [stderr] -- Looking for inet_net_pton - not found [INFO] [stderr] -- Looking for inet_ntop [INFO] [stderr] -- Looking for inet_ntop - found [INFO] [stderr] -- Looking for inet_pton [INFO] [stderr] -- Looking for inet_pton - found [INFO] [stderr] -- Looking for ioctl [INFO] [stderr] -- Looking for ioctl - found [INFO] [stderr] -- Looking for ioctlsocket [INFO] [stderr] -- Looking for ioctlsocket - not found [INFO] [stderr] -- Looking for IoctlSocket [INFO] [stderr] -- Looking for IoctlSocket - not found [INFO] [stderr] -- Looking for recv [INFO] [stderr] -- Looking for recv - found [INFO] [stderr] -- Looking for recvfrom [INFO] [stderr] -- Looking for recvfrom - found [INFO] [stderr] -- Looking for send [INFO] [stderr] -- Looking for send - found [INFO] [stderr] -- Looking for setsockopt [INFO] [stderr] -- Looking for setsockopt - found [INFO] [stderr] -- Looking for socket [INFO] [stderr] -- Looking for socket - found [INFO] [stderr] -- Looking for strcasecmp [INFO] [stderr] -- Looking for strcasecmp - found [INFO] [stderr] -- Looking for strcmpi [INFO] [stderr] -- Looking for strcmpi - not found [INFO] [stderr] -- Looking for strdup [INFO] [stderr] -- Looking for strdup - found [INFO] [stderr] -- Looking for stricmp [INFO] [stderr] -- Looking for stricmp - not found [INFO] [stderr] -- Looking for strncasecmp [INFO] [stderr] -- Looking for strncasecmp - found [INFO] [stderr] -- Looking for strncmpi [INFO] [stderr] -- Looking for strncmpi - not found [INFO] [stderr] -- Looking for strnicmp [INFO] [stderr] -- Looking for strnicmp - not found [INFO] [stderr] -- Looking for writev [INFO] [stderr] -- Looking for writev - found [INFO] [stderr] -- Found Perl: /usr/bin/perl (found version "5.38.2") [INFO] [stderr] -- Configuring incomplete, errors occurred! [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] CMake Deprecation Warning at CMakeLists.txt:24 (cmake_minimum_required): [INFO] [stderr] Compatibility with CMake < 3.5 will be removed from a future version of [INFO] [stderr] CMake. [INFO] [stderr] [INFO] [stderr] Update the VERSION argument value or use a ... suffix to tell [INFO] [stderr] CMake that the project does not need compatibility with older versions. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] CMake Deprecation Warning at third_party/zlib/CMakeLists.txt:1 (cmake_minimum_required): [INFO] [stderr] Compatibility with CMake < 3.5 will be removed from a future version of [INFO] [stderr] CMake. [INFO] [stderr] [INFO] [stderr] Update the VERSION argument value or use a ... suffix to tell [INFO] [stderr] CMake that the project does not need compatibility with older versions. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] CMake Error at third_party/zlib/CMakeLists.txt:77 (file): [INFO] [stderr] file RENAME failed to rename [INFO] [stderr] [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/grpcio-sys-0.4.1/grpc/third_party/zlib/zconf.h [INFO] [stderr] [INFO] [stderr] to [INFO] [stderr] [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/grpcio-sys-0.4.1/grpc/third_party/zlib/zconf.h.included [INFO] [stderr] [INFO] [stderr] because: Read-only file system [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] CMake Deprecation Warning at third_party/cares/cares/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): [INFO] [stderr] Compatibility with CMake < 3.5 will be removed from a future version of [INFO] [stderr] CMake. [INFO] [stderr] [INFO] [stderr] Update the VERSION argument value or use a ... suffix to tell [INFO] [stderr] CMake that the project does not need compatibility with older versions. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] CMake Warning at cmake/protobuf.cmake:48 (message): [INFO] [stderr] gRPC_PROTOBUF_PROVIDER is "module" but PROTOBUF_ROOT_DIR is wrong [INFO] [stderr] Call Stack (most recent call first): [INFO] [stderr] CMakeLists.txt:118 (include) [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] CMake Deprecation Warning at third_party/boringssl/CMakeLists.txt:1 (cmake_minimum_required): [INFO] [stderr] Compatibility with CMake < 3.5 will be removed from a future version of [INFO] [stderr] CMake. [INFO] [stderr] [INFO] [stderr] Update the VERSION argument value or use a ... suffix to tell [INFO] [stderr] CMake that the project does not need compatibility with older versions. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] CMake Warning at cmake/gflags.cmake:26 (message): [INFO] [stderr] gRPC_GFLAGS_PROVIDER is "module" but GFLAGS_ROOT_DIR is wrong [INFO] [stderr] Call Stack (most recent call first): [INFO] [stderr] CMakeLists.txt:120 (include) [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] CMake Warning at cmake/benchmark.cmake:26 (message): [INFO] [stderr] gRPC_BENCHMARK_PROVIDER is "module" but BENCHMARK_ROOT_DIR is wrong [INFO] [stderr] Call Stack (most recent call first): [INFO] [stderr] CMakeLists.txt:121 (include) [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.35/src/lib.rs:778:5: [INFO] [stderr] [INFO] [stderr] command did not execute successfully, got: exit status: 1 [INFO] [stderr] [INFO] [stderr] build script failed, must exit now [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x62dd2db2ac02 - std::backtrace_rs::backtrace::libunwind::trace::h46eb33c4fd632ca5 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x62dd2db2ac02 - std::backtrace_rs::backtrace::trace_unsynchronized::hb54056a975eeb6a4 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x62dd2db2ac02 - std::sys::backtrace::_print_fmt::hf63fb9997a0483b2 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x62dd2db2ac02 - ::fmt::hd5fc92e3734c1bb5 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x62dd2db4ef23 - core::fmt::rt::Argument::fmt::h07a952aa009c6242 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x62dd2db4ef23 - core::fmt::write::h841c9bec664cd8e8 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/core/src/fmt/mod.rs:1469:25 [INFO] [stderr] 6: 0x62dd2db273f3 - std::io::default_write_fmt::h35c689139c901878 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x62dd2db273f3 - std::io::Write::write_fmt::hd741cb60642a2c18 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/io/mod.rs:1954:13 [INFO] [stderr] 8: 0x62dd2db2aa52 - std::sys::backtrace::BacktraceLock::print::h2f99f32f8c2187e1 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x62dd2db2c923 - std::panicking::default_hook::{{closure}}::h762463a335324a23 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:300:27 [INFO] [stderr] 10: 0x62dd2db2c705 - std::panicking::default_hook::h2344178c707f6946 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x62dd2db2d332 - std::panicking::rust_panic_with_hook::h402ba354cbec1d57 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x62dd2db2d0ca - std::panicking::begin_panic_handler::{{closure}}::h55b8741a0da2d5ee [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x62dd2db2b0f9 - std::sys::backtrace::__rust_end_short_backtrace::h40077a22f1066276 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 14: 0x62dd2db2cd5d - __rustc[e402ec7dbc433fa7]::rust_begin_unwind [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x62dd2db4dda0 - core::panicking::panic_fmt::h4e640b0e9b64cd4d [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x62dd2da9de7b - cmake::fail::h41928b731b61af86 [INFO] [stderr] 17: 0x62dd2da9d65a - cmake::run::h4903d0d000aaa986 [INFO] [stderr] 18: 0x62dd2da9a145 - cmake::Config::build::hbea6be221194c4cd [INFO] [stderr] 19: 0x62dd2da7c4e6 - build_script_build::build_grpc::hc758312b28f21bcc [INFO] [stderr] 20: 0x62dd2da7cf64 - build_script_build::main::h6ffb62b888a9a319 [INFO] [stderr] 21: 0x62dd2da7a183 - core::ops::function::FnOnce::call_once::h97a0071f7479a57d [INFO] [stderr] 22: 0x62dd2da7a0f6 - std::sys::backtrace::__rust_begin_short_backtrace::hf9f69be7afd9168c [INFO] [stderr] 23: 0x62dd2da7a059 - std::rt::lang_start::{{closure}}::hf4ed6ad4b2e19dcb [INFO] [stderr] 24: 0x62dd2db22560 - core::ops::function::impls:: for &F>::call_once::h064e6b81598c4a62 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/core/src/ops/function.rs:284:21 [INFO] [stderr] 25: 0x62dd2db22560 - std::panicking::catch_unwind::do_call::h735274b4e3e6c7b8 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:589:40 [INFO] [stderr] 26: 0x62dd2db22560 - std::panicking::catch_unwind::h2b3c4830c7c76f65 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:552:19 [INFO] [stderr] 27: 0x62dd2db22560 - std::panic::catch_unwind::hf1aebb84fb8a1d26 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panic.rs:359:14 [INFO] [stderr] 28: 0x62dd2db22560 - std::rt::lang_start_internal::{{closure}}::ha4c34a292cd41e7e [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/rt.rs:175:24 [INFO] [stderr] 29: 0x62dd2db22560 - std::panicking::catch_unwind::do_call::h43a240a13a7020f7 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:589:40 [INFO] [stderr] 30: 0x62dd2db22560 - std::panicking::catch_unwind::hbd4b4f22bb1e5340 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:552:19 [INFO] [stderr] 31: 0x62dd2db22560 - std::panic::catch_unwind::h74e0ec3b7610d194 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panic.rs:359:14 [INFO] [stderr] 32: 0x62dd2db22560 - std::rt::lang_start_internal::hdef981deb15e452e [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/rt.rs:171:5 [INFO] [stderr] 33: 0x62dd2da7a041 - std::rt::lang_start::haf2afd396e4ca488 [INFO] [stderr] 34: 0x62dd2da7d3b5 - main [INFO] [stderr] 35: 0x726c00f461ca - [INFO] [stderr] 36: 0x726c00f4628b - __libc_start_main [INFO] [stderr] 37: 0x62dd2da799a5 - _start [INFO] [stderr] 38: 0x0 - [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: failed to run custom build command for `librocksdb_sys v0.1.0 (https://github.com/pingcap/rust-rocksdb.git#05aaf93f)` [INFO] [stderr] note: To improve backtraces for build dependencies, set the CARGO_PROFILE_DEV_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/librocksdb_sys-94b59c2eca2c53b1/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] ("CARGO", "/opt/rustwide/rustup-home/toolchains/e43d139a82620a268d3828a73e12a8679339e8f8/bin/cargo") [INFO] [stderr] ("CARGO_CFG_FEATURE", "default") [INFO] [stderr] ("CARGO_CFG_FMT_DEBUG", "full") [INFO] [stderr] ("CARGO_CFG_OVERFLOW_CHECKS", "") [INFO] [stderr] ("CARGO_CFG_PANIC", "unwind") [INFO] [stderr] ("CARGO_CFG_RELOCATION_MODEL", "pic") [INFO] [stderr] ("CARGO_CFG_TARGET_ABI", "") [INFO] [stderr] ("CARGO_CFG_TARGET_ARCH", "x86_64") [INFO] [stderr] ("CARGO_CFG_TARGET_ENDIAN", "little") [INFO] [stderr] ("CARGO_CFG_TARGET_ENV", "gnu") [INFO] [stderr] ("CARGO_CFG_TARGET_FAMILY", "unix") [INFO] [stderr] ("CARGO_CFG_TARGET_FEATURE", "fxsr,sse,sse2,x87") [INFO] [stderr] ("CARGO_CFG_TARGET_HAS_ATOMIC", "16,32,64,8,ptr") [INFO] [stderr] ("CARGO_CFG_TARGET_HAS_ATOMIC_EQUAL_ALIGNMENT", "16,32,64,8,ptr") [INFO] [stderr] ("CARGO_CFG_TARGET_HAS_ATOMIC_LOAD_STORE", "16,32,64,8,ptr") [INFO] [stderr] ("CARGO_CFG_TARGET_HAS_RELIABLE_F128", "") [INFO] [stderr] ("CARGO_CFG_TARGET_HAS_RELIABLE_F16", "") [INFO] [stderr] ("CARGO_CFG_TARGET_HAS_RELIABLE_F16_MATH", "") [INFO] [stderr] ("CARGO_CFG_TARGET_OS", "linux") [INFO] [stderr] ("CARGO_CFG_TARGET_POINTER_WIDTH", "64") [INFO] [stderr] ("CARGO_CFG_TARGET_THREAD_LOCAL", "") [INFO] [stderr] ("CARGO_CFG_TARGET_VENDOR", "unknown") [INFO] [stderr] ("CARGO_CFG_UB_CHECKS", "") [INFO] [stderr] ("CARGO_CFG_UNIX", "") [INFO] [stderr] ("CARGO_ENCODED_RUSTFLAGS", "--cap-lints=forbid") [INFO] [stderr] ("CARGO_FEATURE_DEFAULT", "1") [INFO] [stderr] ("CARGO_HOME", "/opt/rustwide/cargo-home") [INFO] [stderr] ("CARGO_INCREMENTAL", "0") [INFO] [stderr] ("CARGO_MAKEFLAGS", "-j --jobserver-fds=8,9 --jobserver-auth=8,9") [INFO] [stderr] ("CARGO_MANIFEST_DIR", "/opt/rustwide/cargo-home/git/checkouts/rust-rocksdb-0d71bbd8bae9677e/05aaf93/librocksdb_sys") [INFO] [stderr] ("CARGO_MANIFEST_LINKS", "rocksdb") [INFO] [stderr] ("CARGO_MANIFEST_PATH", "/opt/rustwide/cargo-home/git/checkouts/rust-rocksdb-0d71bbd8bae9677e/05aaf93/librocksdb_sys/Cargo.toml") [INFO] [stderr] ("CARGO_PKG_AUTHORS", "Jay Lee ") [INFO] [stderr] ("CARGO_PKG_DESCRIPTION", "") [INFO] [stderr] ("CARGO_PKG_HOMEPAGE", "") [INFO] [stderr] ("CARGO_PKG_LICENSE", "") [INFO] [stderr] ("CARGO_PKG_LICENSE_FILE", "") [INFO] [stderr] ("CARGO_PKG_NAME", "librocksdb_sys") [INFO] [stderr] ("CARGO_PKG_README", "") [INFO] [stderr] ("CARGO_PKG_REPOSITORY", "") [INFO] [stderr] ("CARGO_PKG_RUST_VERSION", "") [INFO] [stderr] ("CARGO_PKG_VERSION", "0.1.0") [INFO] [stderr] ("CARGO_PKG_VERSION_MAJOR", "0") [INFO] [stderr] ("CARGO_PKG_VERSION_MINOR", "1") [INFO] [stderr] ("CARGO_PKG_VERSION_PATCH", "0") [INFO] [stderr] ("CARGO_PKG_VERSION_PRE", "") [INFO] [stderr] ("CARGO_TARGET_DIR", "/opt/rustwide/target") [INFO] [stderr] ("DEBUG", "true") [INFO] [stderr] ("DEP_BZIP2_INCLUDE", "/opt/rustwide/target/debug/build/bzip2-sys-f37e68721d972587/out/include") [INFO] [stderr] ("DEP_BZIP2_ROOT", "/opt/rustwide/target/debug/build/bzip2-sys-f37e68721d972587/out") [INFO] [stderr] ("DEP_LZ4_ROOT", "/opt/rustwide/target/debug/build/lz4-sys-aaaf2a3f31bce7d2/out") [INFO] [stderr] ("DEP_SNAPPY_ROOT", "/opt/rustwide/target/debug/build/snappy-sys-8b95c34ae10ba148/out/build") [INFO] [stderr] ("DEP_ZSTD_ROOT", "/opt/rustwide/target/debug/build/zstd-sys-1e4c1f34a15afec5/out") [INFO] [stderr] ("DEP_Z_INCLUDE", "/opt/rustwide/target/debug/build/libz-sys-9028b56f860012c0/out/include") [INFO] [stderr] ("DEP_Z_ROOT", "/opt/rustwide/target/debug/build/libz-sys-9028b56f860012c0/out") [INFO] [stderr] ("HOME", "/root") [INFO] [stderr] ("HOST", "x86_64-unknown-linux-gnu") [INFO] [stderr] ("HOSTNAME", "fcbafe449b56") [INFO] [stderr] ("LD_LIBRARY_PATH", "/opt/rustwide/target/debug/deps:/opt/rustwide/target/debug:/opt/rustwide/rustup-home/toolchains/e43d139a82620a268d3828a73e12a8679339e8f8/lib/rustlib/x86_64-unknown-linux-gnu/lib:/opt/rustwide/rustup-home/toolchains/e43d139a82620a268d3828a73e12a8679339e8f8/lib") [INFO] [stderr] ("NUM_JOBS", "16") [INFO] [stderr] ("OPT_LEVEL", "0") [INFO] [stderr] ("OUT_DIR", "/opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out") [INFO] [stderr] ("PATH", "/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin") [INFO] [stderr] ("PROFILE", "debug") [INFO] [stderr] ("RUSTC", "/opt/rustwide/rustup-home/toolchains/e43d139a82620a268d3828a73e12a8679339e8f8/bin/rustc") [INFO] [stderr] ("RUSTDOC", "/opt/rustwide/rustup-home/toolchains/e43d139a82620a268d3828a73e12a8679339e8f8/bin/rustdoc") [INFO] [stderr] ("RUSTDOCFLAGS", "--cap-lints=forbid") [INFO] [stderr] ("RUSTUP_HOME", "/opt/rustwide/rustup-home") [INFO] [stderr] ("RUSTUP_TOOLCHAIN", "e43d139a82620a268d3828a73e12a8679339e8f8") [INFO] [stderr] ("RUST_BACKTRACE", "full") [INFO] [stderr] ("RUST_RECURSION_COUNT", "1") [INFO] [stderr] ("SOURCE_DIR", "/opt/rustwide/workdir") [INFO] [stderr] ("SSL_CERT_DIR", "/usr/lib/ssl/certs") [INFO] [stderr] ("SSL_CERT_FILE", "/usr/lib/ssl/cert.pem") [INFO] [stderr] ("TARGET", "x86_64-unknown-linux-gnu") [INFO] [stderr] running: cd "/opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build" && CMAKE_PREFIX_PATH="/opt/rustwide/target/debug/build/libz-sys-9028b56f860012c0/out:/opt/rustwide/target/debug/build/bzip2-sys-f37e68721d972587/out:/opt/rustwide/target/debug/build/lz4-sys-aaaf2a3f31bce7d2/out:/opt/rustwide/target/debug/build/zstd-sys-1e4c1f34a15afec5/out:/opt/rustwide/target/debug/build/snappy-sys-8b95c34ae10ba148/out/build:" "cmake" "/opt/rustwide/cargo-home/git/checkouts/rust-rocksdb-0d71bbd8bae9677e/05aaf93/librocksdb_sys/rocksdb" "-DWITH_ZLIB=ON" "-DWITH_BZ2=ON" "-DWITH_LZ4=ON" "-DWITH_ZSTD=ON" "-DWITH_SNAPPY=ON" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out" "-DCMAKE_C_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_C_COMPILER=/usr/bin/cc" "-DCMAKE_CXX_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_CXX_COMPILER=/usr/bin/c++" "-DCMAKE_BUILD_TYPE=Debug" [INFO] [stderr] -- The C compiler identification is GNU 13.3.0 [INFO] [stderr] -- The CXX compiler identification is GNU 13.3.0 [INFO] [stderr] -- Detecting C compiler ABI info [INFO] [stderr] -- Detecting C compiler ABI info - done [INFO] [stderr] -- Check for working C compiler: /usr/bin/cc - skipped [INFO] [stderr] -- Detecting C compile features [INFO] [stderr] -- Detecting C compile features - done [INFO] [stderr] -- Detecting CXX compiler ABI info [INFO] [stderr] -- Detecting CXX compiler ABI info - done [INFO] [stderr] -- Check for working CXX compiler: /usr/bin/c++ - skipped [INFO] [stderr] -- Detecting CXX compile features [INFO] [stderr] -- Detecting CXX compile features - done [INFO] [stderr] -- The ASM compiler identification is GNU [INFO] [stderr] -- Found assembler: /usr/bin/cc [INFO] [stderr] -- Found snappy: /opt/rustwide/target/debug/build/snappy-sys-8b95c34ae10ba148/out/build/libsnappy.a [INFO] [stderr] -- Found zlib: /usr/lib/x86_64-linux-gnu/libz.so [INFO] [stderr] -- Found bzip2: /opt/rustwide/target/debug/build/bzip2-sys-f37e68721d972587/out/lib/libbz2.a [INFO] [stderr] -- Found lz4: /opt/rustwide/target/debug/build/lz4-sys-aaaf2a3f31bce7d2/out/liblz4.a [INFO] [stderr] -- Found zstd: /opt/rustwide/target/debug/build/zstd-sys-1e4c1f34a15afec5/out/libzstd.a [INFO] [stderr] -- Found Git: /usr/bin/git (found version "2.43.0") [INFO] [stderr] -- Performing Test HAVE_SSE42 [INFO] [stderr] -- Performing Test HAVE_SSE42 - Success [INFO] [stderr] -- Performing Test HAVE_THREAD_LOCAL [INFO] [stderr] -- Performing Test HAVE_THREAD_LOCAL - Success [INFO] [stderr] -- Enabling RTTI in Debug builds only (default) [INFO] [stderr] -- Performing Test HAVE_FALLOCATE [INFO] [stderr] -- Performing Test HAVE_FALLOCATE - Success [INFO] [stderr] -- Performing Test HAVE_SYNC_FILE_RANGE_WRITE [INFO] [stderr] -- Performing Test HAVE_SYNC_FILE_RANGE_WRITE - Success [INFO] [stderr] -- Performing Test HAVE_PTHREAD_MUTEX_ADAPTIVE_NP [INFO] [stderr] -- Performing Test HAVE_PTHREAD_MUTEX_ADAPTIVE_NP - Failed [INFO] [stderr] -- Looking for malloc_usable_size [INFO] [stderr] -- Looking for malloc_usable_size - not found [INFO] [stderr] -- Looking for sched_getcpu [INFO] [stderr] -- Looking for sched_getcpu - found [INFO] [stderr] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD [INFO] [stderr] -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success [INFO] [stderr] -- Found Threads: TRUE [INFO] [stderr] -- JNI library is disabled [INFO] [stderr] -- Configuring done (3.8s) [INFO] [stderr] -- Generating done (0.7s) [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] CMake Deprecation Warning at CMakeLists.txt:35 (cmake_minimum_required): [INFO] [stderr] Compatibility with CMake < 3.5 will be removed from a future version of [INFO] [stderr] CMake. [INFO] [stderr] [INFO] [stderr] Update the VERSION argument value or use a ... suffix to tell [INFO] [stderr] CMake that the project does not need compatibility with older versions. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] CMake Warning at CMakeLists.txt:75 (find_package): [INFO] [stderr] By not providing "Findgflags.cmake" in CMAKE_MODULE_PATH this project has [INFO] [stderr] asked CMake to find a package configuration file provided by "gflags", but [INFO] [stderr] CMake did not find one. [INFO] [stderr] [INFO] [stderr] Could not find a package configuration file provided by "gflags" with any [INFO] [stderr] of the following names: [INFO] [stderr] [INFO] [stderr] gflagsConfig.cmake [INFO] [stderr] gflags-config.cmake [INFO] [stderr] [INFO] [stderr] Add the installation prefix of "gflags" to CMAKE_PREFIX_PATH or set [INFO] [stderr] "gflags_DIR" to a directory containing one of the above files. If "gflags" [INFO] [stderr] provides a separate development package or SDK, be sure it has been [INFO] [stderr] installed. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_block_cache_test.dir/build.make.tmp98188 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_block_cache_test.dir/compiler_depend.make.tmpe3d22 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_block_cache_test.dir/compiler_depend.ts.tmp414c3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_block_cache_test.dir/depend.make.tmpe0db4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_block_cache_test.dir/flags.make.tmpe33dd [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_block_cache_test.dir/link.txt.tmp37bbf [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_block_cache_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_block_cache_test.dir/DependInfo.cmake.tmpfbed4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_bloom_filter_test.dir/build.make.tmp17b4d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_bloom_filter_test.dir/compiler_depend.make.tmp34ea5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_bloom_filter_test.dir/compiler_depend.ts.tmpa6df3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_bloom_filter_test.dir/depend.make.tmpff4c0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_bloom_filter_test.dir/flags.make.tmp9ffea [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_bloom_filter_test.dir/link.txt.tmped808 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_bloom_filter_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_bloom_filter_test.dir/DependInfo.cmake.tmp02981 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_filter_test.dir/build.make.tmpd8ba7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_filter_test.dir/compiler_depend.make.tmp851fb [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_filter_test.dir/compiler_depend.ts.tmp74f09 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_filter_test.dir/depend.make.tmp5cd71 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_filter_test.dir/flags.make.tmp1a75e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_filter_test.dir/link.txt.tmpfe624 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_filter_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_filter_test.dir/DependInfo.cmake.tmpbf16c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_test.dir/build.make.tmp9882d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_test.dir/compiler_depend.make.tmpa06ad [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_test.dir/compiler_depend.ts.tmp63915 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_test.dir/depend.make.tmp71596 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_test.dir/flags.make.tmp48e63 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_test.dir/link.txt.tmpfdfd6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_test.dir/DependInfo.cmake.tmpf745d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_dynamic_level_test.dir/build.make.tmp58ebb [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_dynamic_level_test.dir/compiler_depend.make.tmpc69db [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_dynamic_level_test.dir/compiler_depend.ts.tmp8aaa7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_dynamic_level_test.dir/depend.make.tmp4fefc [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_dynamic_level_test.dir/flags.make.tmp4db3d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_dynamic_level_test.dir/link.txt.tmpf81d4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_dynamic_level_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_dynamic_level_test.dir/DependInfo.cmake.tmp2402a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_flush_test.dir/build.make.tmpc20ba [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_flush_test.dir/compiler_depend.make.tmp3f354 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_flush_test.dir/compiler_depend.ts.tmp25c68 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_flush_test.dir/depend.make.tmp4d048 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_flush_test.dir/flags.make.tmp8bbd1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_flush_test.dir/link.txt.tmp5101f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_flush_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_flush_test.dir/DependInfo.cmake.tmp83321 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_inplace_update_test.dir/build.make.tmpe55d8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_inplace_update_test.dir/compiler_depend.make.tmp12bf4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_inplace_update_test.dir/compiler_depend.ts.tmp260ef [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_inplace_update_test.dir/depend.make.tmp28f93 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_inplace_update_test.dir/flags.make.tmp99d37 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_inplace_update_test.dir/link.txt.tmp39269 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_inplace_update_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_inplace_update_test.dir/DependInfo.cmake.tmp0dcf6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_io_failure_test.dir/build.make.tmpc705a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_io_failure_test.dir/compiler_depend.make.tmpcce13 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_io_failure_test.dir/compiler_depend.ts.tmp01360 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_io_failure_test.dir/depend.make.tmp74d26 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_io_failure_test.dir/flags.make.tmp41125 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_io_failure_test.dir/link.txt.tmp93941 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_io_failure_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_io_failure_test.dir/DependInfo.cmake.tmp8a44e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_test.dir/build.make.tmpd3f3a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_test.dir/compiler_depend.make.tmp294ae [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_test.dir/compiler_depend.ts.tmp5804f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_test.dir/depend.make.tmp833ae [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_test.dir/flags.make.tmpe279f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_test.dir/link.txt.tmpe24c9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_test.dir/DependInfo.cmake.tmp69f7e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_stress_test.dir/build.make.tmp561c0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_stress_test.dir/compiler_depend.make.tmpf299e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_stress_test.dir/compiler_depend.ts.tmp57bb2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_stress_test.dir/depend.make.tmpab890 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_stress_test.dir/flags.make.tmpab356 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_stress_test.dir/link.txt.tmp17c24 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_stress_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_stress_test.dir/DependInfo.cmake.tmp4b188 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iterator_test.dir/build.make.tmp5c94e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iterator_test.dir/compiler_depend.make.tmp51c58 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iterator_test.dir/compiler_depend.ts.tmpdd700 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iterator_test.dir/depend.make.tmpc189b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iterator_test.dir/flags.make.tmp0100b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iterator_test.dir/link.txt.tmp6086d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iterator_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iterator_test.dir/DependInfo.cmake.tmpb6678 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_log_iter_test.dir/build.make.tmp23328 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_log_iter_test.dir/compiler_depend.make.tmp788be [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_log_iter_test.dir/compiler_depend.ts.tmp132be [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_log_iter_test.dir/depend.make.tmp82caf [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_log_iter_test.dir/flags.make.tmp0211b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_log_iter_test.dir/link.txt.tmpce179 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_log_iter_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_log_iter_test.dir/DependInfo.cmake.tmpe16c0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_memtable_test.dir/build.make.tmp92c28 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_memtable_test.dir/compiler_depend.make.tmpd5bef [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_memtable_test.dir/compiler_depend.ts.tmp3fb89 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_memtable_test.dir/depend.make.tmp21942 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_memtable_test.dir/flags.make.tmpafdd8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_memtable_test.dir/link.txt.tmp92961 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_memtable_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_flush_job_test.dir/build.make.tmp611f3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_flush_job_test.dir/compiler_depend.make.tmp286f1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_flush_job_test.dir/compiler_depend.ts.tmp9812e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_flush_job_test.dir/depend.make.tmpcdab0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_flush_job_test.dir/flags.make.tmpa594d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_flush_job_test.dir/link.txt.tmpddf35 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_flush_job_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_flush_job_test.dir/DependInfo.cmake.tmp1cf61 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_listener_test.dir/build.make.tmp2448d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_listener_test.dir/compiler_depend.make.tmpce7ee [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_listener_test.dir/compiler_depend.ts.tmp1b6f6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_listener_test.dir/depend.make.tmp6ea5a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_listener_test.dir/flags.make.tmp95365 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_listener_test.dir/link.txt.tmpe159d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_listener_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_listener_test.dir/DependInfo.cmake.tmpac8bd [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_log_test.dir/build.make.tmpabce7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_log_test.dir/compiler_depend.make.tmp4a339 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_log_test.dir/compiler_depend.ts.tmp9e9bc [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_log_test.dir/depend.make.tmpceeed [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_log_test.dir/flags.make.tmpd4d70 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_log_test.dir/link.txt.tmp599d5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_log_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_log_test.dir/DependInfo.cmake.tmp64a2e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_manual_compaction_test.dir/build.make.tmpd5298 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_manual_compaction_test.dir/compiler_depend.make.tmp32350 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_manual_compaction_test.dir/compiler_depend.ts.tmp128a6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_manual_compaction_test.dir/depend.make.tmp08c0c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_manual_compaction_test.dir/flags.make.tmp77da8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_manual_compaction_test.dir/link.txt.tmpb7ac5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_manual_compaction_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_manual_compaction_test.dir/DependInfo.cmake.tmp301a1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_memtable_list_test.dir/build.make.tmp246de [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_memtable_list_test.dir/compiler_depend.make.tmpc300a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_memtable_list_test.dir/compiler_depend.ts.tmp8b5c1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_memtable_list_test.dir/depend.make.tmp9fd68 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_memtable_list_test.dir/flags.make.tmpe67d0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_memtable_list_test.dir/link.txt.tmp38d3a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_memtable_list_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_memtable_list_test.dir/DependInfo.cmake.tmp4051d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_helper_test.dir/build.make.tmpdcdce [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_helper_test.dir/compiler_depend.make.tmpa8854 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_helper_test.dir/compiler_depend.ts.tmp44cd4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_helper_test.dir/depend.make.tmp60c28 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_helper_test.dir/flags.make.tmp4fd21 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_helper_test.dir/link.txt.tmpb32c2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_helper_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_helper_test.dir/DependInfo.cmake.tmpb027e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_test.dir/build.make.tmpbd92b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_test.dir/compiler_depend.make.tmp31f15 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_test.dir/compiler_depend.ts.tmpa9c3e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_test.dir/depend.make.tmpbeeb3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_test.dir/flags.make.tmp96e94 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_test.dir/link.txt.tmpe6535 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_test.dir/DependInfo.cmake.tmp7785b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_file_test.dir/build.make.tmp38940 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_file_test.dir/compiler_depend.make.tmp28b9e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_file_test.dir/compiler_depend.ts.tmp7dc8b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_file_test.dir/depend.make.tmp02110 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_file_test.dir/flags.make.tmpbacd0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_file_test.dir/link.txt.tmp8332f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_file_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_file_test.dir/DependInfo.cmake.tmp8d4aa [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_perf_context_test.dir/build.make.tmpf6eca [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_perf_context_test.dir/compiler_depend.make.tmpdc8e6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_perf_context_test.dir/compiler_depend.ts.tmp15de5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_perf_context_test.dir/depend.make.tmp7822d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_perf_context_test.dir/flags.make.tmp07386 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_perf_context_test.dir/link.txt.tmpca783 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_perf_context_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_perf_context_test.dir/DependInfo.cmake.tmp1ee8e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_plain_table_db_test.dir/build.make.tmp54208 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_plain_table_db_test.dir/compiler_depend.make.tmpbcd3d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_plain_table_db_test.dir/compiler_depend.ts.tmp6ee10 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_plain_table_db_test.dir/depend.make.tmpe7b0d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_plain_table_db_test.dir/flags.make.tmpc980d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_plain_table_db_test.dir/link.txt.tmpb9939 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_plain_table_db_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_plain_table_db_test.dir/DependInfo.cmake.tmp7e453 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_prefix_test.dir/build.make.tmp661d7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_prefix_test.dir/compiler_depend.make.tmpaf0ab [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_prefix_test.dir/compiler_depend.ts.tmp1a95e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_prefix_test.dir/depend.make.tmpd5d3d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_prefix_test.dir/flags.make.tmp120a9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_prefix_test.dir/link.txt.tmpc791d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_prefix_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_prefix_test.dir/DependInfo.cmake.tmp60ccc [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_repair_test.dir/build.make.tmp327ab [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_repair_test.dir/compiler_depend.make.tmp4cbae [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_repair_test.dir/compiler_depend.ts.tmp3ee7a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_repair_test.dir/depend.make.tmpf1f41 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_repair_test.dir/flags.make.tmpf8ce3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_repair_test.dir/link.txt.tmp9d862 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_repair_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_repair_test.dir/DependInfo.cmake.tmp1a7ee [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_properties_collector_test.dir/build.make.tmp47ea7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_properties_collector_test.dir/compiler_depend.make.tmp1324e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_properties_collector_test.dir/compiler_depend.ts.tmpf4ec4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_properties_collector_test.dir/depend.make.tmp57cbb [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_properties_collector_test.dir/flags.make.tmp8eea5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_properties_collector_test.dir/link.txt.tmp438e2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_properties_collector_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_properties_collector_test.dir/DependInfo.cmake.tmpd4e83 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_builder_test.dir/build.make.tmpdd2bd [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_builder_test.dir/compiler_depend.make.tmp44500 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_builder_test.dir/compiler_depend.ts.tmp0e478 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_builder_test.dir/depend.make.tmpab604 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_builder_test.dir/flags.make.tmpb5bd5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_builder_test.dir/link.txt.tmp9fb82 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_builder_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_builder_test.dir/DependInfo.cmake.tmpf7e9f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_edit_test.dir/build.make.tmp402a7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_edit_test.dir/compiler_depend.make.tmp34156 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_edit_test.dir/compiler_depend.ts.tmp159f7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_edit_test.dir/depend.make.tmpc0b47 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_edit_test.dir/flags.make.tmpf39c8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_edit_test.dir/link.txt.tmp77763 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_edit_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_edit_test.dir/DependInfo.cmake.tmp52942 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_set_test.dir/build.make.tmp523f9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_set_test.dir/compiler_depend.make.tmpfc2ff [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_set_test.dir/compiler_depend.ts.tmp176c8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_set_test.dir/depend.make.tmp564ff [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_set_test.dir/flags.make.tmp83983 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_set_test.dir/link.txt.tmp039de [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_set_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_set_test.dir/DependInfo.cmake.tmpdf045 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_wal_manager_test.dir/build.make.tmpde2ea [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_wal_manager_test.dir/compiler_depend.make.tmp455b1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_wal_manager_test.dir/compiler_depend.ts.tmp94a75 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_wal_manager_test.dir/depend.make.tmpf7660 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_wal_manager_test.dir/flags.make.tmp3b8a3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_wal_manager_test.dir/link.txt.tmp457c6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_wal_manager_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_wal_manager_test.dir/DependInfo.cmake.tmpdf7d6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_test.dir/build.make.tmp4fca3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_test.dir/compiler_depend.make.tmp5bdd0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_test.dir/compiler_depend.ts.tmp002a6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_test.dir/depend.make.tmpf6f87 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_test.dir/flags.make.tmpceda3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_test.dir/link.txt.tmp0449b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_test.dir/DependInfo.cmake.tmp57600 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_callback_test.dir/build.make.tmpdbbfb [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_callback_test.dir/compiler_depend.make.tmpcb815 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_callback_test.dir/compiler_depend.ts.tmp85549 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_callback_test.dir/depend.make.tmp74389 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_callback_test.dir/flags.make.tmpd8ecf [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_callback_test.dir/link.txt.tmpc7a6f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_callback_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_callback_test.dir/DependInfo.cmake.tmp992f3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_controller_test.dir/build.make.tmp0fa6b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_controller_test.dir/compiler_depend.make.tmp1bdc9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_controller_test.dir/compiler_depend.ts.tmp98fbc [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_controller_test.dir/depend.make.tmp95f5f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_controller_test.dir/flags.make.tmp027de [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_controller_test.dir/link.txt.tmp29118 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_controller_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_controller_test.dir/DependInfo.cmake.tmp03bc4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_basic_test.dir/build.make.tmp21f5d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_basic_test.dir/compiler_depend.make.tmp44e08 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_basic_test.dir/compiler_depend.ts.tmp26de8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_basic_test.dir/depend.make.tmp75084 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_basic_test.dir/flags.make.tmp6e912 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_basic_test.dir/link.txt.tmpbf91f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_basic_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_basic_test.dir/DependInfo.cmake.tmp6c0a5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_test.dir/build.make.tmp58a82 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_test.dir/compiler_depend.make.tmpd4aea [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_test.dir/compiler_depend.ts.tmpb8cd9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_test.dir/depend.make.tmp0cce5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_test.dir/flags.make.tmpcee7e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_test.dir/link.txt.tmpfdfb2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_test.dir/DependInfo.cmake.tmp22e45 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_mock_env_test.dir/build.make.tmp8d4f4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_mock_env_test.dir/compiler_depend.make.tmpce4e9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_mock_env_test.dir/compiler_depend.ts.tmp7af48 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_mock_env_test.dir/depend.make.tmp32750 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_mock_env_test.dir/flags.make.tmpb1e54 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_mock_env_test.dir/link.txt.tmp5ea8a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_mock_env_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_mock_env_test.dir/DependInfo.cmake.tmpa1596 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_inlineskiplist_test.dir/build.make.tmp74add [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_inlineskiplist_test.dir/compiler_depend.make.tmpf2517 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_inlineskiplist_test.dir/compiler_depend.ts.tmp80066 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_inlineskiplist_test.dir/depend.make.tmp32bde [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_inlineskiplist_test.dir/flags.make.tmpaae00 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_inlineskiplist_test.dir/link.txt.tmpe3834 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_inlineskiplist_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_inlineskiplist_test.dir/DependInfo.cmake.tmp95958 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_skiplist_test.dir/build.make.tmp39552 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_skiplist_test.dir/compiler_depend.make.tmpb82ca [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_skiplist_test.dir/compiler_depend.ts.tmpec970 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_skiplist_test.dir/depend.make.tmp55150 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_skiplist_test.dir/flags.make.tmpb6f3e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_skiplist_test.dir/link.txt.tmpafec3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_skiplist_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_skiplist_test.dir/DependInfo.cmake.tmp9104d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_buffer_manager_test.dir/build.make.tmp64cec [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_buffer_manager_test.dir/compiler_depend.make.tmp93fee [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_buffer_manager_test.dir/compiler_depend.ts.tmp9b122 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_buffer_manager_test.dir/depend.make.tmp9dfc9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_buffer_manager_test.dir/flags.make.tmp685b4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_buffer_manager_test.dir/link.txt.tmp2b1fb [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_buffer_manager_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_buffer_manager_test.dir/DependInfo.cmake.tmp4e183 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_histogram_test.dir/build.make.tmp081c1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_histogram_test.dir/compiler_depend.make.tmpf9de5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_histogram_test.dir/compiler_depend.ts.tmpf89a3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_histogram_test.dir/depend.make.tmp18fb2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_histogram_test.dir/flags.make.tmpd8162 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_histogram_test.dir/link.txt.tmpdf9ac [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_histogram_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_histogram_test.dir/DependInfo.cmake.tmp3f614 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_iostats_context_test.dir/build.make.tmp3c5c2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_iostats_context_test.dir/compiler_depend.make.tmp18cb7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_iostats_context_test.dir/compiler_depend.ts.tmp1c004 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_iostats_context_test.dir/depend.make.tmpc671d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_iostats_context_test.dir/flags.make.tmp6eb42 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_iostats_context_test.dir/link.txt.tmpbbec3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_iostats_context_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_iostats_context_test.dir/DependInfo.cmake.tmp78a78 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_statistics_test.dir/build.make.tmp3146b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_statistics_test.dir/compiler_depend.make.tmpef3f1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_statistics_test.dir/compiler_depend.ts.tmpe8615 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_statistics_test.dir/depend.make.tmp521da [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_statistics_test.dir/flags.make.tmpa8ec4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_statistics_test.dir/link.txt.tmpe9d3c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_statistics_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_statistics_test.dir/DependInfo.cmake.tmp5ee6b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_settable_test.dir/build.make.tmp8de15 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_settable_test.dir/compiler_depend.make.tmp293b3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_settable_test.dir/compiler_depend.ts.tmpae957 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_settable_test.dir/depend.make.tmp0025e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_settable_test.dir/flags.make.tmp00a2c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_settable_test.dir/link.txt.tmp659f4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_settable_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_settable_test.dir/DependInfo.cmake.tmpa4a22 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_test.dir/build.make.tmp5ec7e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_test.dir/compiler_depend.make.tmp5705e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_test.dir/compiler_depend.ts.tmp5efc5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_test.dir/depend.make.tmp05e9f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_test.dir/flags.make.tmp6c066 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_test.dir/link.txt.tmpeb40e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_test.dir/DependInfo.cmake.tmpd1119 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_based_filter_block_test.dir/build.make.tmp52a5f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_based_filter_block_test.dir/compiler_depend.make.tmp5502f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_based_filter_block_test.dir/compiler_depend.ts.tmp5eed8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_based_filter_block_test.dir/depend.make.tmp124fc [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_based_filter_block_test.dir/flags.make.tmp058d3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_based_filter_block_test.dir/link.txt.tmp866c4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_based_filter_block_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_based_filter_block_test.dir/DependInfo.cmake.tmp0ceff [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_test.dir/build.make.tmpea3a6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_test.dir/compiler_depend.make.tmpd498c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_test.dir/compiler_depend.ts.tmpeea64 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_test.dir/depend.make.tmpce452 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_test.dir/flags.make.tmpeaf78 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_test.dir/link.txt.tmp5d369 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_test.dir/DependInfo.cmake.tmp1d7df [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cleanable_test.dir/build.make.tmp86757 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cleanable_test.dir/compiler_depend.make.tmp5a0e0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cleanable_test.dir/compiler_depend.ts.tmpd0c23 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cleanable_test.dir/depend.make.tmp18ae0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cleanable_test.dir/flags.make.tmp3bac9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cleanable_test.dir/link.txt.tmp6a452 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cleanable_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cleanable_test.dir/DependInfo.cmake.tmpbb870 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_builder_test.dir/build.make.tmpf54d7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_builder_test.dir/compiler_depend.make.tmp1c6ba [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_builder_test.dir/compiler_depend.ts.tmp6dd6a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_builder_test.dir/depend.make.tmp2202b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_builder_test.dir/flags.make.tmp22745 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_builder_test.dir/link.txt.tmp2b12b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_builder_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_builder_test.dir/DependInfo.cmake.tmp52787 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_reader_test.dir/build.make.tmp94e87 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_reader_test.dir/compiler_depend.make.tmp0bbe6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_reader_test.dir/compiler_depend.ts.tmp8c675 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_reader_test.dir/depend.make.tmpb88c2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_reader_test.dir/flags.make.tmp4d223 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_reader_test.dir/link.txt.tmp02f39 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_reader_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_reader_test.dir/DependInfo.cmake.tmpb4e70 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_full_filter_block_test.dir/build.make.tmp09698 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_full_filter_block_test.dir/compiler_depend.make.tmp56289 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_full_filter_block_test.dir/compiler_depend.ts.tmp34d41 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_full_filter_block_test.dir/depend.make.tmp7c860 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_full_filter_block_test.dir/flags.make.tmp2081c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_full_filter_block_test.dir/link.txt.tmpf2112 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_full_filter_block_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_full_filter_block_test.dir/DependInfo.cmake.tmpe0aca [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merger_test.dir/build.make.tmpf87cc [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merger_test.dir/compiler_depend.make.tmp3aec1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merger_test.dir/compiler_depend.ts.tmp22fdd [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merger_test.dir/depend.make.tmpa9610 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merger_test.dir/flags.make.tmp1c7d8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merger_test.dir/link.txt.tmp5d6da [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merger_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merger_test.dir/DependInfo.cmake.tmpd35be [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_file_reader_test.dir/build.make.tmpbf699 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_file_reader_test.dir/compiler_depend.make.tmp26a81 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_file_reader_test.dir/compiler_depend.ts.tmp8c264 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_file_reader_test.dir/depend.make.tmpc6262 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_file_reader_test.dir/flags.make.tmpe67c6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_file_reader_test.dir/link.txt.tmpa884f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_file_reader_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_file_reader_test.dir/DependInfo.cmake.tmp0ce4e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_test.dir/build.make.tmpad3e2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_test.dir/compiler_depend.make.tmp2f002 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_test.dir/compiler_depend.ts.tmpcd8eb [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_test.dir/depend.make.tmpf58b5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_test.dir/flags.make.tmpc3fe0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_test.dir/link.txt.tmp1647a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_test.dir/DependInfo.cmake.tmp003e0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ldb_cmd_test.dir/build.make.tmpddfd5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ldb_cmd_test.dir/compiler_depend.make.tmp1d398 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ldb_cmd_test.dir/compiler_depend.ts.tmp4e8bf [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ldb_cmd_test.dir/depend.make.tmp421b4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ldb_cmd_test.dir/flags.make.tmp4816d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ldb_cmd_test.dir/link.txt.tmp187c1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ldb_cmd_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ldb_cmd_test.dir/DependInfo.cmake.tmpbaf87 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_reduce_levels_test.dir/build.make.tmp13e4f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_reduce_levels_test.dir/compiler_depend.make.tmp55cb1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_reduce_levels_test.dir/compiler_depend.ts.tmpf7775 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_reduce_levels_test.dir/depend.make.tmpaa273 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_reduce_levels_test.dir/flags.make.tmp7383c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_reduce_levels_test.dir/link.txt.tmp82161 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_reduce_levels_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_reduce_levels_test.dir/DependInfo.cmake.tmp151e3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_dump_test.dir/build.make.tmp40001 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_dump_test.dir/compiler_depend.make.tmp5b6d9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_dump_test.dir/compiler_depend.ts.tmp78065 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_dump_test.dir/depend.make.tmp713cf [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_dump_test.dir/flags.make.tmp71e86 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_dump_test.dir/link.txt.tmp4e8bc [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_dump_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sst_dump_test.dir/DependInfo.cmake.tmpeb17f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_arena_test.dir/build.make.tmpffc5a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_arena_test.dir/compiler_depend.make.tmp690eb [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_arena_test.dir/compiler_depend.ts.tmp0cfee [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_arena_test.dir/depend.make.tmpdb0dd [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_arena_test.dir/flags.make.tmp5f82c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_arena_test.dir/link.txt.tmpf7d79 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_arena_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_arena_test.dir/DependInfo.cmake.tmp36c43 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_auto_roll_logger_test.dir/build.make.tmpa4d0a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_auto_roll_logger_test.dir/compiler_depend.make.tmpb3891 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_auto_roll_logger_test.dir/compiler_depend.ts.tmp2354b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_auto_roll_logger_test.dir/depend.make.tmp88791 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_auto_roll_logger_test.dir/flags.make.tmpb0b95 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_auto_roll_logger_test.dir/link.txt.tmp0ee5e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_auto_roll_logger_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_auto_roll_logger_test.dir/DependInfo.cmake.tmp56058 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_autovector_test.dir/build.make.tmpe02a0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_autovector_test.dir/compiler_depend.make.tmp1b462 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_autovector_test.dir/compiler_depend.ts.tmpe3687 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_autovector_test.dir/depend.make.tmp24794 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_autovector_test.dir/flags.make.tmp1ce93 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_autovector_test.dir/link.txt.tmp6f831 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_autovector_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_autovector_test.dir/DependInfo.cmake.tmp34b4a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_bloom_test.dir/build.make.tmp3fa4f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_bloom_test.dir/compiler_depend.make.tmpba3a5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_bloom_test.dir/compiler_depend.ts.tmpba91d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_bloom_test.dir/depend.make.tmp6fac3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_bloom_test.dir/flags.make.tmp22c7b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_bloom_test.dir/link.txt.tmpd024c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_bloom_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_bloom_test.dir/DependInfo.cmake.tmp3cef2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_coding_test.dir/build.make.tmp8268f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_coding_test.dir/compiler_depend.make.tmp328c2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_coding_test.dir/compiler_depend.ts.tmp28968 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_coding_test.dir/depend.make.tmp08578 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_coding_test.dir/flags.make.tmp92bad [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_coding_test.dir/link.txt.tmp51d94 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_coding_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_coding_test.dir/DependInfo.cmake.tmpf1edc [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_crc32c_test.dir/build.make.tmp986f0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_crc32c_test.dir/compiler_depend.make.tmp7e262 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_crc32c_test.dir/compiler_depend.ts.tmp73ef9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_crc32c_test.dir/depend.make.tmpf31b6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_crc32c_test.dir/flags.make.tmp69f0f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_crc32c_test.dir/link.txt.tmp8ea43 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_crc32c_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_crc32c_test.dir/DependInfo.cmake.tmp45268 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_delete_scheduler_test.dir/build.make.tmpfbb70 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_delete_scheduler_test.dir/compiler_depend.make.tmp8518a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_delete_scheduler_test.dir/compiler_depend.ts.tmp2fd76 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_delete_scheduler_test.dir/depend.make.tmp41a16 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_delete_scheduler_test.dir/flags.make.tmp97e94 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_delete_scheduler_test.dir/link.txt.tmp0b908 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_delete_scheduler_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_delete_scheduler_test.dir/DependInfo.cmake.tmpc39c5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_dynamic_bloom_test.dir/build.make.tmpcf8d0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_dynamic_bloom_test.dir/compiler_depend.make.tmpb0a01 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_dynamic_bloom_test.dir/compiler_depend.ts.tmpbeb84 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_dynamic_bloom_test.dir/depend.make.tmpeef46 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_dynamic_bloom_test.dir/flags.make.tmpd3d15 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_dynamic_bloom_test.dir/link.txt.tmp0e3b6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_dynamic_bloom_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_dynamic_bloom_test.dir/DependInfo.cmake.tmp7ad67 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_event_logger_test.dir/build.make.tmp9c68b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_event_logger_test.dir/compiler_depend.make.tmp085fe [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_event_logger_test.dir/compiler_depend.ts.tmpc19c0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_event_logger_test.dir/depend.make.tmp943d3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_event_logger_test.dir/flags.make.tmpa401f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_event_logger_test.dir/link.txt.tmpe9b9d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_event_logger_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_event_logger_test.dir/DependInfo.cmake.tmpe1f58 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_file_reader_writer_test.dir/build.make.tmpd188a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_file_reader_writer_test.dir/compiler_depend.make.tmp2709c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_file_reader_writer_test.dir/compiler_depend.ts.tmp19cef [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_file_reader_writer_test.dir/depend.make.tmpe9cc2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_file_reader_writer_test.dir/flags.make.tmp0818a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_file_reader_writer_test.dir/link.txt.tmp1bf66 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_file_reader_writer_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_file_reader_writer_test.dir/DependInfo.cmake.tmp43a6a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_filelock_test.dir/build.make.tmpe6a38 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_filelock_test.dir/compiler_depend.make.tmp54af1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_filelock_test.dir/compiler_depend.ts.tmp4113f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_filelock_test.dir/depend.make.tmp8f0d4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_filelock_test.dir/flags.make.tmp5612d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_filelock_test.dir/link.txt.tmp529ce [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_filelock_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_filelock_test.dir/DependInfo.cmake.tmp71771 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_test.dir/build.make.tmp65140 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_test.dir/compiler_depend.make.tmp0b513 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_test.dir/compiler_depend.ts.tmpf27f2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_test.dir/depend.make.tmpab5f6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_test.dir/flags.make.tmp614ac [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_test.dir/link.txt.tmp12df5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_test.dir/DependInfo.cmake.tmpeaaeb [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_heap_test.dir/build.make.tmp2d33c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_heap_test.dir/compiler_depend.make.tmp5c938 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_heap_test.dir/compiler_depend.ts.tmp6e191 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_heap_test.dir/depend.make.tmpbadf0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_heap_test.dir/flags.make.tmp9f9b0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_slice_transform_test.dir/build.make.tmp4359e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_slice_transform_test.dir/compiler_depend.make.tmpbfd7a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_slice_transform_test.dir/compiler_depend.ts.tmp27d81 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_slice_transform_test.dir/depend.make.tmpee504 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_slice_transform_test.dir/flags.make.tmp70f53 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_slice_transform_test.dir/link.txt.tmpfd38e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_slice_transform_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_slice_transform_test.dir/DependInfo.cmake.tmp72d6c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_timer_queue_test.dir/build.make.tmp76132 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_timer_queue_test.dir/compiler_depend.make.tmp9a04b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_timer_queue_test.dir/compiler_depend.ts.tmpbc3cf [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_timer_queue_test.dir/depend.make.tmpeda81 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_timer_queue_test.dir/flags.make.tmpefd41 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_timer_queue_test.dir/link.txt.tmpef085 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_timer_queue_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_timer_queue_test.dir/DependInfo.cmake.tmp670c2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_list_test.dir/build.make.tmp7692a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_list_test.dir/compiler_depend.make.tmpb8c27 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_list_test.dir/compiler_depend.ts.tmp2de42 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_list_test.dir/depend.make.tmpefb58 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_list_test.dir/flags.make.tmped23b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_list_test.dir/link.txt.tmpee6cb [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_list_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_list_test.dir/DependInfo.cmake.tmp7ec36 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_local_test.dir/build.make.tmpbea96 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_local_test.dir/compiler_depend.make.tmpbdc24 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_local_test.dir/compiler_depend.ts.tmp0619c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_local_test.dir/depend.make.tmp39b9f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_local_test.dir/flags.make.tmp5b763 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_local_test.dir/link.txt.tmp06289 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_local_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_local_test.dir/DependInfo.cmake.tmp76275 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_backupable_db_test.dir/build.make.tmp2f258 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_backupable_db_test.dir/compiler_depend.make.tmp97bc2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_backupable_db_test.dir/compiler_depend.ts.tmpa45c4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_backupable_db_test.dir/depend.make.tmp68ffe [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_backupable_db_test.dir/flags.make.tmp7ceb6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_backupable_db_test.dir/link.txt.tmp1a387 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_backupable_db_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_backupable_db_test.dir/DependInfo.cmake.tmpd3a4c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_blob_db_test.dir/build.make.tmp643cc [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_blob_db_test.dir/compiler_depend.make.tmp589b5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_blob_db_test.dir/compiler_depend.ts.tmp31a76 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_blob_db_test.dir/depend.make.tmpbccf2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_blob_db_test.dir/flags.make.tmp41a94 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_blob_db_test.dir/link.txt.tmp78e5a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_blob_db_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_blob_db_test.dir/DependInfo.cmake.tmp7c1ff [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_functional_test.dir/build.make.tmpaa1a7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_functional_test.dir/compiler_depend.make.tmp4d088 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_functional_test.dir/compiler_depend.ts.tmpa2712 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_functional_test.dir/depend.make.tmp57770 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_functional_test.dir/flags.make.tmp9b3b5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_functional_test.dir/link.txt.tmp8c737 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_functional_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_functional_test.dir/DependInfo.cmake.tmp5c058 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_format_test.dir/build.make.tmpa26ff [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_format_test.dir/compiler_depend.make.tmpe4aaa [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_format_test.dir/compiler_depend.ts.tmp9c31a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_format_test.dir/depend.make.tmp4c1df [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_format_test.dir/flags.make.tmpebdd7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_format_test.dir/link.txt.tmp49ea2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_format_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_format_test.dir/DependInfo.cmake.tmp9ea7b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_row_merge_test.dir/build.make.tmp31b4d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_row_merge_test.dir/compiler_depend.make.tmp25a7a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_row_merge_test.dir/compiler_depend.ts.tmp8510d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_row_merge_test.dir/depend.make.tmp56a87 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_row_merge_test.dir/flags.make.tmpc8d2e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_row_merge_test.dir/link.txt.tmpc9d57 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_row_merge_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_row_merge_test.dir/DependInfo.cmake.tmpb941b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_serialize_test.dir/build.make.tmp2bd94 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_checkpoint_test.dir/build.make.tmp3c532 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_checkpoint_test.dir/compiler_depend.make.tmpd1b48 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_checkpoint_test.dir/compiler_depend.ts.tmpfb5f7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_checkpoint_test.dir/depend.make.tmp647b5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_checkpoint_test.dir/flags.make.tmp8a480 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_checkpoint_test.dir/link.txt.tmp59b23 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_checkpoint_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_checkpoint_test.dir/DependInfo.cmake.tmpfd4b1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_column_aware_encoding_test.dir/build.make.tmpda0bd [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_column_aware_encoding_test.dir/compiler_depend.make.tmp30738 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_column_aware_encoding_test.dir/compiler_depend.ts.tmp0c51a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_column_aware_encoding_test.dir/depend.make.tmpf25a2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_column_aware_encoding_test.dir/flags.make.tmpe59fd [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_column_aware_encoding_test.dir/link.txt.tmp6124f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_column_aware_encoding_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_column_aware_encoding_test.dir/DependInfo.cmake.tmp25acb [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_date_tiered_test.dir/build.make.tmp5f2a0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_date_tiered_test.dir/compiler_depend.make.tmp49941 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_date_tiered_test.dir/compiler_depend.ts.tmp19790 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_date_tiered_test.dir/depend.make.tmp85373 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_date_tiered_test.dir/flags.make.tmp58962 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_date_tiered_test.dir/link.txt.tmpd0718 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_date_tiered_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_date_tiered_test.dir/DependInfo.cmake.tmpa751e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_document_db_test.dir/build.make.tmp1940f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_document_db_test.dir/compiler_depend.make.tmpa49fc [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_document_db_test.dir/compiler_depend.ts.tmp44c3c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_document_db_test.dir/depend.make.tmp16f2a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_document_db_test.dir/flags.make.tmpd336f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_document_db_test.dir/link.txt.tmp45906 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_document_db_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_document_db_test.dir/DependInfo.cmake.tmp6d6f1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_json_document_test.dir/build.make.tmp84c13 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_json_document_test.dir/compiler_depend.make.tmpc70d8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_json_document_test.dir/compiler_depend.ts.tmp886d2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_json_document_test.dir/depend.make.tmpe3e23 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_json_document_test.dir/flags.make.tmp139d7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_json_document_test.dir/link.txt.tmp88983 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_json_document_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_json_document_test.dir/DependInfo.cmake.tmp6d473 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_geodb_test.dir/build.make.tmp42e80 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_geodb_test.dir/compiler_depend.make.tmpf953e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_geodb_test.dir/compiler_depend.ts.tmp2b011 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_geodb_test.dir/depend.make.tmpf4280 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_geodb_test.dir/flags.make.tmp327c8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_geodb_test.dir/link.txt.tmp0f962 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_geodb_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_geodb_test.dir/DependInfo.cmake.tmpabf67 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_rocks_lua_test.dir/build.make.tmp2592b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_rocks_lua_test.dir/compiler_depend.make.tmpb2794 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_rocks_lua_test.dir/compiler_depend.ts.tmp460e6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_rocks_lua_test.dir/depend.make.tmpb98e8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_rocks_lua_test.dir/flags.make.tmp9b444 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_rocks_lua_test.dir/link.txt.tmpf403f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_rocks_lua_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_rocks_lua_test.dir/DependInfo.cmake.tmpfda36 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_memory_test.dir/build.make.tmp27f0c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_memory_test.dir/compiler_depend.make.tmpc15b5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_memory_test.dir/compiler_depend.ts.tmpf4bee [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_memory_test.dir/depend.make.tmp90ab1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_memory_test.dir/flags.make.tmp0611d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_stringappend_test.dir/build.make.tmpae1fe [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_stringappend_test.dir/compiler_depend.make.tmp85d2e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_stringappend_test.dir/compiler_depend.ts.tmp96658 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_stringappend_test.dir/depend.make.tmpa7651 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_stringappend_test.dir/flags.make.tmp133c2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_stringappend_test.dir/link.txt.tmpe822c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_stringappend_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_stringappend_test.dir/DependInfo.cmake.tmp04df9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_object_registry_test.dir/build.make.tmpb927d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_object_registry_test.dir/compiler_depend.make.tmp4b7d5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_object_registry_test.dir/compiler_depend.ts.tmp5a0de [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_object_registry_test.dir/depend.make.tmp53a46 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_object_registry_test.dir/flags.make.tmpc430b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_object_registry_test.dir/link.txt.tmp4a342 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_object_registry_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_object_registry_test.dir/DependInfo.cmake.tmpfbe5f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_option_change_migration_test.dir/build.make.tmp78474 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_option_change_migration_test.dir/compiler_depend.make.tmp85c0f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_option_change_migration_test.dir/compiler_depend.ts.tmpd3de9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_option_change_migration_test.dir/depend.make.tmp0b61b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_option_change_migration_test.dir/flags.make.tmp6fe5b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_option_change_migration_test.dir/link.txt.tmp58f5c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_option_change_migration_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_option_change_migration_test.dir/DependInfo.cmake.tmpe8aaf [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_util_test.dir/build.make.tmp9ea46 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_util_test.dir/compiler_depend.make.tmp87b7d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_util_test.dir/compiler_depend.ts.tmp738ec [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_util_test.dir/depend.make.tmpd8609 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_util_test.dir/flags.make.tmp08ae2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_util_test.dir/link.txt.tmpc1397 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_util_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_util_test.dir/DependInfo.cmake.tmpb497b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_table_test.dir/build.make.tmpba4e8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_table_test.dir/compiler_depend.make.tmp428d4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_table_test.dir/compiler_depend.ts.tmpfd6d1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_table_test.dir/depend.make.tmp97eab [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_table_test.dir/flags.make.tmp837f9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_table_test.dir/link.txt.tmpe2c19 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_table_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_table_test.dir/DependInfo.cmake.tmp5fddd [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_persistent_cache_test.dir/build.make.tmpfec1a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_persistent_cache_test.dir/compiler_depend.make.tmp4e2f6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_persistent_cache_test.dir/compiler_depend.ts.tmpdaadf [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_persistent_cache_test.dir/depend.make.tmp24c5f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_persistent_cache_test.dir/flags.make.tmp14b86 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_persistent_cache_test.dir/link.txt.tmpd59a7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_persistent_cache_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_persistent_cache_test.dir/DependInfo.cmake.tmpa8e87 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_redis_lists_test.dir/build.make.tmp0a474 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_redis_lists_test.dir/compiler_depend.make.tmpfb3f1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_redis_lists_test.dir/compiler_depend.ts.tmp518d5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_redis_lists_test.dir/depend.make.tmp1687f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_redis_lists_test.dir/flags.make.tmp7c86f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_redis_lists_test.dir/link.txt.tmp9de97 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_redis_lists_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_redis_lists_test.dir/DependInfo.cmake.tmp4acf2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_spatial_db_test.dir/build.make.tmp6baa9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_spatial_db_test.dir/compiler_depend.make.tmpb5004 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_spatial_db_test.dir/compiler_depend.ts.tmp2940f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_spatial_db_test.dir/depend.make.tmp9b880 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_spatial_db_test.dir/flags.make.tmp81832 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_spatial_db_test.dir/link.txt.tmpa3ce4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_spatial_db_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_spatial_db_test.dir/DependInfo.cmake.tmpcdb6a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sim_cache_test.dir/build.make.tmp96c27 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sim_cache_test.dir/compiler_depend.make.tmpb31d1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sim_cache_test.dir/compiler_depend.ts.tmp7fdfe [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sim_cache_test.dir/depend.make.tmp7d9d8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sim_cache_test.dir/flags.make.tmp4d6e5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sim_cache_test.dir/link.txt.tmp1c59e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sim_cache_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sim_cache_test.dir/DependInfo.cmake.tmpb0ffa [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_compact_on_deletion_collector_test.dir/build.make.tmpe34dd [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_compact_on_deletion_collector_test.dir/compiler_depend.make.tmp7682f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_compact_on_deletion_collector_test.dir/compiler_depend.ts.tmp4c79c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_compact_on_deletion_collector_test.dir/depend.make.tmpb3183 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_compact_on_deletion_collector_test.dir/flags.make.tmpb1e1a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_compact_on_deletion_collector_test.dir/link.txt.tmpaff7c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_compact_on_deletion_collector_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_compact_on_deletion_collector_test.dir/DependInfo.cmake.tmp387b4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_optimistic_transaction_test.dir/build.make.tmp08cf7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_optimistic_transaction_test.dir/compiler_depend.make.tmp7e029 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_optimistic_transaction_test.dir/compiler_depend.ts.tmpb0fd1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_optimistic_transaction_test.dir/depend.make.tmpba4b8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_optimistic_transaction_test.dir/flags.make.tmpb98d5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_optimistic_transaction_test.dir/link.txt.tmp69bc4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_optimistic_transaction_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_optimistic_transaction_test.dir/DependInfo.cmake.tmp6ecb2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_transaction_test.dir/build.make.tmp72fb5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_transaction_test.dir/compiler_depend.make.tmp8690a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_transaction_test.dir/compiler_depend.ts.tmp1087c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_transaction_test.dir/depend.make.tmpd62ac [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_transaction_test.dir/flags.make.tmpff91f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_transaction_test.dir/link.txt.tmpe56ef [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_transaction_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_transaction_test.dir/DependInfo.cmake.tmp844c6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_prepared_transaction_test.dir/build.make.tmp22286 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_prepared_transaction_test.dir/compiler_depend.make.tmp9a367 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_prepared_transaction_test.dir/compiler_depend.ts.tmp88470 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_prepared_transaction_test.dir/depend.make.tmp38420 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_prepared_transaction_test.dir/flags.make.tmp26e2e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_prepared_transaction_test.dir/link.txt.tmpbc3a7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_prepared_transaction_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_prepared_transaction_test.dir/DependInfo.cmake.tmp2b690 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_unprepared_transaction_test.dir/build.make.tmp88d19 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_unprepared_transaction_test.dir/compiler_depend.make.tmp9ec9c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_unprepared_transaction_test.dir/compiler_depend.ts.tmpeeb98 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_unprepared_transaction_test.dir/depend.make.tmpf002d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_unprepared_transaction_test.dir/flags.make.tmp754b7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_unprepared_transaction_test.dir/link.txt.tmpdb700 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_unprepared_transaction_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_unprepared_transaction_test.dir/DependInfo.cmake.tmpd1ba4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ttl_test.dir/build.make.tmpb55dd [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ttl_test.dir/compiler_depend.make.tmpb5e97 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ttl_test.dir/compiler_depend.ts.tmpca0fb [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ttl_test.dir/depend.make.tmpf6e22 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ttl_test.dir/flags.make.tmp9ba5b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ttl_test.dir/link.txt.tmp4b111 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ttl_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ttl_test.dir/DependInfo.cmake.tmp77e58 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_with_index_test.dir/build.make.tmp4c43e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_with_index_test.dir/compiler_depend.make.tmpdda78 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_with_index_test.dir/compiler_depend.ts.tmpb3ce7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_with_index_test.dir/depend.make.tmp07d79 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_with_index_test.dir/flags.make.tmp689cd [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_with_index_test.dir/link.txt.tmpa49e4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_with_index_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_with_index_test.dir/DependInfo.cmake.tmp3504e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/c_test.dir/build.make.tmp3dc82 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/c_test.dir/compiler_depend.make.tmpffa48 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/c_test.dir/compiler_depend.ts.tmp081ff [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/c_test.dir/depend.make.tmp52b11 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/c_test.dir/flags.make.tmpa2436 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/c_test.dir/link.txt.tmpddc9b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/c_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/c_test.dir/DependInfo.cmake.tmp4eae1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/check.dir/build.make.tmp71a07 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/check.dir/compiler_depend.make.tmpacd4b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/check.dir/compiler_depend.ts.tmpddf92 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/check.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/check.dir/DependInfo.cmake.tmpa2c72 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: cannot write to file "/opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/Export/7a006447cadce6044e9a8143a913fd66/RocksDBTargets.cmake": No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/third-party/gtest-1.7.0/fused-src/gtest/CMakeFiles/gtest.dir/build.make.tmp277b5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/third-party/gtest-1.7.0/fused-src/gtest/CMakeFiles/gtest.dir/compiler_depend.make.tmpfc7e1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/third-party/gtest-1.7.0/fused-src/gtest/CMakeFiles/gtest.dir/compiler_depend.ts.tmp681b2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/third-party/gtest-1.7.0/fused-src/gtest/CMakeFiles/gtest.dir/depend.make.tmp9db4a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/third-party/gtest-1.7.0/fused-src/gtest/CMakeFiles/gtest.dir/flags.make.tmpa2a0b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/third-party/gtest-1.7.0/fused-src/gtest/CMakeFiles/gtest.dir/cmake_clean_target.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/third-party/gtest-1.7.0/fused-src/gtest/CMakeFiles/gtest.dir/link.txt.tmp613a1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/third-party/gtest-1.7.0/fused-src/gtest/CMakeFiles/gtest.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/third-party/gtest-1.7.0/fused-src/gtest/CMakeFiles/gtest.dir/DependInfo.cmake.tmpe165e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/sst_dump.dir/build.make.tmpf0160 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/sst_dump.dir/compiler_depend.make.tmp104fa [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/sst_dump.dir/compiler_depend.ts.tmp5d252 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/sst_dump.dir/depend.make.tmp0440b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/sst_dump.dir/flags.make.tmp87113 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/sst_dump.dir/link.txt.tmp1c4d5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/sst_dump.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/sst_dump.dir/DependInfo.cmake.tmp5d6d1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_sanity_test.dir/build.make.tmpd3bc4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_sanity_test.dir/compiler_depend.make.tmp057ee [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_sanity_test.dir/compiler_depend.ts.tmpc83c7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_sanity_test.dir/depend.make.tmp1c35b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_sanity_test.dir/flags.make.tmpfe94d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_sanity_test.dir/link.txt.tmp9b617 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_sanity_test.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_sanity_test.dir/DependInfo.cmake.tmp5f66c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_stress.dir/build.make.tmp72443 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_stress.dir/compiler_depend.make.tmp95f1f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_stress.dir/compiler_depend.ts.tmpe9f43 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_stress.dir/depend.make.tmpcb43d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_stress.dir/flags.make.tmp47747 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_stress.dir/link.txt.tmpba5d5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_stress.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_stress.dir/DependInfo.cmake.tmp561a5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/write_stress.dir/build.make.tmp7f6d9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/write_stress.dir/compiler_depend.make.tmp20c4a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/write_stress.dir/compiler_depend.ts.tmp88569 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/write_stress.dir/depend.make.tmpf1c2d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/write_stress.dir/flags.make.tmp7aa64 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/write_stress.dir/link.txt.tmp111e9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/write_stress.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/write_stress.dir/DependInfo.cmake.tmpa1119 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/ldb.dir/build.make.tmp4c018 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/ldb.dir/compiler_depend.make.tmp5ff9c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/ldb.dir/compiler_depend.ts.tmp7ed67 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/ldb.dir/depend.make.tmp33746 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/ldb.dir/flags.make.tmpcbf66 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/ldb.dir/link.txt.tmpc2699 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/ldb.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/ldb.dir/DependInfo.cmake.tmp803bf [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_repl_stress.dir/build.make.tmp06a2a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_repl_stress.dir/compiler_depend.make.tmp0e1be [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_repl_stress.dir/compiler_depend.ts.tmp3ac75 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_repl_stress.dir/depend.make.tmpd7450 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_repl_stress.dir/flags.make.tmp8cca3 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_repl_stress.dir/link.txt.tmp6c024 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_repl_stress.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_repl_stress.dir/DependInfo.cmake.tmpea10a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_dump.dir/build.make.tmpa391b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_dump.dir/compiler_depend.make.tmpe5193 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_dump.dir/compiler_depend.ts.tmp79287 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_dump.dir/depend.make.tmpa5563 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_dump.dir/flags.make.tmp55348 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_dump.dir/link.txt.tmpb0f13 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_dump.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_dump.dir/DependInfo.cmake.tmp709d6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_undump.dir/build.make.tmp8f754 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_undump.dir/compiler_depend.make.tmp9a8fd [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_undump.dir/compiler_depend.ts.tmpc1827 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_undump.dir/depend.make.tmp1f332 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_undump.dir/flags.make.tmpa5f94 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_undump.dir/link.txt.tmp1ee5a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_undump.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_undump.dir/DependInfo.cmake.tmp53d49 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/tools.dir/build.make.tmp3404c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/tools.dir/compiler_depend.make.tmp9c756 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/tools.dir/compiler_depend.ts.tmpc7c39 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/tools.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/tools.dir/DependInfo.cmake.tmp39945 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/ldb_tests.dir/build.make.tmpabad4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/ldb_tests.dir/compiler_depend.make.tmp1973f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/ldb_tests.dir/compiler_depend.ts.tmpde043 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Could not create /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/ldb_tests.dir/cmake_clean.cmake [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/ldb_tests.dir/DependInfo.cmake.tmpb5eaf [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/c_test.dir/progress.make.tmpb91a0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/check.dir/progress.make.tmp1643f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_repl_stress.dir/progress.make.tmp46572 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_sanity_test.dir/progress.make.tmpf5076 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/db_stress.dir/progress.make.tmp847e4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/third-party/gtest-1.7.0/fused-src/gtest/CMakeFiles/gtest.dir/progress.make.tmp7292b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/ldb.dir/progress.make.tmp006ec [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/ldb_tests.dir/progress.make.tmp19384 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_arena_test.dir/progress.make.tmp36717 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_auto_roll_logger_test.dir/progress.make.tmp7376f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_autovector_test.dir/progress.make.tmp8ba9f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_backupable_db_test.dir/progress.make.tmp7c3e6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_blob_db_test.dir/progress.make.tmpa473e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_based_filter_block_test.dir/progress.make.tmp41546 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_block_test.dir/progress.make.tmpfd877 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_bloom_test.dir/progress.make.tmp0f59a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_format_test.dir/progress.make.tmp01515 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_functional_test.dir/progress.make.tmp509f0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cassandra_row_merge_test.dir/progress.make.tmpb1d45 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_checkpoint_test.dir/progress.make.tmp91aa7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cleanable_test.dir/progress.make.tmp73881 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_coding_test.dir/progress.make.tmp7460d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_column_aware_encoding_test.dir/progress.make.tmp01e63 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_compact_on_deletion_collector_test.dir/progress.make.tmpeb471 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_crc32c_test.dir/progress.make.tmp689de [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_builder_test.dir/progress.make.tmp680bf [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_cuckoo_table_reader_test.dir/progress.make.tmp3c2ba [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_date_tiered_test.dir/progress.make.tmpec3c9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_block_cache_test.dir/progress.make.tmp86a49 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_bloom_filter_test.dir/progress.make.tmpcb028 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_filter_test.dir/progress.make.tmp9ffb0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_compaction_test.dir/progress.make.tmpb06fe [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_dynamic_level_test.dir/progress.make.tmpd4e8b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_flush_test.dir/progress.make.tmp71c3d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_inplace_update_test.dir/progress.make.tmp3d0ad [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_io_failure_test.dir/progress.make.tmp46f32 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_stress_test.dir/progress.make.tmp011e4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iter_test.dir/progress.make.tmpb736d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_iterator_test.dir/progress.make.tmp316ed [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_db_log_iter_test.dir/progress.make.tmpbf2e2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_delete_scheduler_test.dir/progress.make.tmp1646a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_document_db_test.dir/progress.make.tmp19dcc [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_dump.dir/progress.make.tmp63504 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_dynamic_bloom_test.dir/progress.make.tmpf173d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_basic_test.dir/progress.make.tmp99427 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_env_test.dir/progress.make.tmpd573b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_event_logger_test.dir/progress.make.tmp3a57b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_file_reader_writer_test.dir/progress.make.tmpaca86 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_filelock_test.dir/progress.make.tmp56b38 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_flush_job_test.dir/progress.make.tmpe6ca6 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_full_filter_block_test.dir/progress.make.tmp39673 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_geodb_test.dir/progress.make.tmp61f18 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_table_test.dir/progress.make.tmp145ca [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_hash_test.dir/progress.make.tmpd3dae [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_histogram_test.dir/progress.make.tmp54f60 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_inlineskiplist_test.dir/progress.make.tmpc03ab [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_iostats_context_test.dir/progress.make.tmp69779 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_json_document_test.dir/progress.make.tmpe000e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ldb_cmd_test.dir/progress.make.tmpb3d2b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_listener_test.dir/progress.make.tmp17a5c [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_log_test.dir/progress.make.tmp4db92 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_manual_compaction_test.dir/progress.make.tmpc3aaa [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_memtable_list_test.dir/progress.make.tmpae585 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_helper_test.dir/progress.make.tmp74b2f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merge_test.dir/progress.make.tmpb6ddc [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_merger_test.dir/progress.make.tmpd5b80 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_mock_env_test.dir/progress.make.tmpa1fc8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_object_registry_test.dir/progress.make.tmp462b0 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_optimistic_transaction_test.dir/progress.make.tmpce7c1 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_option_change_migration_test.dir/progress.make.tmpaa1db [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_file_test.dir/progress.make.tmpd796e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_settable_test.dir/progress.make.tmpd3010 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_test.dir/progress.make.tmp8f8ed [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_options_util_test.dir/progress.make.tmpac3f2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_perf_context_test.dir/progress.make.tmp5c511 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_persistent_cache_test.dir/progress.make.tmp0f9d8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_plain_table_db_test.dir/progress.make.tmp204cb [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_prefix_test.dir/progress.make.tmpc333b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_redis_lists_test.dir/progress.make.tmp1209e [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_reduce_levels_test.dir/progress.make.tmpe4839 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_repair_test.dir/progress.make.tmp72d16 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_rocks_lua_test.dir/progress.make.tmpf8305 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_sim_cache_test.dir/progress.make.tmpb5301 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_skiplist_test.dir/progress.make.tmp3ac25 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_slice_transform_test.dir/progress.make.tmpd908d [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_spatial_db_test.dir/progress.make.tmp9183a [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_statistics_test.dir/progress.make.tmpb9d36 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_stringappend_test.dir/progress.make.tmp55123 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_properties_collector_test.dir/progress.make.tmpb23a8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_table_test.dir/progress.make.tmp8e9b2 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_list_test.dir/progress.make.tmp83f19 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_thread_local_test.dir/progress.make.tmp26062 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_timer_queue_test.dir/progress.make.tmpfd8ed [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_transaction_test.dir/progress.make.tmpee5e5 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_ttl_test.dir/progress.make.tmp99ea9 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/rocksdb_undump.dir/progress.make.tmp9275f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_builder_test.dir/progress.make.tmpaa76b [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_edit_test.dir/progress.make.tmp07a46 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_version_set_test.dir/progress.make.tmp83a01 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_wal_manager_test.dir/progress.make.tmp4991f [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_test.dir/progress.make.tmp2d539 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_batch_with_index_test.dir/progress.make.tmpca1e8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_buffer_manager_test.dir/progress.make.tmpaa795 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_callback_test.dir/progress.make.tmp1e0c4 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_controller_test.dir/progress.make.tmp8e331 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_prepared_transaction_test.dir/progress.make.tmp15144 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/CMakeFiles/rocksdb_write_unprepared_transaction_test.dir/progress.make.tmp7fa21 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/sst_dump.dir/progress.make.tmp8e591 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/tools.dir/progress.make.tmp153a7 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Error: Cannot open file for write: /opt/rustwide/target/debug/build/librocksdb_sys-a3b0892b25430aa0/out/build/tools/CMakeFiles/write_stress.dir/progress.make.tmp681d8 [INFO] [stderr] CMake Error: : System Error: No such file or directory [INFO] [stderr] CMake Generate step failed. Build files cannot be regenerated correctly. [INFO] [stderr] [INFO] [stderr] thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/cmake-0.1.35/src/lib.rs:778:5: [INFO] [stderr] [INFO] [stderr] command did not execute successfully, got: exit status: 1 [INFO] [stderr] [INFO] [stderr] build script failed, must exit now [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x586e3ed89c62 - std::backtrace_rs::backtrace::libunwind::trace::h46eb33c4fd632ca5 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stderr] 1: 0x586e3ed89c62 - std::backtrace_rs::backtrace::trace_unsynchronized::hb54056a975eeb6a4 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stderr] 2: 0x586e3ed89c62 - std::sys::backtrace::_print_fmt::hf63fb9997a0483b2 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/sys/backtrace.rs:66:9 [INFO] [stderr] 3: 0x586e3ed89c62 - ::fmt::hd5fc92e3734c1bb5 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/sys/backtrace.rs:39:26 [INFO] [stderr] 4: 0x586e3edadc13 - core::fmt::rt::Argument::fmt::h07a952aa009c6242 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/core/src/fmt/rt.rs:173:76 [INFO] [stderr] 5: 0x586e3edadc13 - core::fmt::write::h841c9bec664cd8e8 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/core/src/fmt/mod.rs:1469:25 [INFO] [stderr] 6: 0x586e3ed864b3 - std::io::default_write_fmt::h35c689139c901878 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/io/mod.rs:639:11 [INFO] [stderr] 7: 0x586e3ed864b3 - std::io::Write::write_fmt::hd741cb60642a2c18 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/io/mod.rs:1954:13 [INFO] [stderr] 8: 0x586e3ed89ab2 - std::sys::backtrace::BacktraceLock::print::h2f99f32f8c2187e1 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/sys/backtrace.rs:42:9 [INFO] [stderr] 9: 0x586e3ed8b793 - std::panicking::default_hook::{{closure}}::h762463a335324a23 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:300:27 [INFO] [stderr] 10: 0x586e3ed8b575 - std::panicking::default_hook::h2344178c707f6946 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:327:9 [INFO] [stderr] 11: 0x586e3ed8c1a2 - std::panicking::rust_panic_with_hook::h402ba354cbec1d57 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:833:13 [INFO] [stderr] 12: 0x586e3ed8bf3a - std::panicking::begin_panic_handler::{{closure}}::h55b8741a0da2d5ee [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:706:13 [INFO] [stderr] 13: 0x586e3ed8a159 - std::sys::backtrace::__rust_end_short_backtrace::h40077a22f1066276 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/sys/backtrace.rs:168:18 [INFO] [stderr] 14: 0x586e3ed8bbcd - __rustc[e402ec7dbc433fa7]::rust_begin_unwind [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:697:5 [INFO] [stderr] 15: 0x586e3edaca90 - core::panicking::panic_fmt::h4e640b0e9b64cd4d [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/core/src/panicking.rs:75:14 [INFO] [stderr] 16: 0x586e3ecfce1b - cmake::fail::h41928b731b61af86 [INFO] [stderr] 17: 0x586e3ecfc5fa - cmake::run::h4903d0d000aaa986 [INFO] [stderr] 18: 0x586e3ecf90e5 - cmake::Config::build::hbea6be221194c4cd [INFO] [stderr] 19: 0x586e3ecf477a - build_script_build::build_rocksdb::hfa8a694d4728fd84 [INFO] [stderr] 20: 0x586e3ecf3c06 - build_script_build::main::h69ee283791e4b5a6 [INFO] [stderr] 21: 0x586e3ecf28e3 - core::ops::function::FnOnce::call_once::hf953ad75fd63a575 [INFO] [stderr] 22: 0x586e3ecf27f6 - std::sys::backtrace::__rust_begin_short_backtrace::h4b256156dd19734f [INFO] [stderr] 23: 0x586e3ecf2779 - std::rt::lang_start::{{closure}}::h167befe2ac79f903 [INFO] [stderr] 24: 0x586e3ed81490 - core::ops::function::impls:: for &F>::call_once::h064e6b81598c4a62 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/core/src/ops/function.rs:284:21 [INFO] [stderr] 25: 0x586e3ed81490 - std::panicking::catch_unwind::do_call::h735274b4e3e6c7b8 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:589:40 [INFO] [stderr] 26: 0x586e3ed81490 - std::panicking::catch_unwind::h2b3c4830c7c76f65 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:552:19 [INFO] [stderr] 27: 0x586e3ed81490 - std::panic::catch_unwind::hf1aebb84fb8a1d26 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panic.rs:359:14 [INFO] [stderr] 28: 0x586e3ed81490 - std::rt::lang_start_internal::{{closure}}::ha4c34a292cd41e7e [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/rt.rs:175:24 [INFO] [stderr] 29: 0x586e3ed81490 - std::panicking::catch_unwind::do_call::h43a240a13a7020f7 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:589:40 [INFO] [stderr] 30: 0x586e3ed81490 - std::panicking::catch_unwind::hbd4b4f22bb1e5340 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panicking.rs:552:19 [INFO] [stderr] 31: 0x586e3ed81490 - std::panic::catch_unwind::h74e0ec3b7610d194 [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/panic.rs:359:14 [INFO] [stderr] 32: 0x586e3ed81490 - std::rt::lang_start_internal::hdef981deb15e452e [INFO] [stderr] at /rustc/e43d139a82620a268d3828a73e12a8679339e8f8/library/std/src/rt.rs:171:5 [INFO] [stderr] 33: 0x586e3ecf2761 - std::rt::lang_start::h463f698809900ffa [INFO] [stderr] 34: 0x586e3ecf4df5 - main [INFO] [stderr] 35: 0x7591607e31ca - [INFO] [stderr] 36: 0x7591607e328b - __libc_start_main [INFO] [stderr] 37: 0x586e3ecf21d5 - _start [INFO] [stderr] 38: 0x0 - [INFO] running `Command { std: "docker" "inspect" "fcbafe449b56f9cdcc06d45078540a3a296867bc45479508e9585f4cfbd9df6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fcbafe449b56f9cdcc06d45078540a3a296867bc45479508e9585f4cfbd9df6a", kill_on_drop: false }` [INFO] [stdout] fcbafe449b56f9cdcc06d45078540a3a296867bc45479508e9585f4cfbd9df6a