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

Builder curl-ares-solaris11-i386 Build #4547

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 12 mins, 30 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 4547 Build
codebase Build
got_revision 55ea2b424dc1d81f9488a5d6efac9dc980fe9e4a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 55ea2b424dc1d81f9488a5d6efac9dc980fe9e4a 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. Michał Antoniak

Timing:

StartFri Jan 23 22:36:31 2026
EndSat Jan 24 00:33:49 2026
Elapsed1 hrs, 57 mins, 17 secs

All Changes:

:

  1. Change #256198

    Category curl
    Changed by Michał Antoniak <m.antoniakohnoyoudont@posnet.com.pl>
    Changed at Fri 23 Jan 2026 22:30:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 55ea2b424dc1d81f9488a5d6efac9dc980fe9e4a

    Comments

    setopt: fix checking range for CURLOPT_MAXCONNECTS
    - Use upper limit INT_MAX instead of UINT_MAX.
    
    UINT_MAX doesn't work as the max value for the variable since it is
    passed as a long and becomes -1 on platforms that have same sized
    int and long, like Windows.
    
    Closes https://github.com/curl/curl/pull/20414

    Changed files

    • lib/setopt.c