From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 Date: Sat, 6 Jan 2024 20:22:21 +0000 From: "Girar awaiter (mike)" To: Michael Shigorin Subject: [#337799] FAILED nvidia-texture-tools.git=2.1.2-alt1 Message-ID: Mail-Followup-To: Girar awaiter robot MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 337799 X-girar-task-owner: mike X-girar-task-repo: sisyphus X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/337799/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#337799] FAILED nvidia-texture-tools.git=2.1.2-alt1 User-Agent: Mutt/1.10.1 (2018-07-13) Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@altlinux.org X-BeenThere: sisyphus-incominger@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jan 2024 20:22:25 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/337799/logs/events.1.1.log subtask name aarch64 armh i586 ppc64le x86_64 #100 nvidia-texture-tools failed failed failed failed failed 2024-Jan-06 20:20:37 :: task #337799 for sisyphus started by mike: 2024-Jan-06 20:20:37 :: message: new_package #100 build 2.1.2-alt1 from /people/mike/packages/nvidia-texture-tools.git fetched at 2024-Jan-06 20:20:35 2024-Jan-06 20:20:38 :: [ppc64le] #100 nvidia-texture-tools.git 2.1.2-alt1: build start 2024-Jan-06 20:20:38 :: [armh] #100 nvidia-texture-tools.git 2.1.2-alt1: build start 2024-Jan-06 20:20:38 :: [aarch64] #100 nvidia-texture-tools.git 2.1.2-alt1: build start 2024-Jan-06 20:20:38 :: [x86_64] #100 nvidia-texture-tools.git 2.1.2-alt1: build start 2024-Jan-06 20:20:38 :: [i586] #100 nvidia-texture-tools.git 2.1.2-alt1: build start [i586] make[2]: Entering directory '/usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2' [i586] [ 10%] Building CXX object extern/EtcLib/CMakeFiles/EtcLib.dir/Etc/EtcImage.cpp.o [i586] make[2]: Leaving directory '/usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2' [i586] make[2]: Entering directory '/usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2' [i586] [ 46%] Linking CXX static library libEtcLib.a [i586] make[2]: Leaving directory '/usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2' [i586] make[1]: Entering directory '/usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2' [i586] [ 46%] Built target EtcLib [i586] make[1]: Leaving directory '/usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2' [i586] make: *** [Makefile:166: all] Error 2 2024-Jan-06 20:21:21 :: [i586] nvidia-texture-tools.git 2.1.2-alt1: remote: build failed 2024-Jan-06 20:21:21 :: [i586] #100 nvidia-texture-tools.git 2.1.2-alt1: build FAILED 2024-Jan-06 20:21:21 :: [i586] requesting cancellation of task processing [x86_64] /usr/bin/strip: ./usr/lib64/static/stsx3dwW/nvthread.cpp.o: plugin needed to handle lto object [x86_64] process-lto: ERROR: ./usr/lib64/static/libnvthread.a: contains __gnu_lto_slim only. [x86_64] 061-brp-strip-lto.brp: Most likely this file contains GIMPLE bytecode that should NOT be packaged 2024-Jan-06 20:21:26 :: [x86_64] nvidia-texture-tools.git 2.1.2-alt1: remote: build failed 2024-Jan-06 20:21:26 :: [x86_64] #100 nvidia-texture-tools.git 2.1.2-alt1: build FAILED [aarch64] 256 | //static void *operator new(size_t size); \ [aarch64] /usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2/src/nvcore/Debug.cpp:679:8: error: #error "Unknown CPU" [aarch64] 679 | # error "Unknown CPU" [aarch64] /usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2/src/nvcore/Debug.h: In function 'bool nv::isValidPtr(const void*)': [aarch64] /usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2/src/nvcore/Debug.h:174:17: error: cast from 'const void*' to 'uint32' {aka 'unsigned int'} loses precision [-fpermissive] [aarch64] 174 | if (reinterpret_cast(ptr) == 0xcccccccc) return false; [aarch64] /usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2/src/nvcore/Debug.h:175:17: error: cast from 'const void*' to 'uint32' {aka 'unsigned int'} loses precision [-fpermissive] [aarch64] 175 | if (reinterpret_cast(ptr) == 0xcdcdcdcd) return false; [aarch64] /usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2/src/nvcore/Debug.h:176:17: error: cast from 'const void*' to 'uint32' {aka 'unsigned int'} loses precision [-fpermissive] [aarch64] 176 | if (reinterpret_cast(ptr) == 0xdddddddd) return false; [aarch64] /usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2/src/nvcore/Debug.h:177:17: error: cast from 'const void*' to 'uint32' {aka 'unsigned int'} loses precision [-fpermissive] [aarch64] 177 | if (reinterpret_cast(ptr) == 0xffffffff) return false; [aarch64] /usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2/src/nvcore/Debug.cpp: In function 'void* {anonymous}::callerAddress(void*)': [aarch64] /usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2/src/nvcore/Debug.cpp:706:5: error: no return statement in function returning non-void [-Werror=return-type] [aarch64] 706 | } [aarch64] cc1plus: some warnings being treated as errors [aarch64] make[2]: *** [src/nvcore/CMakeFiles/nvcore.dir/build.make:76: src/nvcore/CMakeFiles/nvcore.dir/Debug.cpp.o] Error 1 2024-Jan-06 20:21:46 :: [aarch64] nvidia-texture-tools.git 2.1.2-alt1: remote: build failed 2024-Jan-06 20:21:46 :: [aarch64] #100 nvidia-texture-tools.git 2.1.2-alt1: build FAILED [ppc64le] from /usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2/extern/CMP_Core/shaders/BC6_Encode_kernel.h:28: [ppc64le] /usr/lib64/gcc/ppc64le-alt-linux/13/include/xmmintrin.h:54:2: error: #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." [ppc64le] 54 | #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." [ppc64le] In file included from /usr/lib64/gcc/ppc64le-alt-linux/13/include/xmmintrin.h:79: [ppc64le] /usr/lib64/gcc/ppc64le-alt-linux/13/include/mmintrin.h:52:2: error: #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." [ppc64le] 52 | #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." [ppc64le] -- [ppc64le] from /usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2/extern/CMP_Core/shaders/BC7_Encode_Kernel.h:32: [ppc64le] /usr/lib64/gcc/ppc64le-alt-linux/13/include/xmmintrin.h:54:2: error: #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." [ppc64le] 54 | #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." [ppc64le] In file included from /usr/lib64/gcc/ppc64le-alt-linux/13/include/xmmintrin.h:79: [ppc64le] /usr/lib64/gcc/ppc64le-alt-linux/13/include/mmintrin.h:52:2: error: #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." [ppc64le] 52 | #error "Please read comment above. Use -DNO_WARN_X86_INTRINSICS to disable this error." 2024-Jan-06 20:21:58 :: [ppc64le] nvidia-texture-tools.git 2.1.2-alt1: remote: build failed 2024-Jan-06 20:21:58 :: [ppc64le] #100 nvidia-texture-tools.git 2.1.2-alt1: build FAILED [armh] cc1plus: some warnings being treated as errors [armh] make[2]: *** [src/nvcore/CMakeFiles/nvcore.dir/build.make:76: src/nvcore/CMakeFiles/nvcore.dir/Debug.cpp.o] Error 1 [armh] -- [armh] from /usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2/extern/libsquish-1.15/squish.cpp:31: [armh] /usr/src/RPM/BUILD/nvidia-texture-tools-2.1.2/extern/libsquish-1.15/simd_sse.h:29:10: fatal error: xmmintrin.h: No such file or directory [armh] 29 | #include 2024-Jan-06 20:22:21 :: [armh] nvidia-texture-tools.git 2.1.2-alt1: remote: build failed 2024-Jan-06 20:22:21 :: [armh] #100 nvidia-texture-tools.git 2.1.2-alt1: build FAILED 2024-Jan-06 20:21:21 :: [i586] build FAILED 2024-Jan-06 20:21:26 :: [x86_64] build FAILED 2024-Jan-06 20:21:47 :: [aarch64] build FAILED 2024-Jan-06 20:21:58 :: [ppc64le] build FAILED 2024-Jan-06 20:22:21 :: [armh] build FAILED 2024-Jan-06 20:22:21 :: task #337799 for sisyphus FAILED