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

Builder curl-threaded-solaris10-i386 Build #4292

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 55 mins, 46 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-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4292 Build
codebase Build
got_revision 8f0e0f9dc70f55cf1a080c391858a8a01e6a25a8 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8f0e0f9dc70f55cf1a080c391858a8a01e6a25a8 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Mar 23 11:25:30 2026
EndMon Mar 23 21:30:51 2026
Elapsed10 hrs, 5 mins, 20 secs

All Changes:

:

  1. Change #262036

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

    Comments

    urlapi: remove redundant condition in dedotdotify
    Bonus: remove two variables, clear up some comments.
    
    Poined out by CodeSonar
    
    Closes #21065

    Changed files

    • lib/urlapi.c
  2. 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
  3. 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
  4. 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