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 c1ac21ebd66c0d4e50ec69b1b7706c6811dfd9f0 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c1ac21ebd66c0d4e50ec69b1b7706c6811dfd9f0 # timeout=10
Commit message: "Use ranges and cleanup more alc.cpp"
 > git rev-list --no-walk eb7c7b7ff2a71ae703dc2228e1feb936a6aaa50b # timeout=10
[libopenal-soft] $ /bin/sh -xe /tmp/jenkins12183264996764187525.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 [ 12%] Built target alsoft.common [ 14%] Building CXX object CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.obj [ 14%] Building CXX object CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.obj [ 15%] Building CXX object CMakeFiles/OpenAL.dir/al/filter.cpp.obj In file included from /var/jenkins_home/workspace/libopenal-soft/core/effects/base.h:10, from /var/jenkins_home/workspace/libopenal-soft/al/auxeffectslot.h:18, from /var/jenkins_home/workspace/libopenal-soft/al/auxeffectslot.cpp:23: /var/jenkins_home/workspace/libopenal-soft/common/intrusive_ptr.h: In constructor ‘ALeffectslot::ALeffectslot(ALCcontext*)’: /var/jenkins_home/workspace/libopenal-soft/common/intrusive_ptr.h:64:15: warning: inlining failed in call to ‘constexpr al::intrusive_ptr<T>::~intrusive_ptr() noexcept [with T = ALbuffer]’: call is unlikely and code size would grow [-Winline] 64 | constexpr ~intrusive_ptr() { if(mPtr) mPtr->dec_ref(); } | ^ /var/jenkins_home/workspace/libopenal-soft/al/auxeffectslot.cpp:857:1: note: called from here 857 | } | ^ /var/jenkins_home/workspace/libopenal-soft/common/intrusive_ptr.h:64:15: warning: inlining failed in call to ‘constexpr al::intrusive_ptr<T>::~intrusive_ptr() noexcept [with T = ALeffectslot]’: call is unlikely and code size would grow [-Winline] 64 | constexpr ~intrusive_ptr() { if(mPtr) mPtr->dec_ref(); } | ^ /var/jenkins_home/workspace/libopenal-soft/al/auxeffectslot.cpp:857:1: note: called from here 857 | } | ^ /var/jenkins_home/workspace/libopenal-soft/common/intrusive_ptr.h: In function ‘void alAuxiliaryEffectSlotiDirect(ALCcontext*, ALuint, ALenum, ALint)’: /var/jenkins_home/workspace/libopenal-soft/common/intrusive_ptr.h:64:15: warning: inlining failed in call to ‘constexpr al::intrusive_ptr<T>::~intrusive_ptr() noexcept [with T = ALbuffer]’: call is unlikely and code size would grow [-Winline] 64 | constexpr ~intrusive_ptr() { if(mPtr) mPtr->dec_ref(); } | ^ /var/jenkins_home/workspace/libopenal-soft/al/auxeffectslot.cpp:593:9: note: called from here 593 | } | ^ /var/jenkins_home/workspace/libopenal-soft/common/intrusive_ptr.h:64:15: warning: inlining failed in call to ‘constexpr al::intrusive_ptr<T>::~intrusive_ptr() noexcept [with T = ALeffectslot]’: call is unlikely and code size would grow [-Winline] 64 | constexpr ~intrusive_ptr() { if(mPtr) mPtr->dec_ref(); } | ^ /var/jenkins_home/workspace/libopenal-soft/al/auxeffectslot.cpp:626:1: note: called from here 626 | } | ^ [ 16%] Building CXX object CMakeFiles/OpenAL.dir/al/listener.cpp.obj [ 17%] Building CXX object CMakeFiles/OpenAL.dir/al/state.cpp.obj [ 18%] Building CXX object CMakeFiles/OpenAL.dir/alc/alc.cpp.obj [ 19%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/dsound.cpp.obj [ 19%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/otherio.cpp.obj In file included from /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:41, from /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/core.h:5, from /var/jenkins_home/workspace/libopenal-soft/core/device.h:21, from /var/jenkins_home/workspace/libopenal-soft/core/effectslot.h:7, from /var/jenkins_home/workspace/libopenal-soft/al/auxeffectslot.h:19, from /var/jenkins_home/workspace/libopenal-soft/alc/alc.cpp:69: In function ‘constexpr const Char* fmt::v11_alsoft::detail::parse_width(const Char*, const Char*, fmt::v11_alsoft::format_specs&, arg_ref<Char>&, fmt::v11_alsoft::parse_context<Char>&) [with Char = char]’, inlined from ‘constexpr const Char* fmt::v11_alsoft::detail::parse_format_specs(const Char*, const Char*, dynamic_format_specs<Char>&, fmt::v11_alsoft::parse_context<Char>&, type) [with Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:1502:26: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:1367:20: warning: inlining failed in call to ‘constexpr fmt::v11_alsoft::detail::parse_dynamic_spec_result<Char> fmt::v11_alsoft::detail::parse_dynamic_spec(const Char*, const Char*, int&, arg_ref<Char>&, fmt::v11_alsoft::parse_context<Char>&) [with Char = char]’: --param max-inline-insns-single limit reached [-Winline] 1367 | FMT_CONSTEXPR auto parse_dynamic_spec(const Char* begin, const Char* end, | ^~~~~~~~~~~~~~~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:1403:35: note: called from here 1403 | auto result = parse_dynamic_spec(begin, end, specs.width, width_ref, ctx); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘constexpr const Char* fmt::v11_alsoft::detail::parse_precision(const Char*, const Char*, fmt::v11_alsoft::format_specs&, arg_ref<Char>&, fmt::v11_alsoft::parse_context<Char>&) [with Char = char]’, inlined from ‘constexpr const Char* fmt::v11_alsoft::detail::parse_format_specs(const Char*, const Char*, dynamic_format_specs<Char>&, fmt::v11_alsoft::parse_context<Char>&, type) [with Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:1507:30: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:1367:20: warning: inlining failed in call to ‘constexpr fmt::v11_alsoft::detail::parse_dynamic_spec_result<Char> fmt::v11_alsoft::detail::parse_dynamic_spec(const Char*, const Char*, int&, arg_ref<Char>&, fmt::v11_alsoft::parse_context<Char>&) [with Char = char]’: --param max-inline-insns-single limit reached [-Winline] 1367 | FMT_CONSTEXPR auto parse_dynamic_spec(const Char* begin, const Char* end, | ^~~~~~~~~~~~~~~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:1419:25: note: called from here 1419 | parse_dynamic_spec(begin, end, specs.precision, precision_ref, ctx); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /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:1374: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] 1374 | if(*opthrtf) | ^~ /var/jenkins_home/workspace/libopenal-soft/alc/alc.cpp:1257:14: note: ‘*(unsigned char*)((char*)&opthrtf + offsetof(std::optional<bool>,std::optional<bool>::<unnamed>.std::_Optional_base<bool, true, true>::<unnamed>))’ was declared here 1257 | auto opthrtf = std::optional<bool>{}; | ^~~~~~~ In member function ‘constexpr const Char* fmt::v11_alsoft::detail::native_formatter<T, Char, TYPE>::parse(fmt::v11_alsoft::parse_context<Char>&) [with T = fmt::v11_alsoft::basic_string_view<char>; Char = char; fmt::v11_alsoft::detail::type TYPE = fmt::v11_alsoft::detail::type::string_type]’, inlined from ‘constexpr const Char* fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<It, Sentinel, Char>, Char>::parse(fmt::v11_alsoft::parse_context<Char>&) [with It = std::basic_string_view<char>*; Sentinel = std::basic_string_view<char>*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/ranges.h:651:34, inlined from ‘static void fmt::v11_alsoft::detail::value<Context>::format_custom(void*, fmt::v11_alsoft::parse_context<typename Context::char_type>&, Context&) [with T = fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>; Formatter = fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:2243:25: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:1428:20: warning: inlining failed in call to ‘constexpr const Char* fmt::v11_alsoft::detail::parse_format_specs(const Char*, const Char*, dynamic_format_specs<Char>&, fmt::v11_alsoft::parse_context<Char>&, type) [with Char = char]’: --param max-inline-insns-single limit reached [-Winline] 1428 | FMT_CONSTEXPR auto parse_format_specs(const Char* begin, const Char* end, | ^~~~~~~~~~~~~~~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:2363:34: note: called from here 2363 | auto end = parse_format_specs(ctx.begin(), ctx.end(), specs_, ctx, TYPE); | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘constexpr OutputIt fmt::v11_alsoft::detail::write(OutputIt, fmt::v11_alsoft::basic_string_view<Char>, const fmt::v11_alsoft::format_specs&, locale_ref) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender<char>]’, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter<T, Char, TYPE>::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view<char>; Char = char; fmt::v11_alsoft::detail::type TYPE = fmt::v11_alsoft::detail::type::string_type]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3647:23, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter<T, Char, TYPE>::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view<char>; Char = char; fmt::v11_alsoft::detail::type TYPE = fmt::v11_alsoft::detail::type::string_type]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3644:20, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter<std::basic_string_view<Char>, Char>::format(fmt::v11_alsoft::detail::std_string_view<Char>, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3787:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<It, Sentinel, Char>, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view<char>*; Sentinel = std::basic_string_view<char>*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/ranges.h:661:34, inlined from ‘static void fmt::v11_alsoft::detail::value<Context>::format_custom(void*, fmt::v11_alsoft::parse_context<typename Context::char_type>&, Context&) [with T = fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>; Formatter = fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:2248:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:2114:20: warning: inlining failed in call to ‘constexpr OutputIt fmt::v11_alsoft::detail::write(OutputIt, fmt::v11_alsoft::basic_string_view<Char>, const fmt::v11_alsoft::format_specs&) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender<char>]’: --param max-inline-insns-single limit reached [-Winline] 2114 | FMT_CONSTEXPR auto write(OutputIt out, basic_string_view<Char> s, | ^~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:2142:21: note: called from here 2142 | return write<Char>(out, s, specs); | ~~~~~~~~~~~^~~~~~~~~~~~~~~ In function ‘constexpr void fmt::v11_alsoft::detail::handle_dynamic_spec(fmt::v11_alsoft::arg_id_kind, int&, const arg_ref<typename Context::char_type>&, Context&) [with Context = fmt::v11_alsoft::context]’, inlined from ‘constexpr void fmt::v11_alsoft::detail::handle_dynamic_spec(fmt::v11_alsoft::arg_id_kind, int&, const arg_ref<typename Context::char_type>&, Context&) [with Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3548:20, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter<T, Char, TYPE>::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view<char>; Char = char; fmt::v11_alsoft::detail::type TYPE = fmt::v11_alsoft::detail::type::string_type]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3649:22, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter<std::basic_string_view<Char>, Char>::format(fmt::v11_alsoft::detail::std_string_view<Char>, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3787:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<It, Sentinel, Char>, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view<char>*; Sentinel = std::basic_string_view<char>*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/ranges.h:661:34, inlined from ‘static void fmt::v11_alsoft::detail::value<Context>::format_custom(void*, fmt::v11_alsoft::parse_context<typename Context::char_type>&, Context&) [with T = fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>; Formatter = fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:2248:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3534:19: warning: inlining failed in call to ‘constexpr int fmt::v11_alsoft::detail::get_dynamic_spec(fmt::v11_alsoft::arg_id_kind, const arg_ref<typename Context::char_type>&, Context&) [with Context = fmt::v11_alsoft::context]’: --param max-inline-insns-single limit reached [-Winline] 3534 | FMT_CONSTEXPR int get_dynamic_spec( | ^~~~~~~~~~~~~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3551:58: note: called from here 3551 | if (kind != arg_id_kind::none) value = get_dynamic_spec(kind, ref, ctx); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In function ‘constexpr void fmt::v11_alsoft::detail::handle_dynamic_spec(fmt::v11_alsoft::arg_id_kind, int&, const arg_ref<typename Context::char_type>&, Context&) [with Context = fmt::v11_alsoft::context]’, inlined from ‘constexpr void fmt::v11_alsoft::detail::handle_dynamic_spec(fmt::v11_alsoft::arg_id_kind, int&, const arg_ref<typename Context::char_type>&, Context&) [with Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3548:20, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter<T, Char, TYPE>::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view<char>; Char = char; fmt::v11_alsoft::detail::type TYPE = fmt::v11_alsoft::detail::type::string_type]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3651:22, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter<std::basic_string_view<Char>, Char>::format(fmt::v11_alsoft::detail::std_string_view<Char>, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3787:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<It, Sentinel, Char>, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view<char>*; Sentinel = std::basic_string_view<char>*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/ranges.h:661:34, inlined from ‘static void fmt::v11_alsoft::detail::value<Context>::format_custom(void*, fmt::v11_alsoft::parse_context<typename Context::char_type>&, Context&) [with T = fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>; Formatter = fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:2248:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3534:19: warning: inlining failed in call to ‘constexpr int fmt::v11_alsoft::detail::get_dynamic_spec(fmt::v11_alsoft::arg_id_kind, const arg_ref<typename Context::char_type>&, Context&) [with Context = fmt::v11_alsoft::context]’: --param max-inline-insns-single limit reached [-Winline] 3534 | FMT_CONSTEXPR int get_dynamic_spec( | ^~~~~~~~~~~~~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3551:58: note: called from here 3551 | if (kind != arg_id_kind::none) value = get_dynamic_spec(kind, ref, ctx); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In function ‘constexpr OutputIt fmt::v11_alsoft::detail::write(OutputIt, fmt::v11_alsoft::basic_string_view<Char>, const fmt::v11_alsoft::format_specs&, locale_ref) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender<char>]’, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter<T, Char, TYPE>::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view<char>; Char = char; fmt::v11_alsoft::detail::type TYPE = fmt::v11_alsoft::detail::type::string_type]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3653:21, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter<std::basic_string_view<Char>, Char>::format(fmt::v11_alsoft::detail::std_string_view<Char>, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3787:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<It, Sentinel, Char>, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view<char>*; Sentinel = std::basic_string_view<char>*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/ranges.h:661:34, inlined from ‘static void fmt::v11_alsoft::detail::value<Context>::format_custom(void*, fmt::v11_alsoft::parse_context<typename Context::char_type>&, Context&) [with T = fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>; Formatter = fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:2248:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:2114:20: warning: inlining failed in call to ‘constexpr OutputIt fmt::v11_alsoft::detail::write(OutputIt, fmt::v11_alsoft::basic_string_view<Char>, const fmt::v11_alsoft::format_specs&) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender<char>]’: --param max-inline-insns-single limit reached [-Winline] 2114 | FMT_CONSTEXPR auto write(OutputIt out, basic_string_view<Char> s, | ^~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:2142:21: note: called from here 2142 | return write<Char>(out, s, specs); | ~~~~~~~~~~~^~~~~~~~~~~~~~~ In function ‘constexpr OutputIt fmt::v11_alsoft::detail::write(OutputIt, fmt::v11_alsoft::basic_string_view<Char>, const fmt::v11_alsoft::format_specs&, locale_ref) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender<char>]’, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter<T, Char, TYPE>::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view<char>; Char = char; fmt::v11_alsoft::detail::type TYPE = fmt::v11_alsoft::detail::type::string_type]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3647:23, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter<T, Char, TYPE>::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view<char>; Char = char; fmt::v11_alsoft::detail::type TYPE = fmt::v11_alsoft::detail::type::string_type]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3644:20, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter<std::basic_string_view<Char>, Char>::format(fmt::v11_alsoft::detail::std_string_view<Char>, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3787:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<It, Sentinel, Char>, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view<char>*; Sentinel = std::basic_string_view<char>*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/ranges.h:666:36, inlined from ‘static void fmt::v11_alsoft::detail::value<Context>::format_custom(void*, fmt::v11_alsoft::parse_context<typename Context::char_type>&, Context&) [with T = fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>; Formatter = fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:2248:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:2114:20: warning: inlining failed in call to ‘constexpr OutputIt fmt::v11_alsoft::detail::write(OutputIt, fmt::v11_alsoft::basic_string_view<Char>, const fmt::v11_alsoft::format_specs&) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender<char>]’: --param max-inline-insns-single limit reached [-Winline] 2114 | FMT_CONSTEXPR auto write(OutputIt out, basic_string_view<Char> s, | ^~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:2142:21: note: called from here 2142 | return write<Char>(out, s, specs); | ~~~~~~~~~~~^~~~~~~~~~~~~~~ In function ‘constexpr void fmt::v11_alsoft::detail::handle_dynamic_spec(fmt::v11_alsoft::arg_id_kind, int&, const arg_ref<typename Context::char_type>&, Context&) [with Context = fmt::v11_alsoft::context]’, inlined from ‘constexpr void fmt::v11_alsoft::detail::handle_dynamic_spec(fmt::v11_alsoft::arg_id_kind, int&, const arg_ref<typename Context::char_type>&, Context&) [with Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3548:20, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter<T, Char, TYPE>::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view<char>; Char = char; fmt::v11_alsoft::detail::type TYPE = fmt::v11_alsoft::detail::type::string_type]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3649:22, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter<std::basic_string_view<Char>, Char>::format(fmt::v11_alsoft::detail::std_string_view<Char>, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3787:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<It, Sentinel, Char>, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view<char>*; Sentinel = std::basic_string_view<char>*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/ranges.h:666:36, inlined from ‘static void fmt::v11_alsoft::detail::value<Context>::format_custom(void*, fmt::v11_alsoft::parse_context<typename Context::char_type>&, Context&) [with T = fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>; Formatter = fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:2248:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3534:19: warning: inlining failed in call to ‘constexpr int fmt::v11_alsoft::detail::get_dynamic_spec(fmt::v11_alsoft::arg_id_kind, const arg_ref<typename Context::char_type>&, Context&) [with Context = fmt::v11_alsoft::context]’: --param max-inline-insns-single limit reached [-Winline] 3534 | FMT_CONSTEXPR int get_dynamic_spec( | ^~~~~~~~~~~~~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3551:58: note: called from here 3551 | if (kind != arg_id_kind::none) value = get_dynamic_spec(kind, ref, ctx); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In function ‘constexpr void fmt::v11_alsoft::detail::handle_dynamic_spec(fmt::v11_alsoft::arg_id_kind, int&, const arg_ref<typename Context::char_type>&, Context&) [with Context = fmt::v11_alsoft::context]’, inlined from ‘constexpr void fmt::v11_alsoft::detail::handle_dynamic_spec(fmt::v11_alsoft::arg_id_kind, int&, const arg_ref<typename Context::char_type>&, Context&) [with Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3548:20, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter<T, Char, TYPE>::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view<char>; Char = char; fmt::v11_alsoft::detail::type TYPE = fmt::v11_alsoft::detail::type::string_type]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3651:22, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter<std::basic_string_view<Char>, Char>::format(fmt::v11_alsoft::detail::std_string_view<Char>, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3787:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<It, Sentinel, Char>, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view<char>*; Sentinel = std::basic_string_view<char>*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/ranges.h:666:36, inlined from ‘static void fmt::v11_alsoft::detail::value<Context>::format_custom(void*, fmt::v11_alsoft::parse_context<typename Context::char_type>&, Context&) [with T = fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>; Formatter = fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:2248:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3534:19: warning: inlining failed in call to ‘constexpr int fmt::v11_alsoft::detail::get_dynamic_spec(fmt::v11_alsoft::arg_id_kind, const arg_ref<typename Context::char_type>&, Context&) [with Context = fmt::v11_alsoft::context]’: --param max-inline-insns-single limit reached [-Winline] 3534 | FMT_CONSTEXPR int get_dynamic_spec( | ^~~~~~~~~~~~~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3551:58: note: called from here 3551 | if (kind != arg_id_kind::none) value = get_dynamic_spec(kind, ref, ctx); | ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ In function ‘constexpr OutputIt fmt::v11_alsoft::detail::write(OutputIt, fmt::v11_alsoft::basic_string_view<Char>, const fmt::v11_alsoft::format_specs&, locale_ref) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender<char>]’, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter<T, Char, TYPE>::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view<char>; Char = char; fmt::v11_alsoft::detail::type TYPE = fmt::v11_alsoft::detail::type::string_type]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3653:21, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter<std::basic_string_view<Char>, Char>::format(fmt::v11_alsoft::detail::std_string_view<Char>, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:3787:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<It, Sentinel, Char>, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view<char>*; Sentinel = std::basic_string_view<char>*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/ranges.h:666:36, inlined from ‘static void fmt::v11_alsoft::detail::value<Context>::format_custom(void*, fmt::v11_alsoft::parse_context<typename Context::char_type>&, Context&) [with T = fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>; Formatter = fmt::v11_alsoft::formatter<fmt::v11_alsoft::join_view<std::basic_string_view<char>*, std::basic_string_view<char>*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/base.h:2248:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:2114:20: warning: inlining failed in call to ‘constexpr OutputIt fmt::v11_alsoft::detail::write(OutputIt, fmt::v11_alsoft::basic_string_view<Char>, const fmt::v11_alsoft::format_specs&) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender<char>]’: --param max-inline-insns-single limit reached [-Winline] 2114 | FMT_CONSTEXPR auto write(OutputIt out, basic_string_view<Char> s, | ^~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.4/include/fmt/format.h:2142:21: note: called from here 2142 | return write<Char>(out, s, specs); | ~~~~~~~~~~~^~~~~~~~~~~~~~~ [ 20%] Building CXX object CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.obj [ 21%] Building CXX object CMakeFiles/OpenAL.dir/core/context.cpp.obj [ 22%] Building CXX object CMakeFiles/OpenAL.dir/core/device.cpp.obj [ 23%] Building CXX object CMakeFiles/OpenAL.dir/core/effectslot.cpp.obj [ 24%] Building CXX object CMakeFiles/OpenAL.dir/core/hrtf.cpp.obj [ 25%] Building CXX object CMakeFiles/OpenAL.dir/core/mixer.cpp.obj [ 26%] Building CXX object CMakeFiles/OpenAL.dir/core/voice.cpp.obj [ 27%] Building RC object CMakeFiles/OpenAL.dir/resources/openal32.rc.res [ 28%] 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