* [#327754] [test-only] FAILED osm.git=1.2.3-alt2
@ 2023-08-22 20:31 Girar awaiter (mike)
0 siblings, 0 replies; only message in thread
From: Girar awaiter (mike) @ 2023-08-22 20:31 UTC (permalink / raw)
To: Michael Shigorin; +Cc: sisyphus-incominger, girar-builder-sisyphus
https://git.altlinux.org/tasks/327754/logs/events.1.1.log
subtask name aarch64 armh i586 ppc64le x86_64
#100 osm 2:57 failed failed failed 1:43
2023-Aug-22 20:28:37 :: test-only task #327754 for sisyphus started by mike:
2023-Aug-22 20:28:37 :: message: e2k_fix
#100 build 1.2.3-alt2 from /people/mike/packages/osm.git fetched at 2023-Aug-22 20:28:35
2023-Aug-22 20:28:39 :: [ppc64le] #100 osm.git 1.2.3-alt2: build start
2023-Aug-22 20:28:39 :: [i586] #100 osm.git 1.2.3-alt2: build start
2023-Aug-22 20:28:39 :: [aarch64] #100 osm.git 1.2.3-alt2: build start
2023-Aug-22 20:28:39 :: [x86_64] #100 osm.git 1.2.3-alt2: build start
2023-Aug-22 20:28:39 :: [armh] #100 osm.git 1.2.3-alt2: build start
[i586] from src/main.cpp:29:
[i586] ./src/math/ssemath.h:54:21: error: '__m128' does not name a type; did you mean '__int128'?
[i586] 54 | typedef ALIGN16_BEG __m128 v4sf ALIGN16_END; // vector of 4 float (sse1)
[i586] | __int128
[i586] ./src/math/ssemath.h:60:9: error: '__m128i' does not name a type
[i586] 60 | typedef __m128i v4si; // vector of 4 int (sse2)
[i586] ./src/math/ssemath.h:123:1: error: 'v4sf' does not name a type
[i586] 123 | v4sf log_ps(v4sf x);
[i586] ./src/math/ssemath.h:139:1: error: 'v4sf' does not name a type
[i586] 139 | v4sf exp_ps(v4sf x);
[i586] ./src/math/ssemath.h:181:1: error: 'v4sf' does not name a type
[i586] 181 | v4sf sin_ps(v4sf x);
[i586] ./src/math/ssemath.h:184:1: error: 'v4sf' does not name a type
[i586] 184 | v4sf cos_ps(v4sf x);
[i586] ./src/math/ssemath.h:188:6: error: variable or field 'sincos_ps' declared void
[i586] 188 | void sincos_ps(v4sf x, v4sf *s, v4sf *c);
[i586] ./src/math/ssemath.h:188:16: error: 'v4sf' was not declared in this scope
[i586] 188 | void sincos_ps(v4sf x, v4sf *s, v4sf *c);
[i586] ./src/math/ssemath.h:188:24: error: 'v4sf' was not declared in this scope
[i586] 188 | void sincos_ps(v4sf x, v4sf *s, v4sf *c);
[i586] ./src/math/ssemath.h:188:30: error: 's' was not declared in this scope
[i586] 188 | void sincos_ps(v4sf x, v4sf *s, v4sf *c);
2023-Aug-22 20:29:25 :: [i586] osm.git 1.2.3-alt2: remote: build failed
2023-Aug-22 20:29:25 :: [i586] #100 osm.git 1.2.3-alt2: build FAILED
2023-Aug-22 20:29:25 :: [i586] requesting cancellation of task processing
[ppc64le] src/math/fouriertransform.cpp:344:23: error: '_mm_shuffle_ps' was not declared in this scope
[ppc64le] 344 | vw1 = _mm_shuffle_ps(vw, vw, _MM_SHUFFLE(3, 2, 1, 0));
[ppc64le] src/math/fouriertransform.cpp:346:17: error: 'v2' was not declared in this scope; did you mean 't2'?
[ppc64le] 346 | v2 = _mm_set_ps(m_fastA[t2].imag, -1.f * m_fastA[t2].imag,
[ppc64le] | t2
[ppc64le] src/math/fouriertransform.cpp:350:17: error: 'vw2' was not declared in this scope
[ppc64le] 350 | vw2 = _mm_shuffle_ps(vw, vw, _MM_SHUFFLE(2, 3, 0, 1));
[ppc64le] src/math/fouriertransform.cpp:352:22: error: '_mm_mul_ps' was not declared in this scope
[ppc64le] 352 | v1 = _mm_mul_ps(v1, vw1);
[ppc64le] src/math/fouriertransform.cpp:354:17: error: 'vv' was not declared in this scope
[ppc64le] 354 | vv = _mm_add_ps(v1, v2);
[ppc64le] src/math/fouriertransform.cpp:354:22: error: '_mm_add_ps' was not declared in this scope
[ppc64le] 354 | vv = _mm_add_ps(v1, v2);
[ppc64le] src/math/fouriertransform.cpp:358:17: error: 'vu' was not declared in this scope
[ppc64le] 358 | vu = _mm_set_ps(m_fastA[t1].imag, m_fastA[t1].real, m_fastA[t1].imag, m_fastA[t1].real);
[ppc64le] src/math/fouriertransform.cpp:362:17: error: 'vr' was not declared in this scope
[ppc64le] 362 | vr = _mm_add_ps(vu, vv);
[ppc64le] src/math/fouriertransform.cpp:366:17: error: '_mm_store_ps' was not declared in this scope
[ppc64le] 366 | _mm_store_ps(stored, vr);
[ppc64le] src/math/fouriertransform.cpp:376:17: error: 'tmp0' was not declared in this scope; did you mean 'tm'?
[ppc64le] 376 | tmp0 = _mm_shuffle_ps(vw, vw, _MM_SHUFFLE(2, 2, 0, 0));
2023-Aug-22 20:30:00 :: [ppc64le] osm.git 1.2.3-alt2: remote: build failed
2023-Aug-22 20:30:00 :: [ppc64le] #100 osm.git 1.2.3-alt2: build FAILED
2023-Aug-22 20:30:22 :: [x86_64] #100 osm.git 1.2.3-alt2: build OK
[armh] from src/sourcelist.cpp:19:
[armh] src/math/ssemath.h:54:21: error: '__m128' does not name a type; did you mean '__int128'?
[armh] 54 | typedef ALIGN16_BEG __m128 v4sf ALIGN16_END; // vector of 4 float (sse1)
[armh] | __int128
[armh] src/math/ssemath.h:60:9: error: '__m128i' does not name a type
[armh] 60 | typedef __m128i v4si; // vector of 4 int (sse2)
[armh] src/math/ssemath.h:123:1: error: 'v4sf' does not name a type
[armh] 123 | v4sf log_ps(v4sf x);
[armh] src/math/ssemath.h:139:1: error: 'v4sf' does not name a type
[armh] 139 | v4sf exp_ps(v4sf x);
[armh] src/math/ssemath.h:181:1: error: 'v4sf' does not name a type
[armh] 181 | v4sf sin_ps(v4sf x);
[armh] src/math/ssemath.h:184:1: error: 'v4sf' does not name a type
[armh] 184 | v4sf cos_ps(v4sf x);
[armh] src/math/ssemath.h:188:6: error: variable or field 'sincos_ps' declared void
[armh] 188 | void sincos_ps(v4sf x, v4sf *s, v4sf *c);
[armh] src/math/ssemath.h:188:16: error: 'v4sf' was not declared in this scope
[armh] 188 | void sincos_ps(v4sf x, v4sf *s, v4sf *c);
[armh] src/math/ssemath.h:188:24: error: 'v4sf' was not declared in this scope
[armh] 188 | void sincos_ps(v4sf x, v4sf *s, v4sf *c);
[armh] src/math/ssemath.h:188:30: error: 's' was not declared in this scope
[armh] 188 | void sincos_ps(v4sf x, v4sf *s, v4sf *c);
2023-Aug-22 20:30:27 :: [armh] osm.git 1.2.3-alt2: remote: build failed
2023-Aug-22 20:30:27 :: [armh] #100 osm.git 1.2.3-alt2: build FAILED
2023-Aug-22 20:31:36 :: [aarch64] #100 osm.git 1.2.3-alt2: build OK
2023-Aug-22 20:29:25 :: [i586] build FAILED
2023-Aug-22 20:30:00 :: [ppc64le] build FAILED
2023-Aug-22 20:30:27 :: [armh] build FAILED
2023-Aug-22 20:31:36 :: task #327754 for sisyphus FAILED
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-08-22 20:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-22 20:31 [#327754] [test-only] FAILED osm.git=1.2.3-alt2 Girar awaiter (mike)
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