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

Builder curl-ares-solaris10-i386 Build #3488

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9fc05357ef91e9d5a3c6662a30a67c96cac0b2e5
Got Revision9fc05357ef91e9d5a3c6662a30a67c96cac0b2e5
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 52 mins, 24 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 3488 Build
codebase Build
got_revision 9fc05357ef91e9d5a3c6662a30a67c96cac0b2e5 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9fc05357ef91e9d5a3c6662a30a67c96cac0b2e5 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 14:58:20 2025
EndThu Jun 19 23:36:45 2025
Elapsed8 hrs, 38 mins, 25 secs

All Changes:

:

  1. Change #236984

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 11:27:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d9b89d4fa94a095ee5b41738d743e92dc9e8b72e

    Comments

    cmake: sync tests scripts by using the variable `BUNDLE`
    To reduce the diff between tests CMakeFiles.txt, and syncing with
    autotools, which already used the `BUNDLE` variable like this.
    
    Also:
    - fold lines that went over 132 chars after this change.
    - autotools: sync order of macros with cmake.
    
    Closes #17667

    Changed files

    • tests/client/CMakeLists.txt
    • tests/libtest/CMakeLists.txt
    • tests/server/CMakeLists.txt
    • tests/server/Makefile.am
    • tests/tunit/CMakeLists.txt
    • tests/unit/CMakeLists.txt
    • tests/unit/Makefile.am
  2. Change #236987

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 11:46:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ef7696d12dbca13aae0c88ed2082f5b18cce1e8

    Comments

    tests/client: drop autotools logic no longer necessary
    Not necessary now that test clients #include `curl_setup.h`.
    
    Follow-up to 539d11297d36cff0bca7dda1f217186f060d577d #17642
    
    Closes #17668

    Changed files

    • tests/client/Makefile.am
  3. Change #236995

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

    Comments

    cmake: sync `target_link_libraries()` order in tests more
    Closes #17669

    Changed files

    • tests/client/CMakeLists.txt
    • tests/libtest/CMakeLists.txt
    • tests/server/CMakeLists.txt
  4. Change #237001

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 13:02:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 548873921cde197aa1d40216c594c76738031374

    Comments

    cmake: use `target_link_options()` when available
    To pass `-municode` to the linker. Before this patch we passed this via
    `target_link_libraries()` which is designed to pass libraries. Keep
    using it for old CMake versions, where no better alternative existed.
    
    https://cmake.org/cmake/help/latest/command/target_link_options.html
    
    Also:
    - also pass `-municode` as `PRIVATE` for old cmake versions.
      (it should not make a difference because no target depends on the curl
      tool, but this seem to be the modern, non-ambiguous syntax.)
    - unfold a bunch of split lines for greppability of `add_library()` and
      `add_executable()` commands.
    - quote a string.
    
    Closes #17670

    Changed files

    • lib/CMakeLists.txt
    • src/CMakeLists.txt
  5. Change #237007

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 13:27:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8e47c8a764282605e54328853f55a4c8d323f2b1

    Comments

    build: tidy up header paths, use srcdir where possible
    To improve readability.
    
    Also add more comments on why each is necessary.
    
    Closes #17630

    Changed files

    • lib/Makefile.am
    • src/CMakeLists.txt
    • src/Makefile.am
    • tests/client/CMakeLists.txt
    • tests/client/Makefile.am
    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am
    • tests/server/CMakeLists.txt
    • tests/server/Makefile.am
    • tests/tunit/CMakeLists.txt
    • tests/tunit/Makefile.am
    • tests/unit/CMakeLists.txt
    • tests/unit/Makefile.am
  6. Change #237008

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 13:28:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9fc05357ef91e9d5a3c6662a30a67c96cac0b2e5

    Comments

    tests/server: make all global vars/funcs static
    Also merge `util.h` into `util.c`.
    
    Closes #17671

    Changed files

    • tests/server/Makefile.inc
    • tests/server/dnsd.c
    • tests/server/getpart.c
    • tests/server/getpart.h
    • tests/server/mqttd.c
    • tests/server/resolve.c
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
    • tests/server/util.c
    • tests/server/util.h