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

Builder curl-threaded-solaris11-i386 Build #3595

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionb950c8c03f638d986a5650a7ea7fda61bde3baf7
Got Revisionb950c8c03f638d986a5650a7ea7fda61bde3baf7
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed Jun 11 23:16:26 2025
EndThu Jun 12 02:21:29 2025
Elapsed3 hrs, 5 mins, 2 secs

All Changes:

:

  1. Change #232047

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Jun 2025 23:06:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b950c8c03f638d986a5650a7ea7fda61bde3baf7

    Comments

    http_ntlm: remove unreachable code
    Since the code now checks for NULL and returns before this point, 'ntlm'
    cannot be NULL at this point in the code. Pointed out by Coverity.
    
    Follow-up to 55865207457ba860956aea7a31a
    
    Closes #17587

    Changed files

    • lib/http_ntlm.c