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

Builder curl-threaded-solaris10-sparc Build #2877

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 40 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 10 mins, 0 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 4 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Dan Fandrich
  2. Marcel Raad
  3. Viktor Szakats

Timing:

StartFri Jun 27 00:44:38 2025
EndFri Jun 27 21:35:48 2025
Elapsed20 hrs, 51 mins, 9 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. Change #237815

    Category curl
    Changed by Marcel Raad <Marcel.Raadohnoyoudont@teamviewer.com>
    Changed at Thu 26 Jun 2025 12:19:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2a9dfe275d87c78ae8d8b70d88e37fa7c26376da

    Comments

    http: fix build with cookies and HSTS disabled
    All arguments and local variables in `http_header_s` were unused when
    both `CURL_DISABLE_COOKIES` and `CURL_DISABLE_HSTS` were defined.
    
    Closes https://github.com/curl/curl/pull/17753

    Changed files

    • lib/http.c
  7. Change #237844

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 27 Jun 2025 00:24:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7b0b03c057ed764f918fdda6012978a5518ba5df

    Comments

    runtests: fix `LD_PRELOAD` detection for cmake-built curl binaries
    CMake builds by default don't include a triplet in the `curl -V` output,
    but a CMake-specific OS string, which is usually capitalized or stylized,
    e.g. "Linux", or "FreeBSD". Make the regexp expression case-insensitive
    to handle this.
    
    Follow-up to 171b62375965fbf5f02e66f587a83043059ae41a #17653
    
    Closes #17756

    Changed files

    • tests/runtests.pl