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

Builder curl-threaded-solaris11-sparc Build #4472

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 26 mins, 22 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 4472 Build
codebase Build
got_revision e3c06ccc665dde20f278fe80852810349492122d Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e3c06ccc665dde20f278fe80852810349492122d Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartMon Sep 8 16:32:23 2025
EndMon Sep 8 17:58:03 2025
Elapsed1 hrs, 25 mins, 40 secs

All Changes:

:

  1. Change #244616

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 08 Sep 2025 16:04:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 84db7a9eae8468c0445b15aa806fa7fa806fa0f2

    Comments

    ws: get a new mask for each new outgoing frame
    Reported-by: Calvin Ruocco
    Closes #18496

    Changed files

    • lib/ws.c
  2. Change #244617

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 08 Sep 2025 16:05:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e3c06ccc665dde20f278fe80852810349492122d

    Comments

    vquic: replace assert
    Replace the hard assert in case not all data is send on UDP
    (which should never happen), with an error return.
    
    Closes #18495

    Changed files

    • lib/vquic/vquic.c