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

Builder curl-pr-unthreaded-solaris10-i386 Build #3714

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/scache-unreachable-call
Revision43be9fbff4d928dbe58cb7016ef26cede77f4f7c
Changes1 change

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git updating ( 1 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -

Build Properties:

NameValueSource
branch bagder/scache-unreachable-call Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3714 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 43be9fbff4d928dbe58cb7016ef26cede77f4f7c Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Apr 1 19:37:38 2025
EndTue Apr 1 21:56:57 2025
Elapsed2 hrs, 19 mins, 19 secs

All Changes:

:

  1. Change #226258

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 01 Apr 2025 10:46:07
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/scache-unreachable-call
    Revision 43be9fbff4d928dbe58cb7016ef26cede77f4f7c

    Comments

    vtls_scache: remove "Unreachable Call"
    
    The condition required to reach this call could not happen, because
    cf_ssl_scache_get() already checks the same condition and returns NULL
    for 'scache' prior to this.
    
    Found by CodeSonar

    Changed files

    • lib/vtls/vtls_scache.c