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

Builder curl-unthreaded-solaris11-sparc Build #6103

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 39 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 6103 Build
codebase Build
got_revision 44ed43efe70f919f28f8b1bfe0df40216260a808 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 44ed43efe70f919f28f8b1bfe0df40216260a808 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. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartThu Jun 25 11:20:59 2026
EndThu Jun 25 12:11:15 2026
Elapsed50 mins, 15 secs

All Changes:

:

  1. Change #272679

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 25 Jun 2026 11:02:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bf5cc6ab8b30514ca70bf663f8d3cd24ae4608d9

    Comments

    curl-functions.m4: verify working RFC 4291 zero prefixed IPv4 - mapped format
    Detect incompatible inet_ntop() call for IPv6 output.
    
    Closes #22136

    Changed files

    • m4/curl-functions.m4
  2. Change #272680

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 25 Jun 2026 11:03:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c6c4c6a16d69f2338beab9013d11813ccecfac31

    Comments

    test 1560: test RFC4291 style IPv6 IPv4-mapped addresses
    Closes #22136

    Changed files

    • tests/data/test1560
    • tests/libtest/lib1560.c
  3. Change #272681

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 25 Jun 2026 11:09:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 46e19c87445f23af43bba2c8d3b409126704b459

    Comments

    tool: init progress bar on demand
    Determine the terminal size on first invocation, not for all
    transfers.
    
    Closes #22164

    Changed files

    • src/tool_cb_prg.c
  4. Change #272682

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 25 Jun 2026 11:10:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7b3316984f3e4e223f732fb0b1323c0d6da15347

    Comments

    tool: do not flush on out-null
    Do not flush output when --out-null is set.
    
    Closes #22165

    Changed files

    • src/tool_operate.c
  5. Change #272683

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 25 Jun 2026 11:11:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 44ed43efe70f919f28f8b1bfe0df40216260a808

    Comments

    tool: optimize setopt use
    - tool_setopt_long: lookup default value on for --libcurl where it is
      used
    - tool_setoot_str: use `const char *` arg instead of var args.
    
    Closes #22166

    Changed files

    • src/tool_setopt.c
    • src/tool_setopt.h