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

Builder curl-unthreaded-solaris11-sparc Build #3928

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision4f055feee236ce2bed9ac5147de0106c7c143c96
Got Revision4f055feee236ce2bed9ac5147de0106c7c143c96
Changes5 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 31 mins, 37 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 3928 Build
codebase Build
got_revision 4f055feee236ce2bed9ac5147de0106c7c143c96 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4f055feee236ce2bed9ac5147de0106c7c143c96 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. Daniel Stenberg

Timing:

StartMon May 12 11:15:08 2025
EndMon May 12 11:46:53 2025
Elapsed31 mins, 44 secs

All Changes:

:

  1. Change #229527

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 May 2025 11:02:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5f6c714d24a8dc74cc7ececfee05046dd4754717

    Comments

    http_chunks: narrow variable scope for 'trlen'
    CodeSonar found a case where it would be assigned but never used and
    narrowing the scope makes sense anyway.
    
    Closes #17316

    Changed files

    • lib/http_chunks.c
  2. Change #229528

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 May 2025 11:02:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c5398fa393a1a4a1f6808262889b7c58ee6c0bec

    Comments

    netrc: avoid strdup NULL
    Coverity found a code path where this might happen. Avoid it.
    
    Closes #17319

    Changed files

    • lib/netrc.c
  3. Change #229529

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 May 2025 11:03:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision da06f01ab9a3cde88114f84b6f66aec212a18a12

    Comments

    rtsp: remove redundant condition
    'rtsp' always evaluates to true. Spotted by CodeSonar.
    
    Closes #17317

    Changed files

    • lib/rtsp.c
  4. Change #229530

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 May 2025 11:04:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dc4272318f654fe5a047ebb73fc0e2f93a6953a4

    Comments

    imap: remove redundant condition
    'imap' always evaluates to true. Spotted by CodeSonar.
    
    Closes #17318

    Changed files

    • lib/imap.c
  5. Change #229531

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 May 2025 11:09:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4f055feee236ce2bed9ac5147de0106c7c143c96

    Comments

    mk-ca-bundle: switch URLs to GitHub versions
    The offical Firefox source code has moved to GitHub:
    https://github.com/mozilla-firefox/firefox
    
    This change adjusts to the new URLs. The old branches nss and central
    are not provided so they are removed and the new 'autoland' is added.
    
    Closes #17321

    Changed files

    • scripts/mk-ca-bundle.pl