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

Builder curl-unthreaded-solaris11-sparc Build #4071

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Jun 16 22:32:28 2025
EndMon Jun 16 23:50:08 2025
Elapsed1 hrs, 17 mins, 39 secs

All Changes:

:

  1. Change #236843

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Jun 2025 22:25:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 539d11297d36cff0bca7dda1f217186f060d577d

    Comments

    tests/http/clients: drop hack and use `curl_setup.h` again
    Sync build properties with libtests.
    
    This allows accessing macros from `curl_config.h`, for feature flags.
    Smoothens out platform bumps, allowing to drop local replicas from
    client sources. It enables using Windows wrappers, e.g. for `fopen()`.
    
    Also fix client sources to use `curl_mfprintf()` where curl format
    strings are used. (To avoid build failure with older mingw-w64, e.g.
    6.4.0 in CI.)
    
    Follow-up to 739c09c8a4111b3ee00b0004f5a3f67e00ba3aeb #17627
    
    Closes #17642

    Changed files

    • tests/http/clients/CMakeLists.txt
    • tests/http/clients/Makefile.am
    • tests/http/clients/Makefile.inc
    • tests/http/clients/first.h
    • tests/http/clients/h2_pausing.c
    • tests/http/clients/h2_upgrade_extreme.c
    • tests/http/clients/tls_session_reuse.c