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 4f038c01b945801ed1d8adac77cafb73b0578651 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 4f038c01b945801ed1d8adac77cafb73b0578651 # timeout=10 Commit message: "Reduce the chorus effect output gain" > git rev-list --no-walk 857e3007f3dcfc29147db9c70a6252fbcc2745ac # timeout=10 [libopenal-soft] $ /bin/sh -xe /tmp/jenkins17209901173063184353.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 CXX object CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.obj [ 14%] 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)’: /var/jenkins_home/workspace/libopenal-soft/alc/alc.cpp:1289:21: warning: ‘*(unsigned char*)((char*)&opthrtf + offsetof(std::optional,std::optional::.std::_Optional_base::))’ 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,std::optional::.std::_Optional_base::))’ was declared here 1182 | std::optional opthrtf; | ^~~~~~~ At global scope: cc1plus: note: unrecognized command-line option ‘-Wno-c++20-attribute-extensions’ may have been intended to silence earlier diagnostics [ 15%] 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