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

Builder curl-unthreaded-solaris11-sparc Build #6281

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc2676bf9e639e31e44b12a2cc82cf2046231b056
Got Revisionc2676bf9e639e31e44b12a2cc82cf2046231b056
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Aug 24 10:57:06 2026
EndMon Aug 24 11:45:22 2026
Elapsed48 mins, 16 secs

All Changes:

:

  1. Change #279081

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 24 Aug 2026 12:28:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c2676bf9e639e31e44b12a2cc82cf2046231b056

    Comments

    vssh: silence gcc-11 `-Wnull-dereference`, dedupe `CURL_EASY_STR()` calls
    Silencing:
    ```
    In file included from libcurl_unity.c:179:
    vssh/vssh.c: In function ‘Curl_ssh_setup_pkey.part.0’:
    vssh/vssh.c:423:50: error: potential null pointer dereference [-Werror=null-dereference]
      423 |        CURL_EASY_STR(data, STRING_SSH_PUBLIC_KEY)[0]) {
    libtool: compile:  gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I. -DBUILDING_LIBCURL -DCURL_STATICLIB -DUNITTESTS -D_GNU_SOURCE -Werror-implicit-functi
    ```
    Ref: https://app.circleci.com/pipelines/gh/curl/curl/20825/workflows/c3eb591b-5a7d-40da-baa8-d2d9980b0cb2/jobs/181277
    
    Follow-up to c8df3defd9664cd276adc33754210ee07b5bbf71 #22628
    
    Closes #22656

    Changed files

    • lib/vssh/vssh.c