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

Builder curl-unthreaded-solaris11-i386 Build #4759

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision04d90b5deb332cd2359d5ba3f71804c55da14397
Got Revision04d90b5deb332cd2359d5ba3f71804c55da14397
Changes6 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 ...' ( 1 hrs, 7 mins, 16 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4759 Build
codebase Build
got_revision 04d90b5deb332cd2359d5ba3f71804c55da14397 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 04d90b5deb332cd2359d5ba3f71804c55da14397 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. Daniel Stenberg
  2. Martin Dürrmeier
  3. Viktor Szakats

Timing:

StartMon Mar 16 11:46:31 2026
EndMon Mar 16 14:55:47 2026
Elapsed3 hrs, 9 mins, 15 secs

All Changes:

:

  1. Change #261150

    Category curl
    Changed by Martin Dürrmeier <857448+md42ohnoyoudont@users.noreply.github.com>
    Changed at Mon 16 Mar 2026 10:43:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 594a9276bcfa3f12271be8a017812999251168ed

    Comments

    docs/lib: fix typos
    Repated 'the the' and 'with with'
    
    Closes #20933

    Changed files

    • docs/FAQ.md
    • lib/cfilters.c
    • lib/doh.c
  2. Change #261151

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 16 Mar 2026 10:51:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0cd0e193d35a28b8ac873e5f484878b9427535ab

    Comments

    url: use URL for url even in comments
    (Missed in CI due to a bug, see #20934)
    
    Closes #20935

    Changed files

    • lib/url.c
  3. Change #261154

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 16 Mar 2026 11:01:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b240c5292cf0ed42149799c9994d3dd5bdf2d2bc

    Comments

    badwords: detect the the and with with
    They seem to be the most common mistaken repeated words
    
    Ref #20933
    
    Closes #20934

    Changed files

    • scripts/badwords.txt
  4. Change #261155

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 16 Mar 2026 11:01:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3334fca537b019c4b0d2f3a2bbd43ac8a27ff89f

    Comments

    badwords-all: exit with correct code on errors
    Problems remain undetected in CI otherwise
    
    Closes #20934

    Changed files

    • scripts/badwords-all
  5. Change #261159

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 11:30:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6b0a88561106e332773fa676e7949552b0883d3f

    Comments

    ldap: fix to initialize cleartext connection on Windows
    Regression since curl 8.18.0.
    
    Reported-by: Yoshiro Yoneya
    Fixes #20927
    Follow-up to 39d1976b7f709a516e3243338ebc0443bdd8d56d #19830
    
    Closes #20928

    Changed files

    • lib/ldap.c
  6. Change #261160

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 11:31:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 04d90b5deb332cd2359d5ba3f71804c55da14397

    Comments

    configure: add option to trace pkg-config detection details
    To aid debugging cases when dependency detection acts unexpectedly.
    Sprung from spending days trying to figure out behavior of ngtcp2 crypto
    modules and their dependencies.
    
    You can enable by setting env `CURL_TRACE_PKG_CONFIG` to a non-empty
    value. When enabled, details are logged for both successful and
    unsuccessful detections. Logging of unsuccessful ones is automatically
    enabled when `CURL_CI` env is set, which is the case for all CI jobs.
    
    It works by asking for `--debug` output and grepping for lines that seem
    useful for this purpose. Output is different for classic pkg-config and
    pkgconf, and may depending on tool version. Also append `--print-errors`
    output if any.
    
    Examples (with pkgconf):
    
    Fail, before:
    ```
    checking for libngtcp2_crypto_boringssl options with pkg-config... no
    configure: error: --with-ngtcp2 was specified but could not find ngtcp2_crypto_boringssl pkg-config file.
    ```
    
    Fail, after:
    ```
    checking for libngtcp2_crypto_boringssl options with pkg-config... no
    configure: pkg-config --exists libngtcp2_crypto_boringssl trace:
    ---- begin
    trying path: /home/runner/nghttp3/build/lib/pkgconfig for libngtcp2_crypto_boringssl
    trying path: /home/runner/ngtcp2-boringssl/build/lib/pkgconfig for libngtcp2_crypto_boringssl
    trying path: /home/runner/nghttp3/build/lib/pkgconfig for libngtcp2
    trying path: /home/runner/ngtcp2-boringssl/build/lib/pkgconfig for libngtcp2
    trying path: /home/runner/nghttp3/build/lib/pkgconfig for openssl
    trying path: /home/runner/ngtcp2-boringssl/build/lib/pkgconfig for openssl
    trying path: /home/runner/nghttp2/build/lib/pkgconfig for openssl
    ==== error:
    Package openssl was not found in the pkg-config search path.
    Perhaps you should add the directory containing `openssl.pc'
    to the PKG_CONFIG_PATH environment variable
    Package 'openssl', required by 'libngtcp2_crypto_boringssl', not found
    ---- end
    configure: error: --with-ngtcp2 was specified but could not find ngtcp2_crypto_boringssl pkg-config file.
    ```
    
    Success, after:
    ```
    checking for libngtcp2_crypto_boringssl options with pkg-config... found
    configure: pkg-config --exists libngtcp2_crypto_boringssl trace:
    ---- begin
    trying path: /home/runner/awslc/build/lib/pkgconfig for libngtcp2_crypto_boringssl
    trying path: /home/runner/nghttp3/build/lib/pkgconfig for libngtcp2_crypto_boringssl
    trying path: /home/runner/nghttp2/build/lib/pkgconfig for libngtcp2_crypto_boringssl
    trying path: /home/runner/ngtcp2/build/lib/pkgconfig for libngtcp2_crypto_boringssl
    trying path: /home/runner/awslc/build/lib/pkgconfig for libngtcp2
    trying path: /home/runner/nghttp3/build/lib/pkgconfig for libngtcp2
    trying path: /home/runner/nghttp2/build/lib/pkgconfig for libngtcp2
    trying path: /home/runner/ngtcp2/build/lib/pkgconfig for libngtcp2
    trying path: /home/runner/awslc/build/lib/pkgconfig for openssl
    trying path: /home/runner/awslc/build/lib/pkgconfig for libssl
    trying path: /home/runner/awslc/build/lib/pkgconfig for libcrypto
    ---- end
    ```
    
    More examples:
    https://github.com/curl/curl/pull/20926#issuecomment-4064259935
    
    If there is an externally enablable, built-in feature like this in
    classic pkg-config or pkgconf, I could not find it.
    
    Also:
    - GHA/http3-linux: set `CURL_TRACE_PKG_CONFIG` to log detection details.
      H3 builds are prone to hard-to-debug dependency issues.
    
    Ref: #20920
    Follow-up to 3c64ffaff4cd8c8275627dd2e17b6879a1d32262 #18415 #18188
    Follow-up to 99500660af19f89069e71c2251c13963401b3806 #18028 #18022
    
    Cherry-picked from #20926
    
    Closes #20931

    Changed files

    • .github/workflows/http3-linux.yml
    • acinclude.m4
    • docs/INSTALL.md