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

Builder curl-ares-solaris10-i386 Build #3341

Results:

Retry exception slave lost

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' exception slave lost ( 8 mins, 39 secs )
    1. stdio
    2. resultlog
    3. interrupt
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3341 Build
codebase Build
got_revision daa0601614b6cfd44a3437a2e5b0c6ca868745f2 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision daa0601614b6cfd44a3437a2e5b0c6ca868745f2 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartMon Apr 28 09:20:18 2025
EndMon Apr 28 10:46:32 2025
Elapsed1 hrs, 26 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