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 c58645fb07651d2969eff463463d0f434e82353e (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f c58645fb07651d2969eff463463d0f434e82353e # timeout=10 Commit message: "Add altonegen --position arg (#1129)" > git rev-list --no-walk 25be3744cb30e4d4a44afdf01a5ea0f449d7af67 # timeout=10 [libopenal-soft] $ /bin/sh -xe /tmp/jenkins14296995625122505206.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.1 -- 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 [ 13%] Built target alsoft.common [ 15%] Building CXX object CMakeFiles/OpenAL.dir/al/state.cpp.obj [ 15%] Building CXX object CMakeFiles/OpenAL.dir/alc/alc.cpp.obj [ 16%] Building RC object CMakeFiles/OpenAL.dir/resources/openal32.rc.res In file included from /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:41, from /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/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&, fmt::v11_alsoft::parse_context&) [with Char = char]’, inlined from ‘constexpr const Char* fmt::v11_alsoft::detail::parse_format_specs(const Char*, const Char*, dynamic_format_specs&, fmt::v11_alsoft::parse_context&, type) [with Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:1494:26: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:1359:20: warning: inlining failed in call to ‘constexpr fmt::v11_alsoft::detail::parse_dynamic_spec_result fmt::v11_alsoft::detail::parse_dynamic_spec(const Char*, const Char*, int&, arg_ref&, fmt::v11_alsoft::parse_context&) [with Char = char]’: --param max-inline-insns-single limit reached [-Winline] 1359 | FMT_CONSTEXPR auto parse_dynamic_spec(const Char* begin, const Char* end, | ^~~~~~~~~~~~~~~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:1395:35: note: called from here 1395 | 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&, fmt::v11_alsoft::parse_context&) [with Char = char]’, inlined from ‘constexpr const Char* fmt::v11_alsoft::detail::parse_format_specs(const Char*, const Char*, dynamic_format_specs&, fmt::v11_alsoft::parse_context&, type) [with Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:1499:30: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:1359:20: warning: inlining failed in call to ‘constexpr fmt::v11_alsoft::detail::parse_dynamic_spec_result fmt::v11_alsoft::detail::parse_dynamic_spec(const Char*, const Char*, int&, arg_ref&, fmt::v11_alsoft::parse_context&) [with Char = char]’: --param max-inline-insns-single limit reached [-Winline] 1359 | FMT_CONSTEXPR auto parse_dynamic_spec(const Char* begin, const Char* end, | ^~~~~~~~~~~~~~~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:1411:25: note: called from here 1411 | 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)’: /var/jenkins_home/workspace/libopenal-soft/alc/alc.cpp:1360:21: warning: ‘*(unsigned char*)((char*)&opthrtf + offsetof(std::optional,std::optional::.std::_Optional_base::))’ may be used uninitialized [-Wmaybe-uninitialized] 1360 | if(*opthrtf) | ^~ /var/jenkins_home/workspace/libopenal-soft/alc/alc.cpp:1243:29: note: ‘*(unsigned char*)((char*)&opthrtf + offsetof(std::optional,std::optional::.std::_Optional_base::))’ was declared here 1243 | std::optional opthrtf; | ^~~~~~~ In member function ‘constexpr const Char* fmt::v11_alsoft::detail::native_formatter::parse(fmt::v11_alsoft::parse_context&) [with T = fmt::v11_alsoft::basic_string_view; Char = char; fmt::v11_alsoft::detail::type TYPE = fmt::v11_alsoft::detail::type::string_type]’, inlined from ‘constexpr const Char* fmt::v11_alsoft::formatter, Char>::parse(fmt::v11_alsoft::parse_context&) [with It = std::basic_string_view*; Sentinel = std::basic_string_view*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/ranges.h:649:34, inlined from ‘static void fmt::v11_alsoft::detail::value::format_custom(void*, fmt::v11_alsoft::parse_context&, Context&) [with T = fmt::v11_alsoft::join_view*, std::basic_string_view*, char>; Formatter = fmt::v11_alsoft::formatter*, std::basic_string_view*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:2235:25: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:1420:20: warning: inlining failed in call to ‘constexpr const Char* fmt::v11_alsoft::detail::parse_format_specs(const Char*, const Char*, dynamic_format_specs&, fmt::v11_alsoft::parse_context&, type) [with Char = char]’: --param max-inline-insns-single limit reached [-Winline] 1420 | FMT_CONSTEXPR auto parse_format_specs(const Char* begin, const Char* end, | ^~~~~~~~~~~~~~~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:2356:34: note: called from here 2356 | 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, const fmt::v11_alsoft::format_specs&, locale_ref) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender]’, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view; 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.1/include/fmt/format.h:3633:23, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view; 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.1/include/fmt/format.h:3630:20, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(fmt::v11_alsoft::detail::std_string_view, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3767:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view*; Sentinel = std::basic_string_view*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/ranges.h:659:34, inlined from ‘static void fmt::v11_alsoft::detail::value::format_custom(void*, fmt::v11_alsoft::parse_context&, Context&) [with T = fmt::v11_alsoft::join_view*, std::basic_string_view*, char>; Formatter = fmt::v11_alsoft::formatter*, std::basic_string_view*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:2240:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:2110:20: warning: inlining failed in call to ‘constexpr OutputIt fmt::v11_alsoft::detail::write(OutputIt, fmt::v11_alsoft::basic_string_view, const fmt::v11_alsoft::format_specs&) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender]’: --param max-inline-insns-single limit reached [-Winline] 2110 | FMT_CONSTEXPR auto write(OutputIt out, basic_string_view s, | ^~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:2138:21: note: called from here 2138 | return write(out, s, specs); | ~~~~~~~~~~~^~~~~~~~~~~~~~~ In function ‘constexpr void fmt::v11_alsoft::detail::handle_dynamic_spec(fmt::v11_alsoft::arg_id_kind, int&, const arg_ref&, 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&, Context&) [with Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3534:20, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view; 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.1/include/fmt/format.h:3635:22, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(fmt::v11_alsoft::detail::std_string_view, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3767:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view*; Sentinel = std::basic_string_view*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/ranges.h:659:34, inlined from ‘static void fmt::v11_alsoft::detail::value::format_custom(void*, fmt::v11_alsoft::parse_context&, Context&) [with T = fmt::v11_alsoft::join_view*, std::basic_string_view*, char>; Formatter = fmt::v11_alsoft::formatter*, std::basic_string_view*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:2240:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3520: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&, Context&) [with Context = fmt::v11_alsoft::context]’: --param max-inline-insns-single limit reached [-Winline] 3520 | FMT_CONSTEXPR int get_dynamic_spec( | ^~~~~~~~~~~~~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3537:58: note: called from here 3537 | 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&, 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&, Context&) [with Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3534:20, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view; 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.1/include/fmt/format.h:3637:22, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(fmt::v11_alsoft::detail::std_string_view, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3767:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view*; Sentinel = std::basic_string_view*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/ranges.h:659:34, inlined from ‘static void fmt::v11_alsoft::detail::value::format_custom(void*, fmt::v11_alsoft::parse_context&, Context&) [with T = fmt::v11_alsoft::join_view*, std::basic_string_view*, char>; Formatter = fmt::v11_alsoft::formatter*, std::basic_string_view*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:2240:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3520: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&, Context&) [with Context = fmt::v11_alsoft::context]’: --param max-inline-insns-single limit reached [-Winline] 3520 | FMT_CONSTEXPR int get_dynamic_spec( | ^~~~~~~~~~~~~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3537:58: note: called from here 3537 | 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, const fmt::v11_alsoft::format_specs&, locale_ref) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender]’, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view; 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.1/include/fmt/format.h:3639:21, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(fmt::v11_alsoft::detail::std_string_view, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3767:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view*; Sentinel = std::basic_string_view*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/ranges.h:659:34, inlined from ‘static void fmt::v11_alsoft::detail::value::format_custom(void*, fmt::v11_alsoft::parse_context&, Context&) [with T = fmt::v11_alsoft::join_view*, std::basic_string_view*, char>; Formatter = fmt::v11_alsoft::formatter*, std::basic_string_view*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:2240:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:2110:20: warning: inlining failed in call to ‘constexpr OutputIt fmt::v11_alsoft::detail::write(OutputIt, fmt::v11_alsoft::basic_string_view, const fmt::v11_alsoft::format_specs&) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender]’: --param max-inline-insns-single limit reached [-Winline] 2110 | FMT_CONSTEXPR auto write(OutputIt out, basic_string_view s, | ^~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:2138:21: note: called from here 2138 | return write(out, s, specs); | ~~~~~~~~~~~^~~~~~~~~~~~~~~ In function ‘constexpr OutputIt fmt::v11_alsoft::detail::write(OutputIt, fmt::v11_alsoft::basic_string_view, const fmt::v11_alsoft::format_specs&, locale_ref) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender]’, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view; 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.1/include/fmt/format.h:3633:23, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view; 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.1/include/fmt/format.h:3630:20, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(fmt::v11_alsoft::detail::std_string_view, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3767:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view*; Sentinel = std::basic_string_view*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/ranges.h:664:36, inlined from ‘static void fmt::v11_alsoft::detail::value::format_custom(void*, fmt::v11_alsoft::parse_context&, Context&) [with T = fmt::v11_alsoft::join_view*, std::basic_string_view*, char>; Formatter = fmt::v11_alsoft::formatter*, std::basic_string_view*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:2240:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:2110:20: warning: inlining failed in call to ‘constexpr OutputIt fmt::v11_alsoft::detail::write(OutputIt, fmt::v11_alsoft::basic_string_view, const fmt::v11_alsoft::format_specs&) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender]’: --param max-inline-insns-single limit reached [-Winline] 2110 | FMT_CONSTEXPR auto write(OutputIt out, basic_string_view s, | ^~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:2138:21: note: called from here 2138 | return write(out, s, specs); | ~~~~~~~~~~~^~~~~~~~~~~~~~~ In function ‘constexpr void fmt::v11_alsoft::detail::handle_dynamic_spec(fmt::v11_alsoft::arg_id_kind, int&, const arg_ref&, 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&, Context&) [with Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3534:20, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view; 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.1/include/fmt/format.h:3635:22, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(fmt::v11_alsoft::detail::std_string_view, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3767:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view*; Sentinel = std::basic_string_view*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/ranges.h:664:36, inlined from ‘static void fmt::v11_alsoft::detail::value::format_custom(void*, fmt::v11_alsoft::parse_context&, Context&) [with T = fmt::v11_alsoft::join_view*, std::basic_string_view*, char>; Formatter = fmt::v11_alsoft::formatter*, std::basic_string_view*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:2240:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3520: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&, Context&) [with Context = fmt::v11_alsoft::context]’: --param max-inline-insns-single limit reached [-Winline] 3520 | FMT_CONSTEXPR int get_dynamic_spec( | ^~~~~~~~~~~~~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3537:58: note: called from here 3537 | 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&, 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&, Context&) [with Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3534:20, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view; 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.1/include/fmt/format.h:3637:22, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(fmt::v11_alsoft::detail::std_string_view, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3767:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view*; Sentinel = std::basic_string_view*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/ranges.h:664:36, inlined from ‘static void fmt::v11_alsoft::detail::value::format_custom(void*, fmt::v11_alsoft::parse_context&, Context&) [with T = fmt::v11_alsoft::join_view*, std::basic_string_view*, char>; Formatter = fmt::v11_alsoft::formatter*, std::basic_string_view*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:2240:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3520: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&, Context&) [with Context = fmt::v11_alsoft::context]’: --param max-inline-insns-single limit reached [-Winline] 3520 | FMT_CONSTEXPR int get_dynamic_spec( | ^~~~~~~~~~~~~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3537:58: note: called from here 3537 | 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, const fmt::v11_alsoft::format_specs&, locale_ref) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender]’, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::detail::native_formatter::format(const T&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; T = fmt::v11_alsoft::basic_string_view; 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.1/include/fmt/format.h:3639:21, inlined from ‘constexpr decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(fmt::v11_alsoft::detail::std_string_view, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:3767:1, inlined from ‘decltype (ctx.out()) fmt::v11_alsoft::formatter, Char>::format(view&, FormatContext&) const [with FormatContext = fmt::v11_alsoft::context; It = std::basic_string_view*; Sentinel = std::basic_string_view*; Char = char]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/ranges.h:664:36, inlined from ‘static void fmt::v11_alsoft::detail::value::format_custom(void*, fmt::v11_alsoft::parse_context&, Context&) [with T = fmt::v11_alsoft::join_view*, std::basic_string_view*, char>; Formatter = fmt::v11_alsoft::formatter*, std::basic_string_view*, char>, char, void>; Context = fmt::v11_alsoft::context]’ at /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/base.h:2240:19: /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:2110:20: warning: inlining failed in call to ‘constexpr OutputIt fmt::v11_alsoft::detail::write(OutputIt, fmt::v11_alsoft::basic_string_view, const fmt::v11_alsoft::format_specs&) [with Char = char; OutputIt = fmt::v11_alsoft::basic_appender]’: --param max-inline-insns-single limit reached [-Winline] 2110 | FMT_CONSTEXPR auto write(OutputIt out, basic_string_view s, | ^~~~~ /var/jenkins_home/workspace/libopenal-soft/fmt-11.1.1/include/fmt/format.h:2138:21: note: called from here 2138 | return write(out, s, specs); | ~~~~~~~~~~~^~~~~~~~~~~~~~~ [ 17%] 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