Started by an SCM change Running as SYSTEM Building in workspace /var/jenkins_home/workspace/libopenal-soft The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/jenkins_home/workspace/libopenal-soft/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/kcat/openal-soft.git # timeout=10 Fetching upstream changes from https://github.com/kcat/openal-soft.git > git --version # timeout=10 > git --version # 'git version 2.39.5' > git fetch --tags --force --progress -- https://github.com/kcat/openal-soft.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 0c4728210bc8604c6f3d35f3e02f90caa3c7982a (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0c4728210bc8604c6f3d35f3e02f90caa3c7982a # timeout=10 Commit message: "Don't use a plane wave for non-ambisonic 0-distance sources" > git rev-list --no-walk bbd0c68c6face9153836a40c939d36e9d6896432 # timeout=10
[libopenal-soft] $ /bin/sh -xe /tmp/jenkins10967356172088455850.sh + mkdir -p build + cd build + cmake -G Unix Makefiles -DCMAKE_C_COMPILER=i686-w64-mingw32-gcc -DCMAKE_CXX_COMPILER=i686-w64-mingw32-g++-posix -DCMAKE_RC_COMPILER=i686-w64-mingw32-windres -DCMAKE_DLLTOOL=i686-w64-mingw32-dlltool -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_FIND_ROOT_PATH=/usr/i686-w64-mingw32 -DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER -DCMAKE_FIND_ROOT_PATH_MODE_LIBRARY=ONLY -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY .. -DALSOFT_UTILS=OFF -DALSOFT_EXAMPLES=OFF -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- {fmt} version: 11.1.4 -- Build type: RelWithDebInfo -- Could NOT find PulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR) -- Could NOT find JACK (missing: JACK_LIBRARY JACK_INCLUDE_DIR) -- Could NOT find OpenSL (missing: OPENSL_LIBRARY OPENSL_INCLUDE_DIR OPENSL_ANDROID_INCLUDE_DIR) -- Could NOT find PortAudio (missing: PORTAUDIO_LIBRARY PORTAUDIO_INCLUDE_DIR) -- -- Building OpenAL with support for the following backends: -- WinMM, DirectSound, WASAPI, OtherIO, WaveFile, Null -- -- Building with support for CPU extensions: -- Default, SSE, SSE2, SSE3, SSE4.1 -- -- Building with SSE2 codegen -- -- Building with legacy EAX extension support -- -- Embedding HRTF datasets -- -- Installing library and headers -- Installing sample configuration -- Installing HRTF data files -- Installing AmbDec presets -- -- Configuring done -- Generating done -- Build files have been written to: /var/jenkins_home/workspace/libopenal-soft/build + make -j 2 [ 1%] Generating version_witness.txt [ 3%] Built target alsoft.fmt [ 3%] Built target alsoft.build_version [ 11%] Built target alsoft.common [ 12%] Building CXX object CMakeFiles/OpenAL.dir/al/state.cpp.obj [ 12%] Building CXX object CMakeFiles/OpenAL.dir/alc/alc.cpp.obj In file included from /var/jenkins_home/workspace/libopenal-soft/core/context.h:19, from /var/jenkins_home/workspace/libopenal-soft/alc/context.h:27, from /var/jenkins_home/workspace/libopenal-soft/al/state.cpp:42: /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h: In static member function ‘static std::unique_ptr<RingBuffer<T> > RingBuffer<T>::Create(std::size_t, std::size_t, bool)’: /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h:250:45: warning: right shift count >= width of type [-Wshift-count-overflow] 250 | power_of_two |= power_of_two>>32; | ~~~~~~~~~~~~^~~~ /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h: In static member function ‘static std::unique_ptr<FifoBuffer<T>, FifoBuffer<T>::Deleter> FifoBuffer<T>::Create(std::size_t, bool)’: /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h:543:45: warning: right shift count >= width of type [-Wshift-count-overflow] 543 | power_of_two |= power_of_two>>32; | ~~~~~~~~~~~~^~~~ In file included from /var/jenkins_home/workspace/libopenal-soft/core/context.h:19, from /var/jenkins_home/workspace/libopenal-soft/al/source.h:25, from /var/jenkins_home/workspace/libopenal-soft/alc/alc.cpp:74: /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h: In static member function ‘static std::unique_ptr<RingBuffer<T> > RingBuffer<T>::Create(std::size_t, std::size_t, bool)’: /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h:250:45: warning: right shift count >= width of type [-Wshift-count-overflow] 250 | power_of_two |= power_of_two>>32; | ~~~~~~~~~~~~^~~~ /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h: In static member function ‘static std::unique_ptr<FifoBuffer<T>, FifoBuffer<T>::Deleter> FifoBuffer<T>::Create(std::size_t, bool)’: /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h:543:45: warning: right shift count >= width of type [-Wshift-count-overflow] 543 | power_of_two |= power_of_two>>32; | ~~~~~~~~~~~~^~~~ [ 13%] Building CXX object CMakeFiles/OpenAL.dir/alc/alu.cpp.obj In file included from /var/jenkins_home/workspace/libopenal-soft/core/context.h:19, from /var/jenkins_home/workspace/libopenal-soft/alc/alu.cpp:59: /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h: In static member function ‘static std::unique_ptr<RingBuffer<T> > RingBuffer<T>::Create(std::size_t, std::size_t, bool)’: /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h:250:45: warning: right shift count >= width of type [-Wshift-count-overflow] 250 | power_of_two |= power_of_two>>32; | ~~~~~~~~~~~~^~~~ /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h: In static member function ‘static std::unique_ptr<FifoBuffer<T>, FifoBuffer<T>::Deleter> FifoBuffer<T>::Create(std::size_t, bool)’: /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h:543:45: warning: right shift count >= width of type [-Wshift-count-overflow] 543 | power_of_two |= power_of_two>>32; | ~~~~~~~~~~~~^~~~ /var/jenkins_home/workspace/libopenal-soft/alc/alc.cpp: In function ‘ALCenum {anonymous}::UpdateDeviceParams(al::Device*, std::span<const int>)’: /var/jenkins_home/workspace/libopenal-soft/alc/alc.cpp:1379:21: warning: ‘*(unsigned char*)((char*)&opthrtf + offsetof(std::optional<bool>,std::optional<bool>::<unnamed>.std::_Optional_base<bool, true, true>::<unnamed>))’ may be used uninitialized [-Wmaybe-uninitialized] 1379 | if(*opthrtf) | ^~ /var/jenkins_home/workspace/libopenal-soft/alc/alc.cpp:1253:14: note: ‘*(unsigned char*)((char*)&opthrtf + offsetof(std::optional<bool>,std::optional<bool>::<unnamed>.std::_Optional_base<bool, true, true>::<unnamed>))’ was declared here 1253 | auto opthrtf = std::optional<bool>{}; | ^~~~~~~ [ 14%] Building CXX object CMakeFiles/OpenAL.dir/alc/panning.cpp.obj [ 15%] Building RC object CMakeFiles/OpenAL.dir/resources/openal32.rc.res In file included from /var/jenkins_home/workspace/libopenal-soft/core/context.h:19, from /var/jenkins_home/workspace/libopenal-soft/alc/context.h:27, from /var/jenkins_home/workspace/libopenal-soft/alc/panning.cpp:48: /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h: In static member function ‘static std::unique_ptr<RingBuffer<T> > RingBuffer<T>::Create(std::size_t, std::size_t, bool)’: /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h:250:45: warning: right shift count >= width of type [-Wshift-count-overflow] 250 | power_of_two |= power_of_two>>32; | ~~~~~~~~~~~~^~~~ /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h: In static member function ‘static std::unique_ptr<FifoBuffer<T>, FifoBuffer<T>::Deleter> FifoBuffer<T>::Create(std::size_t, bool)’: /var/jenkins_home/workspace/libopenal-soft/common/ringbuffer.h:543:45: warning: right shift count >= width of type [-Wshift-count-overflow] 543 | power_of_two |= power_of_two>>32; | ~~~~~~~~~~~~^~~~ [ 16%] Linking CXX shared library OpenAL32.dll Stripping ordinals from OpenAL32.def and generating OpenAL32.lib... [100%] Built target OpenAL + i686-w64-mingw32-strip --strip-all OpenAL32.dll Archiving artifacts Finished: SUCCESS