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

Builder curl-ares-solaris10-i386 Build #3487

Results:

Failed runtest

SourceStamp:

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

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, 53 mins, 14 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 3487 Build
codebase Build
got_revision ea782134e527589f4f67c949f0283816366a3f7b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ea782134e527589f4f67c949f0283816366a3f7b 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:

StartThu Jun 19 09:12:37 2025
EndThu Jun 19 14:58:17 2025
Elapsed5 hrs, 45 mins, 39 secs

All Changes:

:

  1. Change #236970

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 09:06:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision af309fb17b3af6c519e8b09e4e01a891b8fe20bd

    Comments

    tests/client: use `curl_mfprintf()`
    Replacing `fprintf()`. `curl_mfprintf()` is a public libcurl API.
    
    Following the same change made for libtests.
    
    Follow-up to 255aac56f9773d7c138816bfe0390293f7da33a5 #17253
    
    Closes #17651

    Changed files

    • tests/client/first.c
    • tests/client/first.h
    • tests/client/h2_pausing.c
    • tests/client/h2_serverpush.c
    • tests/client/h2_upgrade_extreme.c
    • tests/client/hx_download.c
    • tests/client/hx_upload.c
    • tests/client/tls_session_reuse.c
    • tests/client/upload_pausing.c
    • tests/client/ws_data.c
    • tests/client/ws_pingpong.c
  2. Change #236971

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 09:06:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ea782134e527589f4f67c949f0283816366a3f7b

    Comments

    autotools: simplify configuration in tests, examples
    - GHA/windows: make a mingw autotools build static only.
    - GHA/windows: fix a CI script issue with the build above.
    - src: fix to pass `LIBCURL_PC_LIBS_PRIVATE` instead of `LINKFLAGS`.
      This makes the libs propagate to tunits, making the local hack there
      unnecessary. `LINKFLAGS` had this single use in the repo, and it was
      empty in local tests.
    - tests: drop passing redundant `LIBCURL_PC_LDFLAGS_PRIVATE`.
    - tests: drop redundant target name from config variables.
    - examples, tests/client: drop `LIBDIR` temp variables with single uses.
    - examples, tests: formatting to sync `Makefile.am` scripts with each
      other.
    
    Closes #17661

    Changed files

    • .github/workflows/windows.yml
    • docs/examples/Makefile.am
    • src/Makefile.am
    • tests/client/Makefile.am
    • tests/libtest/Makefile.am
    • tests/server/Makefile.am
    • tests/tunit/Makefile.am
    • tests/unit/Makefile.am