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

Builder curl-ares-solaris11-i386 Build #4282

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision319298484f212bfd6a673fbbab21c7afcf6259ad
Got Revision319298484f212bfd6a673fbbab21c7afcf6259ad
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 1 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 4282 Build
codebase Build
got_revision 319298484f212bfd6a673fbbab21c7afcf6259ad Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 319298484f212bfd6a673fbbab21c7afcf6259ad 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 Dec 11 00:18:18 2025
EndThu Dec 11 00:23:57 2025
Elapsed5 mins, 38 secs

All Changes:

:

  1. Change #251805

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Dec 2025 00:08:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 73b732e3e8d3b23bc8b11ee8024448f9e61ced7d

    Comments

    tests/data: replace `&` with `%AMP`
    For XML-compliance.
    
    Closes #19923

    Changed files

    • tests/data/test1011
    • tests/data/test1012
    • tests/data/test1015
    • tests/data/test1076
    • tests/data/test1105
    • tests/data/test1138
    • tests/data/test1221
    • tests/data/test1332
    • tests/data/test1402
    • tests/data/test1403
    • tests/data/test1598
    • tests/data/test1977
    • tests/data/test199
    • tests/data/test3
    • tests/data/test32
    • tests/data/test40
    • tests/data/test439
    • tests/data/test48
    • tests/data/test568
    • tests/data/test733
    • tests/data/test734
    • tests/data/test735
    • tests/data/test739
  2. Change #251806

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Dec 2025 00:08:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7109b427fbf0711ba1a6e22f0ff565f93fbeb9ea

    Comments

    tests/data: replace `<` with `%LT`
    For XML-compliance.
    
    Closes #19924

    Changed files

    • tests/data/test1189
    • tests/data/test163
    • tests/data/test39
  3. Change #251807

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Dec 2025 00:08:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2397be8349a5661397cbb5f62c98dbf32d394fba

    Comments

    tests/data: replace `<`, `>` with `%LT`, `%GT`
    For XML-compliance.
    
    Closes #19925

    Changed files

    • tests/data/test1683
    • tests/data/test320
    • tests/data/test646
  4. Change #251808

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Dec 2025 00:08:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 319298484f212bfd6a673fbbab21c7afcf6259ad

    Comments

    runtests: add support for single-quoted attributes, use it
    With this, all test data files are XML-compliant.
    
    Also:
    - test1158, test1186: use single quotes for the test filename attribute
      containing a double quote. For XML-compliance.
    - drop support for unquoted attributes. For XML-compliance.
    
    Closes #19926

    Changed files

    • tests/data/test1158
    • tests/data/test1186
    • tests/getpart.pm