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

Builder curl-ares-solaris10-sparc Build #3702

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision133785b15936d9417fdc41f77b87304b6bf458d5
Got Revision133785b15936d9417fdc41f77b87304b6bf458d5
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 57 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 32 mins, 18 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 17 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 3702 Build
codebase Build
got_revision 133785b15936d9417fdc41f77b87304b6bf458d5 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 133785b15936d9417fdc41f77b87304b6bf458d5 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
  3. Viktor Szakats
  4. renovate[bot]

Timing:

StartWed Aug 5 20:16:59 2026
EndThu Aug 6 10:13:14 2026
Elapsed13 hrs, 56 mins, 15 secs

All Changes:

:

  1. Change #276996

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 05 Aug 2026 08:01:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e5b5846c10d181b4a6b9695412b7557f62ae530f

    Comments

    Dockerfile: Update debian:bookworm-slim Docker digest to abd67ff
    Closes #22486

    Changed files

    • Dockerfile
  2. Change #276998

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 05 Aug 2026 08:09:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 69a224d6b48edb43df29cb69881ca8edc90f1527

    Comments

    vdns: directory for all DNS related sources
    Move all DNS related source files from lib to lib/vdns. Fix
    include paths, no furher changes.
    
    Closes #22482

    Changed files

    • lib/Makefile.inc
    • lib/amigaos.c
    • lib/asyn-ares.c
    • lib/asyn-base.c
    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/cf-dns.c
    • lib/cf-dns.h
    • lib/cf-https-connect.c
    • lib/cf-ip-happy.c
    • lib/connect.c
    • lib/connect.h
    • lib/curl_trc.c
    • lib/dnscache.c
    • lib/dnscache.h
    • lib/doh.c
    • lib/doh.h
    • lib/easy.c
    • lib/ftp.c
    • lib/hostip.c
    • lib/hostip.h
    • lib/hostip4.c
    • lib/hostip6.c
    • lib/http.c
    • lib/httpsrr.c
    • lib/httpsrr.h
    • lib/imap.c
    • lib/multihandle.h
    • lib/pop3.c
    • lib/request.c
    • lib/setopt.c
    • lib/smtp.c
    • lib/socks.c
    • lib/transfer.c
    • lib/url.c
    • lib/urldata.h
    • lib/vdns/asyn-ares.c
    • lib/vdns/asyn-base.c
    • lib/vdns/asyn-thrdd.c
    • lib/vdns/asyn.h
    • lib/vdns/cf-dns.c
    • lib/vdns/cf-dns.h
    • lib/vdns/dnscache.c
    • lib/vdns/dnscache.h
    • lib/vdns/doh.c
    • lib/vdns/doh.h
    • lib/vdns/hostip.c
    • lib/vdns/hostip.h
    • lib/vdns/hostip4.c
    • lib/vdns/hostip6.c
    • lib/vdns/httpsrr.c
    • lib/vdns/httpsrr.h
    • lib/vquic/cf-ngtcp2-cmn.c
    • lib/vquic/cf-ngtcp2.c
    • lib/vquic/cf-quiche.c
    • lib/vquic/vquic.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/hostcheck.c
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/vtls.c
    • lib/vtls/wolfssl.c
    • projects/Windows/generate.bat
    • projects/Windows/tmpl/libcurl.vcxproj
    • src/curlinfo.c
    • tests/unit/unit1305.c
    • tests/unit/unit1650.c
    • tests/unit/unit1655.c
    • tests/unit/unit1658.c
  3. Change #277050

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 05 Aug 2026 11:52:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 90325ff0444cbdff368bda5d26d6405a0bb6ee43

    Comments

    http2: make server push transfers inherit share from parent
    Reported-by: Stephan Zeisberg
    Closes #22488

    Changed files

    • lib/http2.c
  4. Change #277059

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 05 Aug 2026 13:07:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7babac86904c7ac0b34a22240737c7261cb059eb

    Comments

    servers: fix HANDLE leak in UWP builds
    Also: shorten code.
    
    Reported by Copilot
    Bug: https://github.com/curl/curl/pull/22487#pullrequestreview-4863399903
    
    Closes #22489

    Changed files

    • tests/server/util.c
  5. Change #277062

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 05 Aug 2026 13:19:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 518a4dadff4a9fc89d8aebbb6bf48cd279235028

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  6. Change #277100

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 05 Aug 2026 15:09:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b260e9f841dc4e3c04da45e325ce23a11fec514d

    Comments

    servers: fix to avoid a non-signal-safe call in signal handler
    `strlen()` is only guaranteed to be signal-safe since POSIX.1-2008.
    
    Ref: https://pubs.opengroup.org/onlinepubs/009695399/functions/xsh_chap02_04.html#tag_02_04_03
    
    Reported by Copilot
    Bug: https://github.com/curl/curl/pull/22487#pullrequestreview-4863961494
    Follow-up to e95f509c66abdd88ae02e3243cdc217f19c4a330 #16852
    
    Closes #22491

    Changed files

    • tests/server/util.c
  7. Change #277101

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 05 Aug 2026 15:09:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 947ae0e0ccec071e32e2a4f69834e03c209fa518

    Comments

    servers: drop redundant guards on Windows
    These `SIG*` macro are provided by all supported Windows toolchains.
    
    Cherry-picked from #22487
    
    Closes #22493

    Changed files

    • tests/server/util.c
  8. Change #277130

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 05 Aug 2026 18:29:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b11e0026f71aa33b47d3b31f7c6a2aee4f929b12

    Comments

    GHA/windows: re-enable taskkill in torture jobs
    Torture jobs are arguably the most flaky nowadays. Make a blind try to
    see if re-enabling taskkill makes an observable improvement for torture.
    
    Follow-up to 208b87744e8ce326e2569c2efd735da43ce74a0b #21039
    Follow-up to f450f3801b6b9dff0ea280f5fb4bf28203f7b313 #19897
    Follow-up to 2701ac6a4d16a62130dad05be1c484903b8545c7 #19421
    
    Closes #22495

    Changed files

    • .github/workflows/windows.yml
  9. Change #277134

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 05 Aug 2026 19:34:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 133785b15936d9417fdc41f77b87304b6bf458d5

    Comments

    servers: drop re-registering the signal handler on modern systems
    Before this patch modern systems used `sigaction()` and `SA_RESTART` to
    install signal handlers, but the signal handler function itself still
    made a call to the legacy `signal()` function to re-register itself
    before returning.
    
    Re-registering the handler is not necessary with `sigaction()`. It's
    also undesired to use the legacy API when the modern one is available.
    
    Fix by guarding off this call in builds that support the modern API.
    
    Follow-up to 3fb6e5a01001b8c7dfdc33a89041178aac381a27 #6529
    Follow-up to 18cbb4d7d645016d1a9c0ee772c724d8c41db3bd
    
    Closes #22497

    Changed files

    • tests/server/util.c