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

Builder curl-unthreaded-solaris11-sparc Build #4460

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 18 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 4460 Build
codebase Build
got_revision ce62f0f9a1d17bf2c6b939aab4089f7b89cde27c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ce62f0f9a1d17bf2c6b939aab4089f7b89cde27c 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:

StartSun Sep 7 13:06:44 2025
EndSun Sep 7 14:31:15 2025
Elapsed1 hrs, 24 mins, 31 secs

All Changes:

:

  1. Change #244538

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 07 Sep 2025 12:36:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b85cb8cb4e143d1615d4fcc1ce8f2f7b66453995

    Comments

    openldap: fix `-Wtentative-definition-compat`
    It's a `-Weverything` warning that appeared in llvm/clang 21.
    
    ```
    lib/openldap.c:1297:19: warning: duplicate declaration of 'ldapsb_tls' is invalid in C++ [-Wtentative-definition-compat]
     1297 | static Sockbuf_IO ldapsb_tls =
          |                   ^
    lib/openldap.c:499:19: note: previous declaration is here
      499 | static Sockbuf_IO ldapsb_tls;
          |                   ^
    ```
    
    Reported-by: correctmost on github
    Fixes #18470
    Cherry-picked from #18477
    Closes #18485

    Changed files

    • lib/openldap.c
  2. Change #244539

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 07 Sep 2025 12:39:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ce62f0f9a1d17bf2c6b939aab4089f7b89cde27c

    Comments

    VULN-DISCLOSURE-POLICY: make it pass test 1275
    ```
    test 1275...[Verify capital letters after period in markdown files]
     ../../docs/VULN-DISCLOSURE-POLICY.md:426:55:error: lowercase daily after period
     * regular communication from communication leader (ex. daily update)
    ```
    Ref: https://github.com/curl/curl/actions/runs/17527331816/job/49779555753?pr=18485
    
    Also: add ending slashes to 2 URLs.
    
    Follow-up to 6905370df5fcf2b0d0fc443448d17fc98113b067 #18483
    Closes #18486

    Changed files

    • docs/VULN-DISCLOSURE-POLICY.md