ALT Linux Girar Builder robot reports
 help / color / mirror / Atom feed
* [#275570] [test-only] FAILED embree.git=3.13.0-alt3
@ 2021-06-24  5:30 Girar awaiter (ilyakurdyukov)
  0 siblings, 0 replies; only message in thread
From: Girar awaiter (ilyakurdyukov) @ 2021-06-24  5:30 UTC (permalink / raw)
  To: Ilya Kurdyukov; +Cc: sisyphus-incominger, girar-builder-sisyphus

http://git.altlinux.org/tasks/275570/logs/events.1.1.log

subtask  name    aarch64    armh  i586  ppc64le  x86_64
   #100  embree        -  failed     -        -       -

2021-Jun-24 05:28:52 :: test-only task #275570 for sisyphus started by ilyakurdyukov:
#100 build 3.13.0-alt3 from /people/ilyakurdyukov/packages/embree.git fetched at 2021-Jun-24 05:28:51
2021-Jun-24 05:28:53 :: [i586] #100 embree.git 3.13.0-alt3: build start
2021-Jun-24 05:28:53 :: [x86_64] #100 embree.git 3.13.0-alt3: build start
2021-Jun-24 05:28:53 :: [armh] #100 embree.git 3.13.0-alt3: build start
2021-Jun-24 05:28:53 :: [aarch64] #100 embree.git 3.13.0-alt3: build start
2021-Jun-24 05:28:53 :: [ppc64le] #100 embree.git 3.13.0-alt3: build start
2021-Jun-24 05:29:02 :: [i586] #100 embree.git 3.13.0-alt3: build SKIPPED
2021-Jun-24 05:29:03 :: [x86_64] #100 embree.git 3.13.0-alt3: build SKIPPED
2021-Jun-24 05:29:04 :: [aarch64] #100 embree.git 3.13.0-alt3: build SKIPPED
2021-Jun-24 05:29:05 :: [ppc64le] #100 embree.git 3.13.0-alt3: build SKIPPED
[armh] /usr/src/RPM/BUILD/embree-3.13.0/common/sys/../math/../simd/vint4_sse2.h: In constructor 'embree::vint_impl<4>::vint_impl(const vboolf4&)':
[armh] /usr/src/RPM/BUILD/embree-3.13.0/common/sys/../math/../simd/vint4_sse2.h:50:80: error: conversion from 'const vboolf4' {aka 'const embree::vboolf_impl<4>'} to '__m128' {aka 'float32x4_t'} is ambiguous
[armh]    50 |     __forceinline explicit vint(const vboolf4& a) : v(_mm_castps_si128((__m128)a)) {}
[armh] --
[armh] /usr/src/RPM/BUILD/embree-3.13.0/common/sys/../math/../simd/vuint4_sse2.h: In constructor 'embree::vuint_impl<4>::vuint_impl(const vboolf4&)':
[armh] /usr/src/RPM/BUILD/embree-3.13.0/common/sys/../math/../simd/vuint4_sse2.h:54:81: error: conversion from 'const vboolf4' {aka 'const embree::vboolf_impl<4>'} to '__m128' {aka 'float32x4_t'} is ambiguous
[armh]    54 |     __forceinline explicit vuint(const vboolf4& a) : v(_mm_castps_si128((__m128)a)) {}
[armh] --
[armh] /usr/src/RPM/BUILD/embree-3.13.0/common/sys/../math/../simd/vfloat4_sse2.h: In static member function 'static embree::vfloat4 embree::vfloat_impl<4>::load(const vboolf4&, const void*)':
[armh] /usr/src/RPM/BUILD/embree-3.13.0/common/sys/../math/../simd/vfloat4_sse2.h:89:124: error: conversion from 'const vboolf4' {aka 'const embree::vboolf_impl<4>'} to '__m128' {aka 'float32x4_t'} is ambiguous
[armh]    89 |     static __forceinline vfloat4 load (const vboolf4& mask, const void* ptr) { return _mm_and_ps(_mm_load_ps ((float*)ptr),mask); }
[armh] --
[armh] /usr/src/RPM/BUILD/embree-3.13.0/common/sys/../math/../simd/vfloat4_sse2.h: In static member function 'static embree::vfloat4 embree::vfloat_impl<4>::loadu(const vboolf4&, const void*)':
[armh] /usr/src/RPM/BUILD/embree-3.13.0/common/sys/../math/../simd/vfloat4_sse2.h:90:124: error: conversion from 'const vboolf4' {aka 'const embree::vboolf_impl<4>'} to '__m128' {aka 'float32x4_t'} is ambiguous
[armh]    90 |     static __forceinline vfloat4 loadu(const vboolf4& mask, const void* ptr) { return _mm_and_ps(_mm_loadu_ps((float*)ptr),mask); }
[armh] --
[armh] /usr/src/RPM/BUILD/embree-3.13.0/common/sys/../math/../simd/vfloat4_sse2.h: In function 'embree::vfloat4 embree::select(const vboolf4&, const vfloat4&, const vfloat4&)':
[armh] /usr/src/RPM/BUILD/embree-3.13.0/common/sys/../math/../simd/vfloat4_sse2.h:229:35: error: conversion from 'const vboolf4' {aka 'const embree::vboolf_impl<4>'} to '__m128' {aka 'float32x4_t'} is ambiguous
[armh]   229 |       return _mm_or_ps(_mm_and_ps(m, t), _mm_andnot_ps(m, f));
[armh] --
[armh]                  from /usr/src/RPM/BUILD/embree-3.13.0/common/sys/sysinfo.cpp:6:
[armh] /usr/src/RPM/BUILD/embree-3.13.0/common/sys/../math/../simd/vfloat4_sse2.h:229:56: error: conversion from 'const vboolf4' {aka 'const embree::vboolf_impl<4>'} to '__m128' {aka 'float32x4_t'} is ambiguous
[armh]   229 |       return _mm_or_ps(_mm_and_ps(m, t), _mm_andnot_ps(m, f));
[armh] --
[armh] /usr/src/RPM/BUILD/embree-3.13.0/common/tasking/../sys/../simd/arm/sse2neon.h: In function 'uint8x16x4_t _sse2neon_vld1q_u8_x4(const uint8_t*)':
[armh] /usr/src/RPM/BUILD/embree-3.13.0/common/tasking/../sys/../simd/arm/sse2neon.h:365:12: error: 'vld1q_u8_x4' was not declared in this scope; did you mean 'vld1q_u64'?
[armh]   365 |     return vld1q_u8_x4(p);
[armh] --
[armh] /usr/src/RPM/BUILD/embree-3.13.0/common/sys/../simd/arm/sse2neon.h: In function 'uint8x16x4_t _sse2neon_vld1q_u8_x4(const uint8_t*)':
[armh] /usr/src/RPM/BUILD/embree-3.13.0/common/sys/../simd/arm/sse2neon.h:365:12: error: 'vld1q_u8_x4' was not declared in this scope; did you mean 'vld1q_u64'?
[armh]   365 |     return vld1q_u8_x4(p);
2021-Jun-24 05:30:15 :: [armh] embree.git 3.13.0-alt3: remote: build failed
2021-Jun-24 05:30:15 :: [armh] #100 embree.git 3.13.0-alt3: build FAILED
2021-Jun-24 05:30:16 :: [armh] requesting cancellation of task processing
2021-Jun-24 05:30:16 :: [armh] build FAILED
2021-Jun-24 05:30:16 :: task #275570 for sisyphus FAILED


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-24  5:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24  5:30 [#275570] [test-only] FAILED embree.git=3.13.0-alt3 Girar awaiter (ilyakurdyukov)

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