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

Builder curl-unthreaded-solaris10-sparc Build #13986

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Joshua Rogers
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartWed May 20 16:16:12 2026
EndThu May 21 04:00:09 2026
Elapsed11 hrs, 43 mins, 57 secs

All Changes:

:

  1. Change #267798

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 20 May 2026 11:50:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 77e4e5b86de025e3f87761282f0fdac286fa2750

    Comments

    websockets: auto-tunnel through http proxy
    When using a ws: or wss: url with a http proxy, automatically
    switch to tunneling operation mode.
    
    Add test_20_10 to check.
    
    Fixes #21663
    Closes #21691

    Changed files

    • lib/protocol.c
    • lib/protocol.h
    • lib/url.c
    • tests/http/test_20_websockets.py
  2. Change #267800

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Wed 20 May 2026 11:53:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision edfc80c7c473b9a09eba9e98e59c4d7d167bbb9e

    Comments

    urlapi: compare zone-id in Curl_url_same_origin()
    Closes #21686

    Changed files

    • lib/urlapi.c
  3. Change #267809

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 20 May 2026 13:01:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 76e1da09891a1c2c436820f1c9aac826dab70721

    Comments

    GHA/non-native: drop DragonFlyBSD job, due to unreliable package repo updates
    Example:
    ```
    Wed, 20 May 2026 09:51:48 GMT Updating Avalon repository catalogue...
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT repository Avalon has no meta file, using default settings
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT pkg: An error occurred while fetching package: No error
    Wed, 20 May 2026 09:51:48 GMT Unable to update repository Avalon
    Wed, 20 May 2026 09:51:48 GMT Error updating repositories!
    Wed, 20 May 2026 09:51:48 GMT Error: Process completed with exit code 3.
    ```
    
    As tested over at libssh2, retrying the install command also does not
    help, only repeats the same failure.
    
    Also: fix whitespace in matrix.
    
    Follow-up to b158d1c9f7456a8f976c74c08d2dc5a555e9cc77 #21681
    
    Closes #21694

    Changed files

    • .github/workflows/non-native.yml
  4. Change #267810

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 20 May 2026 13:01:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f902c3c4860d9b57fb57aede482c57938a2a6a48

    Comments

    Dockerfile: fix typo in variable name
    Did not cause an actual issue.
    
    Spotted by GitHub Code Quality
    
    Follow-up to 41c03b4c98dbc639a32d32486ed5146be2e73ee1 #13250
    
    Closes #21693

    Changed files

    • Dockerfile
  5. Change #267844

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 20 May 2026 15:54:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 88c7e16cceec816a2df45c899d49b1e85513f193

    Comments

    setopt: clear proxy auth properly on NULL
    Verify NULLed proxy credentials with test1648
    
    Closes #21696

    Changed files

    • lib/setopt.c
    • tests/data/Makefile.am
    • tests/data/test1648
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1648.c