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

Builder curl-unthreaded-solaris11-sparc Build #5978

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9dcc57b801385fc598c2a658d83bdef68904a050
Got Revision9dcc57b801385fc598c2a658d83bdef68904a050
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 36 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5978 Build
codebase Build
got_revision 9dcc57b801385fc598c2a658d83bdef68904a050 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9dcc57b801385fc598c2a658d83bdef68904a050 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Jun 9 12:41:18 2026
EndTue Jun 9 13:26:58 2026
Elapsed45 mins, 39 secs

All Changes:

:

  1. Change #270058

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 09 Jun 2026 12:30:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4aa8cc3c4ad567ba5e96d9901ff22238fbe01a0c

    Comments

    pytest: fix remaining code checker warnings
    - curl.py: delete commented no-op code.
    - certs.py, curl.py: narrow down exceptions to fix:
      Except block handles 'BaseException'
    - test_20_websockets: add comment to empty except branch.
    
    Reported by GitHub CodeQL
    
    Closes #21924

    Changed files

    • tests/http/test_20_websockets.py
    • tests/http/testenv/certs.py
    • tests/http/testenv/curl.py
  2. Change #270061

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 09 Jun 2026 12:30:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bbb226b22603cf52e5997bfc82db3d3aba46ee34

    Comments

    unit1675: fix potential memory leak on dynbuf fail path
    Spotted by GitHub Code Quality
    
    Closes #21922

    Changed files

    • tests/unit/unit1675.c
  3. Change #270063

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 09 Jun 2026 12:33:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9dcc57b801385fc598c2a658d83bdef68904a050

    Comments

    pytest: add comment to empty except branch
    To silence GitHub CodeQL.
    
    Follow-up to 4aa8cc3c4ad567ba5e96d9901ff22238fbe01a0c #21924

    Changed files

    • tests/http/testenv/curl.py