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

Builder curl-unthreaded-solaris10-sparc Build #13983

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision38cd720f764640c56747b9d7c9d551e827567559
Got Revision38cd720f764640c56747b9d7c9d551e827567559
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 37 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 2 mins, 38 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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13983 Build
codebase Build
got_revision 38cd720f764640c56747b9d7c9d551e827567559 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 38cd720f764640c56747b9d7c9d551e827567559 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. Shintomon Mathew
  3. Stefan Eissing

Timing:

StartTue May 19 03:12:27 2026
EndTue May 19 15:47:02 2026
Elapsed12 hrs, 34 mins, 34 secs

All Changes:

:

  1. Change #267580

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 18 May 2026 15:18:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4ae1d7cc2643e4773a136395f12bc02fc6867854

    Comments

    netrc: scanner refactor
    Refactor the netrc scanner. Add test case for checking that the last
    matched machine with unmatched login does not return the password as
    success (unit1304).
    
    Closes #21624

    Changed files

    • lib/netrc.c
    • lib/netrc.h
    • lib/url.c
    • tests/unit/unit1304.c
  2. Change #267581

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 May 2026 15:19:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7ca5f939c8403db7ede21e2ccb805a65d3329ef8

    Comments

    test1646: netrc parsing without user match but user in URL
    Follow-up to 4ae1d7cc2643e

    Changed files

    • tests/data/Makefile.am
    • tests/data/test1646
  3. Change #267586

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 May 2026 15:51:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9107e8ba98f5a27f4e88401ed4ec4e6db6fbc6a6

    Comments

    curl_easy_pause.md: rephrase the stream cache when pause clause
    - mention HTTP/3
    - it is 10 MB per stream these days
    
    Closes #21658

    Changed files

    • docs/libcurl/curl_easy_pause.md
  4. Change #267593

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 May 2026 16:19:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 64824e439d5228f6337ce1d8de615457d47c4646

    Comments

    VULN-DISCLOSURE-POLICY.md: test code is not secure
    Don't tell us about it
    
    Closes #21660

    Changed files

    • docs/VULN-DISCLOSURE-POLICY.md
  5. Change #267613

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 May 2026 23:52:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b190c803e34dad8b791a01c0584d5174f5cc5847

    Comments

    test1588: use %TESTNUMBER, not hard-coded number
    Closes #21662

    Changed files

    • tests/data/test1588
  6. Change #267614

    Category curl
    Changed by Shintomon Mathew <148446196+MysticShinMohnoyoudont@users.noreply.github.com>
    Changed at Mon 18 May 2026 23:53:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 38cd720f764640c56747b9d7c9d551e827567559

    Comments

    creds: mask OAuth bearer token in trace logs
    Masked OAuth bearer tokens in credential trace output by emitting ***
    when a bearer token is present, matching the existing password redaction
    behavior and preventing sensitive token disclosure in verbose/debug
    logs.
    
    Closes #21659

    Changed files

    • lib/creds.c