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

Builder curl-unthreaded-solaris11-i386 Build #3605

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 51 mins, 51 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3605 Build
codebase Build
got_revision 6d00b06e167c4a19a561731ca4210fe2d625f312 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6d00b06e167c4a19a561731ca4210fe2d625f312 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartMon Jun 16 15:45:30 2025
EndMon Jun 16 18:26:48 2025
Elapsed2 hrs, 41 mins, 17 secs

All Changes:

:

  1. Change #236788

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 16 Jun 2025 13:04:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 62349e45a818e50b5cdcd017c149f9dc87fce9fe

    Comments

    multi: fix polling with pending input
    When multi creates the pollset of a transfer, it checks now if
    a connection (FIRST/SECONDARY) socket waits on POLLIN and has input data
    pending in filters (relevant to OpenSSL's new read ahead). If so, it
    triggers a timeout on the transfer via EXPIRE_RUN_NOW.
    
    This fixes sporadic stalls in test 988 when running event based.
    
    Closes #17636

    Changed files

    • lib/cfilters.c
    • lib/cfilters.h
    • lib/multi.c
  2. Change #236795

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Jun 2025 14:13:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6d00b06e167c4a19a561731ca4210fe2d625f312

    Comments

    GHA/windows: avoid libtool wrapper for `tunits`
    To sync it with other test binaries.
    
    Closes #17640

    Changed files

    • .github/workflows/windows.yml