[INFO] fetching crate ngt 0.7.0...
[INFO] checking ngt-0.7.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate ngt 0.7.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate ngt 0.7.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ngt 0.7.0
[INFO] finished tweaking crates.io crate ngt 0.7.0
[INFO] tweaked toml for crates.io crate ngt 0.7.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 75 packages to latest compatible versions
[INFO] [stderr]       Adding linux-raw-sys v0.4.13 (latest: v0.6.4)
[INFO] [stderr]       Adding toml_edit v0.21.1 (latest: v0.22.12)
[INFO] [stderr]       Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.0+wasi-0.2.0)
[INFO] [stderr]       Adding which v4.4.2 (latest: v6.0.1)
[INFO] [stderr]       Adding winnow v0.5.40 (latest: v0.6.7)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ngt-sys v2.1.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b2349eb2e099a06994537f1f28c18117122849a83074513c9f52857e52b0adfc
[INFO] running `Command { std: "docker" "start" "-a" "b2349eb2e099a06994537f1f28c18117122849a83074513c9f52857e52b0adfc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b2349eb2e099a06994537f1f28c18117122849a83074513c9f52857e52b0adfc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2349eb2e099a06994537f1f28c18117122849a83074513c9f52857e52b0adfc", kill_on_drop: false }`
[INFO] [stdout] b2349eb2e099a06994537f1f28c18117122849a83074513c9f52857e52b0adfc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 50b4731b97d2bb681ad4ed4d019c651d2756826651bd0877a56fa167396021be
[INFO] running `Command { std: "docker" "start" "-a" "50b4731b97d2bb681ad4ed4d019c651d2756826651bd0877a56fa167396021be", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling prettyplease v0.2.19
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling bindgen v0.69.4
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling cc v1.0.96
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking fastrand v2.1.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]    Compiling num_enum_derive v0.7.2
[INFO] [stderr]     Checking num_enum v0.7.2
[INFO] [stderr]    Compiling ngt-sys v2.1.6
[INFO] [stderr] error: failed to run custom build command for `ngt-sys v2.1.6`
[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/ngt-sys-282e9bb210559673/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE = None
[INFO] [stderr]   CMAKE = None
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/ngt-sys-f8581838f2af16ec/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT" "-DNGT_QBG_DISABLED=ON" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/ngt-sys-f8581838f2af16ec/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_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug"
[INFO] [stderr]   -- The C compiler identification is GNU 11.4.0
[INFO] [stderr]   -- The CXX compiler identification is GNU 11.4.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]   -- VERSION: 2.1.6
[INFO] [stderr]   -- CMAKE_BUILD_TYPE: Debug
[INFO] [stderr]   -- CMAKE_BUILD_TYPE_LOWER: debug
[INFO] [stderr]   -- Found OpenMP_C: -fopenmp (found version "4.5") 
[INFO] [stderr]   -- Found OpenMP_CXX: -fopenmp (found version "4.5") 
[INFO] [stderr]   -- Found OpenMP: TRUE (found version "4.5")  
[INFO] [stderr]   -- Looking for pthread.h
[INFO] [stderr]   -- Looking for pthread.h - 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]   -- QBG is disabled.
[INFO] [stderr]   -- Configuring done
[INFO] [stderr]   -- Generating done
[INFO] [stderr]   -- Build files have been written to: /opt/rustwide/target/debug/build/ngt-sys-f8581838f2af16ec/out/build
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/ngt-sys-f8581838f2af16ec/out/build" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "cmake" "--build" "." "--target" "install" "--config" "Debug"
[INFO] [stderr]   [  1%] Generating command
[INFO] [stderr]   [  1%] Built target versiondef
[INFO] [stderr]   [  3%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/ArrayFile.cpp.o
[INFO] [stderr]   [  5%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/Capi.cpp.o
[INFO] [stderr]   [  7%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/Command.cpp.o
[INFO] [stderr]   [  9%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/Graph.cpp.o
[INFO] [stderr]   [ 11%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/Index.cpp.o
[INFO] [stderr]   [ 13%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/MmapManager.cpp.o
[INFO] [stderr]   [ 15%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/NGTQ/Capi.cpp.o
[INFO] [stderr]   [ 17%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/NGTQ/HierarchicalKmeans.cpp.o
[INFO] [stderr]   [ 19%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/NGTQ/Optimizer.cpp.o
[INFO] [stderr]   [ 21%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/NGTQ/QbgCli.cpp.o
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
[INFO] [stderr]     Compatibility with CMake < 2.8.12 will be removed from a future version of
[INFO] [stderr]     CMake.
[INFO] [stderr] 
[INFO] [stderr]     Update the VERSION argument <min> value or use a ...<max> suffix to tell
[INFO] [stderr]     CMake that the project does not need compatibility with older versions.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   CMake Warning:
[INFO] [stderr]     Manually-specified variables were not used by the project:
[INFO] [stderr] 
[INFO] [stderr]       CMAKE_ASM_COMPILER
[INFO] [stderr]       CMAKE_ASM_FLAGS
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   fatal: not a git repository (or any parent up to mount point /opt/rustwide)
[INFO] [stderr]   Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[INFO] [stderr]   fatal: not a git repository (or any parent up to mount point /opt/rustwide)
[INFO] [stderr]   Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[INFO] [stderr]   fatal: not a git repository (or any parent up to mount point /opt/rustwide)
[INFO] [stderr]   Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Node.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Tree.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Capi.cpp:21:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Node.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Tree.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Command.h:18,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Command.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.cpp:19:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Graph.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Graph.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Node.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Tree.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Capi.cpp:22:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Capi.cpp:22:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Clustering.h:34:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      34 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Capi.cpp:22:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:62:2: warning: #warning "SIMD is not available for NGTQG. NGTQG might not work well." [-Wcpp]
[INFO] [stderr]      62 | #warning "SIMD is not available for NGTQG. NGTQG might not work well."
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Node.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Tree.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/HierarchicalKmeans.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/HierarchicalKmeans.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Clustering.h:34:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      34 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/HierarchicalKmeans.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:62:2: warning: #warning "SIMD is not available for NGTQG. NGTQG might not work well." [-Wcpp]
[INFO] [stderr]      62 | #warning "SIMD is not available for NGTQG. NGTQG might not work well."
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Node.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Tree.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Optimizer.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Optimizer.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Clustering.h:34:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      34 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Optimizer.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:62:2: warning: #warning "SIMD is not available for NGTQG. NGTQG might not work well." [-Wcpp]
[INFO] [stderr]      62 | #warning "SIMD is not available for NGTQG. NGTQG might not work well."
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Node.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Tree.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QbgCli.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QbgCli.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Clustering.h:34:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      34 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QbgCli.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:62:2: warning: #warning "SIMD is not available for NGTQG. NGTQG might not work well." [-Wcpp]
[INFO] [stderr]      62 | #warning "SIMD is not available for NGTQG. NGTQG might not work well."
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [lib/NGT/CMakeFiles/ngtstatic.dir/build.make:160: lib/NGT/CMakeFiles/ngtstatic.dir/NGTQ/Capi.cpp.o] Error 1
[INFO] [stderr]   gmake[2]: *** Waiting for unfinished jobs....
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [lib/NGT/CMakeFiles/ngtstatic.dir/build.make:104: lib/NGT/CMakeFiles/ngtstatic.dir/Command.cpp.o] Error 1
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:32,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Optimizer.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h: In instantiation of 'void NGT::DynamicLengthVector<TYPE>::copy(TYPE&, const TYPE&) [with TYPE = NGTQ::InvertedIndexObject<short unsigned int>]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1536:4:   required from 'void NGT::DynamicLengthVector<TYPE>::resize(size_t, TYPE) [with TYPE = NGTQ::InvertedIndexObject<short unsigned int>; size_t = long unsigned int]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:562:19:   required from 'void NGTQ::InvertedIndexEntry<T>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with T = short unsigned int; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:2061:22:   required from 'void NGT::Repository<TYPE>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with TYPE = NGTQ::InvertedIndexEntry<short unsigned int>; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2834:32:   required from 'void NGTQ::QuantizerInstance<LOCAL_ID_TYPE>::open(const string&, bool) [with LOCAL_ID_TYPE = short unsigned int; std::string = std::__cxx11::basic_string<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2801:8:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1460:13: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class NGTQ::InvertedIndexObject<short unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
[INFO] [stderr]    1460 |       memcpy(&dst, &src, elementSize);
[INFO] [stderr]         |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Optimizer.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:443:7: note: 'class NGTQ::InvertedIndexObject<short unsigned int>' declared here
[INFO] [stderr]     443 | class InvertedIndexObject {
[INFO] [stderr]         |       ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:32,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Optimizer.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h: In instantiation of 'void NGT::DynamicLengthVector<TYPE>::copy(TYPE&, const TYPE&) [with TYPE = NGTQ::InvertedIndexObject<unsigned int>]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1536:4:   required from 'void NGT::DynamicLengthVector<TYPE>::resize(size_t, TYPE) [with TYPE = NGTQ::InvertedIndexObject<unsigned int>; size_t = long unsigned int]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:562:19:   required from 'void NGTQ::InvertedIndexEntry<T>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with T = unsigned int; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:2061:22:   required from 'void NGT::Repository<TYPE>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with TYPE = NGTQ::InvertedIndexEntry<unsigned int>; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2834:32:   required from 'void NGTQ::QuantizerInstance<LOCAL_ID_TYPE>::open(const string&, bool) [with LOCAL_ID_TYPE = unsigned int; std::string = std::__cxx11::basic_string<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2801:8:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1460:13: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class NGTQ::InvertedIndexObject<unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
[INFO] [stderr]    1460 |       memcpy(&dst, &src, elementSize);
[INFO] [stderr]         |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Optimizer.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:443:7: note: 'class NGTQ::InvertedIndexObject<unsigned int>' declared here
[INFO] [stderr]     443 | class InvertedIndexObject {
[INFO] [stderr]         |       ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:32,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QbgCli.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h: In instantiation of 'void NGT::DynamicLengthVector<TYPE>::copy(TYPE&, const TYPE&) [with TYPE = NGTQ::InvertedIndexObject<short unsigned int>]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1536:4:   required from 'void NGT::DynamicLengthVector<TYPE>::resize(size_t, TYPE) [with TYPE = NGTQ::InvertedIndexObject<short unsigned int>; size_t = long unsigned int]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:562:19:   required from 'void NGTQ::InvertedIndexEntry<T>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with T = short unsigned int; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:2061:22:   required from 'void NGT::Repository<TYPE>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with TYPE = NGTQ::InvertedIndexEntry<short unsigned int>; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2834:32:   required from 'void NGTQ::QuantizerInstance<LOCAL_ID_TYPE>::open(const string&, bool) [with LOCAL_ID_TYPE = short unsigned int; std::string = std::__cxx11::basic_string<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2801:8:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1460:13: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class NGTQ::InvertedIndexObject<short unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
[INFO] [stderr]    1460 |       memcpy(&dst, &src, elementSize);
[INFO] [stderr]         |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QbgCli.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:443:7: note: 'class NGTQ::InvertedIndexObject<short unsigned int>' declared here
[INFO] [stderr]     443 | class InvertedIndexObject {
[INFO] [stderr]         |       ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:32,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QbgCli.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h: In instantiation of 'void NGT::DynamicLengthVector<TYPE>::copy(TYPE&, const TYPE&) [with TYPE = NGTQ::InvertedIndexObject<unsigned int>]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1536:4:   required from 'void NGT::DynamicLengthVector<TYPE>::resize(size_t, TYPE) [with TYPE = NGTQ::InvertedIndexObject<unsigned int>; size_t = long unsigned int]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:562:19:   required from 'void NGTQ::InvertedIndexEntry<T>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with T = unsigned int; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:2061:22:   required from 'void NGT::Repository<TYPE>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with TYPE = NGTQ::InvertedIndexEntry<unsigned int>; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2834:32:   required from 'void NGTQ::QuantizerInstance<LOCAL_ID_TYPE>::open(const string&, bool) [with LOCAL_ID_TYPE = unsigned int; std::string = std::__cxx11::basic_string<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2801:8:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1460:13: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class NGTQ::InvertedIndexObject<unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
[INFO] [stderr]    1460 |       memcpy(&dst, &src, elementSize);
[INFO] [stderr]         |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QbgCli.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:443:7: note: 'class NGTQ::InvertedIndexObject<unsigned int>' declared here
[INFO] [stderr]     443 | class InvertedIndexObject {
[INFO] [stderr]         |       ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:32,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/HierarchicalKmeans.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h: In instantiation of 'void NGT::DynamicLengthVector<TYPE>::copy(TYPE&, const TYPE&) [with TYPE = NGTQ::InvertedIndexObject<short unsigned int>]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1536:4:   required from 'void NGT::DynamicLengthVector<TYPE>::resize(size_t, TYPE) [with TYPE = NGTQ::InvertedIndexObject<short unsigned int>; size_t = long unsigned int]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:562:19:   required from 'void NGTQ::InvertedIndexEntry<T>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with T = short unsigned int; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:2061:22:   required from 'void NGT::Repository<TYPE>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with TYPE = NGTQ::InvertedIndexEntry<short unsigned int>; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2834:32:   required from 'void NGTQ::QuantizerInstance<LOCAL_ID_TYPE>::open(const string&, bool) [with LOCAL_ID_TYPE = short unsigned int; std::string = std::__cxx11::basic_string<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2801:8:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1460:13: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class NGTQ::InvertedIndexObject<short unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
[INFO] [stderr]    1460 |       memcpy(&dst, &src, elementSize);
[INFO] [stderr]         |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/HierarchicalKmeans.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:443:7: note: 'class NGTQ::InvertedIndexObject<short unsigned int>' declared here
[INFO] [stderr]     443 | class InvertedIndexObject {
[INFO] [stderr]         |       ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:32,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/HierarchicalKmeans.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h: In instantiation of 'void NGT::DynamicLengthVector<TYPE>::copy(TYPE&, const TYPE&) [with TYPE = NGTQ::InvertedIndexObject<unsigned int>]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1536:4:   required from 'void NGT::DynamicLengthVector<TYPE>::resize(size_t, TYPE) [with TYPE = NGTQ::InvertedIndexObject<unsigned int>; size_t = long unsigned int]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:562:19:   required from 'void NGTQ::InvertedIndexEntry<T>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with T = unsigned int; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:2061:22:   required from 'void NGT::Repository<TYPE>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with TYPE = NGTQ::InvertedIndexEntry<unsigned int>; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2834:32:   required from 'void NGTQ::QuantizerInstance<LOCAL_ID_TYPE>::open(const string&, bool) [with LOCAL_ID_TYPE = unsigned int; std::string = std::__cxx11::basic_string<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2801:8:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1460:13: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class NGTQ::InvertedIndexObject<unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
[INFO] [stderr]    1460 |       memcpy(&dst, &src, elementSize);
[INFO] [stderr]         |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/HierarchicalKmeans.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:443:7: note: 'class NGTQ::InvertedIndexObject<unsigned int>' declared here
[INFO] [stderr]     443 | class InvertedIndexObject {
[INFO] [stderr]         |       ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   gmake[1]: *** [CMakeFiles/Makefile2:272: lib/NGT/CMakeFiles/ngtstatic.dir/all] Error 2
[INFO] [stderr]   gmake: *** [Makefile:136: all] Error 2
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.50/src/lib.rs:1098:5:
[INFO] [stderr] 
[INFO] [stderr]   command did not execute successfully, got: exit status: 2
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x560fa24e1e45 - std::backtrace_rs::backtrace::libunwind::trace::hf6d84d188eed4942
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stderr]      1:     0x560fa24e1e45 - std::backtrace_rs::backtrace::trace_unsynchronized::hb841ab02b27b2a81
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x560fa24e1e45 - std::sys_common::backtrace::_print_fmt::h7d09263e980d2dc2
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stderr]      3:     0x560fa24e1e45 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h8710a3386e66dc13
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stderr]      4:     0x560fa250b1eb - core::fmt::rt::Argument::fmt::h56356193ea14b69e
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/fmt/rt.rs:165:63
[INFO] [stderr]      5:     0x560fa250b1eb - core::fmt::write::ha8a35e57fe29df69
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/fmt/mod.rs:1157:21
[INFO] [stderr]      6:     0x560fa24ded9f - std::io::Write::write_fmt::h070417d35cbd0295
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/io/mod.rs:1832:15
[INFO] [stderr]      7:     0x560fa24e1c1e - std::sys_common::backtrace::_print::h98c81ef11000e712
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stderr]      8:     0x560fa24e1c1e - std::sys_common::backtrace::print::hb4fda26b0eb411fc
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stderr]      9:     0x560fa24e30f9 - std::panicking::default_hook::{{closure}}::h58b999a8a8b72663
[INFO] [stderr]     10:     0x560fa24e2e3d - std::panicking::default_hook::h9ee81ffa3eaff881
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:298:9
[INFO] [stderr]     11:     0x560fa24e3593 - std::panicking::rust_panic_with_hook::h7cf1f420e89ee254
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:795:13
[INFO] [stderr]     12:     0x560fa24e3474 - std::panicking::begin_panic_handler::{{closure}}::h1e92862156407829
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:664:13
[INFO] [stderr]     13:     0x560fa24e2309 - std::sys_common::backtrace::__rust_end_short_backtrace::hdb9396439049b139
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stderr]     14:     0x560fa24e31a7 - rust_begin_unwind
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:652:5
[INFO] [stderr]     15:     0x560fa1ef4263 - core::panicking::panic_fmt::hb6b8317cb2c3be4c
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/panicking.rs:72:14
[INFO] [stderr]     16:     0x560fa2464279 - cmake::fail::h37eeb473aae88579
[INFO] [stderr]     17:     0x560fa2463a38 - cmake::run::h853ae92c1b105829
[INFO] [stderr]     18:     0x560fa2460308 - cmake::Config::build::hd02816830a690796
[INFO] [stderr]     19:     0x560fa1ef866a - build_script_build::main::h376b197c07331a36
[INFO] [stderr]     20:     0x560fa1ef55c3 - core::ops::function::FnOnce::call_once::h7a283b521a0a5af0
[INFO] [stderr]     21:     0x560fa1ef4cc6 - std::sys_common::backtrace::__rust_begin_short_backtrace::hb8b566a2c52a881a
[INFO] [stderr]     22:     0x560fa1ef52f9 - std::rt::lang_start::{{closure}}::hff77edae4ac2ab5e
[INFO] [stderr]     23:     0x560fa24da436 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::hed2c947f9885a74b
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     24:     0x560fa24da436 - std::panicking::try::do_call::hb89329b1c9c22cc4
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:559:40
[INFO] [stderr]     25:     0x560fa24da436 - std::panicking::try::h32506f612ff970ae
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:523:19
[INFO] [stderr]     26:     0x560fa24da436 - std::panic::catch_unwind::hb921c12c6fd21966
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panic.rs:149:14
[INFO] [stderr]     27:     0x560fa24da436 - std::rt::lang_start_internal::{{closure}}::h525d7c9c8d9957db
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/rt.rs:141:48
[INFO] [stderr]     28:     0x560fa24da436 - std::panicking::try::do_call::hc05b1198989502ae
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:559:40
[INFO] [stderr]     29:     0x560fa24da436 - std::panicking::try::h4ecd1dd6f6f1e3ba
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panicking.rs:523:19
[INFO] [stderr]     30:     0x560fa24da436 - std::panic::catch_unwind::h92b0390d9e8eb6ea
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/panic.rs:149:14
[INFO] [stderr]     31:     0x560fa24da436 - std::rt::lang_start_internal::he4964f7a9f7ed816
[INFO] [stderr]                                  at /rustc/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/std/src/rt.rs:141:20
[INFO] [stderr]     32:     0x560fa1ef52d7 - std::rt::lang_start::hc615f37440de0642
[INFO] [stderr]     33:     0x560fa1ef8d35 - main
[INFO] [stderr]     34:     0x7efe2938fd90 - <unknown>
[INFO] [stderr]     35:     0x7efe2938fe40 - __libc_start_main
[INFO] [stderr]     36:     0x560fa1ef4bb5 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "50b4731b97d2bb681ad4ed4d019c651d2756826651bd0877a56fa167396021be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50b4731b97d2bb681ad4ed4d019c651d2756826651bd0877a56fa167396021be", kill_on_drop: false }`
[INFO] [stdout] 50b4731b97d2bb681ad4ed4d019c651d2756826651bd0877a56fa167396021be
[INFO] checking ngt-0.7.0 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate ngt 0.7.0 into /workspace/builds/worker-5-tc2/source
[INFO] validating manifest of crates.io crate ngt 0.7.0 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ngt 0.7.0
[INFO] finished tweaking crates.io crate ngt 0.7.0
[INFO] tweaked toml for crates.io crate ngt 0.7.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 75 packages to latest compatible versions
[INFO] [stderr]       Adding linux-raw-sys v0.4.13 (latest: v0.6.4)
[INFO] [stderr]       Adding toml_edit v0.21.1 (latest: v0.22.12)
[INFO] [stderr]       Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.0+wasi-0.2.0)
[INFO] [stderr]       Adding which v4.4.2 (latest: v6.0.1)
[INFO] [stderr]       Adding winnow v0.5.40 (latest: v0.6.7)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8e627bb16766bcaf0a521f0870d09551ec529f9093aa76c541a51cbbed93ab49
[INFO] running `Command { std: "docker" "start" "-a" "8e627bb16766bcaf0a521f0870d09551ec529f9093aa76c541a51cbbed93ab49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e627bb16766bcaf0a521f0870d09551ec529f9093aa76c541a51cbbed93ab49", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e627bb16766bcaf0a521f0870d09551ec529f9093aa76c541a51cbbed93ab49", kill_on_drop: false }`
[INFO] [stdout] 8e627bb16766bcaf0a521f0870d09551ec529f9093aa76c541a51cbbed93ab49
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 551e7dfb577b74f01f9da3b028781cc302592407e9a0af0fc6743ead4979344a
[INFO] running `Command { std: "docker" "start" "-a" "551e7dfb577b74f01f9da3b028781cc302592407e9a0af0fc6743ead4979344a", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.154
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling prettyplease v0.2.19
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling either v1.11.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.13
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling bindgen v0.69.4
[INFO] [stderr]    Compiling home v0.5.9
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling cc v1.0.96
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling which v4.4.2
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking fastrand v2.1.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]    Compiling num_enum_derive v0.7.2
[INFO] [stderr]     Checking num_enum v0.7.2
[INFO] [stderr]    Compiling ngt-sys v2.1.6
[INFO] [stderr] error: failed to run custom build command for `ngt-sys v2.1.6`
[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/ngt-sys-282e9bb210559673/build-script-build` (exit status: 101)
[INFO] [stderr]   --- stdout
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_TOOLCHAIN_FILE = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_GENERATOR_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_GENERATOR = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_PREFIX_PATH_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_PREFIX_PATH = None
[INFO] [stderr]   CMAKE_x86_64-unknown-linux-gnu = None
[INFO] [stderr]   CMAKE_x86_64_unknown_linux_gnu = None
[INFO] [stderr]   HOST_CMAKE = None
[INFO] [stderr]   CMAKE = None
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/ngt-sys-f8581838f2af16ec/out/build" && CMAKE_PREFIX_PATH="" "cmake" "/opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT" "-DNGT_QBG_DISABLED=ON" "-DCMAKE_INSTALL_PREFIX=/opt/rustwide/target/debug/build/ngt-sys-f8581838f2af16ec/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_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC -m64" "-DCMAKE_ASM_COMPILER=/usr/bin/cc" "-DCMAKE_BUILD_TYPE=Debug"
[INFO] [stderr]   -- The C compiler identification is GNU 11.4.0
[INFO] [stderr]   -- The CXX compiler identification is GNU 11.4.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]   -- VERSION: 2.1.6
[INFO] [stderr]   -- CMAKE_BUILD_TYPE: Debug
[INFO] [stderr]   -- CMAKE_BUILD_TYPE_LOWER: debug
[INFO] [stderr]   -- Found OpenMP_C: -fopenmp (found version "4.5") 
[INFO] [stderr]   -- Found OpenMP_CXX: -fopenmp (found version "4.5") 
[INFO] [stderr]   -- Found OpenMP: TRUE (found version "4.5")  
[INFO] [stderr]   -- Looking for pthread.h
[INFO] [stderr]   -- Looking for pthread.h - 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]   -- QBG is disabled.
[INFO] [stderr]   -- Configuring done
[INFO] [stderr]   -- Generating done
[INFO] [stderr]   -- Build files have been written to: /opt/rustwide/target/debug/build/ngt-sys-f8581838f2af16ec/out/build
[INFO] [stderr]   running: cd "/opt/rustwide/target/debug/build/ngt-sys-f8581838f2af16ec/out/build" && MAKEFLAGS="-j --jobserver-fds=8,9 --jobserver-auth=8,9" "cmake" "--build" "." "--target" "install" "--config" "Debug"
[INFO] [stderr]   [  1%] Generating command
[INFO] [stderr]   [  1%] Built target versiondef
[INFO] [stderr]   [  3%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/ArrayFile.cpp.o
[INFO] [stderr]   [  5%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/Capi.cpp.o
[INFO] [stderr]   [  7%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/Command.cpp.o
[INFO] [stderr]   [  9%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/Graph.cpp.o
[INFO] [stderr]   [ 11%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/Index.cpp.o
[INFO] [stderr]   [ 13%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/NGTQ/Capi.cpp.o
[INFO] [stderr]   [ 15%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/NGTQ/HierarchicalKmeans.cpp.o
[INFO] [stderr]   [ 17%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/MmapManager.cpp.o
[INFO] [stderr]   [ 19%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/NGTQ/Optimizer.cpp.o
[INFO] [stderr]   [ 21%] Building CXX object lib/NGT/CMakeFiles/ngtstatic.dir/NGTQ/QbgCli.cpp.o
[INFO] [stderr] 
[INFO] [stderr]   --- stderr
[INFO] [stderr]   CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required):
[INFO] [stderr]     Compatibility with CMake < 2.8.12 will be removed from a future version of
[INFO] [stderr]     CMake.
[INFO] [stderr] 
[INFO] [stderr]     Update the VERSION argument <min> value or use a ...<max> suffix to tell
[INFO] [stderr]     CMake that the project does not need compatibility with older versions.
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   CMake Warning:
[INFO] [stderr]     Manually-specified variables were not used by the project:
[INFO] [stderr] 
[INFO] [stderr]       CMAKE_ASM_COMPILER
[INFO] [stderr]       CMAKE_ASM_FLAGS
[INFO] [stderr] 
[INFO] [stderr] 
[INFO] [stderr]   fatal: not a git repository (or any parent up to mount point /opt/rustwide)
[INFO] [stderr]   Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[INFO] [stderr]   fatal: not a git repository (or any parent up to mount point /opt/rustwide)
[INFO] [stderr]   Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[INFO] [stderr]   fatal: not a git repository (or any parent up to mount point /opt/rustwide)
[INFO] [stderr]   Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Node.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Tree.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Command.h:18,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Command.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.cpp:19:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Graph.h:23,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Graph.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Node.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Tree.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Capi.cpp:21:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Node.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Tree.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Capi.cpp:22:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Capi.cpp:22:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Clustering.h:34:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      34 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Node.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Tree.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/HierarchicalKmeans.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Capi.cpp:22:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:62:2: warning: #warning "SIMD is not available for NGTQG. NGTQG might not work well." [-Wcpp]
[INFO] [stderr]      62 | #warning "SIMD is not available for NGTQG. NGTQG might not work well."
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/HierarchicalKmeans.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Clustering.h:34:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      34 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/HierarchicalKmeans.cpp:18:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:62:2: warning: #warning "SIMD is not available for NGTQG. NGTQG might not work well." [-Wcpp]
[INFO] [stderr]      62 | #warning "SIMD is not available for NGTQG. NGTQG might not work well."
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Node.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Tree.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Optimizer.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Optimizer.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Clustering.h:34:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      34 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Optimizer.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:62:2: warning: #warning "SIMD is not available for NGTQG. NGTQG might not work well." [-Wcpp]
[INFO] [stderr]      62 | #warning "SIMD is not available for NGTQG. NGTQG might not work well."
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpace.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/ObjectSpaceRepository.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Node.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Tree.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:33,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QbgCli.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/PrimitiveComparator.h:22:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      22 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:21,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QbgCli.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Clustering.h:34:2: warning: #warning "*** SIMD is *NOT* available! ***" [-Wcpp]
[INFO] [stderr]      34 | #warning "*** SIMD is *NOT* available! ***"
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QbgCli.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:62:2: warning: #warning "SIMD is not available for NGTQG. NGTQG might not work well." [-Wcpp]
[INFO] [stderr]      62 | #warning "SIMD is not available for NGTQG. NGTQG might not work well."
[INFO] [stderr]         |  ^~~~~~~
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [lib/NGT/CMakeFiles/ngtstatic.dir/build.make:104: lib/NGT/CMakeFiles/ngtstatic.dir/Command.cpp.o] Error 1
[INFO] [stderr]   gmake[2]: *** Waiting for unfinished jobs....
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [lib/NGT/CMakeFiles/ngtstatic.dir/build.make:160: lib/NGT/CMakeFiles/ngtstatic.dir/NGTQ/Capi.cpp.o] Error 1
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:32,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Optimizer.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h: In instantiation of 'void NGT::DynamicLengthVector<TYPE>::copy(TYPE&, const TYPE&) [with TYPE = NGTQ::InvertedIndexObject<short unsigned int>]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1536:4:   required from 'void NGT::DynamicLengthVector<TYPE>::resize(size_t, TYPE) [with TYPE = NGTQ::InvertedIndexObject<short unsigned int>; size_t = long unsigned int]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:562:19:   required from 'void NGTQ::InvertedIndexEntry<T>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with T = short unsigned int; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:2061:22:   required from 'void NGT::Repository<TYPE>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with TYPE = NGTQ::InvertedIndexEntry<short unsigned int>; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2834:32:   required from 'void NGTQ::QuantizerInstance<LOCAL_ID_TYPE>::open(const string&, bool) [with LOCAL_ID_TYPE = short unsigned int; std::string = std::__cxx11::basic_string<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2801:8:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1460:13: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class NGTQ::InvertedIndexObject<short unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
[INFO] [stderr]    1460 |       memcpy(&dst, &src, elementSize);
[INFO] [stderr]         |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Optimizer.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:443:7: note: 'class NGTQ::InvertedIndexObject<short unsigned int>' declared here
[INFO] [stderr]     443 | class InvertedIndexObject {
[INFO] [stderr]         |       ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:32,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Optimizer.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h: In instantiation of 'void NGT::DynamicLengthVector<TYPE>::copy(TYPE&, const TYPE&) [with TYPE = NGTQ::InvertedIndexObject<unsigned int>]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1536:4:   required from 'void NGT::DynamicLengthVector<TYPE>::resize(size_t, TYPE) [with TYPE = NGTQ::InvertedIndexObject<unsigned int>; size_t = long unsigned int]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:562:19:   required from 'void NGTQ::InvertedIndexEntry<T>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with T = unsigned int; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:2061:22:   required from 'void NGT::Repository<TYPE>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with TYPE = NGTQ::InvertedIndexEntry<unsigned int>; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2834:32:   required from 'void NGTQ::QuantizerInstance<LOCAL_ID_TYPE>::open(const string&, bool) [with LOCAL_ID_TYPE = unsigned int; std::string = std::__cxx11::basic_string<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2801:8:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1460:13: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class NGTQ::InvertedIndexObject<unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
[INFO] [stderr]    1460 |       memcpy(&dst, &src, elementSize);
[INFO] [stderr]         |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QuantizedBlobGraph.h:20,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Optimizer.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:443:7: note: 'class NGTQ::InvertedIndexObject<unsigned int>' declared here
[INFO] [stderr]     443 | class InvertedIndexObject {
[INFO] [stderr]         |       ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   c++: fatal error: Killed signal terminated program cc1plus
[INFO] [stderr]   compilation terminated.
[INFO] [stderr]   gmake[2]: *** [lib/NGT/CMakeFiles/ngtstatic.dir/build.make:174: lib/NGT/CMakeFiles/ngtstatic.dir/NGTQ/HierarchicalKmeans.cpp.o] Error 1
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:32,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QbgCli.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h: In instantiation of 'void NGT::DynamicLengthVector<TYPE>::copy(TYPE&, const TYPE&) [with TYPE = NGTQ::InvertedIndexObject<short unsigned int>]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1536:4:   required from 'void NGT::DynamicLengthVector<TYPE>::resize(size_t, TYPE) [with TYPE = NGTQ::InvertedIndexObject<short unsigned int>; size_t = long unsigned int]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:562:19:   required from 'void NGTQ::InvertedIndexEntry<T>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with T = short unsigned int; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:2061:22:   required from 'void NGT::Repository<TYPE>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with TYPE = NGTQ::InvertedIndexEntry<short unsigned int>; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2834:32:   required from 'void NGTQ::QuantizerInstance<LOCAL_ID_TYPE>::open(const string&, bool) [with LOCAL_ID_TYPE = short unsigned int; std::string = std::__cxx11::basic_string<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2801:8:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1460:13: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class NGTQ::InvertedIndexObject<short unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
[INFO] [stderr]    1460 |       memcpy(&dst, &src, elementSize);
[INFO] [stderr]         |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QbgCli.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:443:7: note: 'class NGTQ::InvertedIndexObject<short unsigned int>' declared here
[INFO] [stderr]     443 | class InvertedIndexObject {
[INFO] [stderr]         |       ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Index.h:32,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:19,
[INFO] [stderr]                    from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QbgCli.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h: In instantiation of 'void NGT::DynamicLengthVector<TYPE>::copy(TYPE&, const TYPE&) [with TYPE = NGTQ::InvertedIndexObject<unsigned int>]':
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1536:4:   required from 'void NGT::DynamicLengthVector<TYPE>::resize(size_t, TYPE) [with TYPE = NGTQ::InvertedIndexObject<unsigned int>; size_t = long unsigned int]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:562:19:   required from 'void NGTQ::InvertedIndexEntry<T>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with T = unsigned int; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:2061:22:   required from 'void NGT::Repository<TYPE>::deserialize(std::ifstream&, NGT::ObjectSpace*) [with TYPE = NGTQ::InvertedIndexEntry<unsigned int>; std::ifstream = std::basic_ifstream<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2834:32:   required from 'void NGTQ::QuantizerInstance<LOCAL_ID_TYPE>::open(const string&, bool) [with LOCAL_ID_TYPE = unsigned int; std::string = std::__cxx11::basic_string<char>]'
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:2801:8:   required from here
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/Common.h:1460:13: warning: 'void* memcpy(void*, const void*, size_t)' writing to an object of type 'class NGTQ::InvertedIndexObject<unsigned int>' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
[INFO] [stderr]    1460 |       memcpy(&dst, &src, elementSize);
[INFO] [stderr]         |       ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   In file included from /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/QbgCli.cpp:17:
[INFO] [stderr]   /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/ngt-sys-2.1.6/NGT/lib/NGT/NGTQ/Quantizer.h:443:7: note: 'class NGTQ::InvertedIndexObject<unsigned int>' declared here
[INFO] [stderr]     443 | class InvertedIndexObject {
[INFO] [stderr]         |       ^~~~~~~~~~~~~~~~~~~
[INFO] [stderr]   gmake[1]: *** [CMakeFiles/Makefile2:272: lib/NGT/CMakeFiles/ngtstatic.dir/all] Error 2
[INFO] [stderr]   gmake: *** [Makefile:136: all] Error 2
[INFO] [stderr]   thread 'main' panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.50/src/lib.rs:1098:5:
[INFO] [stderr] 
[INFO] [stderr]   command did not execute successfully, got: exit status: 2
[INFO] [stderr] 
[INFO] [stderr]   build script failed, must exit now
[INFO] [stderr]   stack backtrace:
[INFO] [stderr]      0:     0x557e818df0d5 - std::backtrace_rs::backtrace::libunwind::trace::hdfeb580427d8933a
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/../../backtrace/src/backtrace/libunwind.rs:105:5
[INFO] [stderr]      1:     0x557e818df0d5 - std::backtrace_rs::backtrace::trace_unsynchronized::h2ab9303b28c241a4
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5
[INFO] [stderr]      2:     0x557e818df0d5 - std::sys_common::backtrace::_print_fmt::h619cfc7eb9ab5b5f
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/sys_common/backtrace.rs:68:5
[INFO] [stderr]      3:     0x557e818df0d5 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::he16efdaf40e8eef7
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/sys_common/backtrace.rs:44:22
[INFO] [stderr]      4:     0x557e8190847b - core::fmt::rt::Argument::fmt::h9f13baa13e8b36b1
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/fmt/rt.rs:165:63
[INFO] [stderr]      5:     0x557e8190847b - core::fmt::write::hae8f3928a7d1fb9f
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/fmt/mod.rs:1157:21
[INFO] [stderr]      6:     0x557e818dc02f - std::io::Write::write_fmt::h51b0278883ceca93
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/io/mod.rs:1832:15
[INFO] [stderr]      7:     0x557e818deeae - std::sys_common::backtrace::_print::ha38797bab2b77f4a
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/sys_common/backtrace.rs:47:5
[INFO] [stderr]      8:     0x557e818deeae - std::sys_common::backtrace::print::ha10bfc6bd1633494
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/sys_common/backtrace.rs:34:9
[INFO] [stderr]      9:     0x557e818e0389 - std::panicking::default_hook::{{closure}}::h71e248ada3a684d2
[INFO] [stderr]     10:     0x557e818e00cd - std::panicking::default_hook::hd99e3a7061b2ddee
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:298:9
[INFO] [stderr]     11:     0x557e818e0823 - std::panicking::rust_panic_with_hook::h7c7bce4a41c281ff
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:795:13
[INFO] [stderr]     12:     0x557e818e0704 - std::panicking::begin_panic_handler::{{closure}}::h2460704575d1c9aa
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:664:13
[INFO] [stderr]     13:     0x557e818df599 - std::sys_common::backtrace::__rust_end_short_backtrace::hbe07398721317bb0
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/sys_common/backtrace.rs:171:18
[INFO] [stderr]     14:     0x557e818e0437 - rust_begin_unwind
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:652:5
[INFO] [stderr]     15:     0x557e812ec263 - core::panicking::panic_fmt::h621d774f51b1ce55
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/panicking.rs:72:14
[INFO] [stderr]     16:     0x557e818613c9 - cmake::fail::h1db1745e10993751
[INFO] [stderr]     17:     0x557e81860b88 - cmake::run::hdc14d6a67f8819e7
[INFO] [stderr]     18:     0x557e8185d458 - cmake::Config::build::h9f4a449d64a084ab
[INFO] [stderr]     19:     0x557e812f066a - build_script_build::main::h71e67840fa776348
[INFO] [stderr]     20:     0x557e812ed5c3 - core::ops::function::FnOnce::call_once::h162ea1d62872f26d
[INFO] [stderr]     21:     0x557e812eccc6 - std::sys_common::backtrace::__rust_begin_short_backtrace::he732e033835fbf13
[INFO] [stderr]     22:     0x557e812ed2f9 - std::rt::lang_start::{{closure}}::h6cb230c7cf383cf7
[INFO] [stderr]     23:     0x557e818d76c6 - core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once::h6a158acb8f1b53eb
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/ops/function.rs:284:13
[INFO] [stderr]     24:     0x557e818d76c6 - std::panicking::try::do_call::h1e4aaada6483a32f
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:559:40
[INFO] [stderr]     25:     0x557e818d76c6 - std::panicking::try::h1af07f2910174530
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:523:19
[INFO] [stderr]     26:     0x557e818d76c6 - std::panic::catch_unwind::h14ab2010dc264db0
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panic.rs:149:14
[INFO] [stderr]     27:     0x557e818d76c6 - std::rt::lang_start_internal::{{closure}}::ha4f1e133f590a2bc
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/rt.rs:141:48
[INFO] [stderr]     28:     0x557e818d76c6 - std::panicking::try::do_call::h0f5241dc2333fd63
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:559:40
[INFO] [stderr]     29:     0x557e818d76c6 - std::panicking::try::h2de8e037aeb49eae
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panicking.rs:523:19
[INFO] [stderr]     30:     0x557e818d76c6 - std::panic::catch_unwind::h655cf7c8daff0fce
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/panic.rs:149:14
[INFO] [stderr]     31:     0x557e818d76c6 - std::rt::lang_start_internal::h0546893e62f1752b
[INFO] [stderr]                                  at /rustc/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/std/src/rt.rs:141:20
[INFO] [stderr]     32:     0x557e812ed2d7 - std::rt::lang_start::h16763e393a4a51ba
[INFO] [stderr]     33:     0x557e812f0d35 - main
[INFO] [stderr]     34:     0x7fc8f57edd90 - <unknown>
[INFO] [stderr]     35:     0x7fc8f57ede40 - __libc_start_main
[INFO] [stderr]     36:     0x557e812ecbb5 - _start
[INFO] [stderr]     37:                0x0 - <unknown>
[INFO] running `Command { std: "docker" "inspect" "551e7dfb577b74f01f9da3b028781cc302592407e9a0af0fc6743ead4979344a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "551e7dfb577b74f01f9da3b028781cc302592407e9a0af0fc6743ead4979344a", kill_on_drop: false }`
[INFO] [stdout] 551e7dfb577b74f01f9da3b028781cc302592407e9a0af0fc6743ead4979344a
