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

Builder curl-threaded-solaris10-sparc Build #2994

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 52 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 38 mins, 50 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2994 Build
codebase Build
got_revision ce62f0f9a1d17bf2c6b939aab4089f7b89cde27c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ce62f0f9a1d17bf2c6b939aab4089f7b89cde27c Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Sep 7 13:06:35 2025
EndSun Sep 7 17:46:20 2025
Elapsed4 hrs, 39 mins, 45 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