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

Builder curl-ares-solaris11-i386 Build #5122

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 46 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 5122 Build
codebase Build
got_revision bb5500a7525a555cef092dd72f30645606b7ae4e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision bb5500a7525a555cef092dd72f30645606b7ae4e 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. Viktor Szakats

Timing:

StartThu May 21 18:19:25 2026
EndThu May 21 20:06:32 2026
Elapsed1 hrs, 47 mins, 6 secs

All Changes:

:

  1. Change #267970

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 21 May 2026 17:28:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bb5500a7525a555cef092dd72f30645606b7ae4e

    Comments

    units: tidy up begin/end blocks
    - use `UNITTEST_BEGIN_SIMPLE`/`UNITTEST_END_SIMPLE` where missing.
    - drop redundant `(void)arg;` where using `UNITTEST_BEGIN*`.
    - unit1636: drop redundant block after `UNITTEST_BEGIN*`.
    - unit1609: fix typo in comment.
    - unit1627: merge to `if`s.
    
    Closes #21715

    Changed files

    • tests/unit/unit1609.c
    • tests/unit/unit1625.c
    • tests/unit/unit1626.c
    • tests/unit/unit1627.c
    • tests/unit/unit1636.c
    • tests/unit/unit1675.c
    • tests/unit/unit3300.c
    • tests/unit/unit3301.c