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

Builder curl-ares-solaris11-sparc Build #6099

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 39 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 6099 Build
codebase Build
got_revision f7d4e11f4b423a6db61ca86cf59483fad9f4bc13 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f7d4e11f4b423a6db61ca86cf59483fad9f4bc13 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Jun 22 12:26:59 2026
EndMon Jun 22 13:18:29 2026
Elapsed51 mins, 29 secs

All Changes:

:

  1. Change #272081

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 22 Jun 2026 12:08:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2735ef3baeaf8ee7a6019e224d83a2501ea1d437

    Comments

    libssh2: fix to return error code on missing parameter
    Reported by GitHub Code Quality
    
    Follow-up to 0095f98464d85a3b2863d1c9ef7c5a71c9739450 #15250
    
    Closes #22125

    Changed files

    • lib/vssh/libssh2.c
  2. Change #272082

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 22 Jun 2026 12:08:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b3675fe80a3393264d58d0359b3c5ab332f3a9f9

    Comments

    libssh2: drop stray double-negative from `strncmp()` result
    Just a tidy-up. Logic remains identical.
    
    Spotted by GitHub Code Quality
    
    Follow-up to a867314f4fba0f05201226093335d75f3dbd0f3f #16382
    
    Closes #22126

    Changed files

    • lib/vssh/libssh2.c
  3. Change #272083

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 22 Jun 2026 12:08:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f7d4e11f4b423a6db61ca86cf59483fad9f4bc13

    Comments

    setopt: return error if received `curl_blob->data` is NULL
    To avoid dereferencing in the function if `CURL_BLOB_COPY` is set, or
    outside of the function if unset.
    
    Reported-by: netspacer.research
    
    Closes #22129

    Changed files

    • lib/setopt.c