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

Builder curl-pr-unthreaded-solaris10-i386 Build #3751

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 12 mins, 10 secs )
    1. stdio
    2. resultlog

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartSat Apr 5 16:01:28 2025
EndSat Apr 5 20:51:17 2025
Elapsed4 hrs, 49 mins, 49 secs

All Changes:

:

  1. Change #226689

    Category None
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 05 Apr 2025 14:54:40
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 5fbd78eb2dc4afbd8884e8eed27147fc3d4318f6

    Comments

    http2: fix stream window size after unpausing
    
    When pausing a HTTP/2 transfer, the stream's local window size
    is reduced to 0 to prevent the server from sending further data
    which curl cannot write out to the application.
    
    When unpausing again, the stream's window size was not correctly
    increased again. The attempt to trigger a window update was
    ignored by nghttp2, the server never received it and the transfer
    stalled.
    
    Add a debug feature to allow use of small window sizes which
    reproduces this bug in test_02_21.
    
    Fixes #16955
    Closes #16960

    Changed files

    • docs/libcurl/libcurl-env-dbg.md
    • lib/http2.c
    • tests/http/test_02_download.py
  2. Change #226692

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 05 Apr 2025 14:59:17
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision f3527ed443249784e1bb36531c47c1d843c5304d

    Comments

    randdisable: build randomizer
    
    This script makes a "random" build using configure and verifies that it
    builds curl correctly. It randomly adds a number of the available
    --disable-* flags to configure. When it detects a problem the script
    stops, otherwise it continues trying more combinations.
    
    Closes #16962

    Changed files

    • scripts/Makefile.am
    • scripts/randdisable