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

Builder curl-unthreaded-solaris10-i386 Build #16633

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf1959ae9621af4473f7daa831d5318efdaccd97f
Got Revisionf1959ae9621af4473f7daa831d5318efdaccd97f
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 5 mins, 26 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-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16633 Build
codebase Build
got_revision f1959ae9621af4473f7daa831d5318efdaccd97f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f1959ae9621af4473f7daa831d5318efdaccd97f 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. Daniel Stenberg
  2. Viktor Szakats
  3. ambikeesshh
  4. tiymat

Timing:

StartThu May 28 09:36:27 2026
EndThu May 28 19:50:26 2026
Elapsed10 hrs, 13 mins, 59 secs

All Changes:

:

  1. Change #268616

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 28 May 2026 00:05:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 59320082b06e6bf9b6063c9fe5d2a447671533dc

    Comments

    tidy-up: apply clang-format fixes
    To lib, vtls/vauth, vtls/vquic, lib/vtls.
    
    Also:
    - unit3400: drop redundant `(void)arg`.
      Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    - fix comment typos.
    
    Closes #21786

    Changed files

    • lib/arpa_telnet.h
    • lib/asyn-ares.c
    • lib/cf-capsule.c
    • lib/cf-h3-proxy.c
    • lib/cf-https-connect.c
    • lib/cf-ip-happy.h
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/conncache.c
    • lib/connect.c
    • lib/connect.h
    • lib/content_encoding.c
    • lib/cookie.c
    • lib/curl_addrinfo.c
    • lib/curl_fopen.c
    • lib/curl_hmac.h
    • lib/curl_md5.h
    • lib/curl_ntlm_core.h
    • lib/curl_sasl.c
    • lib/curl_sha512_256.c
    • lib/curl_share.h
    • lib/easy.c
    • lib/ftp.c
    • lib/hsts.c
    • lib/http.c
    • lib/http2.c
    • lib/http_proxy.c
    • lib/http_proxy.h
    • lib/imap.c
    • lib/mprintf.c
    • lib/socks.c
    • lib/uint-bset.c
    • lib/uint-spbset.c
    • lib/url.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/vauth.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vtls/gtls.c
    • lib/vtls/keylog.c
    • lib/vtls/keylog.h
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • lib/vtls/vtls.c
    • lib/vtls/vtls.h
    • lib/vtls/vtls_int.h
    • lib/vtls/vtls_scache.c
    • lib/vtls/wolfssl.c
    • tests/libtest/lib1560.c
    • tests/unit/unit3400.c
  2. Change #268620

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 28 May 2026 00:13:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d1b482caec886b3215340cd7374c5befb04d930e

    Comments

    unit3400: repair after capsule_encap_udp_hdr went static
    Access the static function with UNITTEST as designed.
    
    Follow-up to 73c2b4b4355aab3156
    
    Closes #21788

    Changed files

    • lib/capsule.c
    • lib/capsule.h
    • tests/unit/unit3400.c
  3. Change #268621

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 28 May 2026 00:14:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6597e6d4610d95cada3f3b2768b39705ae158e2d

    Comments

    tftp: avoid the timeout calc if the timeout is crazy
    Avoids integer overflow when a silly value is set.
    
    Fixes #21782
    Reported-by: Mike-menny on github
    Closes #21787

    Changed files

    • lib/tftp.c
  4. Change #268638

    Category curl
    Changed by ambikeesshh <ambikesh2206ohnoyoudont@gmail.com>
    Changed at Thu 28 May 2026 08:43:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e2ca8408c43275b3cf36ed08f4503732cd8df3a5

    Comments

    cf-socket: set scope_id for IPv6 link-local addresses
    When connecting to an mDNS hostname that resolves to an IPv6 link-local
    address, connect() fails with EINVAL because sin6_scope_id is 0. This is
    a regression since 8.20.0 where the threaded resolver started splitting
    A and AAAA queries into separate getaddrinfo calls. The AAAA-only call
    with PF_INET6 may not set scope_id on systems where the same call with
    PF_UNSPEC did.
    
    When the resolver does not provide scope_id for a link-local address,
    try to determine it from the system's network interfaces using
    getifaddrs(). Also add scope_id to verbose connect output so the value
    can be seen in curl -v logs.
    
    Built and tested locally on Linux. checksrc passes.
    
    Fixes #21669
    Reported-by: Bartel Sielski
    Closes #21728

    Changed files

    • lib/cf-socket.c
  5. Change #268639

    Category curl
    Changed by tiymat <138939221+tiymatohnoyoudont@users.noreply.github.com>
    Changed at Thu 28 May 2026 08:49:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1959ae9621af4473f7daa831d5318efdaccd97f

    Comments

    urlapi: fix an issue parsing file URLs
    Fixes #21743
    Closes #21764

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c
    • tests/unit/unit1675.c