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

Builder curl-ares-solaris11-sparc Build #5229

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Christian Schmitz
  2. Stefan Eissing

Timing:

StartWed Jan 28 12:12:57 2026
EndWed Jan 28 13:23:11 2026
Elapsed1 hrs, 10 mins, 13 secs

All Changes:

:

  1. Change #256561

    Category curl
    Changed by Christian Schmitz <supportohnoyoudont@monkeybreadsoftware.de>
    Changed at Wed 28 Jan 2026 11:37:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e788d9d2c76b8b28ef0ba548b6b335c56e22c841

    Comments

    imap: fix custom listing
    Add test 1847 and 1848.
    
    Fixes #20356
    Closes #20360

    Changed files

    • lib/imap.c
    • tests/data/Makefile.am
    • tests/data/test1847
    • tests/data/test1848
  2. Change #256562

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 28 Jan 2026 11:39:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f062b4b903547e26b336f73c5103c9521382f302

    Comments

    pytest: remove 03_02
    The test for restarting the server during ongoing transfers does not
    work reliably for HTTP/3. This seems due to the nature of UDP/QUIC where
    the client may learn about a closed connection at any time, not only
    when starting a new request.
    
    Remove the test.
    
    Closes #20458

    Changed files

    • tests/http/test_03_goaway.py