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

Builder curl-unthreaded-solaris10-sparc Build #13224

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf37d5f42f22eaefdd472454f049d5345aaec203f
Got Revisionf37d5f42f22eaefdd472454f049d5345aaec203f
Changes7 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 38 mins, 18 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 3 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13224 Build
codebase Build
got_revision f37d5f42f22eaefdd472454f049d5345aaec203f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f37d5f42f22eaefdd472454f049d5345aaec203f Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dan Fandrich
  2. DoI
  3. Viktor Szakats

Timing:

StartThu Jun 26 11:08:02 2025
EndFri Jun 27 07:25:10 2025
Elapsed20 hrs, 17 mins, 7 secs

All Changes:

:

  1. Change #237771

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Jun 2025 19:45:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4914c2177e084819da3e7e0eb9c69b1a96bb12ad

    Comments

    autotools: detect and link `brotlicommon` library for brotli
    `brotlicommon` is necessary when linking brotli statically.
    E.g. on Alpine Linux with `PKG_CONFIG='pkg-config --static'`.
    
    It also syncs brotli libs listed in `libcurl.pc` and `curl-config` with
    those generated by cmake, which already listed `brotlicommon` there.
    
    Also:
    - remove workaround from GHA/configure-vs-cmake CI jobs.
    
    Ref: https://github.com/curl/curl/commit/69cda1b7048ce7651b68040c8c4f14356c93033f
    Follow-up to f2adb3b6d73cad0c28ec8a32f5fa969d0f6378a0 #15431
    Reported-by: Christopher Boyd
    Fixes #17678
    Closes #17723

    Changed files

    • .github/workflows/configure-vs-cmake.yml
    • configure.ac
  2. Change #237779

    Category curl
    Changed by DoI <5291556+denandzohnoyoudont@users.noreply.github.com>
    Changed at Wed 25 Jun 2025 22:58:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 83baac43a861e8b2d939e7a0a00456a4fbc5311c

    Comments

    curl: improve non-blocking STDIN performance
    Using a select() call on supported platforms to check for data with a
    given timeout
    
    Closes #17566

    Changed files

    • src/tool_cb_rea.c
  3. Change #237790

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Thu 26 Jun 2025 08:01:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f547bca4b6af8f46603ca680adda1c08d2ddc717

    Comments

    DISTROS: update NixOS link

    Changed files

    • docs/DISTROS.md
  4. Change #237801

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Jun 2025 10:20:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 53c88435d88f7d3a590967cc243157533bb0bdb0

    Comments

    build: split `.c` and `.h` file lists in tests
    It allows to pass `.h` files only where they are really needed, which is
    `EXTRA_DIST` (or `*SOURCES`) for autotools.
    
    Also:
    - rename variables to be shorter and consistent.
    - drop references to non-local headers. We don't need to pass them as
      dist sources.
    - drop empty variables and references, after the above.
    - server: add placeholder `UTIL_H`.
    
    Closes #17745

    Changed files

    • tests/client/CMakeLists.txt
    • tests/client/Makefile.am
    • tests/client/Makefile.inc
    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am
    • tests/libtest/Makefile.inc
    • tests/server/CMakeLists.txt
    • tests/server/Makefile.am
    • tests/server/Makefile.inc
    • tests/tunit/CMakeLists.txt
    • tests/tunit/Makefile.am
    • tests/tunit/Makefile.inc
    • tests/unit/CMakeLists.txt
    • tests/unit/Makefile.am
    • tests/unit/Makefile.inc
  5. Change #237802

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Jun 2025 10:20:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 73c548e1014962c1c58436df281c76ccb3426efa

    Comments

    autotools: drop redundant `Makefile.inc` from `EXTRA_DIST` in src
    Closes #17747

    Changed files

    • src/Makefile.am
  6. Change #237803

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Jun 2025 10:20:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1679802b3a8273455fd460600424820d81a2dc99

    Comments

    tests: use %b64[] to base64 data in 2056, 2057
    Follow-up to 63011ac638d83a92294ed5682dbb91484b1ff8d3 #17721
    
    Closes #17748

    Changed files

    • tests/data/test2056
    • tests/data/test2057
  7. Change #237805

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Jun 2025 10:55:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f37d5f42f22eaefdd472454f049d5345aaec203f

    Comments

    tests: fix `BUNDLE` variable references in `Makefile.am`
    Bug: https://github.com/curl/curl/pull/17750/files#diff-0c866a04cf144e1595f64820c652daaa923358d4de1b30ca8baf85c70ec12a2dR83
    
    Closes #17751

    Changed files

    • tests/client/Makefile.am
    • tests/server/Makefile.am
    • tests/tunit/Makefile.am
    • tests/unit/Makefile.am