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

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

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/cpool_init-void
Revision4b6c237d17df2cb46c924bbe5ea28122de858106
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/cpool_init-void Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 2416 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 4b6c237d17df2cb46c924bbe5ea28122de858106 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 07:59:49 2025
EndMon Apr 7 07:59:51 2025
Elapsed2 secs

All Changes:

:

  1. Change #226482

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 03 Apr 2025 10:48:25
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/cpool_init-void
    Revision 4b6c237d17df2cb46c924bbe5ea28122de858106

    Comments

    conncache: make Curl_cpool_init return void
    
    Since it cannot fail, removing the return code simplifies the code paths
    calling this function.

    Changed files

    • lib/conncache.c
    • lib/conncache.h
    • lib/multi.c
    • lib/share.c