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

Builder curl-unthreaded-solaris11-sparc Build #4570

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision254e04b702e96b637b647241e4edea7ee4c24b70
Got Revision254e04b702e96b637b647241e4edea7ee4c24b70
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 18 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 4570 Build
codebase Build
got_revision 254e04b702e96b637b647241e4edea7ee4c24b70 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 254e04b702e96b637b647241e4edea7ee4c24b70 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Nov 3 12:29:23 2025
EndMon Nov 3 13:24:03 2025
Elapsed54 mins, 39 secs

All Changes:

:

  1. Change #247460

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 03 Nov 2025 12:19:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aaf9522a2c28e5142c7f5640da4e24b65b47dc53

    Comments

    test696: decouple from test556 data
    Test 696 and 556 share the same libtest code. Make sure to issue
    the `GET` request to the correct runtime test number instead of using
    the hard-wired "556".
    
    It makes the `sws` test server read the response string from `test696`
    `<data>` section, instead of reading it from `test556`. To avoid this
    hidden interaction between test data.
    
    AFAICS there is no other similar hard-coded string in reused libtests.
    
    Ref: https://github.com/curl/curl/pull/19313#issuecomment-3477448933
    Follow-up to be82a3605a4b539580b3de776ffcca25b8770e43 #16003
    Closes #19329

    Changed files

    • tests/data/test696
    • tests/libtest/lib556.c
  2. Change #247461

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 03 Nov 2025 12:19:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 254e04b702e96b637b647241e4edea7ee4c24b70

    Comments

    ftpserver.pl: fix newlines in 227/229 replies, adjust tests
    The test FTP server returned LF newlines for 227/229 replies, instead of
    the CRLF used for the rest.
    
    Test data added later were explicitly made to expect an LF in these
    response lines.
    
    After this patch the FTP server returns CRLF newlines, allowing
    to delete this special case in test data.
    
    Follow-up to 3bfff57e1f604ef0b2bc84243014eb9c9a1e6acc
    Follow-up to a7937ed49c8f201444323b8a721e1d04e0306105
    
    Closes #19330

    Changed files

    • tests/data/test1349
    • tests/data/test1350
    • tests/data/test1351
    • tests/data/test1352
    • tests/data/test1353
    • tests/data/test1354
    • tests/data/test1357
    • tests/data/test1358
    • tests/data/test1359
    • tests/data/test1360
    • tests/data/test1361
    • tests/data/test1362
    • tests/data/test1379
    • tests/data/test1380
    • tests/data/test1381
    • tests/data/test1382
    • tests/data/test1383
    • tests/data/test1384
    • tests/data/test1387
    • tests/data/test1388
    • tests/data/test1389
    • tests/data/test1390
    • tests/data/test1391
    • tests/data/test1392
    • tests/ftpserver.pl