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.2'
 > 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 7e6074c748b0a47f7d1d5c3dc07acdeb9c7eaaea (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7e6074c748b0a47f7d1d5c3dc07acdeb9c7eaaea # timeout=10
Commit message: "Avoid fixed-length paths in the router"
 > git rev-list --no-walk b4c081d1c252616ce8ba2e35970c0d783349bcd2 # timeout=10
[libopenal-soft] $ /bin/sh -xe /tmp/jenkins9684598327131302928.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) -- 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, 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 [ 11%] Built target alcommon [ 11%] Built target build_version [ 12%] Building CXX object CMakeFiles/OpenAL.dir/al/state.cpp.obj [ 12%] Building CXX object CMakeFiles/OpenAL.dir/alc/alc.cpp.obj [ 13%] Building RC object CMakeFiles/OpenAL.dir/resources/openal32.rc.res /var/jenkins_home/workspace/libopenal-soft/alc/alc.cpp: In function ‘ALCenum {anonymous}::UpdateDeviceParams(ALCdevice*, al::span<const int>)’: /var/jenkins_home/workspace/libopenal-soft/alc/alc.cpp:1289: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] 1289 | if(*opthrtf) | ^~ /var/jenkins_home/workspace/libopenal-soft/alc/alc.cpp:1182:29: note: ‘*(unsigned char*)((char*)&opthrtf + offsetof(std::optional<bool>,std::optional<bool>::<unnamed>.std::_Optional_base<bool, true, true>::<unnamed>))’ was declared here 1182 | std::optional<bool> opthrtf; | ^~~~~~~ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c++20-attribute-extensions’ may have been intended to silence earlier diagnostics [ 14%] 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