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

Builder curl-threaded-solaris11-sparc Build #4053

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 30 mins, 18 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 4053 Build
codebase Build
got_revision b950c8c03f638d986a5650a7ea7fda61bde3baf7 Git
osplatform SPARC 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-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed Jun 11 23:16:23 2025
EndWed Jun 11 23:46:48 2025
Elapsed30 mins, 24 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