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

Builder curl-ares-solaris11-i386 Build #4255

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

StartTue Dec 9 00:30:13 2025
EndTue Dec 9 00:32:46 2025
Elapsed2 mins, 32 secs

All Changes:

:

  1. Change #251525

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 09 Dec 2025 00:19:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2ae983bf4ea5ef86f0e68ea0ff219a91b1aa3428

    Comments

    tidy-up: URLs
    - to avoid dupes.
    - missing slashes.
    - drop `.git` suffix from GitHub git repo URLs for a few outliers.
    - use short YouTube URL like curl-www does.
    - sync two RFC doc URLs with others.
    
    Closes #19879

    Changed files

    • README
    • README.md
    • docs/CONTRIBUTE.md
    • docs/DISTROS.md
    • docs/ECH.md
    • docs/FAQ
    • docs/HTTP3.md
    • docs/INSTALL.md
    • docs/KNOWN_BUGS
    • docs/TODO
    • docs/testcurl.md
  2. Change #251527

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 09 Dec 2025 00:19:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d75716e4e55c7074566f48d8c03bfd721461e105

    Comments

    tests/data: move `--libcurl` output to external data files
    To make the test files XML-compliant, and the expected results
    possibly easier to manage by keeping them in `.c` files.
    
    Non-XML-compliant files are down to 36 after this patch.
    
    Also:
    - make all macro expansions apply to `%includetext` contents.
    
    Closes #19799

    Changed files

    • docs/tests/FILEFORMAT.md
    • scripts/checksrc-all.pl
    • tests/data/Makefile.am
    • tests/data/data1400.c
    • tests/data/data1401.c
    • tests/data/data1402.c
    • tests/data/data1403.c
    • tests/data/data1404.c
    • tests/data/data1405.c
    • tests/data/data1406.c
    • tests/data/data1407.c
    • tests/data/data1420.c
    • tests/data/data1465.c
    • tests/data/data1481.c
    • tests/data/test1400
    • tests/data/test1401
    • tests/data/test1402
    • tests/data/test1403
    • tests/data/test1404
    • tests/data/test1405
    • tests/data/test1406
    • tests/data/test1407
    • tests/data/test1420
    • tests/data/test1465
    • tests/data/test1481
    • tests/runner.pm
    • tests/testutil.pm