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

Builder curl-unthreaded-solaris11-i386 Build #3587

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision220c5d8f491ee5848ae913582df69e2218338614
Got Revision220c5d8f491ee5848ae913582df69e2218338614
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 10 mins, 4 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 15 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3587 Build
codebase Build
got_revision 220c5d8f491ee5848ae913582df69e2218338614 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 220c5d8f491ee5848ae913582df69e2218338614 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Jun 12 01:20:50 2025
EndThu Jun 12 04:34:20 2025
Elapsed3 hrs, 13 mins, 29 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
  2. Change #232049

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

    Comments

    tests/libtest: simplify Makefile.inc
    Remove all custom LDADD lines
    
    Plus: a few minor tidy-ups in libtest code.
    
    Closes #17594

    Changed files

    • tests/libtest/Makefile.inc
    • tests/libtest/lib1518.c
    • tests/libtest/lib525.c
    • tests/libtest/lib526.c