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

Builder curl-ares-solaris11-i386 Build #3895

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andrew
  2. Daniel Stenberg
  3. Stefan Eissing

Timing:

StartMon Sep 8 17:02:14 2025
EndMon Sep 8 20:38:52 2025
Elapsed3 hrs, 36 mins, 38 secs

All Changes:

:

  1. Change #244605

    Category curl
    Changed by Andrew <akirilloohnoyoudont@uk.ibm.com>
    Changed at Mon 08 Sep 2025 14:52:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7c9878ff0c8e6c4d3b6a112e4cbdaa7766940cc0

    Comments

    curl_setup.h: include `limits.h` before testing for `#ifndef SSIZE_MAX`
    Ref: 93f333c18fffc3c091b149f3e0ec2ca02b8dab40 #18426 #18406
    Fixes #18493
    Closes #18494

    Changed files

    • lib/curl_setup.h
  2. 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
  3. 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