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

Builder curl-threaded-solaris10-sparc Build #3668

Build In Progress:

Runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 18 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Jun 8 11:26:12 2026
Elapsed8 hrs, 23 mins, 21 secs

All Changes:

:

  1. Change #269811

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 07 Jun 2026 23:09:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e2cb3cc78ec9eeff2b3f2fccdb938aa2dd704edb

    Comments

    CURLOPT_DISALLOW_USERNAME_IN_URL: is for CURLOPT_URL only
    Closes #21890

    Changed files

    • docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.md
  2. Change #269815

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 07 Jun 2026 23:19:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1a1ec74b0bfa69d94465527581f80e1a5da52f63

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  3. Change #269821

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 08 Jun 2026 00:42:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9c1ebea35914e8dfbd21f9c4a8a591e384baf143

    Comments

    lib1587: drop redundant includes
    Closes #21892

    Changed files

    • tests/libtest/lib1587.c
  4. Change #269822

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 08 Jun 2026 00:42:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7c34365ccea19949317878c7fcd5f7376e2e09f1

    Comments

    urlapi: fix memleaks on error in `parse_hostname_login()`
    Detected by GitHub Code Quality
    
    Follow-up to acd82c8bfd743d0f743a1c1296890738832ac83e #11006
    Follow-up to 4183b8fe9a8558b8f62c9dbf8271deed75bff28b #8049
    
    Closes #21879

    Changed files

    • lib/urlapi.c
    • tests/unit/unit1675.c
  5. Change #269853

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 08 Jun 2026 09:09:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0618ffe50d0e69e247d88a8050c49a5b746a19bd

    Comments

    Revert "url: remove ssh_config_matches"
    This reverts commit 3e9817cd1bb6aa53d3d3bf10572bb245d064870c.
    
    The change was incorrect as the check was not for the options the commit
    message mentions.
    
    Reported-by: ByteRay on hackerone
    Closes #21899

    Changed files

    • lib/url.c
  6. Change #269857

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 08 Jun 2026 09:37:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9b69cfb937850e04fa83294fc79b439c4225d4be

    Comments

    var: use a dedicated pointer for the alloc
    As the 'c' pointer might actually get modified before it is time to free
    the memory.
    
    Verify in test 2310
    
    Reported-by: Eunsoo Kim
    Fixes #21898
    Closes #21900

    Changed files

    • src/var.c
    • tests/data/Makefile.am
    • tests/data/test2310