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

Builder curl-ares-solaris11-i386 Build #3649

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision26326c529765e8d998963049a7d355570e584ca0
Got Revision26326c529765e8d998963049a7d355570e584ca0
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 57 mins, 27 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 19 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3649 Build
codebase Build
got_revision 26326c529765e8d998963049a7d355570e584ca0 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 26326c529765e8d998963049a7d355570e584ca0 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jun 25 10:03:14 2025
EndWed Jun 25 13:10:03 2025
Elapsed3 hrs, 6 mins, 48 secs

All Changes:

:

  1. Change #237734

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Jun 2025 09:57:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1ec0da014974aa0fad6c4e4b600810ac203bd5ce

    Comments

    tests: constify, make consts static
    - lib509: constify an input string.
    - add `static` to const data, where missing.
    - tool1394: fix indentation.
    
    Closes #17736

    Changed files

    • tests/libtest/lib1560.c
    • tests/libtest/lib1948.c
    • tests/libtest/lib3102.c
    • tests/libtest/lib505.c
    • tests/libtest/lib509.c
    • tests/libtest/lib556.c
    • tests/libtest/stub_gssapi.c
    • tests/tunit/tool1394.c
    • tests/unit/unit1398.c
    • tests/unit/unit1601.c
    • tests/unit/unit1610.c
    • tests/unit/unit1611.c
    • tests/unit/unit1612.c
    • tests/unit/unit1655.c
  2. Change #237735

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Jun 2025 09:57:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f4649425f2d4a7bef1ce628f2450ee2a4477a06e

    Comments

    build: fix libcurltool with cmake and tunits, related tidy-ups
    Sync how libcurltool is built in different modes and build systems.
    
    cmake:
    - build libcurltool with curlx when building shared libcurl.
      To make it possible to use standard libcurl when linking tunits.
      Also syncing this with autotools.
      The remaining difference is that cmake allows to select shared or
      static for curl tool and tests/examples independently.
    - fix to link with libcurl instead of libcurlu.
      To sync with autotools and to link with the standard libcurl for
      tool unit tests.
    - fix `source_group()` to always include curlx sources.
    - add missing 'curlx header files' source group.
    
    autotools:
    - build libcurltool without curlx when building static libcurl in
      non-unity builds.
      To avoid double compilation, just to be thrown away at link time.
      Also to sync with unity builds.
    
    both:
    - sync source order between autotools and cmake.
    - make sure to pass all headers with both autotools and cmake.
      This is a no-op with cmake. Maybe a future patch should make sure
      to not pass those to remove that noise.
    
    Ref: #17696
    
    Closes #17727

    Changed files

    • src/CMakeLists.txt
    • src/Makefile.am
    • src/Makefile.inc
    • tests/tunit/CMakeLists.txt
  3. Change #237736

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Jun 2025 09:57:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 26326c529765e8d998963049a7d355570e584ca0

    Comments

    build: stubgss tidy-ups (in tests)
    - cmake: avoid running clang-tidy twice.
    - autotools: do not pass curl/libtest-specific macros.
    
    Also:
    - autotools: drop `CFLAG_CURL_SYMBOL_HIDING` from libtests.
       Unused since 09437d8cd46ebc5fefbb578bc11d0ffc522de2f0 #14695
    
    Closes #17738

    Changed files

    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am