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

Builder curl-unthreaded-solaris10-sparc Build #13959

Results:

Exception runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest Runtest exception ( 0 secs )
    1. stdio
    1. - no logs -

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartWed May 6 18:44:41 2026
EndThu May 7 00:40:04 2026
Elapsed5 hrs, 55 mins, 22 secs

All Changes:

:

  1. Change #266423

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 06 May 2026 09:15:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 21687202d957453dd147e835c357598c02a52b29

    Comments

    tool_formparse: polish error message + make two functions static
    Closes #21510

    Changed files

    • src/tool_formparse.c
    • src/tool_formparse.h
  2. Change #266424

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 06 May 2026 09:19:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 06839bda7662b9f24a3c26223f0767e9e094926e

    Comments

    RELEASE-NOTES: synced
    Also bump pending version to 8.21.0

    Changed files

    • RELEASE-NOTES
    • include/curl/curlver.h
  3. Change #266435

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 06 May 2026 10:14:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 455bebc2c76223a1be26042f6d2393715c0df0cd

    Comments

    peer: fix compare of hostname for uds
    Unix domain socket paths need to be compared case-senstive, in contrast
    to DNS hostnames.
    
    Follow-up to bc40e09f63889a8bc14fa8f7221921
    
    Pointed out by Codex Security
    
    Closes #21511

    Changed files

    • lib/peer.c