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

Builder curl-ares-solaris11-i386 Build #5115

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 26 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-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5115 Build
codebase Build
got_revision d3b04e56003682a927182d049f6a68ceaa2e9d93 Git
osplatform I386 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-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dan Fandrich

Timing:

StartWed May 20 21:50:32 2026
EndWed May 20 23:51:47 2026
Elapsed2 hrs, 1 mins, 14 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