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

Builder curl-ares-solaris10-sparc Build #3403

Build In Progress:

Runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri Jan 9 07:16:00 2026
Elapsed15 hrs, 22 mins, 57 secs

All Changes:

:

  1. Change #254573

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 Jan 2026 22:31:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2aba8f613c70252e0ed9fb7bd951f3286836b836

    Comments

    urldata.h: remove two forward-declared structs not used
    Closes #20206

    Changed files

    • lib/urldata.h
  2. Change #254574

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 Jan 2026 22:33:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8a25cf3d7cfdfc0b811738f50c9f0a5c446f1ac5

    Comments

    tool_operate: remove 'else' for VMS
    It seems malplaced as it then avoids the following logic when invoked
    from a VMS shell and that seems unlikely to be desired.
    
    Based on code review. I have no system to try this on.
    
    Follow-up to f1261bcdd7f
    Closes #20221

    Changed files

    • src/tool_operate.c
  3. Change #254575

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 Jan 2026 22:34:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 97a02fade635f823a46b9cfa5d4bd6608d245755

    Comments

    curl: rename a struct OutStruct field to 'regular_file'
    From 's_isreg'. It explains better in plain English what it is for.
    
    Closes #20222

    Changed files

    • src/tool_cb_hdr.c
    • src/tool_cb_wrt.c
    • src/tool_operate.c
    • src/tool_sdecls.h
  4. Change #254578

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 Jan 2026 22:35:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e3691612ea1acb28e77fee6b4b2b9da0ac2c8f8b

    Comments

    urldata: switch to uint* types more widely
    In particular, it turns 'unsigned long' into 'uint32_t' since the code
    needs to build and run just as fine on Windows which has 32 bit longs,
    so we know the code works with 32 bit field versions.
    
    This makes Curl_easy 56 bytes smaller on my 64 bit Linux (maximized
    build).
    
    Closes #20209

    Changed files

    • lib/http.c
    • lib/setopt.c
    • lib/urldata.h
  5. Change #254579

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 08 Jan 2026 22:36:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f2d008811db2edefad035b9dcfc8865459999ee7

    Comments

    ngtcp2: stabilize recv
    When receiving on a stream that already failed or has already been closed,
    return the matching error code without touching the connection. In case
    the connection shows errors, e.g. the server closed, those errors should
    not have impact on an already failed/closed stream.
    
    This might mitigate flakiness in pytest 07_13 where unexpected errors
    occur after a successful upload.
    
    Closes #20220

    Changed files

    • lib/vquic/curl_ngtcp2.c
  6. Change #254582

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 08 Jan 2026 23:19:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e83c82f05f9b714086e62db9fe2ea9be522239bc

    Comments

    COPYING: bump copyright year range to 1996 - 2026

    Changed files

    • COPYING