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 75398645236e97a455674ae21c1e6108093f5a06 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 75398645236e97a455674ae21c1e6108093f5a06 # timeout=10
Commit message: "Use not_null in al/effect and al/filter"
 > git rev-list --no-walk 4ba35f8c1a27253370b8f2b0dfbb9e0c1117be01 # timeout=10
[libopenal-soft] $ /bin/sh -xe /tmp/jenkins6928107451214114189.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/alcomplex.cpp.obj [ 5%] Building CXX object CMakeFiles/alsoft.common.dir/common/alstring.cpp.obj [ 5%] Building CXX object CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.obj [ 6%] Building CXX object CMakeFiles/alsoft.common.dir/common/dynload.cpp.obj [ 7%] Building CXX object CMakeFiles/alsoft.common.dir/common/filesystem.cpp.obj [ 8%] Building CXX object CMakeFiles/alsoft.common.dir/common/pffft.cpp.obj [ 9%] Building CXX object CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.obj [ 10%] Building CXX object CMakeFiles/alsoft.common.dir/common/strutils.cpp.obj /var/jenkins_home/workspace/libopenal-soft/common/pffft.cpp:1473:19: warning: ignoring attributes on template argument ‘{anonymous}::v4sf’ {aka ‘__m128’} [-Wignored-attributes] 1473 | std::span<v4sf> e; /* N/4*3 elements */ | ^ [ 11%] Linking CXX static library libalsoft.common.a [ 11%] Built target alsoft.common [ 12%] Building CXX object CMakeFiles/OpenAL.dir/al/auxeffectslot.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/buffer.cpp:52: /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/auxeffectslot.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; | ~~~~~~~~~~~~^~~~ [ 14%] Building CXX object CMakeFiles/OpenAL.dir/al/debug.cpp.obj [ 15%] Building CXX object CMakeFiles/OpenAL.dir/al/effect.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/effect.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%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.obj [ 17%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/chorus.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/effects/autowah.cpp:9: /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; | ~~~~~~~~~~~~^~~~ [ 18%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/compressor.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/effects/chorus.cpp:10: /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; | ~~~~~~~~~~~~^~~~ [ 19%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/convolution.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/effects/compressor.cpp:7: /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/al/effects/dedicated.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/effects/convolution.cpp:11: /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; | ~~~~~~~~~~~~^~~~ [ 21%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/distortion.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/effects/dedicated.cpp:9: /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; | ~~~~~~~~~~~~^~~~ [ 21%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/echo.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/effects/distortion.cpp:7: /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/al/effects/effects.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/effects/echo.cpp:7: /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; | ~~~~~~~~~~~~^~~~ [ 23%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.obj [ 24%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/fshifter.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/effects/equalizer.cpp:7: /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/effects/fshifter.cpp:10: /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; | ~~~~~~~~~~~~^~~~ [ 25%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.obj [ 26%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/null.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/effects/modulator.cpp:10: /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/effects/null.cpp:7: /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/al/effects/pshifter.cpp.obj [ 28%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/reverb.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/effects/pshifter.cpp:7: /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/effects/reverb.cpp:13: /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%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/vmorpher.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/effects/vmorpher.cpp:10: /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; | ~~~~~~~~~~~~^~~~ [ 30%] Building CXX object CMakeFiles/OpenAL.dir/al/error.cpp.obj [ 31%] Building CXX object CMakeFiles/OpenAL.dir/al/event.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; | ~~~~~~~~~~~~^~~~ 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/event.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; | ~~~~~~~~~~~~^~~~ [ 31%] Building CXX object CMakeFiles/OpenAL.dir/al/extension.cpp.obj [ 32%] Building CXX object CMakeFiles/OpenAL.dir/al/filter.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/extension.cpp:28: /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/filter.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; | ~~~~~~~~~~~~^~~~ [ 33%] Building CXX object CMakeFiles/OpenAL.dir/al/listener.cpp.obj [ 34%] Building CXX object CMakeFiles/OpenAL.dir/al/source.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/listener.cpp:35: /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/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; | ~~~~~~~~~~~~^~~~ [ 35%] 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/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; | ~~~~~~~~~~~~^~~~ [ 36%] Building CXX object CMakeFiles/OpenAL.dir/al/eax/api.cpp.obj [ 37%] Building CXX object CMakeFiles/OpenAL.dir/al/eax/call.cpp.obj [ 38%] Building CXX object CMakeFiles/OpenAL.dir/al/eax/exception.cpp.obj [ 39%] Building CXX object CMakeFiles/OpenAL.dir/al/eax/fx_slot_index.cpp.obj [ 40%] Building CXX object CMakeFiles/OpenAL.dir/al/eax/fx_slots.cpp.obj [ 41%] Building CXX object CMakeFiles/OpenAL.dir/al/eax/utils.cpp.obj [ 41%] Building CXX object CMakeFiles/OpenAL.dir/alc/alc.cpp.obj [ 42%] 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; | ~~~~~~~~~~~~^~~~ 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; | ~~~~~~~~~~~~^~~~ [ 43%] Building CXX object CMakeFiles/OpenAL.dir/alc/alconfig.cpp.obj /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>{}; | ^~~~~~~ [ 44%] Building CXX object CMakeFiles/OpenAL.dir/alc/context.cpp.obj [ 45%] Building CXX object CMakeFiles/OpenAL.dir/alc/device.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; | ~~~~~~~~~~~~^~~~ [ 46%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.obj [ 47%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.obj In file included from /var/jenkins_home/workspace/libopenal-soft/core/context.h:19, from /var/jenkins_home/workspace/libopenal-soft/alc/effects/autowah.cpp:36: /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/effects/chorus.cpp:37: /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; | ~~~~~~~~~~~~^~~~ [ 48%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.obj [ 50%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.obj [ 51%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.obj In file included from /var/jenkins_home/workspace/libopenal-soft/core/context.h:19, from /var/jenkins_home/workspace/libopenal-soft/alc/effects/convolution.cpp:32: /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; | ~~~~~~~~~~~~^~~~ [ 52%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.obj [ 52%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.obj In file included from /var/jenkins_home/workspace/libopenal-soft/core/context.h:19, from /var/jenkins_home/workspace/libopenal-soft/alc/effects/distortion.cpp:36: /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/effects/echo.cpp:35: /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; | ~~~~~~~~~~~~^~~~ [ 53%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.obj [ 54%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.obj In file included from /var/jenkins_home/workspace/libopenal-soft/core/context.h:19, from /var/jenkins_home/workspace/libopenal-soft/alc/effects/equalizer.cpp:35: /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/effects/fshifter.cpp:38: /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; | ~~~~~~~~~~~~^~~~ [ 55%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.obj [ 56%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/null.cpp.obj In file included from /var/jenkins_home/workspace/libopenal-soft/core/context.h:19, from /var/jenkins_home/workspace/libopenal-soft/alc/effects/modulator.cpp:38: /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; | ~~~~~~~~~~~~^~~~ [ 57%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.obj [ 58%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.obj In file included from /var/jenkins_home/workspace/libopenal-soft/core/context.h:19, from /var/jenkins_home/workspace/libopenal-soft/alc/effects/reverb.cpp:39: /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; | ~~~~~~~~~~~~^~~~ [ 59%] Building CXX object CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.obj In file included from /var/jenkins_home/workspace/libopenal-soft/core/context.h:19, from /var/jenkins_home/workspace/libopenal-soft/alc/effects/vmorpher.cpp:49: /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; | ~~~~~~~~~~~~^~~~ [ 60%] Building CXX object CMakeFiles/OpenAL.dir/alc/events.cpp.obj [ 61%] Building CXX object CMakeFiles/OpenAL.dir/alc/panning.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/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; | ~~~~~~~~~~~~^~~~ [ 62%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/base.cpp.obj [ 62%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.obj [ 63%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/null.cpp.obj [ 64%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/winmm.cpp.obj [ 65%] 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; | ~~~~~~~~~~~~^~~~ [ 66%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/wasapi.cpp.obj 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; | ~~~~~~~~~~~~^~~~ [ 67%] 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; | ~~~~~~~~~~~~^~~~ [ 68%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.obj [ 69%] Building CXX object CMakeFiles/OpenAL.dir/core/ambdec.cpp.obj [ 70%] Building CXX object CMakeFiles/OpenAL.dir/core/ambidefs.cpp.obj [ 71%] Building CXX object CMakeFiles/OpenAL.dir/core/bformatdec.cpp.obj [ 72%] Building CXX object CMakeFiles/OpenAL.dir/core/bs2b.cpp.obj [ 72%] Building CXX object CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.obj [ 73%] Building CXX object CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.obj [ 74%] Building CXX object CMakeFiles/OpenAL.dir/core/context.cpp.obj [ 75%] Building CXX object CMakeFiles/OpenAL.dir/core/converter.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; | ~~~~~~~~~~~~^~~~ [ 76%] Building CXX object CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.obj [ 77%] Building CXX object CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.obj [ 78%] Building CXX object CMakeFiles/OpenAL.dir/core/devformat.cpp.obj [ 79%] Building CXX object CMakeFiles/OpenAL.dir/core/device.cpp.obj [ 80%] Building CXX object CMakeFiles/OpenAL.dir/core/effectslot.cpp.obj In file included from /var/jenkins_home/workspace/libopenal-soft/core/context.h:19, from /var/jenkins_home/workspace/libopenal-soft/core/effectslot.cpp:9: /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; | ~~~~~~~~~~~~^~~~ [ 81%] Building CXX object CMakeFiles/OpenAL.dir/core/except.cpp.obj [ 82%] Building CXX object CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.obj [ 82%] Building CXX object CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.obj [ 83%] Building CXX object CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.obj [ 84%] Building CXX object CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.obj [ 85%] Building CXX object CMakeFiles/OpenAL.dir/core/helpers.cpp.obj [ 86%] Building CXX object CMakeFiles/OpenAL.dir/core/hrtf.cpp.obj [ 87%] Building CXX object CMakeFiles/OpenAL.dir/core/logging.cpp.obj [ 88%] Building CXX object CMakeFiles/OpenAL.dir/core/mastering.cpp.obj [ 89%] Building CXX object CMakeFiles/OpenAL.dir/core/mixer.cpp.obj [ 90%] Building CXX object CMakeFiles/OpenAL.dir/core/storage_formats.cpp.obj [ 91%] Building CXX object CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.obj [ 92%] Building CXX object CMakeFiles/OpenAL.dir/core/uiddefs.cpp.obj [ 92%] Building CXX object CMakeFiles/OpenAL.dir/core/voice.cpp.obj 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; | ~~~~~~~~~~~~^~~~ [ 93%] Building CXX object CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.obj [ 94%] Building CXX object CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.obj [ 95%] Building CXX object CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.obj [ 96%] Building CXX object CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.obj [ 97%] Building CXX object CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.obj [ 98%] Building RC object CMakeFiles/OpenAL.dir/resources/openal32.rc.res [100%] 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