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

Builder curl-ares-solaris11-i386 Build #4740

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision015f1c7de40839b6681b7dde7371093319c22e64
Got Revision015f1c7de40839b6681b7dde7371093319c22e64
Changes2 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4740 Build
codebase Build
got_revision 015f1c7de40839b6681b7dde7371093319c22e64 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 015f1c7de40839b6681b7dde7371093319c22e64 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Vladimír Marek

Timing:

StartWed Mar 11 11:51:31 2026
EndWed Mar 11 15:31:27 2026
Elapsed3 hrs, 39 mins, 55 secs

All Changes:

:

  1. Change #260673

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Mar 2026 09:44:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 53a3b2114a9b0652bb464437d38f5c8abffc708d

    Comments

    libssh2: fix error handling on quote errors
    Previously it lacked the actual return. libssh.c uses the same function
    name.
    
    Verified by test 2007.
    
    Reported-by: m777m0 on hackerone
    
    Follow-up to 578706addec3d41cb5db64160d23795a95ca11d9
    
    Closes #20883

    Changed files

    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • tests/data/Makefile.am
    • tests/data/test2007
  2. Change #260677

    Category curl
    Changed by Vladimír Marek <vlmarek13ohnoyoudont@gmail.com>
    Changed at Wed 11 Mar 2026 11:33:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 015f1c7de40839b6681b7dde7371093319c22e64

    Comments

    hostip: clear the sockaddr_in6 structure before use
    On Solaris this was causing intermittent issues when the private
    structure member __sin6_src_id had unexpectedly some value. connect(2)
    would then fail with EADDRNOTAVAIL.
    
    Closes #20885

    Changed files

    • lib/hostip.c