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

Builder curl-ares-solaris11-i386 Build #3499

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 29 mins, 27 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 3499 Build
codebase Build
got_revision 65444f1dc37e16446075fd86eca07df7571935eb Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 65444f1dc37e16446075fd86eca07df7571935eb 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. Daniel Stenberg

Timing:

StartTue May 13 10:34:56 2025
EndTue May 13 14:19:44 2025
Elapsed3 hrs, 44 mins, 48 secs

All Changes:

:

  1. Change #229648

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 13 May 2025 10:28:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 47896d4b59f7266490e7cc523a2a33965ef4b6d2

    Comments

    tests/server: stop using libcurl string comparisons
    Further untangle the test server code from curl code. While the string
    comparison functions are available in the libcurl API, the tests servers
    don't link with libcurl. Use native functions instead.
    
    Closes #17328

    Changed files

    • lib/curlx/strparse.c
    • tests/server/CMakeLists.txt
    • tests/server/Makefile.am
    • tests/server/Makefile.inc
    • tests/server/rtspd.c
    • tests/server/sws.c
    • tests/server/util.h
  2. Change #229649

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 13 May 2025 10:30:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 65444f1dc37e16446075fd86eca07df7571935eb

    Comments

    curlx: move the docs to docs/internals/
    Closes #17333

    Changed files

    • docs/Makefile.am
    • docs/internals/CURLX.md
    • lib/Makefile.am
    • lib/curlx/README.md