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

Builder curl-unthreaded-solaris11-i386 Build #4029

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 57 mins, 18 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 4 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4029 Build
codebase Build
got_revision 3d42510118a9eba12a0d3cd4e23b84a1bccd9f2a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3d42510118a9eba12a0d3cd4e23b84a1bccd9f2a Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Nov 13 04:06:50 2025
EndThu Nov 13 07:05:14 2025
Elapsed2 hrs, 58 mins, 24 secs

All Changes:

:

  1. Change #248575

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 13 Nov 2025 01:05:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3d42510118a9eba12a0d3cd4e23b84a1bccd9f2a

    Comments

    runtests: allow `client/command` to span multiple lines, and use it
    Some curl command-lines are long, often repetitive, and difficult
    to read or write:
    
    Before this patch (1 test == 1 line):
    - <=78 characters: 1099 tests
    - 79-132 characters: 500 tests
    - 133+ characters: 217 tests: patch meant to help with some of these.
    
    After this patch:
    - <=78 characters: 1288 lines
    - 79-132 characters: 526 lines
    - 133+ characters: 190 lines
    
    After this patch it's possible to fold long lines into multiple ones.
    Folding can reduce greppability, thus this is primarily useful for cases
    when the options are repetitive, e.g. a list of form options, headers,
    mail parameters and the like.
    
    Closes #19500

    Changed files

    • docs/tests/FILEFORMAT.md
    • tests/data/test1133
    • tests/data/test1158
    • tests/data/test1186
    • tests/data/test1189
    • tests/data/test1294
    • tests/data/test1295
    • tests/data/test1404
    • tests/data/test1583
    • tests/data/test2003
    • tests/data/test2004
    • tests/data/test2049
    • tests/data/test2051
    • tests/data/test2052
    • tests/data/test2053
    • tests/data/test2054
    • tests/data/test3002
    • tests/data/test3003
    • tests/data/test3004
    • tests/data/test3005
    • tests/data/test3006
    • tests/data/test3007
    • tests/data/test3029
    • tests/data/test39
    • tests/data/test4
    • tests/data/test423
    • tests/data/test424
    • tests/data/test618
    • tests/data/test619
    • tests/data/test62
    • tests/data/test625
    • tests/data/test646
    • tests/data/test647
    • tests/data/test648
    • tests/data/test917
    • tests/data/test918
    • tests/data/test938
    • tests/runner.pm