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

Builder curl-unthreaded-solaris10-i386 Build #16673

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision6125d5d6c5aa26280d6dd44eb6f2c3123c7e68bf
Changes7 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 16673 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 6125d5d6c5aa26280d6dd44eb6f2c3123c7e68bf 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. Dan Fandrich
  2. Daniel Stenberg
  3. Stefan Eissing
  4. Viktor Szakats
  5. renovate[bot]

Timing:

StartTue Jun 16 21:55:03 2026
Elapsed2 hrs, 26 mins, 26 secs

All Changes:

:

  1. Change #271297

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 16 Jun 2026 12:42:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c2b050e4e49630246b93ff2e2bab2ae41402c74c

    Comments

    servers: deduplicate `storerequest()` across two servers
    Closes #22041

    Changed files

    • tests/server/first.h
    • tests/server/rtspd.c
    • tests/server/sws.c
    • tests/server/util.c
  2. Change #271327

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 16 Jun 2026 15:57:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bd10924b47c8bf94127eaee8c56e7b5e5418da46

    Comments

    url: connection credentials origin
    When tying credentials to a connection (NTLM, Negotiate) also link the
    origin the credentials are for. This prevents a connection reuse with
    the same credentials, but intended for another origin.
    
    The mis-reuse could happen for a forwarding proxy and NTLM (although, in
    the mind of the person writing this, it is an insane setup).
    
    Closes #22040

    Changed files

    • lib/http_negotiate.c
    • lib/http_ntlm.c
    • lib/url.c
    • lib/urldata.h
  3. Change #271335

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 16 Jun 2026 16:21:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b56cb3b71eaadb5da9b19e333ac0769739dacbc8

    Comments

    _URL.md: remove the zone-id mention
    While correct, it felt random and misplaced there.
    
    Closes #22048

    Changed files

    • docs/cmdline-opts/_URL.md
  4. Change #271336

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 16 Jun 2026 16:28:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1bb75af8e9cb5b3ba897894e31309cb4442a4c15

    Comments

    GHA: update google/boringssl to v0.20260616.0
    Closes #22046

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  5. Change #271355

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 16 Jun 2026 19:11:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision be8f24323e8dc11c46f36b34118c7cf9856875fc

    Comments

    perl: `open... || ` -> `open... or` (cont.)
    Also: unfold a few lines, fix a space, add a missing parentheses.
    
    Follow-up to 678e63934cc4bd1941b20c5111d37a6e530d2a5d #22036
    
    Closes #22047

    Changed files

    • scripts/cd2cd
    • scripts/managen
    • scripts/mdlinkcheck
    • scripts/mk-ca-bundle.pl
    • scripts/nroff2cd
    • tests/allversions.pm
    • tests/ftpserver.pl
    • tests/libtest/test613.pl
    • tests/runner.pm
    • tests/runtests.pl
    • tests/test1119.pl
    • tests/test1139.pl
    • tests/test1140.pl
    • tests/test1167.pl
    • tests/test1173.pl
    • tests/test1222.pl
    • tests/test1488.pl
    • tests/valgrind.pm
  6. Change #271356

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 16 Jun 2026 19:11:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aacb90bee9a11209c3f7d26cb7d91956b95b9524

    Comments

    cmake/FindGSS: prioritize MIT over GNU in pkg-config detection
    To match the non-pkg-config path, and also suspected user expectation.
    
    This comes with a small incompatibility in return for more consistency.
    
    Bug: https://github.com/curl/curl/pull/22052#discussion_r3422424979
    Follow-up to 9e19a577eb93caae74c9793848efdf57480b04df #15176
    
    Closes #22053

    Changed files

    • CMake/FindGSS.cmake
  7. Change #271363

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Tue 16 Jun 2026 19:53:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6125d5d6c5aa26280d6dd44eb6f2c3123c7e68bf

    Comments

    CI: improve labeler tag detection

    Changed files

    • .github/labeler.yml