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

Builder curl-threaded-solaris10-sparc Build #2908

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3222eabe18a0e2c270e14e1d4eb6dc046cff1fe5
Got Revision3222eabe18a0e2c270e14e1d4eb6dc046cff1fe5
Changes9 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 28 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 14 mins, 0 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2908 Build
codebase Build
got_revision 3222eabe18a0e2c270e14e1d4eb6dc046cff1fe5 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3222eabe18a0e2c270e14e1d4eb6dc046cff1fe5 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartMon Jul 14 19:32:40 2025
EndTue Jul 15 08:03:57 2025
Elapsed12 hrs, 31 mins, 17 secs

All Changes:

:

  1. Change #239712

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 14 Jul 2025 08:38:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f5a44e154916bf3d287cc4c84d8263538405078d

    Comments

    top-complexity: also output average complexity
    Closes #17920

    Changed files

    • scripts/top-complexity
  2. Change #239716

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 14 Jul 2025 09:08:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision af81e8fe5f45276877489d49e00cee874d4cd7bc

    Comments

    VULN-DISCLOSURE-POLICY.md: 7 days embargo is max
    It was recently updated in this doc to seven, but there were *two*
    numbers mentioned and only one of them was updated leaving the paragraph
    quite confusing.
    
    Follow-up to 83c90e50472f32b74e388f6e524d
    
    Closes #17921

    Changed files

    • docs/VULN-DISCLOSURE-POLICY.md
  3. Change #239722

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 14 Jul 2025 11:24:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 245783338cb0bd50cafc152cfc2be5c69fa0b725

    Comments

    runner.pm: use `dirname()` in `singletest_prepare()`
    Replacing a regex, for portability.
    
    Reported-by: Stefan Eissing
    Bug: https://github.com/curl/curl/issues/17871#issuecomment-3051830614
    
    Cherry-picked from #17877
    Closes #17900

    Changed files

    • tests/runner.pm
  4. Change #239735

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 14 Jul 2025 13:18:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f3890baaf9873c4c901e4d1a6ddee4ff3c283cf

    Comments

    config-win32: fix default targets, shorten macro logic
    When using winbuild or Visual Studio IDE Project Files.
    To simplify and prepare for dropping support for VS2008.
    
    Details:
    - fix VS2012 default target to be Windows 8 (was Vista).
      Confirmed by CI:
      ```
      -- The C compiler identification is MSVC 17.0.61030.0
      -- Found _WIN32_WINNT=0x0602
      ```
      Ref: https://ci.appveyor.com/project/curlorg/curl/builds/51594696/job/elbl0w5n7fmoos2f#L45
      It also aligns with the default being Windows 7 for VS2010,
      and Windows Vista for VS2008.
    - bump minimum target to XP (was Windows 2000) when using VS2008.
      curl requires XP.
    - add Windows release names to comments for clarity.
    - add hex Windows version to a comment for clarity.
    - merge VS2008/VS2012 minimum/default logic and comments.
    - reduce scope of local minimum/default macros.
    - shorten comments to fit within line limit.
    
    Closes #17916

    Changed files

    • lib/config-win32.h
  5. Change #239739

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 14 Jul 2025 14:01:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8675c9e3f3c2d810c1b5b9998812c30f8c53f4aa

    Comments

    GHA: move iOS jobs from non-native to macos workflow
    No instant benefit, but it brings all Apple jobs into the same workflow.
    
    Then perhaps allows intergrating iOS jobs with macOS ones, and in
    the meantime keep them more tightly aligned.
    
    Closes #17912

    Changed files

    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
  6. Change #239740

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 14 Jul 2025 14:01:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f98c0ba834d4b4da480373b732a86976f9064ccd

    Comments

    GHA/windows: drop Windows CE jobs from CI
    In preparation for the removal of Windows CE support.
    
    These jobs were also using a macOS runner, which is a waste. And it'd be
    too much effort to move them over to Windows or Linux.
    
    Follow-up to 8491e6574cde770b227ca0e1cd66548291f49661 #17379
    
    Closes #17924

    Changed files

    • .github/workflows/windows.yml
  7. Change #239741

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 14 Jul 2025 14:08:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 674ad27f7738b726edce0ab2b3c664dbf84d5837

    Comments

    http/3: report handshake with version and cipher as for TCP connections
    Make reporting into separate functions, to be called from QUIC handshakes
    as well.
    
    Closes #17922

    Changed files

    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/vquic-tls.c
    • lib/vquic/vquic-tls.h
    • lib/vtls/gtls.c
    • lib/vtls/gtls.h
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • lib/vtls/wolfssl.c
    • lib/vtls/wolfssl.h
  8. Change #239743

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 14 Jul 2025 14:33:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e9ae1bd404e9ec095ebebb9a89d62566555c36b4

    Comments

    connection: clarify `transport`
    The `transport` to use for a transfer, e.g. TCP/QUIC/UNIX/UDP, is
    initially selected by options and protocol used. This is set at the
    `struct connectdata` as `transport` member.
    
    During connection establishment, this transport may change due to
    Alt-Svc or Happy-Eyeballing. Most common is the switch from TCP to QUIC.
    
    Rename the connection member to `transport_wanted` and add a way to
    query the connection for the transport in use via a new connection
    filter query.
    
    The filter query can also be used in the happy eyeballing attempts when
    code needs to know which transport is used by the "filter below". This
    happens in wolfssl initialization, as one example.
    
    Closes #17923

    Changed files

    • lib/asyn-ares.c
    • lib/asyn-thrdd.c
    • lib/cf-https-connect.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/connect.c
    • lib/ftp.c
    • lib/hostip6.c
    • lib/http.c
    • lib/tftp.c
    • lib/url.c
    • lib/urldata.h
    • lib/vquic/vquic.c
    • lib/vquic/vquic.h
    • lib/vtls/wolfssl.c
  9. Change #239760

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 14 Jul 2025 18:33:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3222eabe18a0e2c270e14e1d4eb6dc046cff1fe5

    Comments

    tidy-up: whitespace/indent
    Closes #17925

    Changed files

    • configure.ac
    • include/curl/system.h
    • lib/connect.c
    • lib/http_proxy.h
    • lib/socks_gssapi.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel_int.h
    • m4/curl-schannel.m4
    • src/tool_getparam.c