Builder doxygen-solaris10-i386 Build #3305
Results:
Failed shell shell_1 shell_2
SourceStamp:
Project | doxygen |
Repository | https://github.com/doxygen/doxygen.git |
Branch | master |
Revision | a38e86c042384a6c86f385034bf340f035cb176e |
Got Revision | a38e86c042384a6c86f385034bf340f035cb176e |
Changes | 2 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-i386' triggered this build
Steps and Logfiles:
-
git update ( 5 secs )
-
MakeDirectory Created ( 0 secs )
- - no logs -
-
shell 'cmake -G ...' failed ( 16 secs )
-
shell_1 'gmake' failed ( 0 secs )
-
shell_2 'gmake tests' failed ( 0 secs )
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/doxygen-solaris10-i386 | slave |
buildername | doxygen-solaris10-i386 | Builder |
buildnumber | 3305 | Build |
codebase | Build | |
got_revision | a38e86c042384a6c86f385034bf340f035cb176e | Git |
project | doxygen | Build |
repository | https://github.com/doxygen/doxygen.git | Build |
revision | a38e86c042384a6c86f385034bf340f035cb176e | Build |
scheduler | schedule-doxygen-solaris10-i386 | Scheduler |
slavename | unstable10x | BuildSlave |
workdir | /export/home/buildbot/slave/doxygen-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Dimitri van Heeschdoxygen@gmail.com
Timing:
Start | Sun Jan 19 13:18:04 2025 |
End | Sun Jan 19 13:18:26 2025 |
Elapsed | 22 secs |
All Changes:
:
Change #219138
Category doxygen Changed by Dimitri van Heesch <doxygen @gmail.com>Changed at Sun 19 Jan 2025 12:59:15 Repository https://github.com/doxygen/doxygen.git Project doxygen Branch master Revision e444973820ceb2b87cd710661ec04d9cd05a792e Comments
Refactoring: use libfmt for messages, warnings and errors Replaces %s/%d/%f with {} placeholders, see https://fmt.dev/11.1/ - Was already used for tracing - Will become part of the standard in C++20/C++23. - Allows custom types like QCString to be printed without the need for qPrint().
Changed files
- CMakeLists.txt
- deps/fmt/README.md
- deps/fmt/include/fmt/args.h
- deps/fmt/include/fmt/chrono.h
- deps/fmt/include/fmt/color.h
- deps/fmt/include/fmt/compile.h
- deps/fmt/include/fmt/core.h
- deps/fmt/include/fmt/fmt.license.rst
- deps/fmt/include/fmt/format-inl.h
- deps/fmt/include/fmt/format.h
- deps/fmt/include/fmt/locale.h
- deps/fmt/include/fmt/os.h
- deps/fmt/include/fmt/ostream.h
- deps/fmt/include/fmt/printf.h
- deps/fmt/include/fmt/ranges.h
- deps/fmt/include/fmt/std.h
- deps/fmt/include/fmt/xchar.h
- deps/spdlog/CMakeLists.txt
- src/CMakeLists.txt
- src/aliases.cpp
- src/cite.cpp
- src/clangparser.cpp
- src/classdef.cpp
- src/codefragment.cpp
- src/commentcnv.l
- src/commentscan.l
- src/conceptdef.cpp
- src/condparser.cpp
- src/configimpl.h
- src/configimpl.l
- src/constexp.y
- src/datetime.cpp
- src/debug.cpp
- src/debug.h
- src/declinfo.l
- src/defgen.cpp
- src/definition.cpp
- src/dia.cpp
- src/diagram.cpp
- src/dirdef.cpp
- src/docbookgen.cpp
- src/docbookvisitor.cpp
- src/docgroup.cpp
- src/docnode.cpp
- src/docparser.cpp
- src/docsets.cpp
- src/doctokenizer.l
- src/dot.cpp
- src/dotfilepatcher.cpp
- src/dotgfxhierarchytable.cpp
- src/dotgraph.cpp
- src/dotrunner.cpp
- src/doxygen.cpp
- src/eclipsehelp.cpp
- src/filedef.cpp
- src/formula.cpp
- src/fortrancode.l
- src/fortranscanner.l
- src/groupdef.cpp
- src/htags.cpp
- src/htmldocvisitor.cpp
- src/htmlentity.cpp
- src/htmlgen.cpp
- src/htmlhelp.cpp
- src/index.cpp
- src/latexdocvisitor.cpp
- src/latexgen.cpp
- src/layout.cpp
- src/lexscanner.l
- src/mandocvisitor.cpp
- src/mangen.cpp
- src/markdown.cpp
- src/memberdef.cpp
- src/memberlist.cpp
- src/message.cpp
- src/message.h
- src/moduledef.cpp
- src/msc.cpp
- src/namespacedef.cpp
- src/outputgen.cpp
- src/perlmodgen.cpp
- src/plantuml.cpp
- src/portable.cpp
- src/pre.l
- src/pycode.l
- src/pyscanner.l
- src/qhp.cpp
- src/resourcemgr.cpp
- src/rtfdocvisitor.cpp
- src/rtfgen.cpp
- src/rtfstyle.cpp
- src/scanner.l
- src/searchindex.cpp
- src/searchindex_js.cpp
- src/sitemap.cpp
- src/sqlite3gen.cpp
- src/tagreader.cpp
- src/textdocvisitor.cpp
- src/trace.h
- src/util.cpp
- src/vhdldocgen.cpp
- src/vhdljjparser.cpp
- src/xmldocvisitor.cpp
- src/xmlgen.cpp
- vhdlparser/VhdlParserErrorHandler.hpp
Change #219139
Category doxygen Changed by Dimitri van Heesch <doxygen @gmail.com>Changed at Sun 19 Jan 2025 13:03:26 Repository https://github.com/doxygen/doxygen.git Project doxygen Branch master Revision a38e86c042384a6c86f385034bf340f035cb176e Comments
Merge branch 'fmt'
Changed files
- no files