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

Builder curl-threaded-solaris11-i386 Build #5268

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 58 mins, 41 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-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 5268 Build
codebase Build
got_revision 2a993e2a4a3d057b277e0e2dd490c5c9466b6d94 Git
osplatform I386 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-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jun 19 02:11:44 2026
EndFri Jun 19 04:12:17 2026
Elapsed2 hrs, 32 secs

All Changes:

:

  1. Change #271747

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 19 Jun 2026 00:14:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 139ce4d37cfdc3126179bdb166ec61a095360c62

    Comments

    GHA: separate pytype from other checkers and pips
    pytype is discontinued, does not receive further updates, and it
    requires older python, offered by Ubuntu 24.04 or older.
    
    Move it to its own GHA job to allow bumping the rest of checkers to.
    newer runner images. Also move it out from the shared `requirements.txt`
    and install directly from its separate GHA job, to avoid installing it
    unnecessarily from others. Since it does not receive update, it's fine
    to move out from Dependabot's view.
    
    Ref: https://pypi.org/project/pytype/
    Cherry-picked from #22092
    
    Closes #22096

    Changed files

    • .github/scripts/requirements.txt
    • .github/workflows/checksrc.yml
  2. 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
  3. 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