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

Builder curl-unthreaded-solaris10-i386 Build #15881

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 59 mins, 5 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 32 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andrew
  2. Daniel Stenberg
  3. Stefan Eissing

Timing:

StartMon Sep 8 16:18:16 2025
EndTue Sep 9 01:16:07 2025
Elapsed8 hrs, 57 mins, 50 secs

All Changes:

:

  1. Change #244590

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 08 Sep 2025 11:12:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 34fd7e8d2d770c9de4922746159a4d6f6598f2fa

    Comments

    RELEASE-PROCEDURE.md: drop the _newslog edit mention
    Because that file has now been removed from the website repository

    Changed files

    • docs/RELEASE-PROCEDURE.md
  2. 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
  3. 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
  4. 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