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

Builder curl-ares-solaris11-sparc Build #4448

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc278c508e2acfad5f2603febfdba80a30427cd3f
Got Revisionc278c508e2acfad5f2603febfdba80a30427cd3f
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 5 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4448 Build
codebase Build
got_revision c278c508e2acfad5f2603febfdba80a30427cd3f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c278c508e2acfad5f2603febfdba80a30427cd3f Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. David Zhuang
  2. Stefan Eissing
  3. renovate[bot]

Timing:

StartWed Sep 3 13:34:32 2025
EndWed Sep 3 14:56:57 2025
Elapsed1 hrs, 22 mins, 25 secs

All Changes:

:

  1. Change #244374

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 03 Sep 2025 12:51:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9f1102cf740c30b3da8f5df299ae8c9c088fbce8

    Comments

    pytest: add tests for getting a non-existing ftp file
    Check that return code is 78.
    
    Closes #18463

    Changed files

    • tests/http/test_30_vsftpd.py
    • tests/http/test_31_vsftpds.py
    • tests/http/test_32_ftps_vsftpd.py
  2. Change #244378

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 03 Sep 2025 12:52:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5e6bc73570557db2ceb092d1bc7284aca9271f15

    Comments

    GHA: Update cloudflare/quiche to v0.24.6
    Closes #18464

    Changed files

    • .github/workflows/http3-linux.yml
  3. Change #244379

    Category curl
    Changed by David Zhuang <dzhuangohnoyoudont@roblox.com>
    Changed at Wed 03 Sep 2025 12:54:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c278c508e2acfad5f2603febfdba80a30427cd3f

    Comments

    http: do the cookie list access under lock
    A previous refactor of cookie logic changed Curl_cookie_getlist to no
    longer return a list of copied cookies, but instead return a linked list
    pointing to existing cookies. The returned linked list is accessed
    outside of the scope of the cookie share lock in http_cookies, which
    leads to issues if the shared cookie list is modified at the same time.
    This is the relevant commit: be39ed1
    
    Closes #18457

    Changed files

    • lib/http.c