Skip to content
Success

Console Output

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 4ba35f8c1a27253370b8f2b0dfbb9e0c1117be01 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 4ba35f8c1a27253370b8f2b0dfbb9e0c1117be01 # timeout=10
Commit message: "Use _wgetenv on Windows for al::getenv(const char*)"
 > git rev-list --no-walk 1636cd50f8c26b0caa6dd4638edbe6494ad5cd26 # timeout=10
[libopenal-soft] $ /bin/sh -xe /tmp/jenkins7368176804278389050.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 [ 4%] Building CXX object CMakeFiles/alsoft.common.dir/common/dynload.cpp.obj [ 5%] Building CXX object CMakeFiles/alsoft.common.dir/common/strutils.cpp.obj [ 6%] Linking CXX static library libalsoft.common.a [ 11%] Built target alsoft.common [ 13%] Building CXX object CMakeFiles/OpenAL.dir/al/debug.cpp.obj [ 13%] Building CXX object CMakeFiles/OpenAL.dir/al/buffer.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/debug.cpp:25: /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/alc/context.h:27, from /var/jenkins_home/workspace/libopenal-soft/al/buffer.cpp:51: /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; | ~~~~~~~~~~~~^~~~ [ 14%] Building CXX object CMakeFiles/OpenAL.dir/al/error.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/error.cpp:41: /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; | ~~~~~~~~~~~~^~~~ [ 15%] Building CXX object CMakeFiles/OpenAL.dir/al/source.cpp.obj [ 16%] Building CXX object CMakeFiles/OpenAL.dir/al/state.cpp.obj 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/al/source.cpp:23: /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/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; | ~~~~~~~~~~~~^~~~ [ 16%] 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/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; | ~~~~~~~~~~~~^~~~ [ 17%] 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:1382: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] 1382 | if(*opthrtf) | ^~ /var/jenkins_home/workspace/libopenal-soft/alc/alc.cpp:1256:14: note: ‘*(unsigned char*)((char*)&opthrtf + offsetof(std::optional<bool>,std::optional<bool>::<unnamed>.std::_Optional_base<bool, true, true>::<unnamed>))’ was declared here 1256 | auto opthrtf = std::optional<bool>{}; | ^~~~~~~ [ 18%] Building CXX object CMakeFiles/OpenAL.dir/alc/alconfig.cpp.obj [ 19%] Building CXX object CMakeFiles/OpenAL.dir/alc/context.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/alc/context.cpp:4: /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; | ~~~~~~~~~~~~^~~~ [ 20%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/winmm.cpp.obj [ 21%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/dsound.cpp.obj In file included from /var/jenkins_home/workspace/libopenal-soft/alc/backends/winmm.cpp:47: /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/alc/backends/dsound.cpp:53: /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; | ~~~~~~~~~~~~^~~~ [ 22%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/wasapi.cpp.obj [ 23%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/otherio.cpp.obj In file included from /var/jenkins_home/workspace/libopenal-soft/alc/backends/wasapi.cpp:76: /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; | ~~~~~~~~~~~~^~~~ [ 24%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.obj [ 25%] Building CXX object CMakeFiles/OpenAL.dir/core/context.cpp.obj [ 26%] Building CXX object CMakeFiles/OpenAL.dir/core/helpers.cpp.obj In file included from /var/jenkins_home/workspace/libopenal-soft/core/context.h:19, from /var/jenkins_home/workspace/libopenal-soft/core/context.cpp:12: /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; | ~~~~~~~~~~~~^~~~ [ 27%] Building CXX object CMakeFiles/OpenAL.dir/core/logging.cpp.obj [ 27%] Building CXX object CMakeFiles/OpenAL.dir/core/voice.cpp.obj [ 28%] 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/core/voice.cpp:27: /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; | ~~~~~~~~~~~~^~~~ [ 29%] 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