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

Builder curl-ares-solaris11-i386 Build #4574

Build In Progress:

ETA: 15:20:53 [59 mins, 58 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4574 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision feb52be197c695fa783d68c11924f474c2add6b7 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Christian Schmitz
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartWed Jan 28 12:59:26 2026
Elapsed1 hrs, 21 mins, 28 secs

All Changes:

:

  1. Change #256558

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

    Comments

    vquic: handle SOCKEMSGSIZE correctly
    Report UDP packets with SOCKEMSGSIZE as being "sent" to progress
    the send buffer properly on PMTUD probes.
    
    Reported-by: Daniil Gentili
    Fixes #20440
    Closes #20448

    Changed files

    • lib/vquic/vquic.c
  2. 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
  3. 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
  4. 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