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

Builder curl-ares-solaris10-sparc Build #2812

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision83c90e50472f32b74e388f6e524d8584945cc866
Got Revision83c90e50472f32b74e388f6e524d8584945cc866
Changes7 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 hrs, 12 mins, 55 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2812 Build
codebase Build
got_revision 83c90e50472f32b74e388f6e524d8584945cc866 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 83c90e50472f32b74e388f6e524d8584945cc866 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Yedaya Katsman
  4. z2_

Timing:

StartSat May 31 23:58:52 2025
EndSun Jun 1 11:22:14 2025
Elapsed11 hrs, 23 mins, 21 secs

All Changes:

:

  1. Change #231094

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 31 May 2025 15:12:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4b76a821f8f1b52c14091469ba59d9de607eeea1

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  2. Change #231099

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 31 May 2025 15:15:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4977747f0da325f5ba4e7f346ce1db8eb6899885

    Comments

    ftp: fix teardown of DATA connection in done
    When ftp_done() is called to terminate the transfer, it needs to tear
    down any open SECONDARY filter chain. The condition on when to do that
    was relying on there to be a valid socket. This is not sufficient as the
    socket is only set *after* happy eyeballing has decided on one.
    
    Instead of checking for a valid conn->sock, check if any connection
    filter is installed.
    
    Fixes #17482
    Reported-by: Rasmus Melchior Jacobsen
    Closes #17491

    Changed files

    • lib/cfilters.c
    • lib/cfilters.h
    • lib/ftp.c
  3. Change #231100

    Category curl
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Sat 31 May 2025 15:20:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 215b5f389a2a0beb4731961a80f376cb3d519602

    Comments

    tests: fix checks for https-mtls proto
    If there were two tests using the "https-mtls" server there was a perl
    unbound variable error, since certfile wan't set. Additionally, once the
    responsiveserver function was actually called, it failed finding a
    responsiveness function. For now I made it use the `verifypid` function,
    since the curl execution in `verifyhttp` doesn't know about client
    certificates.
    
    Closes #17493

    Changed files

    • tests/servers.pm
  4. Change #231101

    Category curl
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Sat 31 May 2025 15:20:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b53848738c2f9680ffe52f97fb8c6a6df81b2748

    Comments

    tests: test mtls with --insecure
    Closes #17493

    Changed files

    • tests/data/Makefile.am
    • tests/data/test2089
  5. Change #231102

    Category curl
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Sat 31 May 2025 15:20:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2cf19c245eff8ff84e53d6edc27d36bf25439d1b

    Comments

    tests: test mtls also w/ clientAuth EKU only
    The google chrome root program will stop allowing roots that have both
    clientAuth and ServerAuth [1].
    
    In one of the mtls tests, use a certificate with only the clientAuth
    EKU.
    
    [1] https://googlechrome.github.io/chromerootprogram/#322-pki-hierarchies-included-in-the-chrome-root-store
    
    Closes #17493

    Changed files

    • tests/certs/Makefile.inc
    • tests/certs/test-client-eku-only.prm
    • tests/data/test2088
  6. Change #231107

    Category curl
    Changed by z2_ <88509734+z2-2zohnoyoudont@users.noreply.github.com>
    Changed at Sat 31 May 2025 17:04:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d1145df24de8f80e6b167fbc4f28b86bcd0c6832

    Comments

    ws: handle blocked sends better
    Closes #17496

    Changed files

    • lib/ws.c
  7. Change #231112

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 31 May 2025 18:00:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 83c90e50472f32b74e388f6e524d8584945cc866

    Comments

    VULN-DISCLOSURE-POLICY.md: the distros list wants <= 7 days embargo
    Closes #17497

    Changed files

    • docs/VULN-DISCLOSURE-POLICY.md