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

Builder curl-ares-solaris10-sparc Build #2854

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision86eb0542861e6bfabbde41b514bb889db2427333
Got Revision86eb0542861e6bfabbde41b514bb889db2427333
Changes3 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 1 mins, 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 51 mins, 29 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 55 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2854 Build
codebase Build
got_revision 86eb0542861e6bfabbde41b514bb889db2427333 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 86eb0542861e6bfabbde41b514bb889db2427333 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Gustafsson
  2. Viktor Szakats

Timing:

StartFri Jun 27 14:24:38 2025
EndSat Jun 28 13:04:01 2025
Elapsed22 hrs, 39 mins, 23 secs

All Changes:

:

  1. Change #237844

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Jun 2025 00:24:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7b0b03c057ed764f918fdda6012978a5518ba5df

    Comments

    runtests: fix `LD_PRELOAD` detection for cmake-built curl binaries
    CMake builds by default don't include a triplet in the `curl -V` output,
    but a CMake-specific OS string, which is usually capitalized or stylized,
    e.g. "Linux", or "FreeBSD". Make the regexp expression case-insensitive
    to handle this.
    
    Follow-up to 171b62375965fbf5f02e66f587a83043059ae41a #17653
    
    Closes #17756

    Changed files

    • tests/runtests.pl
  2. Change #237850

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Jun 2025 01:03:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cf8c0e9cbd756b6dc71f24821f59d2b9f1f80511

    Comments

    curl-config: fix whitespace in usage text
    Closes #17758

    Changed files

    • curl-config.in
  3. Change #237874

    Category curl
    Changed by Daniel Gustafsson <danielohnoyoudont@yesql.se>
    Changed at Fri 27 Jun 2025 12:08:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 86eb0542861e6bfabbde41b514bb889db2427333

    Comments

    VULN-DISCLOSURE-POLICY: exclude not installed software
    Flaws in any script or compiled artifact which isn't installed by
    default is not considered to be security vulnerabilities.
    
    Closes #17761
    Reviewed-by: Daniel Stenberg <daniel@haxx.se>

    Changed files

    • docs/VULN-DISCLOSURE-POLICY.md