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

Builder curl-ares-solaris10-i386 Build #3342

Results:

Build successful

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 ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 19 mins, 22 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 3 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3342 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 10:49:57 2025
EndMon Apr 28 12:09:27 2025
Elapsed1 hrs, 19 mins, 29 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