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

Builder curl-ares-solaris11-sparc Build #4091

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7aa8d1eea1fe60b26e88abe2c672f70bf30f63cc
Got Revision7aa8d1eea1fe60b26e88abe2c672f70bf30f63cc
Changes4 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 mins, 52 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 26 mins, 14 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 38 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 4091 Build
codebase Build
got_revision 7aa8d1eea1fe60b26e88abe2c672f70bf30f63cc Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7aa8d1eea1fe60b26e88abe2c672f70bf30f63cc 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
  2. DoI
  3. Viktor Szakats

Timing:

StartSat Jun 21 12:18:04 2025
EndSat Jun 21 13:42:29 2025
Elapsed1 hrs, 24 mins, 25 secs

All Changes:

:

  1. Change #237216

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 21 Jun 2025 10:52:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 84b62696d93695cd936b33c7917186df240ee291

    Comments

    top-complexity: lower max allowed complexity threshold to 90
    Down from 100. Also make it show all functions with complexity > 65
    (down from 70).
    
    Closes #17689

    Changed files

    • scripts/top-complexity
  2. Change #237222

    Category curl
    Changed by DoI <5291556+denandzohnoyoudont@users.noreply.github.com>
    Changed at Sat 21 Jun 2025 11:04:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9a2663322c330ff11275abafd612e9c99407a94a

    Comments

    curl: implement non-blocking STDIN read on Windows
    Implements a seperate read thread for STDIN on Windows when curl is run
    with -T/--upload-file .
    
    This uses a similar technique to the nmap/ncat project, spawning a
    seperate thread which creates a loop-back bound socket, sending STDIN
    into this socket, and reading from the other end of said TCP socket in a
    non-blocking way in the rest of curl.
    
    Fixes #17451
    Closes #17572

    Changed files

    • src/tool_cb_rea.c
    • src/tool_doswin.c
    • src/tool_doswin.h
    • src/tool_operate.c
  3. Change #237223

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 21 Jun 2025 11:10:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 97a0ce8f89399497e5c4a49b9daaa6125666d90f

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  4. Change #237229

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 21 Jun 2025 11:51:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7aa8d1eea1fe60b26e88abe2c672f70bf30f63cc

    Comments

    build: tidy up `Makefile.inc` use in lib and src
    - cmake: use `CURL_RCFILES` instead of literal.
    - cmake: use `LIB_RCFILES` instead of literal.
    - cmake: fix comments.
    - autotools: use `CURL_RCFILES` in `EXTRA_DIST`.
    - autotools: use `LIB_RCFILES` in `EXTRA_DIST`.
    - autotools: fix comments.
    - autotools: fix indentation.
    
    Closes #17694

    Changed files

    • lib/CMakeLists.txt
    • lib/Makefile.am
    • src/CMakeLists.txt
    • src/Makefile.am