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

Builder curl-ares-solaris11-sparc Build #5882

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond3b04e56003682a927182d049f6a68ceaa2e9d93
Got Revisiond3b04e56003682a927182d049f6a68ceaa2e9d93
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 40 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 5882 Build
codebase Build
got_revision d3b04e56003682a927182d049f6a68ceaa2e9d93 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d3b04e56003682a927182d049f6a68ceaa2e9d93 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. Dan Fandrich

Timing:

StartWed May 20 20:50:30 2026
EndWed May 20 21:40:37 2026
Elapsed50 mins, 7 secs

All Changes:

:

  1. Change #267880

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Wed 20 May 2026 20:32:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d3b04e56003682a927182d049f6a68ceaa2e9d93

    Comments

    tests: add an assert to avoid IPC blocking
    If so much data is being sent over the internal IPC pipe that the pipe
    buffer fills and the syscall blocks, the program will hang. Add an
    assert to ensure that this limit is never reached. The buffer size is
    going to be different on different platforms, so choose 1KB which is
    likely to be a reasonable lower bound on just about any system.
    Currently, the maximum amount ever written is <100 bytes, so this should
    provide plenty of headroom.
    
    Spotted by Codex Security
    
    Closes #21688

    Changed files

    • tests/runner.pm