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

Builder curl-unthreaded-solaris10-sparc Build #13117

Results:

Retry lost remote

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13117 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision daa0601614b6cfd44a3437a2e5b0c6ca868745f2 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartMon Apr 28 10:50:29 2025
EndMon Apr 28 13:13:43 2025
Elapsed2 hrs, 23 mins, 13 secs

All Changes:

:

  1. Change #228497

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 28 Apr 2025 09:11:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7b52906dd04b0e49c18dd79f49860c67b3c80a54

    Comments

    HTTPSRR.md: clarify somewhat
    Closes #17204

    Changed files

    • docs/HTTPSRR.md
  2. Change #228498

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 28 Apr 2025 09:15:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision daa0601614b6cfd44a3437a2e5b0c6ca868745f2

    Comments

    ws: store protocol context as connection meta data
    Eliminates union member on struct connectdata. Sample of how
    other procotols can handle their connection related data.
    
    This avoids potention mix-ups of the `proto` union of a
    connection with other protocol instances.
    
    Removed ws "disconnect" callback as meta data is automatically
    destroyed when a connection is destroyed.
    
    Closes #17146

    Changed files

    • lib/urldata.h
    • lib/ws.c
    • lib/ws.h