"{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams."
See {fmt} documentation for usage and details.
Note: This is the source code for the build2 package of the {fmt} C++ library,
the actual library sources snapshot can be found in the ./upstream/ submodule.
Configuration Options
Experimental C++20 modules support
Modules support is WIP, both in the build2 package and also in fmt upstream. Latest versions of MSVC or Clang are recommended, and the most up-to-date version of the package with regards to modules compatibility can be used via git and the modules branch. For example, in project repositories.manifest:
:
role: prerequisite
location: https://github.com/build2-packaging/fmt.git#modules
Enable with config.cxx.features.modules=true. When enabled, by default dual mode is used meaning that the library can be consumed either through import or via #include. To enable this safely, all entities are attached to the global module (extern "C++"). See modules_only option for the alternative.
config.fmt.enable_import_std : Set to true to consume the standard library as a module when building the fmt module. Support dependent on compiler and std lib. Defaults to false.
config.fmt.modules_only : Set to true to enable modules-only mode for the package. In this mode, fmt entities are fully encapsulated in the fmt module meaning #include-based consumption cannot be mixed, and the package will not export headers. Defaults to false.
Tests
Reviews
Builds
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_fedora_44-gcc_16-bindist |
| pkg config |
default |
| timestamp |
2026-07-17 10:22:46 UTC (01 01:44:00 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-clang_15.0 |
| pkg config |
default |
| timestamp |
2026-07-13 00:14:18 UTC (05 11:52:29 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22_libc++-O3 |
| pkg config |
modules-only |
| timestamp |
2026-07-12 22:33:09 UTC (05 13:33:37 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22_libc++-static_O3 |
| pkg config |
modules-only |
| timestamp |
2026-07-12 22:32:30 UTC (05 13:34:16 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22-static_O3 |
| pkg config |
modules-only |
| timestamp |
2026-07-12 22:31:31 UTC (05 13:35:15 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22_libc++ |
| pkg config |
modules-only |
| timestamp |
2026-07-12 22:30:48 UTC (05 13:35:58 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22-O3 |
| pkg config |
modules-only |
| timestamp |
2026-07-12 22:30:07 UTC (05 13:36:39 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22 |
| pkg config |
modules-only |
| timestamp |
2026-07-12 22:29:42 UTC (05 13:37:04 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18-static_O3 |
| pkg config |
modules-only |
| timestamp |
2026-07-12 21:58:42 UTC (05 14:08:04 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18-O3 |
| pkg config |
modules-only |
| timestamp |
2026-07-12 21:58:23 UTC (05 14:08:23 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18 |
| pkg config |
modules-only |
| timestamp |
2026-07-12 21:57:46 UTC (05 14:09:00 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18 |
| pkg config |
modules |
| timestamp |
2026-07-12 21:57:22 UTC (05 14:09:24 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18_libc++ |
| pkg config |
default |
| timestamp |
2026-07-12 21:56:52 UTC (05 14:09:54 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18 |
| pkg config |
default |
| timestamp |
2026-07-12 21:56:08 UTC (05 14:10:38 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-apple-darwin22.5.0 |
| tgt config |
macos_13-clang_15.0 |
| pkg config |
default |
| timestamp |
2026-07-12 21:19:22 UTC (05 14:47:24 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-freebsd14.1 |
| tgt config |
freebsd_14-clang_18 |
| pkg config |
default |
| timestamp |
2026-07-12 17:50:22 UTC (05 18:16:24 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_21_libc++ |
| pkg config |
modules-only |
| timestamp |
2026-07-12 17:45:15 UTC (05 18:21:31 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_21 |
| pkg config |
modules-only |
| timestamp |
2026-07-12 17:44:24 UTC (05 18:22:22 days ago) |
| result |
success | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-gcc_14_homebrew-static_O3 |
| pkg config |
default |
| timestamp |
2026-07-12 15:59:32 UTC (05 20:07:14 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-gcc_14_homebrew-O3 |
| pkg config |
default |
| timestamp |
2026-07-12 15:57:06 UTC (05 20:09:40 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-gcc_14_homebrew |
| pkg config |
default |
| timestamp |
2026-07-12 15:54:40 UTC (05 20:12:06 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18_libc++-static_O3 |
| pkg config |
modules-only |
| timestamp |
2026-07-12 15:05:39 UTC (05 21:01:07 days ago) |
| result |
warning (update) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18_libc++-static_O3 |
| pkg config |
modules |
| timestamp |
2026-07-12 15:04:56 UTC (05 21:01:50 days ago) |
| result |
warning (update) | warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18_libc++-O3 |
| pkg config |
modules-only |
| timestamp |
2026-07-12 15:04:34 UTC (05 21:02:12 days ago) |
| result |
warning (update) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18_libc++ |
| pkg config |
modules-only |
| timestamp |
2026-07-12 15:03:35 UTC (05 21:03:11 days ago) |
| result |
warning (update) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18_libc++-O3 |
| pkg config |
modules |
| timestamp |
2026-07-12 15:03:04 UTC (05 21:03:42 days ago) |
| result |
warning (update) | warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18_libc++ |
| pkg config |
modules |
| timestamp |
2026-07-12 15:02:41 UTC (05 21:04:06 days ago) |
| result |
warning (update) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18-static_O3 |
| pkg config |
modules |
| timestamp |
2026-07-12 15:01:10 UTC (05 21:05:36 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18-O3 |
| pkg config |
modules |
| timestamp |
2026-07-12 15:00:49 UTC (05 21:05:57 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-clang_15.0-static_O3 |
| pkg config |
default |
| timestamp |
2026-07-12 15:00:44 UTC (05 21:06:02 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18_libc++-O3 |
| pkg config |
default |
| timestamp |
2026-07-12 14:59:26 UTC (05 21:07:20 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-clang_15.0-O3 |
| pkg config |
default |
| timestamp |
2026-07-12 14:58:51 UTC (05 21:07:55 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18_libc++-static_O3 |
| pkg config |
default |
| timestamp |
2026-07-12 14:58:43 UTC (05 21:08:04 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18-static_O3 |
| pkg config |
default |
| timestamp |
2026-07-12 14:57:43 UTC (05 21:09:03 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-clang_18-O3 |
| pkg config |
default |
| timestamp |
2026-07-12 14:56:37 UTC (05 21:10:09 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-gcc_14-static_O3 |
| pkg config |
default |
| timestamp |
2026-07-12 13:34:52 UTC (05 22:31:55 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-gcc_14-ndebug_O3 |
| pkg config |
default |
| timestamp |
2026-07-12 13:30:39 UTC (05 22:36:07 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-gcc_14-O3 |
| pkg config |
default |
| timestamp |
2026-07-12 13:29:54 UTC (05 22:36:52 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-gcc_14 |
| pkg config |
default |
| timestamp |
2026-07-12 13:26:37 UTC (05 22:40:09 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_ubuntu_24.04-gcc_13-bindist |
| pkg config |
default |
| timestamp |
2026-07-12 12:46:25 UTC (05 23:20:21 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_14-bindist |
| pkg config |
default |
| timestamp |
2026-07-12 12:45:55 UTC (05 23:20:51 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22_libc++-static_O3 |
| pkg config |
modules |
| timestamp |
2026-07-12 11:47:01 UTC (06 00:19:45 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22-static_O3 |
| pkg config |
modules |
| timestamp |
2026-07-12 11:45:53 UTC (06 00:20:53 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22-O3 |
| pkg config |
modules |
| timestamp |
2026-07-12 11:45:45 UTC (06 00:21:01 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22_libc++-O3 |
| pkg config |
modules |
| timestamp |
2026-07-12 11:45:23 UTC (06 00:21:23 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22 |
| pkg config |
modules |
| timestamp |
2026-07-12 11:44:41 UTC (06 00:22:05 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22-static_O3 |
| pkg config |
default |
| timestamp |
2026-07-12 11:44:27 UTC (06 00:22:19 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22_libc++ |
| pkg config |
modules |
| timestamp |
2026-07-12 11:44:11 UTC (06 00:22:35 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22_libc++-O3 |
| pkg config |
default |
| timestamp |
2026-07-12 11:43:46 UTC (06 00:23:00 days ago) |
| result |
error (update) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22-O3 |
| pkg config |
default |
| timestamp |
2026-07-12 11:43:22 UTC (06 00:23:25 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22 |
| pkg config |
default |
| timestamp |
2026-07-12 11:43:06 UTC (06 00:23:40 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22_libc++-static_O3 |
| pkg config |
default |
| timestamp |
2026-07-12 11:42:59 UTC (06 00:23:47 days ago) |
| result |
error (update) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_22_libc++ |
| pkg config |
default |
| timestamp |
2026-07-12 11:42:14 UTC (06 00:24:32 days ago) |
| result |
error (update) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-freebsd15.0 |
| tgt config |
freebsd_15-clang_19-static_O3 |
| pkg config |
default |
| timestamp |
2026-07-12 11:31:17 UTC (06 00:35:29 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-freebsd15.0 |
| tgt config |
freebsd_15-clang_19-O3 |
| pkg config |
default |
| timestamp |
2026-07-12 11:30:23 UTC (06 00:36:23 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-freebsd15.0 |
| tgt config |
freebsd_15-clang_19 |
| pkg config |
default |
| timestamp |
2026-07-12 11:29:54 UTC (06 00:36:52 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_16-ndebug_O3 |
| pkg config |
default |
| timestamp |
2026-07-12 11:18:38 UTC (06 00:48:08 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_16-O3 |
| pkg config |
default |
| timestamp |
2026-07-12 11:18:11 UTC (06 00:48:35 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_16-static_O3 |
| pkg config |
default |
| timestamp |
2026-07-12 11:18:00 UTC (06 00:48:46 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_16 |
| pkg config |
default |
| timestamp |
2026-07-12 11:17:10 UTC (06 00:49:36 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_fedora_43-gcc_15-bindist |
| pkg config |
default |
| timestamp |
2026-07-12 11:14:08 UTC (06 00:52:38 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_21_libc++ |
| pkg config |
modules |
| timestamp |
2026-07-12 11:13:47 UTC (06 00:52:59 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_21 |
| pkg config |
modules |
| timestamp |
2026-07-12 11:12:50 UTC (06 00:53:56 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_21 |
| pkg config |
default |
| timestamp |
2026-07-12 11:12:50 UTC (06 00:53:56 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-clang_21_libc++ |
| pkg config |
default |
| timestamp |
2026-07-12 11:12:07 UTC (06 00:54:39 days ago) |
| result |
error (update) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_15-O3 |
| pkg config |
default |
| timestamp |
2026-07-12 11:03:36 UTC (06 01:03:10 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_15 |
| pkg config |
default |
| timestamp |
2026-07-12 11:02:36 UTC (06 01:04:10 days ago) |
| result |
error (test) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-gcc_13 |
| pkg config |
default |
| timestamp |
2026-07-12 10:32:36 UTC (06 01:34:10 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-clang_21_msvc_18-static_O2 |
| pkg config |
default |
| timestamp |
2026-07-07 10:37:37 UTC (11 01:29:09 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-clang_21_msvc_18-O2 |
| pkg config |
default |
| timestamp |
2026-07-07 10:36:56 UTC (11 01:29:51 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-clang_21_msvc_18 |
| pkg config |
default |
| timestamp |
2026-07-07 10:36:47 UTC (11 01:29:59 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-msvc_18-static_O2 |
| pkg config |
default |
| timestamp |
2026-07-07 10:17:57 UTC (11 01:48:49 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-msvc_18-O2 |
| pkg config |
default |
| timestamp |
2026-07-07 10:17:39 UTC (11 01:49:07 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-msvc_18 |
| pkg config |
default |
| timestamp |
2026-07-07 10:17:08 UTC (11 01:49:38 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-microsoft-win32-msvc14.3 |
| tgt config |
windows_10-msvc_17 |
| pkg config |
default |
| timestamp |
2026-07-07 10:06:12 UTC (11 02:00:35 days ago) |
| result |
warning (test) | warning (test-installed) | log | rebuild |
| toolchain |
public-0.18.1 |
| target |
x86_64-linux-gnu |
| tgt config |
linux_ubuntu_26.04-gcc_15-bindist |
| pkg config |
default |
| timestamp |
2026-07-05 10:10:13 UTC (13 01:56:34 days ago) |
| result |
error (test) | log | rebuild |
| target |
x86_64-w64-mingw32 |
| tgt config |
windows_10-gcc_15.2_mingw_w64 |
| pkg config |
default |
| result |
excluded (unknown error building installed tests 'error: unable to stat path D:\a\msys64\mingw64\lib\x86_64-w64-mingw32\14) |
| target |
x86_64-w64-mingw32 |
| tgt config |
windows_10-gcc_15.2_mingw_w64-O2 |
| pkg config |
default |
| result |
excluded (unknown error building installed tests 'error: unable to stat path D:\a\msys64\mingw64\lib\x86_64-w64-mingw32\14) |
| target |
x86_64-w64-mingw32 |
| tgt config |
windows_10-gcc_15.2_mingw_w64-static_O2 |
| pkg config |
default |
| result |
excluded (unknown error building installed tests 'error: unable to stat path D:\a\msys64\mingw64\lib\x86_64-w64-mingw32\14) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_15 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_15-O3 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_16 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_16-O3 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_16-static_O3 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_16-ndebug_O3 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-gcc_13 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-gcc_14 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-gcc_14-O3 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-gcc_14-static_O3 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-gcc_14-ndebug_O3 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_14-bindist |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_ubuntu_24.04-gcc_13-bindist |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_ubuntu_26.04-gcc_15-bindist |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_fedora_43-gcc_15-bindist |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_fedora_44-gcc_16-bindist |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-apple-darwin22.5.0 |
| tgt config |
macos_13-clang_15.0 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-clang_15.0 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-clang_15.0-O3 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-clang_15.0-static_O3 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-gcc_14_homebrew |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-gcc_14_homebrew-O3 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-gcc_14_homebrew-static_O3 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-freebsd14.1 |
| tgt config |
freebsd_14-clang_18 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-freebsd15.0 |
| tgt config |
freebsd_15-clang_19 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-freebsd15.0 |
| tgt config |
freebsd_15-clang_19-O3 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-freebsd15.0 |
| tgt config |
freebsd_15-clang_19-static_O3 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-w64-mingw32 |
| tgt config |
windows_10-gcc_15.2_mingw_w64 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-w64-mingw32 |
| tgt config |
windows_10-gcc_15.2_mingw_w64-O2 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-w64-mingw32 |
| tgt config |
windows_10-gcc_15.2_mingw_w64-static_O2 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-microsoft-win32-msvc14.3 |
| tgt config |
windows_10-msvc_17 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-msvc_18 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-msvc_18-O2 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-msvc_18-static_O2 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-clang_21_msvc_18 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-clang_21_msvc_18-O2 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-clang_21_msvc_18-static_O2 |
| pkg config |
modules |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_15 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_15-O3 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_16 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_16-O3 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_16-static_O3 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_16-ndebug_O3 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-gcc_13 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-gcc_14 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-gcc_14-O3 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-gcc_14-static_O3 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
aarch64-linux-gnu |
| tgt config |
linux_debian_12-gcc_14-ndebug_O3 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_debian_13-gcc_14-bindist |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_ubuntu_24.04-gcc_13-bindist |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_ubuntu_26.04-gcc_15-bindist |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_fedora_43-gcc_15-bindist |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-linux-gnu |
| tgt config |
linux_fedora_44-gcc_16-bindist |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-apple-darwin22.5.0 |
| tgt config |
macos_13-clang_15.0 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-clang_15.0 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-clang_15.0-O3 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-clang_15.0-static_O3 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-gcc_14_homebrew |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-gcc_14_homebrew-O3 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-apple-darwin23.5.0 |
| tgt config |
macos_14-gcc_14_homebrew-static_O3 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-freebsd14.1 |
| tgt config |
freebsd_14-clang_18 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-freebsd15.0 |
| tgt config |
freebsd_15-clang_19 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-freebsd15.0 |
| tgt config |
freebsd_15-clang_19-O3 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-freebsd15.0 |
| tgt config |
freebsd_15-clang_19-static_O3 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-w64-mingw32 |
| tgt config |
windows_10-gcc_15.2_mingw_w64 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-w64-mingw32 |
| tgt config |
windows_10-gcc_15.2_mingw_w64-O2 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-w64-mingw32 |
| tgt config |
windows_10-gcc_15.2_mingw_w64-static_O2 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-microsoft-win32-msvc14.3 |
| tgt config |
windows_10-msvc_17 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-msvc_18 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-msvc_18-O2 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-msvc_18-static_O2 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-clang_21_msvc_18 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-clang_21_msvc_18-O2 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |
| target |
x86_64-microsoft-win32-msvc14.5 |
| tgt config |
windows_10-clang_21_msvc_18-static_O2 |
| pkg config |
modules-only |
| result |
excluded (modules builds only supported for latest Clang and MSVC) |