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

Builder curl-threaded-solaris11-i386 Build #5301

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision8be2daae0fc60a9ab9d16fd8a399ece39174f4bc
Got Revision8be2daae0fc60a9ab9d16fd8a399ece39174f4bc
Changes7 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 48 mins, 34 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 5301 Build
codebase Build
got_revision 8be2daae0fc60a9ab9d16fd8a399ece39174f4bc Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8be2daae0fc60a9ab9d16fd8a399ece39174f4bc 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. Alhuda Khan
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartFri Jun 26 16:04:44 2026
EndFri Jun 26 17:45:59 2026
Elapsed1 hrs, 41 mins, 14 secs

All Changes:

:

  1. Change #272903

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 26 Jun 2026 14:12:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cfc7922377d20ea1a4a989fb043c3c5d189edfee

    Comments

    altsvc: use Curl_peer in processing
    Use `data->state.origin` when processing alt-avc information.
    
    Decomplexify parsing function.
    
    Closes #22184

    Changed files

    • lib/altsvc.c
    • lib/altsvc.h
    • lib/connect.c
    • lib/connect.h
    • lib/http.c
    • lib/url.c
    • tests/unit/unit1654.c
  2. Change #272905

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 26 Jun 2026 14:39:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 18475e662cb3655dc2c5ac962ac81a233ca86faf

    Comments

    urlpieces: remove members that live in peers/creds
    Remove members of `struct urlpieces` that now live in peers/creds.
    
    Change all remaining uses of those urlpieces.
    
    When comparing schemes, use the protocol constants.
    
    Closes #22171

    Changed files

    • lib/http.c
    • lib/http_proxy.c
    • lib/ldap.c
    • lib/openldap.c
    • lib/peer.c
    • lib/peer.h
    • lib/url.c
    • lib/urlapi-int.h
    • lib/urlapi.c
    • lib/urldata.h
    • lib/vssh/libssh.c
  3. Change #272908

    Category curl
    Changed by Alhuda Khan <al.hudz.kohnoyoudont@gmail.com>
    Changed at Fri 26 Jun 2026 14:50:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a36384ab94b868b70b39209ced3e89927a14922d

    Comments

    http: trim custom header name before the Authorization drop
    A custom header name padded with blanks (`Authorization :`) missed the
    exact-length compare and slipped past the cross-host Authorization and
    Cookie drop, forwarding the header to the redirect target. Trim the
    parsed name in both the request and proxy CONNECT header builders.
    
    Closes #22178

    Changed files

    • lib/http.c
    • lib/http_proxy.c
    • tests/data/Makefile.am
    • tests/data/test2113
  4. Change #272929

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 15:45:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 84c5dcdb05202d3260b4631c2fa842123f87b362

    Comments

    tidy-up: syntax and code nits
    - cmp-pkg-config.sh: replace `-r -f` with `-rf` to match rest of repo.
    - configure.ac: add double quotes for robustness (not a bug).
    - curl-openssl.m4: merge nested `if`s.
    - CurlTests.c: drop `!= 0`, also to sync with m4.
    - CurlTests.c: replace `example.com` with `localhost` in
      `gethostbyname()` feature test code. (compile-only, not a bug)
    - GHA/http3-linux: drop literal `true` from bool expression.
    - lib650: drop redundant `&`.
    - move variable/call to left-hand side of equality checks, where
      missing.
    - perl: detach `<`/`>` from filename in `open()`, where missing.
    - schannel: apply two nit fixes lost in rebase.
    - scripts/verify-release: drop redundant double quotes.
    - scripts/verify-release: exit with error code on error.
    - synctime: replace magic numbers with `sizeof()`.
    - telnet: add missing parentheses to macro value.
    - tests/Makefile.am: use single quotes.
    - tool_operate: drop redundant `break` after `return` in VMS code.
    - unit2413: drop unused NULL pointer + free call.
    - unit2413: fix duplicate test case name.
    - urlapi: drop redundant parentheses.
    - urlapi: drop `CURL_UNCONST()` that became redundant.
    
    Closes #22186

    Changed files

    • .github/scripts/cmp-config.pl
    • .github/scripts/cmp-pkg-config.sh
    • .github/scripts/verify-synopsis.pl
    • .github/workflows/http3-linux.yml
    • CMake/CurlTests.c
    • configure.ac
    • docs/examples/adddocsref.pl
    • docs/examples/log_failed_transfers.c
    • docs/examples/synctime.c
    • lib/telnet.c
    • lib/urlapi.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls.c
    • lib/vtls/wolfssl.c
    • m4/curl-openssl.m4
    • scripts/badwords
    • scripts/cd2cd
    • scripts/managen
    • scripts/mk-ca-bundle.pl
    • scripts/verify-release
    • src/tool_operate.c
    • src/tool_ssls.c
    • tests/Makefile.am
    • tests/allversions.pm
    • tests/libtest/lib650.c
    • tests/server/util.c
    • tests/test1707.pl
    • tests/testutil.pm
    • tests/unit/unit2413.c
  5. Change #272930

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 15:45:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4839029645bae1ff7f17e0f1c7543bc3eb30f471

    Comments

    cmake: robustify base path in local file reference
    To make the macro find this file also when used elsewhere than the root
    `CMakeLists.txt`. Current code only uses it from the root.
    
    Follow-up to 88c17d5587447b367c7ec836ff9b847860f52f75
    
    Closes #22187

    Changed files

    • CMake/Macros.cmake
  6. Change #272931

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 15:45:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8198e388d31919ec610908d496d34ced2daf4fea

    Comments

    cmake: tidy-up base directory variable for `include/*`/`CMake/*` files
    Use `PROJECT_SOURCE_DIR` for these files, replacing
    `CMAKE_CURRENT_SOURCE_DIR`, to make it consistent with rest of CMake
    sources and to reflect that the locations of these files are fixed and
    do not depend on the CMake source location referencing them.
    
    Exception: keep as-is before calling `project()`, which is where
    `PROJECT_SOURCE_DIR` is initialized.
    
    Ref: https://cmake.org/cmake/help/v3.18/command/project.html
    
    Follow-up to #22187
    Follow-up to 9126eb5a8ad96f156586942facb069383a09c046 #15331
    
    Closes #22188

    Changed files

    • CMakeLists.txt
  7. Change #272932

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 26 Jun 2026 15:45:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8be2daae0fc60a9ab9d16fd8a399ece39174f4bc

    Comments

    GHA/windows: set `VCPKG_APPLOCAL_DEPS=OFF` for vcpkg jobs
    Add the necessary directory to `PATH` instead.
    
    To disable a vcpkg feature (auto-copying DLL dependencies next to the
    build targets) that was causing CI flakiness in the libssh2 repository.
    In curl it currently cannot cause flakiness because targets (with DLL
    dependencies) reside in separate directories.
    
    AFAIU this vcpkg feature has been present and enabled by default for
    a long time, but only a recent update made it visible in the log and
    flaky at the same time, due to switching implementation.
    
    This patch removes log noise and potential issues, improves efficiency,
    and saves disk space: 74MB -> 71 in UWP, and 69MB -> 65 in the arm64 job.
    Time saving is negligible with current jobs.
    
    Refs:
    https://github.com/libssh2/libssh2/pull/2114
    https://github.com/libssh2/libssh2/commit/30a0484cb7b350d779dbca87dbf9d7ba18a03547
    https://github.com/microsoft/vcpkg/pull/52315
    https://learn.microsoft.com/vcpkg/reference/installation-tree-layout
    
    Closes #22189

    Changed files

    • .github/workflows/windows.yml