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

Builder curl-unthreaded-solaris10-sparc Build #13148

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 18 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 hrs, 10 mins, 6 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13148 Build
codebase Build
got_revision e270881a5d566a0b04fbc85e75690c21ea4613b4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e270881a5d566a0b04fbc85e75690c21ea4613b4 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue May 13 12:09:49 2025
EndTue May 13 22:59:25 2025
Elapsed10 hrs, 49 mins, 36 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
  3. Change #229651

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 13 May 2025 10:32:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 11cad7bf32b2eef1c8fcf7a16ca29838c2e83941

    Comments

    tests: provide all non-ascii data hex encoded
    - make the scanner not whitelist anything for test cases making
      everything non-ascii forced to be hex encoded
    
    - update all tests using non-ascii bytes to use %hex[] sequences
    
    Closes #17331

    Changed files

    • .github/scripts/spacecheck.pl
    • tests/FILEFORMAT.md
    • tests/data/test1034
    • tests/data/test1035
    • tests/data/test1138
    • tests/data/test1160
    • tests/data/test1448
    • tests/data/test1631
    • tests/data/test1632
    • tests/data/test165
    • tests/data/test1703
    • tests/data/test2046
    • tests/data/test2047
    • tests/data/test31
    • tests/data/test469
    • tests/data/test470
    • tests/data/test472
    • tests/data/test497
    • tests/data/test498
    • tests/data/test649
    • tests/data/test955
    • tests/data/test956
    • tests/data/test957
    • tests/data/test958
    • tests/data/test959
    • tests/data/test960
    • tests/data/test961
    • tests/data/test962
    • tests/data/test963
    • tests/data/test964
    • tests/data/test965
    • tests/data/test966
    • tests/data/test967
    • tests/data/test968
  4. Change #229654

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 13 May 2025 11:04:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e270881a5d566a0b04fbc85e75690c21ea4613b4

    Comments

    lib1560: use hex notation, drop non-ASCII exception
    Closes #17334

    Changed files

    • .github/scripts/spacecheck.pl
    • tests/libtest/lib1560.c