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

Builder curl-unthreaded-solaris10-sparc Build #14075

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2d30fd26a060e7c3de3393503fb5ba7e8f3840f8
Got Revision2d30fd26a060e7c3de3393503fb5ba7e8f3840f8
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 42 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 58 mins, 10 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 3 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 14075 Build
codebase Build
got_revision 2d30fd26a060e7c3de3393503fb5ba7e8f3840f8 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2d30fd26a060e7c3de3393503fb5ba7e8f3840f8 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. Stefan Eissing
  2. Viktor Szakats
  3. renovate[bot]

Timing:

StartMon Aug 10 15:53:37 2026
EndTue Aug 11 06:58:50 2026
Elapsed15 hrs, 5 mins, 13 secs

All Changes:

:

  1. Change #277636

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Mon 10 Aug 2026 08:29:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b5ab518ea56f1872db597b115f7d3234d512dbc0

    Comments

    GHA: Update awslabs/aws-lc to v5.5.0
    Closes #22526

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  2. Change #277637

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Mon 10 Aug 2026 08:32:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision be29bb4b6c690c24c463f0c556d1c9bb79f30359

    Comments

    GHA: update ruff to v0.16.2
    Closes #22525

    Changed files

    • .github/scripts/requirements.txt
  3. Change #277640

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Mon 10 Aug 2026 08:55:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8c525c081d72148b3d3ed51d89ca9a6200ca0c36

    Comments

    GHA: update dependency pizlonator/fil-c to v0.683
    Closes #22523

    Changed files

    • .github/workflows/linux.yml
  4. Change #277641

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 10 Aug 2026 08:55:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 791b6883edc1c02c4b253e8b47237ec13ac66d06

    Comments

    build: replace `assert()` with `DEBUGASSERT()`, where missing
    Follow-up to 9a2663322c330ff11275abafd612e9c99407a94a #17572
    Follow-up to c96f982166fbc671b77f84a1730e9b6d11357e8f #10451
    
    Closes #22521

    Changed files

    • lib/vquic/vquic.c
    • src/tool_doswin.c
  5. Change #277667

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 10 Aug 2026 13:53:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2d30fd26a060e7c3de3393503fb5ba7e8f3840f8

    Comments

    DoH: improvements
    - decode results when individual requests are done
    - makes happy eyeballing start asap
    - remove doh_resp structures as no longer needed
    - remove CURL_DNS_TYPE_NS, CURL_DNS_TYPE_CNAME and
      CURL_DNS_TYPE_DNAME from DoH
    - DoH: do not set PIPEWAIT and SSL OPTS when url starts with http:
    - mark Doh master handle as dirty after every sub-request, not only the last
    - Doh: start probe on AAAA before A (was the other way).
    
    cf-dns: set EXPIRE_HAPPY_EYEBALLS timer when waiting 50ms on AAAA
    result or progress will not be triggered in time.
    
    Add debug env var CURL_DBG_HE_AAAA_AWAIT_MS to override the
    default 50ms on waiting for the AAAA result to arrive.
    
    test2100: set CURL_DBG_HE_AAAA_AWAIT_MS to 60 seconds to
    provide enough time for slow CI runs to sent all DoH requests.
    
    closes #22514

    Changed files

    • docs/libcurl/libcurl-env-dbg.md
    • lib/vdns/cf-dns.c
    • lib/vdns/doh.c
    • lib/vdns/doh.h
    • tests/data/test2100
    • tests/http/test_21_resolve.py
    • tests/http/testenv/dnsd.py
    • tests/server/dnsd.c
    • tests/unit/unit1650.c