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

Builder curl-unthreaded-solaris11-sparc Build #6176

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond1eca3861c9cf8f3cd03274ce0db3c500bd246ae
Got Revisiond1eca3861c9cf8f3cd03274ce0db3c500bd246ae
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 19 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 6176 Build
codebase Build
got_revision d1eca3861c9cf8f3cd03274ce0db3c500bd246ae Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d1eca3861c9cf8f3cd03274ce0db3c500bd246ae Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Aug 6 08:25:11 2026
EndThu Aug 6 09:15:11 2026
Elapsed49 mins, 59 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