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

Builder curl-threaded-solaris11-sparc Build #6072

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2a993e2a4a3d057b277e0e2dd490c5c9466b6d94
Got Revision2a993e2a4a3d057b277e0e2dd490c5c9466b6d94
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 40 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 6072 Build
codebase Build
got_revision 2a993e2a4a3d057b277e0e2dd490c5c9466b6d94 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2a993e2a4a3d057b277e0e2dd490c5c9466b6d94 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jun 19 01:23:32 2026
EndFri Jun 19 02:13:29 2026
Elapsed49 mins, 57 secs

All Changes:

:

  1. Change #271754

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 19 Jun 2026 00:53:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8f5e4f020e79ec1fd1e8540bdea3c1c20030405b

    Comments

    GHA: fix Linux triplet passed to `CMAKE_C_COMPILER_TARGET`
    Before this patch it broke clang 20/21 cmake builds on ubuntu-26.04-arm
    runner, failing at the beginning of the configure stage while probing
    the compiler.
    
    Seen in the 'CM openssl clang krb5 LTO' job:
    ```
    : && /usr/bin/clang --target=aarch64-pc-linux-gnu   CMakeFiles/cmTC_3d9ae.dir/testCCompiler.c.o -o cmTC_3d9ae   && :
        /usr/bin/aarch64-linux-gnu-ld.bfd: cannot find crtbeginS.o: No such file or directory
        /usr/bin/aarch64-linux-gnu-ld.bfd: cannot find -lgcc: No such file or directory
        /usr/bin/aarch64-linux-gnu-ld.bfd: cannot find -lgcc_s: No such file or directory
    ```
    Ref: https://github.com/curl/curl/actions/runs/27778098314/job/82195462687#step:38:66
    
    Follow-up to 36bd8074758a0b3a784403eb3d2cc31d240de896 #15242
    Follow-up to 232302f88a152a1d1722da9f69c383a766528918 #14382
    Cherry-picked from #22092
    
    Closes #22097

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  2. Change #271758

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 19 Jun 2026 01:09:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2a993e2a4a3d057b277e0e2dd490c5c9466b6d94

    Comments

    GHA: re-sync Linux CMake triplet with autotools builds
    Follow-up to 8f5e4f020e79ec1fd1e8540bdea3c1c20030405b #22097

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml