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

Builder curl-threaded-solaris11-sparc Build #5230

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 34 mins, 1 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5230 Build
codebase Build
got_revision 3ae234b2a3aca14908c292ac09755f6c08daac1a Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3ae234b2a3aca14908c292ac09755f6c08daac1a Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jan 28 17:01:22 2026
EndWed Jan 28 18:20:49 2026
Elapsed1 hrs, 19 mins, 26 secs

All Changes:

:

  1. Change #256587

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 28 Jan 2026 15:47:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3ae234b2a3aca14908c292ac09755f6c08daac1a

    Comments

    GHA/windows: mark test 3001 flaky in native Windows jobs
    It has been happening for a long time.
    
    Example:
    ```
    test 3001...[HTTPS localhost, last subject alt name matches, CN does not match]
    
     3001: protocol FAILED!
     There was no content at all in the file log/7/server.input.
     Server glitch? Total curl failure? Returned: 56
    == Contents of files in the log/7/ directory after test 3001
    === Start of file commands.log
     ../src/curl.exe -q --output log/7/curl3001.out  --include --trace-ascii log/7/trace3001 --trace-time -4 --cacert ./certs/test-ca.crt https://localhost:64259/3001 > log/7/stdout3001 2> log/7/stderr3001
    === End of file commands.log
    === Start of file http_server.log
     13:57:47.951283 Running HTTP IPv4 version on port 64256
    === End of file http_server.log
    === Start of file https_stunnel.log
     2026.01.28 13:57:48 LOG5[ui]: stunnel 5.76 on x64-pc-mingw32-gnu platform
     2026.01.28 13:57:48 LOG5[ui]: Compiled/running with OpenSSL 3.5.4 30 Sep 2025
     [...]
     2026.01.28 13:57:49 LOG5[0]: Service [curltest] accepted connection from 127.0.0.1:64281
     2026.01.28 13:57:51 LOG3[0]: s_connect: connect 127.0.0.1:64256: Connection refused (WSAECONNREFUSED) (10061)
     2026.01.28 13:57:51 LOG3[0]: No more addresses to connect
     2026.01.28 13:57:51 LOG5[0]: Connection reset: 0 byte(s) sent to TLS, 0 byte(s) sent to socket
    === End of file https_stunnel.log
    === Start of file server.cmd
     Testnum 3001
    === End of file server.cmd
    === Start of file stderr3001
     curl: (56) Recv failure: Connection was reset
    === End of file stderr3001
    [...]
    RUN: Unknown server on our https port: 64259 (56)
    ```
    
    Ref: https://github.com/curl/curl/actions/runs/21440845836/job/61743268798?pr=20461
    
    Closes #20462

    Changed files

    • .github/workflows/windows.yml