* [#393356] [test-only] FAILED hashcat.git=7.1.1-alt1
@ 2025-08-27 10:24 Girar awaiter (kuznetsovam)
2025-08-27 10:56 ` [#393356] [test-only] FAILED (try 2) hashcat.git=7.1.1-alt1 Girar awaiter (kuznetsovam)
0 siblings, 1 reply; 2+ messages in thread
From: Girar awaiter (kuznetsovam) @ 2025-08-27 10:24 UTC (permalink / raw)
To: Alexander Kuznetsov; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/393356/logs/events.1.1.log
https://packages.altlinux.org/tasks/393356
subtask name aarch64 i586 x86_64
#100 hashcat 6:14 failed 3:53
2025-Aug-27 10:18:25 :: test-only task #393356 for sisyphus started by kuznetsovam:
#100 build 7.1.1-alt1 from /people/kuznetsovam/packages/hashcat.git fetched at 2025-Aug-27 10:18:23
2025-Aug-27 10:18:27 :: [x86_64] #100 hashcat.git 7.1.1-alt1: build start
2025-Aug-27 10:18:27 :: [i586] #100 hashcat.git 7.1.1-alt1: build start
2025-Aug-27 10:18:27 :: [aarch64] #100 hashcat.git 7.1.1-alt1: build start
[i586] src/cpu_features.c: In function 'cpuid':
[i586] src/cpu_features.c:32:3: error: implicit declaration of function '__cpuid_count' [-Wimplicit-function-declaration]
[i586] 32 | __cpuid_count (leaf, subleaf, *eax, *ebx, *ecx, *edx);
[i586] src/cpu_features.c: In function 'cpu_supports_sse2':
[i586] src/cpu_features.c:53:17: error: 'bit_SSE2' undeclared (first use in this function)
[i586] 53 | return (edx & bit_SSE2) != 0;
[i586] --
[i586] src/cpu_features.c: In function 'cpu_supports_ssse3':
[i586] src/cpu_features.c:62:17: error: 'bit_SSSE3' undeclared (first use in this function)
[i586] 62 | return (ecx & bit_SSSE3) != 0;
[i586] src/cpu_features.c: In function 'cpu_supports_avx2':
[i586] src/cpu_features.c:87:15: error: 'bit_OSXSAVE' undeclared (first use in this function)
[i586] 87 | if (!(ecx & bit_OSXSAVE) || !(ecx & bit_AVX))
[i586] src/cpu_features.c:87:39: error: 'bit_AVX' undeclared (first use in this function)
[i586] 87 | if (!(ecx & bit_OSXSAVE) || !(ecx & bit_AVX))
[i586] src/cpu_features.c:99:17: error: 'bit_AVX2' undeclared (first use in this function)
[i586] 99 | return (ebx & bit_AVX2) != 0;
[i586] src/cpu_features.c: In function 'cpu_supports_avx512f':
[i586] src/cpu_features.c:108:15: error: 'bit_OSXSAVE' undeclared (first use in this function)
[i586] 108 | if (!(ecx & bit_OSXSAVE) || !(ecx & bit_AVX))
[i586] src/cpu_features.c:108:39: error: 'bit_AVX' undeclared (first use in this function)
[i586] 108 | if (!(ecx & bit_OSXSAVE) || !(ecx & bit_AVX))
[i586] src/cpu_features.c:120:17: error: 'bit_AVX512F' undeclared (first use in this function)
[i586] 120 | return (ebx & bit_AVX512F) != 0;
[i586] src/cpu_features.c: In function 'cpu_supports_avx512vl':
[i586] src/cpu_features.c:129:15: error: 'bit_OSXSAVE' undeclared (first use in this function)
[i586] 129 | if (!(ecx & bit_OSXSAVE) || !(ecx & bit_AVX))
2025-Aug-27 10:19:23 :: [i586] hashcat.git 7.1.1-alt1: remote: build failed
2025-Aug-27 10:19:23 :: [i586] #100 hashcat.git 7.1.1-alt1: build FAILED
2025-Aug-27 10:19:23 :: [i586] requesting cancellation of task processing
2025-Aug-27 10:22:20 :: [x86_64] #100 hashcat.git 7.1.1-alt1: build OK
2025-Aug-27 10:24:41 :: [aarch64] #100 hashcat.git 7.1.1-alt1: build OK
2025-Aug-27 10:19:23 :: [i586] build FAILED
2025-Aug-27 10:24:41 :: task #393356 for sisyphus FAILED
^ permalink raw reply [flat|nested] 2+ messages in thread
* [#393356] [test-only] FAILED (try 2) hashcat.git=7.1.1-alt1
2025-08-27 10:24 [#393356] [test-only] FAILED hashcat.git=7.1.1-alt1 Girar awaiter (kuznetsovam)
@ 2025-08-27 10:56 ` Girar awaiter (kuznetsovam)
0 siblings, 0 replies; 2+ messages in thread
From: Girar awaiter (kuznetsovam) @ 2025-08-27 10:56 UTC (permalink / raw)
To: Alexander Kuznetsov; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/393356/logs/events.2.1.log
https://packages.altlinux.org/tasks/393356
subtask name aarch64 i586 x86_64
#200 hashcat 6:24 failed 3:57
2025-Aug-27 10:50:08 :: test-only task #393356 for sisyphus resumed by kuznetsovam:
#100 removed
#200 build 7.1.1-alt1 from /people/kuznetsovam/packages/hashcat.git fetched at 2025-Aug-27 10:49:55
2025-Aug-27 10:50:09 :: [aarch64] #200 hashcat.git 7.1.1-alt1: build start
2025-Aug-27 10:50:09 :: [i586] #200 hashcat.git 7.1.1-alt1: build start
2025-Aug-27 10:50:09 :: [x86_64] #200 hashcat.git 7.1.1-alt1: build start
[i586] src/cpu_features.c: In function 'cpuid':
[i586] src/cpu_features.c:32:3: error: implicit declaration of function '__cpuid_count' [-Wimplicit-function-declaration]
[i586] 32 | __cpuid_count (leaf, subleaf, *eax, *ebx, *ecx, *edx);
[i586] src/cpu_features.c: In function 'cpu_supports_sse2':
[i586] src/cpu_features.c:53:17: error: 'bit_SSE2' undeclared (first use in this function)
[i586] 53 | return (edx & bit_SSE2) != 0;
[i586] --
[i586] src/cpu_features.c: In function 'cpu_supports_ssse3':
[i586] src/cpu_features.c:62:17: error: 'bit_SSSE3' undeclared (first use in this function)
[i586] 62 | return (ecx & bit_SSSE3) != 0;
[i586] src/cpu_features.c: In function 'cpu_supports_avx2':
[i586] src/cpu_features.c:87:15: error: 'bit_OSXSAVE' undeclared (first use in this function)
[i586] 87 | if (!(ecx & bit_OSXSAVE) || !(ecx & bit_AVX))
[i586] src/cpu_features.c:87:39: error: 'bit_AVX' undeclared (first use in this function)
[i586] 87 | if (!(ecx & bit_OSXSAVE) || !(ecx & bit_AVX))
[i586] src/cpu_features.c:99:17: error: 'bit_AVX2' undeclared (first use in this function)
[i586] 99 | return (ebx & bit_AVX2) != 0;
[i586] src/cpu_features.c: In function 'cpu_supports_avx512f':
[i586] src/cpu_features.c:108:15: error: 'bit_OSXSAVE' undeclared (first use in this function)
[i586] 108 | if (!(ecx & bit_OSXSAVE) || !(ecx & bit_AVX))
[i586] src/cpu_features.c:108:39: error: 'bit_AVX' undeclared (first use in this function)
[i586] 108 | if (!(ecx & bit_OSXSAVE) || !(ecx & bit_AVX))
[i586] src/cpu_features.c:120:17: error: 'bit_AVX512F' undeclared (first use in this function)
[i586] 120 | return (ebx & bit_AVX512F) != 0;
[i586] src/cpu_features.c: In function 'cpu_supports_avx512vl':
[i586] src/cpu_features.c:129:15: error: 'bit_OSXSAVE' undeclared (first use in this function)
[i586] 129 | if (!(ecx & bit_OSXSAVE) || !(ecx & bit_AVX))
2025-Aug-27 10:51:06 :: [i586] hashcat.git 7.1.1-alt1: remote: build failed
2025-Aug-27 10:51:06 :: [i586] #200 hashcat.git 7.1.1-alt1: build FAILED
2025-Aug-27 10:51:06 :: [i586] requesting cancellation of task processing
2025-Aug-27 10:54:06 :: [x86_64] #200 hashcat.git 7.1.1-alt1: build OK
2025-Aug-27 10:56:33 :: [aarch64] #200 hashcat.git 7.1.1-alt1: build OK
2025-Aug-27 10:51:07 :: [i586] build FAILED
2025-Aug-27 10:56:34 :: task #393356 for sisyphus FAILED
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-27 10:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-27 10:24 [#393356] [test-only] FAILED hashcat.git=7.1.1-alt1 Girar awaiter (kuznetsovam)
2025-08-27 10:56 ` [#393356] [test-only] FAILED (try 2) hashcat.git=7.1.1-alt1 Girar awaiter (kuznetsovam)
ALT Linux Girar Builder robot reports
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus-incominger/0 sisyphus-incominger/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus-incominger sisyphus-incominger/ http://lore.altlinux.org/sisyphus-incominger \
sisyphus-incominger@lists.altlinux.org sisyphus-incominger@lists.altlinux.ru sisyphus-incominger@lists.altlinux.com
public-inbox-index sisyphus-incominger
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus-incominger
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git