Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder doxygen-solaris10-i386 Build #3332

Results:

Failed shell shell_1 shell_2

SourceStamp:

Projectdoxygen
Repositoryhttps://github.com/doxygen/doxygen.git
Branchmaster
Revisionbc8099c37893a89385bc7e56db848db3857f7ec3
Got Revisionbc8099c37893a89385bc7e56db848db3857f7ec3
Changes2 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-doxygen-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. MakeDirectory Created ( 0 secs )
    1. - no logs -
  3. shell 'cmake -G ...' failed ( 14 secs )
    1. stdio
    2. CMakeOutput.log
    3. CMakeError.log
  4. shell_1 'gmake' failed ( 6 secs )
    1. stdio
  5. shell_2 'gmake tests' failed ( 5 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/doxygen-solaris10-i386 slave
buildername doxygen-solaris10-i386 Builder
buildnumber 3332 Build
codebase Build
got_revision bc8099c37893a89385bc7e56db848db3857f7ec3 Git
project doxygen Build
repository https://github.com/doxygen/doxygen.git Build
revision bc8099c37893a89385bc7e56db848db3857f7ec3 Build
scheduler schedule-doxygen-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/doxygen-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dimitri van Heesch
  2. albert-github

Timing:

StartFri Feb 14 20:20:12 2025
EndFri Feb 14 20:20:46 2025
Elapsed34 secs

All Changes:

:

  1. Change #221597

    Category doxygen
    Changed by albert-github <albert.testsohnoyoudont@gmail.com>
    Changed at Fri 07 Feb 2025 14:28:47
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision 4c01d1139c55eeff67f25907a49f8650904dbf53

    Comments

    Incorrect field when ampersand in URL
    When having an ampersand in an URL like:
    ```
    https://en.wikipedia.org/w/index.php?title=Unsharp_masking&oldid=750486803#Photographic_unsharp_masking
    ```
    this can lead to a warning in the xmllint checker like:
    ```
    html\md_aa.html:108: parser error : EntityRef: expecting ';'
    ck"><p><a href="https://en.wikipedia.org/w/index.php?title=Unsharp_masking&oldid
                                                                                   ^
    ```
    
    Note in e.g. the xml and docbook format there were already twice the filter call.

    Changed files

    • src/htmldocvisitor.cpp
  2. Change #221598

    Category doxygen
    Changed by Dimitri van Heesch <doxygenohnoyoudont@gmail.com>
    Changed at Fri 14 Feb 2025 20:16:05
    Repository https://github.com/doxygen/doxygen.git
    Project doxygen
    Branch master
    Revision bc8099c37893a89385bc7e56db848db3857f7ec3

    Comments

    Merge pull request #11404 from albert-github/feature/bug_ampersand_url
    Incorrect field when ampersand in URL

    Changed files

    • no files