Configuring dependencies for platform clang14-linux-x86_64-release Warn[-WBadDir]: in $B/contrib/restricted/boost/rational/librestricted-boost-rational.a: ADDINCL to non existent source directory $S/contrib/restricted/boost/rational/include Configuring dependencies for platform tools [2 ymakes processing] [7949/7949 modules configured] [2490/5707 modules rendered] [2 ymakes processing] [7949/7949 modules configured] [5698/5707 modules rendered] [2 ymakes processing] [7949/7949 modules configured] [5707/5707 modules rendered] Configuring local and dist store caches Configuration done. Preparing for execution |33.3%| CLEANING SYMRES |60.0%| [AR] {BAZEL_UPLOAD, SKIPPED} $(B)/contrib/libs/apache/arrow/liblibs-apache-arrow.a |44.4%| PREPARE $(CLANG-1095898080) |55.6%| PREPARE $(OS_SDK_ROOT-sbr:1966560555) ------- [CC] {clang14-linux-x86_64, release, FAILED} $(S)/ydb/core/blobstorage/crypto/chacha_512.cpp command /home/runner/.ya/tools/v4/4748318935/bin/clang++ --target=x86_64-linux-gnu --sysroot=/home/runner/.ya/tools/v4/1966560555 -B/home/runner/.ya/tools/v4/1966560555/usr/bin -c -o /home/runner/.ya/build/build_root/w371/000004/ydb/core/blobstorage/crypto/chacha_512.cpp.o -I/home/runner/.ya/build/build_root/w371/000004 -I/home/runner/actions_runner/_work/ydb/ydb -I/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/linux-headers -I/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/linux-headers/_nf -I/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/cxxsupp/libcxx/include -I/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/cxxsupp/libcxxrt/include -I/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/clang14-rt/include -I/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/zlib/include -I/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/double-conversion -I/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/libc_compat/include/readpassphrase -I/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/libc_compat/reallocarray -I/home/runner/actions_runner/_work/ydb/ydb/contrib/libs/libc_compat/random -I/home/runner/actions_runner/_work/ydb/ydb/contrib/restricted/abseil-cpp -fdebug-prefix-map=/home/runner/.ya/build/build_root/w371/000004=/-B -fdebug-prefix-map=/home/runner/actions_runner/_work/ydb/ydb=/-S -fdebug-prefix-map=/home/runner/.ya/tools/v4=/-T -Xclang -fdebug-compilation-dir -Xclang /tmp -pipe -m64 -O3 -g -ggnu-pubnames -fexceptions -fno-common -ffunction-sections -fdata-sections -fuse-init-array -fcolor-diagnostics -faligned-allocation -fdebug-default-version=4 -Wall -Wextra -Wno-parentheses -Wno-implicit-const-int-float-conversion -Wno-unknown-warning-option -Werror -DARCADIA_ROOT=/home/runner/actions_runner/_work/ydb/ydb -DARCADIA_BUILD_ROOT=/home/runner/.ya/build/build_root/w371/000004 -D_THREAD_SAFE -D_PTHREADS -D_REENTRANT -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_YNDX_LIBUNWIND_ENABLE_EXCEPTION_BACKTRACE -DNDEBUG -D__LONG_LONG_SUPPORTED -DSSE_ENABLED=1 -DSSE3_ENABLED=1 -DSSSE3_ENABLED=1 -DSSE41_ENABLED=1 -DSSE42_ENABLED=1 -DPOPCNT_ENABLED=1 -DCX16_ENABLED=1 -fno-omit-frame-pointer -D_libunwind_ -DLIBCXX_BUILDING_LIBCXXRT -DCATBOOST_OPENSOURCE=yes -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mcx16 -std=c++20 -Woverloaded-virtual -Wimport-preprocessor-directive-pedantic -Wno-ambiguous-reversed-operator -Wno-defaulted-function-deleted -Wno-deprecated-anon-enum-enum-conversion -Wno-deprecated-enum-enum-conversion -Wno-deprecated-enum-float-conversion -Wno-deprecated-volatile -Wno-pessimizing-move -Wno-return-std-move -Wno-undefined-var-template -nostdinc++ -DCATBOOST_OPENSOURCE=yes -nostdinc++ /home/runner/actions_runner/_work/ydb/ydb/ydb/core/blobstorage/crypto/chacha_512.cpp failed with exit code 1 in /home/runner/.ya/build/build_root/w371/000004 In file included from /home/runner/actions_runner/_work/ydb/ydb/ydb/core/blobstorage/crypto/chacha_512.cpp:8: /home/runner/actions_runner/_work/ydb/ydb/ydb/core/blobstorage/crypto/chacha_512.h:122:2: error: -- Implementation supports only microarchitectures with support for Advanced Vector Extensions (AVX2 or AVX512). #error -- Implementation supports only microarchitectures with support for Advanced Vector Extensions (AVX2 or AVX512). ^ /home/runner/actions_runner/_work/ydb/ydb/ydb/core/blobstorage/crypto/chacha_512.cpp:18:35: error: unused parameter 'key' [-Werror,-Wunused-parameter] void ChaCha512::SetKey(const ui8* key, size_t size) ^ /home/runner/actions_runner/_work/ydb/ydb/ydb/core/blobstorage/crypto/chacha_512.cpp:37:10: error: unused variable 'counter' [-Werror,-Wunused-variable] ui64 counter = *((ui64*)blockIdx); ^ /home/runner/actions_runner/_work/ydb/ydb/ydb/core/blobstorage/crypto/chacha_512.cpp:38:11: error: unused variable 'nonce' [-Werror,-Wunused-variable] ui32 *nonce = ((ui32*)iv); ^ /home/runner/actions_runner/_work/ydb/ydb/ydb/core/blobstorage/crypto/chacha_512.cpp:64:7: error: unused variable 'i' [-Werror,-Wunused-variable] ui32 i, j; ^ /home/runner/actions_runner/_work/ydb/ydb/ydb/core/blobstorage/crypto/chacha_512.cpp:64:10: error: unused variable 'j' [-Werror,-Wunused-variable] ui32 i, j; ^ /home/runner/actions_runner/_work/ydb/ydb/ydb/core/blobstorage/crypto/chacha_512.cpp:65:8: error: unused variable 'op' [-Werror,-Wunused-variable] ui32 *op=(ui32 *)ciphertext, *ip=(ui32 *)plaintext; ^ /home/runner/actions_runner/_work/ydb/ydb/ydb/core/blobstorage/crypto/chacha_512.cpp:65:32: error: unused variable 'ip' [-Werror,-Wunused-variable] ui32 *op=(ui32 *)ciphertext, *ip=(ui32 *)plaintext; ^ /home/runner/actions_runner/_work/ydb/ydb/ydb/core/blobstorage/crypto/chacha_512.cpp:62:76: error: unused parameter 'len' [-Werror,-Wunused-parameter] void ChaCha512::EncipherImpl(const ui8* plaintext, ui8* ciphertext, size_t len) ^ 9 errors generated. Cache efficiency ratio is 100.00% (56915 of 56917). Local: 1 (0.00%), dist: 0 (0.00%), by dynamic uids: 0 (0.00%), avoided: 56914 (99.99%) Dist cache download: count=0, size=0 bytes, speed=0.0 bytes/s Disk usage for tools/sdk 718.15 MiB Additional disk space consumed for build cache 292.64 MiB Critical path: [1497 ms] [CC] [JLNkW80FEMoJoRJ9DYmwJA clang14-linux-x86_64 release]: $(SOURCE_ROOT)/ydb/core/blobstorage/crypto/crypto.cpp [started: 0 (1719823917109), finished: 1497 (1719823918606)] Time from start: 21757.89892578125 ms, time elapsed by graph 1497 ms, time diff 20260.89892578125 ms. The longest 10 tasks: [41620 ms] [prepare:$(bazel-store-has)] local [count: 45657, cps: 1097.00, ave time 0.91 msec] [20258 ms] [ymake Misc-02 clang14-linux-x86_64-release-pic] [started: 1719823848982560, finished: 1719823869240786] [20255 ms] [ymake Misc-03 clang14-linux-x86_64-release-nopic] [started: 1719823848979887, finished: 1719823869234989] [ 2248 ms] [prepare:$(AC-has)] local [count: 9459, cps: 4207.74, ave time 0.24 msec] [ 1545 ms] [ymake Misc-04 tools-pic] [started: 1719823859337860, finished: 1719823860883420] [ 1497 ms] [CC] [JLNkW80FEMoJoRJ9DYmwJA clang14-linux-x86_64 release]: $(SOURCE_ROOT)/ydb/core/blobstorage/crypto/crypto.cpp [started: 1719823917109, finished: 1719823918606] [ 895 ms] [CC] [g0dexHxr2WZByYe8L9pVgg clang14-linux-x86_64 release]: $(SOURCE_ROOT)/ydb/core/blobstorage/crypto/chacha_512.cpp [started: 1719823917110, finished: 1719823918005] [ 41 ms] [prepare:clean symres] local [started: 1719823916221, finished: 1719823916262] [ 4 ms] [prepare:$(OS_SDK_ROOT-sbr:1966560555)] local [started: 1719823917102, finished: 1719823917106] [ 3 ms] [prepare:$(AC-get)] local [count: 3, cps: 1000.00, ave time 1.00 msec, failures 2] Total time by type: [prepare:bazel-store] - 41620 ms. (count: 1) [CC] - 2392 ms. (count: 2) [prepare:AC] - 2251 ms. (count: 2) [prepare:clean] - 41 ms. (count: 1) [prepare:tools] - 7 ms. (count: 2) [prepare:get from local cache] - 2 ms. (count: 1) [prepare:put to dist cache] - 1 ms. (count: 1) Total tasks times: Total failed tasks time - 0 ms (0.00%) Total tests tasks time - 0 ms (0.00%) Total run tasks time - 2392 ms Configure time - 67.0 s Statistics overhead 2735 ms Failed