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

Builder curl-ares-solaris11-i386 Build #4990

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 5 mins, 55 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 23 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 4990 Build
codebase Build
got_revision 2f37943406720c757b7a54a4c07fb1dafab98efa Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2f37943406720c757b7a54a4c07fb1dafab98efa 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Apr 24 11:07:12 2026
EndFri Apr 24 13:15:27 2026
Elapsed2 hrs, 8 mins, 15 secs

All Changes:

:

  1. Change #265329

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Apr 2026 09:46:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ee65f19e2aba5ca58185e88491ec117e04f54e18

    Comments

    checksrc: fix code quality findings
    - fix counting errors. Update test1185 results accordingly.
    - fix an error message.
    - tidy up regexp syntax.
    
    Pointed out by GitHub Code Quality
    
    Closes #21429

    Changed files

    • scripts/checksrc.pl
    • tests/data/test1185
  2. Change #265336

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Apr 2026 10:14:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8b7e460cce7dcfdc7f5f19e4d35a677593bce162

    Comments

    checksrc: add missing items to warnings hash, alpha-sort
    Closes #21434

    Changed files

    • scripts/checksrc.pl
  3. Change #265341

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 24 Apr 2026 10:42:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f37943406720c757b7a54a4c07fb1dafab98efa

    Comments

    tests: drop support for the hex="yes" option in getpart
    The remaining datacheck sections using this for MQTT tests were not
    actually used anyway!
    
    Closes #21428

    Changed files

    • docs/tests/FILEFORMAT.md
    • tests/data/test1132
    • tests/data/test1190
    • tests/data/test1192
    • tests/data/test1194
    • tests/data/test1195
    • tests/data/test1196
    • tests/data/test1198
    • tests/data/test1199
    • tests/data/test1640
    • tests/data/test1916
    • tests/data/test1917
    • tests/data/test2200
    • tests/data/test2203
    • tests/data/test2204
    • tests/data/test3017
    • tests/data/test3018
    • tests/getpart.pm