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

Builder curl-ares-solaris11-i386 Build #3620

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision11c211c33c0a4d4affedf640f15dda782c7bf22c
Got Revision11c211c33c0a4d4affedf640f15dda782c7bf22c
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 ...' ( 56 mins, 42 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 9 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 3620 Build
codebase Build
got_revision 11c211c33c0a4d4affedf640f15dda782c7bf22c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 11c211c33c0a4d4affedf640f15dda782c7bf22c 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:

StartThu Jun 19 22:57:10 2025
EndFri Jun 20 01:40:44 2025
Elapsed2 hrs, 43 mins, 34 secs

All Changes:

:

  1. Change #237065

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 20:41:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 171b62375965fbf5f02e66f587a83043059ae41a

    Comments

    cmake: build `stubgss` library for libtests to match autotools
    Used by test 2056 and 2057, in a way that's Linux- & autotools-specific.
    This patch builds it for all Unix, syncing cmake with autotools.
    
    Adapt the two tests to find the library in CMake builds as well.
    
    Tested OK on Linux. (CI does not test this. The corresponding jobs build
    in debug mode, while the `LD_PRELOAD` feature is locked to non-debug.)
    
    On macOS it didn't load without building everything for aarch64e arch:
    "../bld/tests/libtest/libstubgss.dylib' (mach-o file, but is
    an incompatible architecture (have 'arm64', need 'arm64e'))"
    With that fixed it still did not load correctly and/or the tests did not
    pass. So, for macOS these tests remain disabled.
    
    Also:
    - GHA/macos: build for aarch64e. (recognized by Apple clang as of this
      patch. llvm and gcc fall back to aarch64.)
    
    Follow-up to 56d949d31ad182a22bd3bad25b1a902b635d549d #1687
    
    Closes #17653

    Changed files

    • .github/workflows/macos.yml
    • tests/data/test2056
    • tests/data/test2057
    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am
    • tests/libtest/Makefile.inc
    • tests/runtests.pl
  2. Change #237070

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 20:53:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 614febca516322f7add283adffa60385e009f7b1

    Comments

    lib530, 582: smoothen out minor differences
    Fix indentation, casts, a few other minor difference between these tests
    that share a common codebase.
    
    Closes #17649

    Changed files

    • tests/libtest/lib530.c
    • tests/libtest/lib582.c
  3. Change #237071

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

    Comments

    build: sync curlx build variables and script
    Between src and tests, both in autotools and cmake.
    
    Closes #17675

    Changed files

    • src/Makefile.am
    • 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