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

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

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 18 mins, 24 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 3661 Build
codebase Build
got_revision 391543f8c68da7c4bb4fed27535aee6cf9d3fb10 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 391543f8c68da7c4bb4fed27535aee6cf9d3fb10 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. Viktor Szakats

Timing:

StartMon Mar 17 15:49:28 2025
EndMon Mar 17 17:08:01 2025
Elapsed1 hrs, 18 mins, 33 secs

All Changes:

:

  1. Change #225222

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 17 Mar 2025 15:48:08
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 391543f8c68da7c4bb4fed27535aee6cf9d3fb10

    Comments

    GHA/windows: skip flaky test 498
    
    On suspect of strain on the runtime env/pipes, disable this test, which
    is flaky due to `runtests` detecting a 2009 result code from curl, while
    curl is returning the expected 56:
    
    ```
    test 0498...[Reject too large HTTP response headers on endless redirects]
    
    curl returned 2009, when expecting 56
     498: exit FAILED
    == Contents of files in the log/5/ dir after test 498
    [...]
       0     0    0     0    0     0      0      0 --:--:--  0:00:10 --:--:--     0
     curl: (56) Too large response headers: 6144086 > 6144000
    ```
    
    In such cases the number of log lines for this single test is 4800. In
    comparison the total number of log lines for a clear test run is 3800.
    
    Seen with mingw, dl-mingw, msvc CI jobs.
    
    Follow-up to 4911e7af119c1b7efd46a742d47bca44832c3041 #16735
    Ref: https://github.com/curl/curl/discussions/14854#discussioncomment-12503065
    
    Closes #16748

    Changed files

    • .github/workflows/windows.yml