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

Builder curl-unthreaded-solaris10-sparc Build #13922

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision97cf21acd2ff89a537600b18626cdba5b8139a31
Got Revision97cf21acd2ff89a537600b18626cdba5b8139a31
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 47 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 10 mins, 22 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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13922 Build
codebase Build
got_revision 97cf21acd2ff89a537600b18626cdba5b8139a31 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 97cf21acd2ff89a537600b18626cdba5b8139a31 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartFri Apr 17 21:09:58 2026
EndSat Apr 18 09:21:19 2026
Elapsed12 hrs, 11 mins, 21 secs

All Changes:

:

  1. Change #264788

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 17 Apr 2026 10:01:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 70281e39becfa6fd37dbbd24d6fc73b96ed9fea6

    Comments

    haproxy: use correct ip version on client supplied address
    When a user supplies an IP address to use for the HAPROXY protocol,
    the IP version reported must be deduced from the address and has
    no relation to the IP version used for the upstream connection.
    
    Add test3220 to verify.
    
    Fixes #21340
    Reported-by: Fiona Klute
    Closes #21341

    Changed files

    • docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.md
    • lib/cf-haproxy.c
    • tests/data/Makefile.am
    • tests/data/test3201
    • tests/data/test3202
    • tests/data/test3220
  2. Change #264797

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 17 Apr 2026 12:09:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b515a71356d2cdecbde959a0e9efc93df254ac5a

    Comments

    unit1675: fix `-Wformat-signedness`
    Closes #21351

    Changed files

    • tests/unit/unit1675.c
  3. Change #264798

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 17 Apr 2026 12:09:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5e45e82bc93552b6960b7d5c59b62536143cc900

    Comments

    lib506: rename `CURLcode` variable to `result`
    Closes #21352

    Changed files

    • tests/libtest/lib506.c
  4. Change #264811

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 17 Apr 2026 13:10:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1701a8319ec96c0b73c39e16c5db68dd758419c2

    Comments

    GHA: bump required test minimums
    Ref: https://testclutch.curl.se/static/reports/feature-matrix.html
    
    Closes #21353

    Changed files

    • .github/workflows/distcheck.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux-old.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
  5. Change #264814

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 17 Apr 2026 13:34:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a06fd649747d252ffc7dabc5ea35a17d8a6452bf

    Comments

    unit1658: rename `CURLcode` to `result`
    Closes #21356

    Changed files

    • tests/unit/unit1658.c
  6. Change #264845

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 17 Apr 2026 17:48:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 97cf21acd2ff89a537600b18626cdba5b8139a31

    Comments

    CURLOPT_RTSP_SESSION_ID.md: clarify reuse "dangers"
    When re-using easy handles the session id stays, unless you do something
    about it.
    
    Closes #21358

    Changed files

    • docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.md