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

Builder curl-ares-solaris11-sparc Build #4659

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision75955c0851cba958aa0f3137312ecb2a06f282a2
Got Revision75955c0851cba958aa0f3137312ecb2a06f282a2
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 41 mins, 41 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4659 Build
codebase Build
got_revision 75955c0851cba958aa0f3137312ecb2a06f282a2 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 75955c0851cba958aa0f3137312ecb2a06f282a2 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Nov 13 17:27:55 2025
EndThu Nov 13 18:40:37 2025
Elapsed1 hrs, 12 mins, 41 secs

All Changes:

:

  1. Change #248665

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Nov 2025 17:20:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f2a75a14dd95e06cf9121c7d3bd5dc559748f350

    Comments

    sws: repair --port, and accept any port
    Also for mqttd and sockfilt. The < 1025 check was not serving any
    purpose.
    
    Follow-up to bb1391f94394e635c1a5c58253e7a3d3b36bde57

    Changed files

    • tests/server/mqttd.c
    • tests/server/sockfilt.c
    • tests/server/sws.c
  2. Change #248666

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Nov 2025 17:24:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 75955c0851cba958aa0f3137312ecb2a06f282a2

    Comments

    tool_operate: exit on curl_share_setopt errors
    Continuing when one of these has failed is fragile and error-prone.
    
    Closes #19513

    Changed files

    • src/tool_operate.c