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

Builder curl-unthreaded-solaris10-sparc Build #13145

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2e1040fa5ce6c02f2ccedb2b29cda381ccd849c1
Got Revision2e1040fa5ce6c02f2ccedb2b29cda381ccd849c1
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 hrs, 42 mins, 37 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 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 13145 Build
codebase Build
got_revision 2e1040fa5ce6c02f2ccedb2b29cda381ccd849c1 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2e1040fa5ce6c02f2ccedb2b29cda381ccd849c1 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. Stefan Eissing
  3. Viktor Szakats

Timing:

StartMon May 12 19:51:17 2025
EndTue May 13 07:31:43 2025
Elapsed11 hrs, 40 mins, 26 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
  6. Change #229556

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 12 May 2025 13:16:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 144706342f218a8abba6159be2ef42c94e91a1ca

    Comments

    tests/server: check for `stream != NULL` in mqttd
    To avoid an assert in `fgets()` on MSVC when the test case is missing.
    
    Bug: https://github.com/curl/curl/pull/17294#issuecomment-2867501300
    
    Closes #17324

    Changed files

    • tests/server/mqttd.c
  7. Change #229558

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 May 2025 13:20:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1ef5bef055f7d6cd6359b983b107f47d4b1acf4b

    Comments

    tests/server: remove TEST use, include <memdebug.h>
    - The TEST define is never set
    - memdebug.h is not in the local dir, using angle bracket include
    
    Closes #17323

    Changed files

    • tests/server/dnsd.c
    • tests/server/getpart.c
    • tests/server/mqttd.c
    • tests/server/resolve.c
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
  8. Change #229589

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 12 May 2025 16:34:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cf511e7726a17e02f9730ee14058ddc92afaa1a5

    Comments

    TODO: Retry SOCKS handshake
    Closes #17222
    Closes #17326

    Changed files

    • docs/TODO
  9. Change #229597

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 12 May 2025 17:17:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2e1040fa5ce6c02f2ccedb2b29cda381ccd849c1

    Comments

    asny-thrdd: fix detach from running thread
    When cancelling a threaded resolve and the thread is
    still running, detach from it under the mutex lock.
    
    Otherwise, the detach might happen after the thread finished
    and access already freed memory.
    
    Fixes #17256
    Reported-by: Mathieu Garaud
    Closes #17320

    Changed files

    • lib/asyn-thrdd.c