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

Builder curl-unthreaded-solaris11-i386 Build #4201

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionaba3c63ae8323e68149417d1a56ea7b43b842814
Got Revisionaba3c63ae8323e68149417d1a56ea7b43b842814
Changes1 change

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 58 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 4201 Build
codebase Build
got_revision aba3c63ae8323e68149417d1a56ea7b43b842814 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision aba3c63ae8323e68149417d1a56ea7b43b842814 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

Timing:

StartTue Dec 2 17:18:10 2025
EndTue Dec 2 17:27:43 2025
Elapsed9 mins, 32 secs

All Changes:

:

  1. Change #250744

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 02 Dec 2025 17:15:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aba3c63ae8323e68149417d1a56ea7b43b842814

    Comments

    pytest: fix and improve reliability
    Address issues listed in #19770:
    - allow for ngttpx to successfully shut down on last attempt that might
      extend beyond the finish timestamp
    - timeline checks: allos `time_starttransfer` to appear anywhere in
      the timeline as a slow client might seen response data before setting
      the other counters
    - dump logs on test_05_02 as it was not reproduced locally
    
    Fixes #19970
    Closes #19783

    Changed files

    • tests/http/test_01_basic.py
    • tests/http/test_05_errors.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/nghttpx.py