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

Builder curl-pr-unthreaded-solaris10-sparc Build #2405

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 2 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-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 2405 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 43be9fbff4d928dbe58cb7016ef26cede77f4f7c Build
scheduler schedule-curl-pr Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Apr 7 02:35:22 2025
EndMon Apr 7 02:35:25 2025
Elapsed2 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