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

Builder curl-threaded-solaris10-i386 Build #4342

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 1 mins, 8 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-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4342 Build
codebase Build
got_revision 3512b673ddc54074676d8322f8a414e364ce0eb2 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3512b673ddc54074676d8322f8a414e364ce0eb2 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartMon Apr 13 23:36:53 2026
EndTue Apr 14 09:30:11 2026
Elapsed9 hrs, 53 mins, 17 secs

All Changes:

:

  1. Change #264297

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 13 Apr 2026 14:34:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ec445fc5951d37d22ee6b22178bd175c4d0abe48

    Comments

    setopt: move CURLOPT_CURLU
    To fix cast from 'char *' to 'CURLU *' (aka 'struct Curl_URL *')
    increases required alignment from 1 to 8
    
    Follow-up to 3407bee8c8f145557fc9f8baa
    
    Closes #21298

    Changed files

    • lib/setopt.c
  2. Change #264314

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 13 Apr 2026 19:52:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 40d57c9f588c42ed3f75fe0ba9b12aa18170a404

    Comments

    hostip: resolve user supplied ip addresses
    When a user supplied an ip address in a URL as hostname, use that even
    when address family restrictions like -4 or -6 are set.
    
    Add test_10_15/16 to verify with a local proxy server.
    
    Fixes #21146
    Reported-by: Terrance Wong
    
    How:
    - cf-dns: on see the hostname is an ip(v6) address, add the respective
      A/AAAA to the dns query bits
    - cf-dns/hostip: only hand out addrinfos for a family if that family
      is part of the DNS queries. That prevents for example ipv6 addresses
      to show up from dns cache entries
    - change cf-ip-happy to no longer check for "ip_version" and instead
      use all addresses that cf-dns hands out
    
    Closes #21295

    Changed files

    • lib/cf-dns.c
    • lib/cf-ip-happy.c
    • lib/hostip.c
    • tests/http/test_10_proxy.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/httpd.py
  3. Change #264320

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 13 Apr 2026 21:58:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9ded494f0edf419a42f65434de911bf7d6afcaf8

    Comments

    test1560: add a few more URL API test variations
    Closes #21294

    Changed files

    • tests/data/test1560
    • tests/libtest/lib1560.c
  4. Change #264351

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 13 Apr 2026 23:12:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7a349b5eed53ee42d933c392edd75ffe0fc9e4cf

    Comments

    setopt: fix typos in comments
    Closes #21303

    Changed files

    • lib/setopt.c
  5. Change #264353

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 13 Apr 2026 23:23:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3512b673ddc54074676d8322f8a414e364ce0eb2

    Comments

    lib: move request specific allocations to the request struct
    To make it clearer that they are ephemeral.
    
    Closes #21301

    Changed files

    • lib/cf-h1-proxy.c
    • lib/cf-h2-proxy.c
    • lib/http.c
    • lib/http_aws_sigv4.c
    • lib/http_digest.c
    • lib/http_negotiate.c
    • lib/http_ntlm.c
    • lib/http_proxy.c
    • lib/request.c
    • lib/request.h
    • lib/rtsp.c
    • lib/url.c
    • lib/urldata.h