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

Builder curl-threaded-solaris10-sparc Build #3514

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 48 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 51 mins, 6 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 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 3514 Build
codebase Build
got_revision 9325eb5fc443cd989f87295226d6bc0cc55afb6e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9325eb5fc443cd989f87295226d6bc0cc55afb6e 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. Stefan Eissing
  2. crawfordxx

Timing:

StartSun Mar 15 12:05:37 2026
EndMon Mar 16 06:48:05 2026
Elapsed18 hrs, 42 mins, 28 secs

All Changes:

:

  1. Change #261072

    Category curl
    Changed by crawfordxx <crawfordxxohnoyoudont@users.noreply.github.com>
    Changed at Sun 15 Mar 2026 12:00:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dfadec7ec33a0397cb04a444eb791b473c072950

    Comments

    os400sys: fix typo in comment (symetry -> symmetry)
    Closes #20923

    Changed files

    • projects/OS400/os400sys.c
  2. Change #261073

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 15 Mar 2026 12:02:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9325eb5fc443cd989f87295226d6bc0cc55afb6e

    Comments

    urldata: import port types and conn destination format
    Convert more `int port` to `uint16_t` port types. Reshuffle ports in
    connectdata to save some bytes. Change `conn->destination` format to
    
    - make it more readable and thus usable in tracing
    - add the IPv6 scope_id only when not default (global)
      and make it resemble more the textual format for IPv6
      (e.g. suffix '%<scope_id>')
    
    Closes #20918

    Changed files

    • lib/altsvc.h
    • lib/cf-h2-proxy.c
    • lib/cf-ip-happy.c
    • lib/cfilters.c
    • lib/curl_sasl.c
    • lib/http.c
    • lib/http_proxy.c
    • lib/http_proxy.h
    • lib/multi.c
    • lib/url.c
    • lib/urldata.h
    • lib/vtls/vtls.c
    • lib/vtls/vtls.h