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

Builder curl-unthreaded-solaris10-sparc Build #13936

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0d3d9f22221193827df5b1e6236b031c29b59b94
Got Revision0d3d9f22221193827df5b1e6236b031c29b59b94
Changes7 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 45 mins, 18 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 13936 Build
codebase Build
got_revision 0d3d9f22221193827df5b1e6236b031c29b59b94 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0d3d9f22221193827df5b1e6236b031c29b59b94 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:

StartFri Apr 24 13:07:52 2026
EndSat Apr 25 01:12:50 2026
Elapsed12 hrs, 4 mins, 57 secs

All Changes:

:

  1. Change #265312

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 24 Apr 2026 08:18:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eea9ce45a459752bcd33acbe5fb449f738f84065

    Comments

    urldata.h: fix typo and lingering backtick
    Spotted by Copilot
    
    Closes #21430

    Changed files

    • lib/urldata.h
  2. Change #265314

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 24 Apr 2026 08:30:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5c756684ba781c48b3a8f858c4c6299c848c86de

    Comments

    hostip: init the curl_jmpenv_lock appropriately
    A zero-initialized static value is not guaranteed to be a valid mutex on
    all POSIX implementations
    
    Spotted by Codex Security
    
    Closes #21432

    Changed files

    • lib/hostip.c
  3. Change #265324

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 24 Apr 2026 08:56:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4bc34a54160f65b1a5ad86cbf6daddbe7b08fecc

    Comments

    doh: fix #ifdef name
    Spotted by Copilot
    
    Closes #21431

    Changed files

    • lib/doh.c
  4. Change #265329

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Apr 2026 09:46:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ee65f19e2aba5ca58185e88491ec117e04f54e18

    Comments

    checksrc: fix code quality findings
    - fix counting errors. Update test1185 results accordingly.
    - fix an error message.
    - tidy up regexp syntax.
    
    Pointed out by GitHub Code Quality
    
    Closes #21429

    Changed files

    • scripts/checksrc.pl
    • tests/data/test1185
  5. Change #265336

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Apr 2026 10:14:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8b7e460cce7dcfdc7f5f19e4d35a677593bce162

    Comments

    checksrc: add missing items to warnings hash, alpha-sort
    Closes #21434

    Changed files

    • scripts/checksrc.pl
  6. Change #265341

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 24 Apr 2026 10:42:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f37943406720c757b7a54a4c07fb1dafab98efa

    Comments

    tests: drop support for the hex="yes" option in getpart
    The remaining datacheck sections using this for MQTT tests were not
    actually used anyway!
    
    Closes #21428

    Changed files

    • docs/tests/FILEFORMAT.md
    • tests/data/test1132
    • tests/data/test1190
    • tests/data/test1192
    • tests/data/test1194
    • tests/data/test1195
    • tests/data/test1196
    • tests/data/test1198
    • tests/data/test1199
    • tests/data/test1640
    • tests/data/test1916
    • tests/data/test1917
    • tests/data/test2200
    • tests/data/test2203
    • tests/data/test2204
    • tests/data/test3017
    • tests/data/test3018
    • tests/getpart.pm
  7. Change #265343

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Apr 2026 11:08:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0d3d9f22221193827df5b1e6236b031c29b59b94

    Comments

    checksrc: add missing semicolon, fix `IFDEFSINGLE` capture group
    Pointed out by GitHub Code Quality
    
    Closes #21435

    Changed files

    • scripts/checksrc.pl
    • tests/data/test1185