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

Builder curl-ares-solaris10-sparc Build #3723

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione669179681044514099ca726dbaa55653528f4fb
Got Revisione669179681044514099ca726dbaa55653528f4fb
Changes8 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 51 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 32 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3723 Build
codebase Build
got_revision e669179681044514099ca726dbaa55653528f4fb Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e669179681044514099ca726dbaa55653528f4fb 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. Anton Karpov
  2. Daniel Stenberg
  3. Samuel Henrique
  4. Stefan Eissing
  5. Viktor Szakats

Timing:

StartTue Aug 18 13:49:11 2026
EndWed Aug 19 02:56:27 2026
Elapsed13 hrs, 7 mins, 15 secs

All Changes:

:

  1. Change #278520

    Category curl
    Changed by Anton Karpov <karpovantonmeohnoyoudont@gmail.com>
    Changed at Tue 18 Aug 2026 00:11:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 05ddf5511ac765c8fc4eb44507ab7c585116f665

    Comments

    headers: name the arguments the way the definitions name them
    Eleven arguments are named one way in the header and another in the
    definition. the compiler only checks types so nothing is broken, but the
    header is what people read first, and then the name changes under them
    in the source:
    
    ```
    curl_dbg_malloc          size     ->  wantedsize
    curl_dbg_calloc          n, size  ->  wanted_elements, wanted_size
    curl_dbg_realloc         size     ->  wantedsize
    curl_dbg_strdup          src      ->  source
    r_freeaddrinfo           res      ->  cahead
    my_get_line              fp, db   ->  input, buf
    curl_slist_append_ccsid  l        ->  list
    curl_version_info_ccsid  cid      ->  ccsid
    curl_easy_setopt_ccsid   curl     ->  easy
    ```
    
    Follow-up to df6014894b789768b139fff27e8aed9dbc46ed79 #20794
    
    Closes #22550

    Changed files

    • lib/curl_setup.h
    • lib/fake_addrinfo.h
    • projects/OS400/ccsidcurl.c
    • projects/OS400/ccsidcurl.h
    • src/tool_parsecfg.h
  2. Change #278538

    Category curl
    Changed by Samuel Henrique <samuelophohnoyoudont@debian.org>
    Changed at Tue 18 Aug 2026 08:02:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 38c5ff6bfa67962b4f1724fd38c1526b2de67297

    Comments

    tests: fix Content-Length mismatch in test 2064
    Closes #22611

    Changed files

    • tests/data/test2064
  3. Change #278558

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 18 Aug 2026 11:05:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1d8f54823e2d0b1e4f071059ed0f14b03ad626a3

    Comments

    Happy Eyeballing v3: resolution delay of 25ms
    After telemetry data from Mozilla reported the P99 DNS resolution
    differences between A and AAAA responses to by 21ms, reduce curl's
    resolution delay to 25ms.
    
    What could possibly go wrong?
    
    Closes #22612

    Changed files

    • lib/vdns/cf-dns.c
  4. Change #278566

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 18 Aug 2026 11:18:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b729003d837a3f0ab4a7606494724a490ba9b7ea

    Comments

    TODO: remove "Support MQTTS"
    implemented
    
    Follow-up to 6c31df453b02597e90c27c2e0bc69bb114105005

    Changed files

    • docs/TODO.md
  5. Change #278575

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 18 Aug 2026 11:44:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b8b1dc0a0d44e565054382d3eced64713992333e

    Comments

    config-win32.h: drop UWP, c-ares, simplify more
    UWP requires VS2015+. Project files have no support for c-ares.
    Drop redundant guard, merge `#if` blocks.
    
    Follow-up to 1db93bdb7c1943132b13543539aaaf4866f31419 #22595
    
    Closes #22613

    Changed files

    • lib/config-win32.h
  6. Change #278599

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 18 Aug 2026 12:22:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 64ea25cfe6e65c450ffc085adcaba8bb2db2fcc1

    Comments

    KNOWN_BUGS: remove old entries and NTLM related
    - The ancient Negotiate ones are just outdated
    - NTLM is going away, no need to list the bugs anymore
    
    Closes #22615

    Changed files

    • docs/KNOWN_BUGS.md
  7. Change #278609

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 18 Aug 2026 13:20:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 58cb1e2f1fa8d8f1c71596918707e566c6353cb2

    Comments

    runtests: allow resetting `CURL_TEST_MIN` via `--min=0`
    Set the default to `CURL_TEST_MIN` if set, first. Then process the
    command-line options to override it. Previously, the env took over if
    the command-line explicitly tried to set it to zero.
    
    Ref: #22617
    
    Follow-up to 3f1cd809eeae05f39fec72fe780f3a69d21972fb #19942
    
    Closes #22618

    Changed files

    • tests/runtests.pl
  8. Change #278619

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 18 Aug 2026 13:45:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e669179681044514099ca726dbaa55653528f4fb

    Comments

    runtests: introduce a subset option
    To make it easier to run different subsets of the tests in separate
    invokes.
    
    Closes #22616

    Changed files

    • docs/runtests.md
    • tests/runtests.pl