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

Builder curl-unthreaded-solaris11-i386 Build #5303

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 40 mins, 39 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5303 Build
codebase Build
got_revision d647b84d53b5ba14ce82b0759c70e962a423c1a4 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d647b84d53b5ba14ce82b0759c70e962a423c1a4 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartMon Jun 29 10:05:39 2026
EndMon Jun 29 11:30:52 2026
Elapsed1 hrs, 25 mins, 13 secs

All Changes:

:

  1. Change #273153

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 29 Jun 2026 11:11:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1671ebd975c1f146b0dd9929fa4c2a3f8d39b305

    Comments

    build: drop superfluous `STDC_HEADERS` macro
    It is traditionally defined by autotools to detect the presence of set
    of standard C89 headers. autoconf 2.70 (2020-12-08) reduced the headers
    covered to `stdlib.h`, `string.h`. After 2.59d (2006-06-05) obsoleting
    it earlier. CMake replicated this detection, and curl included
    `curl/stdcheaders.h` if standard headers were missing. However, such
    condition could never happen because curl sources already assume all
    checked standard headers (`stdarg.h`, `stdlib.h`, `string.h`) and
    include them unconditionally.
    
    Since this is an unused feature detection and an impossible fallback
    path, drop them from CMake and curl's source. autotools continues to do
    the detection by default, but its result is unused after this patch.
    
    This leaves public `curl/stdcheaders.h` unused from within the codebase.
    
    Refs:
    https://github.com/autotools-mirror/autoconf/commit/f0c7c425539964047b0cb986d2ea5f5687a07069
    https://github.com/autotools-mirror/autoconf/commit/86c213d0e355296f026a36e3203c0813041aae89
    
    Follow-up to 65dae4ad80b02f25a25e17af62ea4f2940970330 #22191
    Follow-up to 4c5307b45655ba75ab066564afdc0c111a8b9291
    Ref: ae1912cb0d494b48d514d937826c9fe83ec96c4d
    
    Closes #22206

    Changed files

    • .github/scripts/cmp-config.pl
    • CMake/CurlTests.c
    • CMake/unix-cache.cmake
    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • lib/config-os400.h
    • lib/config-win32.h
    • lib/curl_config-cmake.h.in
    • lib/curl_setup.h
    • projects/vms/config_h.com
  2. Change #273158

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 29 Jun 2026 11:17:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d647b84d53b5ba14ce82b0759c70e962a423c1a4

    Comments

    CREDENTIALS.md: remove comment about emtpy user/pass
    Closes #22212

    Changed files

    • docs/internals/CREDENTIALS.md