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

Builder curl-ares-solaris10-sparc Build #3703

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 18 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 27 mins, 23 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 3703 Build
codebase Build
got_revision 3822fa865894da8c3a94aee23f14551c60af05c2 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3822fa865894da8c3a94aee23f14551c60af05c2 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. Viktor Szakats

Timing:

StartThu Aug 6 10:13:31 2026
EndFri Aug 7 01:03:47 2026
Elapsed14 hrs, 50 mins, 15 secs

All Changes:

:

  1. Change #277187

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 06 Aug 2026 08:44:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1637bbc9ced4213b902703b9223273ab2dcd2c6e

    Comments

    servers: sync socket type global variables
    Replace `ipv_inuse` and `use_ipv6` with `socket_type` and
    `socket_domain` (where missing) to avoid dupliicate globals with
    overlapping purposes. The replacement variables also support Unix
    sockets.
    
    Also:
    - simplify/reduce IPv6 guards.
    - socksd: fix to reset `socket_domain` for `--ipv4` option.
    
    Closes #22498

    Changed files

    • tests/server/dnsd.c
    • tests/server/first.h
    • tests/server/mqttd.c
    • tests/server/resolve.c
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
  2. Change #277188

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 06 Aug 2026 09:10:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fd24c4bcf4880b0b8ca02e48075abd3adb02af18

    Comments

    tests/server/dnsd: fix to install signal handlers on startup
    To sync with the rest of code which already handled `got_exit_signal`
    and did the restoration on exit. Also syncing with rest of servers.
    
    Also: turn off `keep_sigalrm` to sync with most servers.
    
    Closes #22499

    Changed files

    • tests/server/dnsd.c
  3. Change #277189

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 06 Aug 2026 10:02:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d1eca3861c9cf8f3cd03274ce0db3c500bd246ae

    Comments

    servers: sync server port global variable across servers, make port variables `uint16_t`
    Follow-up to 1637bbc9ced4213b902703b9223273ab2dcd2c6e #22498
    
    Closes #22501

    Changed files

    • tests/server/dnsd.c
    • tests/server/first.h
    • tests/server/mqttd.c
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
    • tests/server/util.c
  4. Change #277214

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 06 Aug 2026 11:14:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6e96c468d4078f451f889e73106252c9a72dcf8a

    Comments

    DEPRECATE.md: HTTP/2 Server Push gets removed in March 2027
    URL: https://curl.se/mail/lib-2026-08/0003.html
    Closes #22490

    Changed files

    • docs/DEPRECATE.md
  5. Change #277229

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 06 Aug 2026 11:16:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3822fa865894da8c3a94aee23f14551c60af05c2

    Comments

    servers: de-duplicate shutdown signal/logging code
    To share more common code between servers, and to log the same set of
    information for all of them.
    
    Also:
    - move server unix socket to global variable.
    
    Follow-up to d1eca3861c9cf8f3cd03274ce0db3c500bd246ae #22501
    Follow-up to 1637bbc9ced4213b902703b9223273ab2dcd2c6e #22498
    
    Closes #22503

    Changed files

    • tests/server/dnsd.c
    • tests/server/first.c
    • tests/server/first.h
    • tests/server/mqttd.c
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/tftpd.c