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

Builder curl-ares-solaris10-i386 Build #3507

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 55 mins, 6 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 3507 Build
codebase Build
got_revision f37d5f42f22eaefdd472454f049d5345aaec203f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f37d5f42f22eaefdd472454f049d5345aaec203f 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. Dan Fandrich
  2. Viktor Szakats

Timing:

StartThu Jun 26 11:36:16 2025
EndThu Jun 26 20:15:27 2025
Elapsed8 hrs, 39 mins, 11 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