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

Builder curl-unthreaded-solaris11-sparc Build #4447

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 27 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 4447 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-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartWed Sep 3 13:05:56 2025
EndWed Sep 3 14:28:48 2025
Elapsed1 hrs, 22 mins, 52 secs

All Changes:

:

  1. Change #244369

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Sep 2025 11:55:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 967a626af48aafd3747c39a5597bd8c4a7977a7a

    Comments

    idn: reject conversions that end up as a zero length hostname
    Reported-by: RepoRascal on hackerone
    Closes #18462

    Changed files

    • lib/idn.c
  2. 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
  3. 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
  4. 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