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

Builder curl-threaded-solaris11-sparc Build #5515

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 13 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5515 Build
codebase Build
got_revision 8f0e0f9dc70f55cf1a080c391858a8a01e6a25a8 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8f0e0f9dc70f55cf1a080c391858a8a01e6a25a8 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Mar 23 10:25:35 2026
EndMon Mar 23 11:12:04 2026
Elapsed46 mins, 29 secs

All Changes:

:

  1. Change #262050

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 10:17:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0be05cbab2312795043111a42798968394acf0d

    Comments

    urlapi: fix handling of "file:///"
    When the path is exactly one byte, a single slash.
    
    Extended test 1560 to verify.
    
    Found by Codex Security
    
    Closes #21070

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c
  2. Change #262051

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 10:19:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0327b2ebb8b260ebc47e2b0366d358b63c63ddd

    Comments

    netrc: remove unused parsenetrc() macro for netrc-disabled
    When netrc is disabled, this macro is unused (and wrong).
    
    Closes #21067

    Changed files

    • lib/netrc.h
  3. Change #262052

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 10:19:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8f0e0f9dc70f55cf1a080c391858a8a01e6a25a8

    Comments

    urldata: make hstslist only present in HSTS builds
    Closes #21068

    Changed files

    • lib/urldata.h