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

Builder curl-unthreaded-solaris11-i386 Build #4762

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 55 mins, 12 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Mar 16 21:00:36 2026
EndMon Mar 16 23:47:39 2026
Elapsed2 hrs, 47 mins, 3 secs

All Changes:

:

  1. Change #261217

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 18:12:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ec3f198ef01dcb41ca281e85b57d34d9c43065b2

    Comments

    GHA/http3-linux: prefer `contains()` over `==` in job name filters
    To allow extending names without breaking logic.
    
    Cherry-picked from #20920
    
    Closes #20941

    Changed files

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

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 19:43:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3ba48ee9ef12a86ac92f3cb71585a1e9867dbd8c

    Comments

    curl-wolfssl.m4: fix to use the correct value for pkg-config directory
    Before this patch the `$withval` variable may have contained `yes` or
    other unrelated values, instead of the wolfSSL directory configured via
    `--with-wolfssl=`.
    
    Fixing:
    ```
    checking for wolfssl options with pkg-config... found
    configure: pkg-config --exists wolfssl trace:
    ---- begin
    PKG_CONFIG_PATH: |/home/runner/wolfssl/build/lib/pkgconfig:/home/runner/nghttp3/build/lib/pkgconfig:/home/runner/ngtcp2/build/lib/pkgconfig:/home/runner/nghttp2/build/lib/pkgconfig|
    PKG_CONFIG_LIBDIR: |yes/lib/pkgconfig|         <=============== 'yes' used as base directory
    trying path: /home/runner/wolfssl/build/lib/pkgconfig for wolfssl
    ---- end
    ```
    Ref: https://github.com/curl/curl/actions/runs/23146424326/job/67235762794?pr=20920#step:18:245
    
    Cherry-picked from #20920
    
    Closes #20943

    Changed files

    • m4/curl-wolfssl.m4
  3. Change #261226

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 19:43:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8423cc8e3bae9049103ba4b79b3b550bbbe343fb

    Comments

    configure: prefer dependency-specific variables over `$withval`
    Tidy up, for robustness and consistency.
    
    Ref: #20943
    Cherry-picked from #20920
    
    Closes #20944

    Changed files

    • configure.ac