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

Builder curl-ares-solaris11-i386 Build #3494

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 21 mins, 41 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3494 Build
codebase Build
got_revision 1ef5bef055f7d6cd6359b983b107f47d4b1acf4b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1ef5bef055f7d6cd6359b983b107f47d4b1acf4b Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon May 12 13:45:25 2025
EndMon May 12 15:07:26 2025
Elapsed1 hrs, 22 mins, 1 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