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

Builder curl-unthreaded-solaris10-i386 Build #16679

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16679 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 2a993e2a4a3d057b277e0e2dd490c5c9466b6d94 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. alhudz

Timing:

StartFri Jun 19 08:50:11 2026
Elapsed2 hrs, 53 mins, 4 secs

All Changes:

:

  1. Change #271743

    Category curl
    Changed by alhudz <al.hudz.kohnoyoudont@gmail.com>
    Changed at Thu 18 Jun 2026 23:58:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fdd6ba3580f877a71394e106bd66f8d81fcb5771

    Comments

    cookie: check __Secure- and __Host- case sensitively when read from file
    The header path matches these prefixes case sensitively, as 5af0165562
    made it for cookie spec reasons, but the Netscape cookie-file path still
    used a case-insensitive match. Align the file path so a differently
    cased name like __secure-x is treated as an ordinary cookie instead of
    being put through the prefix integrity checks.
    
    Extended test 2311 to cover it.
    
    Closes #22085

    Changed files

    • lib/cookie.c
    • tests/data/test2311
  2. 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
  3. 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
  4. 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