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

Builder curl-threaded-solaris11-i386 Build #3966

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfbc4d59151dc4a56052f3a92da3682dc97b32148
Got Revisionfbc4d59151dc4a56052f3a92da3682dc97b32148
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 8 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 3966 Build
codebase Build
got_revision fbc4d59151dc4a56052f3a92da3682dc97b32148 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fbc4d59151dc4a56052f3a92da3682dc97b32148 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. x2018

Timing:

StartThu Oct 30 10:49:55 2025
EndThu Oct 30 14:11:05 2025
Elapsed3 hrs, 21 mins, 9 secs

All Changes:

:

  1. Change #247077

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 30 Oct 2025 09:48:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 55d4767876eae8678ab069082aa7fe8fe316a021

    Comments

    tests: use %repeat[] to make tests smaller
    Avoid putting huge chunks of repeated texts in test cases.
    
    test3206, test1060, test1061 and test22
    
    Closes #19279

    Changed files

    • tests/data/test1060
    • tests/data/test1061
    • tests/data/test22
    • tests/data/test3206
  2. Change #247080

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 30 Oct 2025 10:34:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c1f1b66d78f27ab17f073c1ce3af595975b6e662

    Comments

    pop3: check for CAPA responses case insensitively
    Reported by ZeroPath
    
    Closes #19278

    Changed files

    • lib/pop3.c
  3. Change #247082

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Thu 30 Oct 2025 10:38:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fbc4d59151dc4a56052f3a92da3682dc97b32148

    Comments

    conncache: prevent integer overflow in maxconnects calculation
    Closes #19271

    Changed files

    • lib/conncache.c