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

Builder curl-unthreaded-solaris11-i386 Build #3508

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri May 16 01:50:31 2025
EndFri May 16 05:23:35 2025
Elapsed3 hrs, 33 mins, 4 secs

All Changes:

:

  1. Change #229910

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 15 May 2025 22:43:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f51c6d2dc216b4d7e669ddb3516c163618cdaa49

    Comments

    test1173.pl: whitelist some option-looking names that aren't options
    Referring to the names in the CURLOPT_DEBUGFUNCTION by name is still
    fine. They start with CURLINFO but aren't really options for *getinfo().
    
    Closes #17361

    Changed files

    • tests/test1173.pl
  2. Change #229913

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 15 May 2025 23:03:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f7ff1d1e5ea755c131db37858760b87dcd7f12ef

    Comments

    libssh: remove a condition that always equals false
    Found by Coverity
    
    Closes #17358

    Changed files

    • lib/vssh/libssh.c
  3. Change #229914

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 15 May 2025 23:04:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 96726af95a3882a4745e3e5b16372e76091c6ab1

    Comments

    libssh: add NULL check for Curl_meta_get()
    It really cannot return NULL in a working condition, but ...
    
    Pointed out by Coverity.
    
    Closes #17359

    Changed files

    • lib/vssh/libssh.c