>>> openpgl: Building testing/openpgl 0.5.0-r0 (using abuild 3.11.0_rc13-r0) started Sun, 30 Apr 2023 23:01:50 +0000 >>> openpgl: Checking sanity of /home/buildozer/aports/testing/openpgl/APKBUILD... >>> openpgl: Analyzing dependencies... >>> openpgl: Installing for build: build-base cmake libtbb-dev samurai (1/15) Installing libbz2 (1.0.8-r5) (2/15) Installing xz-libs (5.4.2-r1) (3/15) Installing libarchive (3.6.2-r2) (4/15) Installing libformw (6.4_p20230429-r0) (5/15) Installing rhash-libs (1.4.3-r2) (6/15) Installing libuv (1.44.2-r2) (7/15) Installing cmake (3.26.3-r1) (8/15) Installing linux-headers (6.3-r0) (9/15) Installing eudev-libs (3.2.11-r8) (10/15) Installing libxml2 (2.11.1-r0) (11/15) Installing hwloc (2.9.1-r1) (12/15) Installing libtbb (2021.9.0-r0) (13/15) Installing libtbb-dev (2021.9.0-r0) (14/15) Installing samurai (1.2-r3) (15/15) Installing .makedepends-openpgl (20230430.230152) Executing busybox-1.36.0-r8.trigger OK: 461 MiB in 116 packages >>> openpgl: Cleaning up srcdir >>> openpgl: Cleaning up pkgdir >>> openpgl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/openpgl-0.5.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> openpgl: Fetching openpgl-0.5.0.tar.gz::https://github.com/OpenPathGuidingLibrary/openpgl/archive/v0.5.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10.2M 0 10.2M 0 0 10.7M 0 --:--:-- --:--:-- --:--:-- 20.9M >>> openpgl: Fetching https://distfiles.alpinelinux.org/distfiles/edge/openpgl-0.5.0.tar.gz >>> openpgl: Checking sha512sums... openpgl-0.5.0.tar.gz: OK >>> openpgl: Unpacking /var/cache/distfiles/edge/openpgl-0.5.0.tar.gz... -- The CXX compiler identification is GNU 12.2.1 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- The C compiler identification is GNU 12.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Looking for TBB components tbb; () -- Found TBB version 2021.9 at /usr -- CMAKE_CURRENT_LIST_DIR = /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl -- CMAKE_CURRENT_SOURCE_DIR = /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl -- CMAKE_CURRENT_BINARY_DIR = /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/build/openpgl -- Configuring done (0.8s) -- Generating done (0.0s) -- Build files have been written to: /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/build [1/9] Building CXX object openpgl/CMakeFiles/openpgl.dir/__/third-party/embreeSrc/common/simd/sse.cpp.o [2/9] Building CXX object openpgl/CMakeFiles/openpgl.dir/directional/vmm/VMMPhaseFunctions.cpp.o [3/9] Building CXX object openpgl/CMakeFiles/openpgl.dir/directional/IVolumeSamplingDistribution.cpp.o [4/9] Building CXX object openpgl/CMakeFiles/openpgl.dir/directional/ISurfaceSamplingDistribution.cpp.o [5/9] Building CXX object openpgl/CMakeFiles/openpgl.dir/api/deviceCPU8.cpp.o [6/9] Building CXX object openpgl/CMakeFiles/openpgl.dir/api/deviceCPU4.cpp.o [7/9] Building CXX object openpgl/CMakeFiles/openpgl.dir/api/api.cpp.o In file included from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/directional/../spatial/../openpgl_common.h:12, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/directional/../spatial/IRegion.h:6, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/directional/ISurfaceSamplingDistribution.h:6, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/directional/ISurfaceSamplingDistribution.cpp:4: /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h: In function 'embree::BBox::vfloat> > embree::transpose(const BBox3fa*) [with int N = 4; typename vtypes::vfloat = vfloat_impl<4>; BBox3fa = BBox]': /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:253:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 253 | transpose((vfloat4&)bounds[0].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:254:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 254 | (vfloat4&)bounds[1].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:255:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 255 | (vfloat4&)bounds[2].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:256:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 256 | (vfloat4&)bounds[3].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:261:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 261 | transpose((vfloat4&)bounds[0].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:262:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 262 | (vfloat4&)bounds[1].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:263:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 263 | (vfloat4&)bounds[2].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:264:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 264 | (vfloat4&)bounds[3].upper, | ~~~~~~~~~~^~~~~ In file included from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/directional/../spatial/../openpgl_common.h:12, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/directional/../spatial/IRegion.h:6, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/directional/IVolumeSamplingDistribution.h:6, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/directional/IVolumeSamplingDistribution.cpp:4: /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h: In function 'embree::BBox::vfloat> > embree::transpose(const BBox3fa*) [with int N = 4; typename vtypes::vfloat = vfloat_impl<4>; BBox3fa = BBox]': /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:253:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 253 | transpose((vfloat4&)bounds[0].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:254:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 254 | (vfloat4&)bounds[1].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:255:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 255 | (vfloat4&)bounds[2].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:256:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 256 | (vfloat4&)bounds[3].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:261:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 261 | transpose((vfloat4&)bounds[0].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:262:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 262 | (vfloat4&)bounds[1].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:263:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 263 | (vfloat4&)bounds[2].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:264:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 264 | (vfloat4&)bounds[3].upper, | ~~~~~~~~~~^~~~~ In file included from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/directional/vmm/../../openpgl_common.h:12, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/directional/vmm/VMMPhaseFunctions.h:6, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/directional/vmm/VMMPhaseFunctions.cpp:1: /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h: In function 'embree::BBox::vfloat> > embree::transpose(const BBox3fa*) [with int N = 4; typename vtypes::vfloat = vfloat_impl<4>; BBox3fa = BBox]': /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:253:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 253 | transpose((vfloat4&)bounds[0].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:254:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 254 | (vfloat4&)bounds[1].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:255:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 255 | (vfloat4&)bounds[2].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:256:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 256 | (vfloat4&)bounds[3].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:261:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 261 | transpose((vfloat4&)bounds[0].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:262:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 262 | (vfloat4&)bounds[1].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:263:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 263 | (vfloat4&)bounds[2].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:264:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 264 | (vfloat4&)bounds[3].upper, | ~~~~~~~~~~^~~~~ In file included from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/openpgl_common.h:12, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/api/api.cpp:7: /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h: In function 'embree::BBox::vfloat> > embree::transpose(const BBox3fa*) [with int N = 4; typename vtypes::vfloat = vfloat_impl<4>; BBox3fa = BBox]': /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:253:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 253 | transpose((vfloat4&)bounds[0].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:254:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 254 | (vfloat4&)bounds[1].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:255:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 255 | (vfloat4&)bounds[2].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:256:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 256 | (vfloat4&)bounds[3].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:261:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 261 | transpose((vfloat4&)bounds[0].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:262:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 262 | (vfloat4&)bounds[1].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:263:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 263 | (vfloat4&)bounds[2].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:264:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 264 | (vfloat4&)bounds[3].upper, | ~~~~~~~~~~^~~~~ In file included from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/directional/vmm/ParallaxAwareVonMisesFisherMixture.h:12, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/device/Device.h:10, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/api/api.cpp:9: /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/linearspace3.h: In member function 'const embree::LinearSpace3 embree::LinearSpace3::transposed() const [with T = embree::Vec3fa]': /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/linearspace3.h:95:43: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 95 | vfloat4 rx,ry,rz; transpose((vfloat4&)vx,(vfloat4&)vy,(vfloat4&)vz,vfloat4(zero),rx,ry,rz); | ^~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/linearspace3.h:95:56: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 95 | vfloat4 rx,ry,rz; transpose((vfloat4&)vx,(vfloat4&)vy,(vfloat4&)vz,vfloat4(zero),rx,ry,rz); | ^~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/linearspace3.h:95:69: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 95 | vfloat4 rx,ry,rz; transpose((vfloat4&)vx,(vfloat4&)vy,(vfloat4&)vz,vfloat4(zero),rx,ry,rz); | ^~ In file included from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/device/../openpgl_common.h:12, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/device/Device.h:5, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/api/deviceCPU4.cpp:1: /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h: In function 'embree::BBox::vfloat> > embree::transpose(const BBox3fa*) [with int N = 4; typename vtypes::vfloat = vfloat_impl<4>; BBox3fa = BBox]': /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:253:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 253 | transpose((vfloat4&)bounds[0].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:254:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 254 | (vfloat4&)bounds[1].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:255:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 255 | (vfloat4&)bounds[2].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:256:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 256 | (vfloat4&)bounds[3].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:261:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 261 | transpose((vfloat4&)bounds[0].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:262:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 262 | (vfloat4&)bounds[1].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:263:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 263 | (vfloat4&)bounds[2].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:264:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 264 | (vfloat4&)bounds[3].upper, | ~~~~~~~~~~^~~~~ In file included from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/directional/vmm/ParallaxAwareVonMisesFisherMixture.h:12, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/device/Device.h:10: /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/linearspace3.h: In member function 'const embree::LinearSpace3 embree::LinearSpace3::transposed() const [with T = embree::Vec3fa]': /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/linearspace3.h:95:43: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 95 | vfloat4 rx,ry,rz; transpose((vfloat4&)vx,(vfloat4&)vy,(vfloat4&)vz,vfloat4(zero),rx,ry,rz); | ^~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/linearspace3.h:95:56: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 95 | vfloat4 rx,ry,rz; transpose((vfloat4&)vx,(vfloat4&)vy,(vfloat4&)vz,vfloat4(zero),rx,ry,rz); | ^~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/linearspace3.h:95:69: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 95 | vfloat4 rx,ry,rz; transpose((vfloat4&)vx,(vfloat4&)vy,(vfloat4&)vz,vfloat4(zero),rx,ry,rz); | ^~ In file included from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/device/../openpgl_common.h:12, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/device/Device.h:5, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/api/deviceCPU8.cpp:1: /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h: In function 'embree::BBox::vfloat> > embree::transpose(const BBox3fa*) [with int N = 4; typename vtypes::vfloat = vfloat_impl<4>; BBox3fa = BBox]': /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:253:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 253 | transpose((vfloat4&)bounds[0].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:254:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 254 | (vfloat4&)bounds[1].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:255:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 255 | (vfloat4&)bounds[2].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:256:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 256 | (vfloat4&)bounds[3].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:261:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 261 | transpose((vfloat4&)bounds[0].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:262:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 262 | (vfloat4&)bounds[1].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:263:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 263 | (vfloat4&)bounds[2].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:264:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 264 | (vfloat4&)bounds[3].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h: In function 'embree::BBox::vfloat> > embree::transpose(const BBox3fa*) [with int N = 8; typename vtypes::vfloat = vfloat_impl<8>; BBox3fa = BBox]': /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:278:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 278 | transpose((vfloat4&)bounds[0].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:279:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 279 | (vfloat4&)bounds[1].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:280:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 280 | (vfloat4&)bounds[2].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:281:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 281 | (vfloat4&)bounds[3].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:282:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 282 | (vfloat4&)bounds[4].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:283:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 283 | (vfloat4&)bounds[5].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:284:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 284 | (vfloat4&)bounds[6].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:285:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 285 | (vfloat4&)bounds[7].lower, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:290:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 290 | transpose((vfloat4&)bounds[0].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:291:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 291 | (vfloat4&)bounds[1].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:292:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 292 | (vfloat4&)bounds[2].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:293:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 293 | (vfloat4&)bounds[3].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:294:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 294 | (vfloat4&)bounds[4].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:295:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 295 | (vfloat4&)bounds[5].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:296:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 296 | (vfloat4&)bounds[6].upper, | ~~~~~~~~~~^~~~~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/bbox.h:297:35: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 297 | (vfloat4&)bounds[7].upper, | ~~~~~~~~~~^~~~~ In file included from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/directional/vmm/ParallaxAwareVonMisesFisherMixture.h:12, from /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/device/Device.h:10: /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/linearspace3.h: In member function 'const embree::LinearSpace3 embree::LinearSpace3::transposed() const [with T = embree::Vec3fa]': /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/linearspace3.h:95:43: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 95 | vfloat4 rx,ry,rz; transpose((vfloat4&)vx,(vfloat4&)vy,(vfloat4&)vz,vfloat4(zero),rx,ry,rz); | ^~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/linearspace3.h:95:56: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 95 | vfloat4 rx,ry,rz; transpose((vfloat4&)vx,(vfloat4&)vy,(vfloat4&)vz,vfloat4(zero),rx,ry,rz); | ^~ /home/buildozer/aports/testing/openpgl/src/openpgl-0.5.0/openpgl/../third-party/embreeSrc/common/math/linearspace3.h:95:69: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 95 | vfloat4 rx,ry,rz; transpose((vfloat4&)vx,(vfloat4&)vy,(vfloat4&)vz,vfloat4(zero),rx,ry,rz); | ^~ [8/9] Linking CXX shared library openpgl/libopenpgl.so.0.5.0 [9/9] Creating library symlink openpgl/libopenpgl.so.0 openpgl/libopenpgl.so >>> openpgl: Entering fakeroot... -- Install configuration: "Release" -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/lib/cmake/openpgl-0.5.0/openpglConfig.cmake -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/lib/cmake/openpgl-0.5.0/openpglConfigVersion.cmake -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/lib/libopenpgl.so.0.5.0 -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/lib/libopenpgl.so.0 -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/lib/cmake/openpgl-0.5.0/openpgl_Exports.cmake -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/lib/cmake/openpgl-0.5.0/openpgl_Exports-release.cmake -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/lib/libopenpgl.so -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/data.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/pathsegmentstorage.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/volumesamplingdistribution.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/region.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/distribution.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/samplestorage.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/field.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/types.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/device.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/cpp -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/cpp/Device.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/cpp/OpenPGL.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/cpp/SampleStorage.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/cpp/SampleData.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/cpp/Region.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/cpp/PathSegmentStorage.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/cpp/VolumeSamplingDistribution.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/cpp/SurfaceSamplingDistribution.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/cpp/Common.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/cpp/PathSegment.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/cpp/Field.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/cpp/Distribution.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/surfacesamplingdistribution.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/common.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/openpgl.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/config.h -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/share/doc/openpgl/LICENSE.txt -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/share/doc/openpgl/third-party-programs.txt -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/share/doc/openpgl/third-party-programs-Embree.txt -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/share/doc/openpgl/third-party-programs-TBB.txt -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/share/doc/openpgl/README.md -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/share/doc/openpgl/CHANGELOG.md -- Installing: /home/buildozer/aports/testing/openpgl/pkg/openpgl/usr/include/openpgl/version.h >>> openpgl-dev*: Running split function dev... >>> openpgl-dev*: Preparing subpackage openpgl-dev... >>> openpgl-dev*: Stripping binaries >>> openpgl-dev*: Running postcheck for openpgl-dev >>> openpgl-doc*: Running split function doc... >>> openpgl-doc*: Preparing subpackage openpgl-doc... >>> openpgl-doc*: Running postcheck for openpgl-doc >>> openpgl*: Running postcheck for openpgl >>> openpgl*: Preparing package openpgl... >>> openpgl*: Stripping binaries >>> openpgl-dev*: Scanning shared objects >>> openpgl-doc*: Scanning shared objects >>> openpgl*: Scanning shared objects >>> openpgl-dev*: Tracing dependencies... openpgl=0.5.0-r0 >>> openpgl-dev*: Package size: 192.0 KB >>> openpgl-dev*: Compressing data... >>> openpgl-dev*: Create checksum... >>> openpgl-dev*: Create openpgl-dev-0.5.0-r0.apk >>> openpgl-doc*: Tracing dependencies... >>> openpgl-doc*: Package size: 124.0 KB >>> openpgl-doc*: Compressing data... >>> openpgl-doc*: Create checksum... >>> openpgl-doc*: Create openpgl-doc-0.5.0-r0.apk >>> openpgl*: Tracing dependencies... so:libc.musl-x86_64.so.1 so:libgcc_s.so.1 so:libstdc++.so.6 so:libtbb.so.12 >>> openpgl*: Package size: 708.0 KB >>> openpgl*: Compressing data... >>> openpgl*: Create checksum... >>> openpgl*: Create openpgl-0.5.0-r0.apk >>> openpgl: Build complete at Sun, 30 Apr 2023 23:02:09 +0000 elapsed time 0h 0m 19s >>> openpgl: Cleaning up srcdir >>> openpgl: Cleaning up pkgdir >>> openpgl: Uninstalling dependencies... (1/15) Purging .makedepends-openpgl (20230430.230152) (2/15) Purging cmake (3.26.3-r1) (3/15) Purging libtbb-dev (2021.9.0-r0) (4/15) Purging linux-headers (6.3-r0) (5/15) Purging libtbb (2021.9.0-r0) (6/15) Purging samurai (1.2-r3) (7/15) Purging hwloc (2.9.1-r1) (8/15) Purging libarchive (3.6.2-r2) (9/15) Purging libbz2 (1.0.8-r5) (10/15) Purging libformw (6.4_p20230429-r0) (11/15) Purging libuv (1.44.2-r2) (12/15) Purging libxml2 (2.11.1-r0) (13/15) Purging rhash-libs (1.4.3-r2) (14/15) Purging xz-libs (5.4.2-r1) (15/15) Purging eudev-libs (3.2.11-r8) Executing busybox-1.36.0-r8.trigger OK: 393 MiB in 101 packages >>> openpgl: Updating the testing/x86_64 repository index... >>> openpgl: Signing the index...