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

Builder curl-ares-solaris11-i386 Build #4016

Build In Progress:

ETA: 01:08:57 [27 mins, 53 secs]

Runtest

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4016 Build
codebase Build
got_revision c6f1b0ff49268817101ac1734f43074fcc8775b2 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c6f1b0ff49268817101ac1734f43074fcc8775b2 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:

StartSun Nov 9 22:17:24 2025
Elapsed2 hrs, 23 mins, 38 secs

All Changes:

:

  1. Change #248128

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 09 Nov 2025 19:27:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 67236f7edd0a69d6d2fdb51f493b6b77d108d809

    Comments

    tests/data: delete stray space indentation from xml tags
    Closes #19428

    Changed files

    • tests/data/test1129
    • tests/data/test1130
    • tests/data/test1131
    • tests/data/test1164
    • tests/data/test1176
    • tests/data/test1327
    • tests/data/test1499
    • tests/data/test1571
    • tests/data/test1572
    • tests/data/test1573
    • tests/data/test1581
    • tests/data/test17
    • tests/data/test1909
    • tests/data/test2033
    • tests/data/test2070
    • tests/data/test2079
    • tests/data/test2087
    • tests/data/test256
    • tests/data/test319
    • tests/data/test326
    • tests/data/test376
    • tests/data/test38
    • tests/data/test471
    • tests/data/test513
    • tests/data/test514
    • tests/data/test56
    • tests/data/test587
    • tests/data/test728
    • tests/data/test74
    • tests/data/test75
    • tests/data/test86
    • tests/data/test87
    • tests/data/test982
    • tests/data/test985
  2. Change #248129

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 09 Nov 2025 19:27:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 28ff2b260e53ad566197702af8e1259934650b24

    Comments

    tests/data: replace hard-coded test numbers with `%TESTNUMBER`
    Closes #19427

    Changed files

    • tests/data/test1948
    • tests/data/test439
    • tests/data/test472
  3. Change #248146

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 09 Nov 2025 21:14:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c6f1b0ff49268817101ac1734f43074fcc8775b2

    Comments

    tests/server: do not fall back to original data file in `test2fopen()`
    Before this patch servers were loading the original data source file
    (from `tests/data/test*`) if they failed to open the preprocessed data
    file.
    
    It was causing issues in many (most?) tests, because original data files
    are not preprocessed, thus may be incomplete and/or come with wrong
    newline characters. It's also causing difficult to diagnose issues when
    a test accidentally references another test's data, which by chance
    makes the test pass initially, until either that or the executed test
    data gets an update, and breaking it, as seen in #19329.
    
    Historically, the fallback existed first, then the preprocessed copy.
    The fallback is no longer used by tests (except by stray accidents).
    
    Fix it by dropping the fallback logic and relying on the preprocessed
    data file saved there by the runtests framework.
    
    Also fix two remaining test data cross-references:
    - test1565: reference own server input data instead of test1's.
    - test3014: reference own server input data instead of test1439's.
      Ref: #19398
    
    Follow-up to aaf9522a2c28e5142c7f5640da4e24b65b47dc53 #19329
    
    Closes #19429

    Changed files

    • tests/data/test1565
    • tests/data/test3014
    • tests/server/util.c