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

Builder curl-ares-solaris10-i386 Build #3482

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 54 mins, 10 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3482 Build
codebase Build
got_revision 539d11297d36cff0bca7dda1f217186f060d577d Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 539d11297d36cff0bca7dda1f217186f060d577d Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Jun 17 03:05:06 2025
EndTue Jun 17 11:39:46 2025
Elapsed8 hrs, 34 mins, 40 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