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

Builder curl-threaded-solaris11-sparc Build #5227

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfeb52be197c695fa783d68c11924f474c2add6b7
Got Revisionfeb52be197c695fa783d68c11924f474c2add6b7
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 56 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 5227 Build
codebase Build
got_revision feb52be197c695fa783d68c11924f474c2add6b7 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision feb52be197c695fa783d68c11924f474c2add6b7 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. Christian Schmitz
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartWed Jan 28 12:37:54 2026
EndWed Jan 28 13:46:11 2026
Elapsed1 hrs, 8 mins, 17 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
  3. Change #256568

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 28 Jan 2026 12:05:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision feb52be197c695fa783d68c11924f474c2add6b7

    Comments

    build: assume `stdint.h`
    curl requires `stdint.h` from C99, and no longer builds without it since
    v8.18.0 (after dropping VS2008 support). Assume it's available, drop
    feature checks.
    
    Also:
    - drop duplicate `stdint.h` includes.
    - introduce internal `HAVE_UINTPTR_T`, enabled by default.
    - OS400: disable `HAVE_UINTPTR_T`.
    - build: keep cmake pre-fill and `cmp-config.pl` exception because cmake
      and autotools both detect `stdint.h` implicitly.
    
    Co-authored-by: Dan Fandrich
    Ref: #20405
    Ref: #20384
    Follow-up to 2e1a045d8985e5daa4d9a4f908ed870a16d8e41e #17931
    
    Closes #20406

    Changed files

    • CMakeLists.txt
    • configure.ac
    • lib/config-win32.h
    • lib/curl_config-cmake.h.in
    • lib/curl_setup.h
    • lib/curl_setup_once.h
    • lib/curlx/timeval.c
    • lib/doh.h
    • lib/dynhds.h
    • lib/formdata.c
    • lib/hostip.h
    • lib/http.h
    • lib/http2.c
    • lib/vtls/cipher_suite.h