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

Builder curl-ares-solaris10-sparc Build #3505

Build In Progress:

ETA: 11:12:39 [15 mins, 53 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3505 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 3ef422e12852fc47a60afd622ccebdf1ca8c3af0 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

Timing:

StartMon Mar 23 22:35:26 2026
Elapsed12 hrs, 21 mins, 18 secs

All Changes:

:

  1. Change #262050

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 10:17:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0be05cbab2312795043111a42798968394acf0d

    Comments

    urlapi: fix handling of "file:///"
    When the path is exactly one byte, a single slash.
    
    Extended test 1560 to verify.
    
    Found by Codex Security
    
    Closes #21070

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c
  2. Change #262051

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 10:19:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0327b2ebb8b260ebc47e2b0366d358b63c63ddd

    Comments

    netrc: remove unused parsenetrc() macro for netrc-disabled
    When netrc is disabled, this macro is unused (and wrong).
    
    Closes #21067

    Changed files

    • lib/netrc.h
  3. Change #262052

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 10:19:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8f0e0f9dc70f55cf1a080c391858a8a01e6a25a8

    Comments

    urldata: make hstslist only present in HSTS builds
    Closes #21068

    Changed files

    • lib/urldata.h
  4. Change #262089

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 14:32:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 07d109b7c601bca4ea2e881c90b23874d7bf89d2

    Comments

    test1714: verify telnet download with --max-filesize
    (disabled on Windows because of hangs)
    
    Closes #21023

    Changed files

    • tests/data/Makefile.am
    • tests/data/test1714
  5. Change #262092

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 14:33:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d3fa54a2435593187c6d271b126dd33ec6dd491f

    Comments

    config2setopts: make --capath work in proxy disabled builds
    Follow-up to 95e8515ca0801c2b1aacbdad0
    
    Spotted by Codex Security
    
    Closes #21063

    Changed files

    • src/config2setopts.c
  6. Change #262093

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 14:35:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3ef422e12852fc47a60afd622ccebdf1ca8c3af0

    Comments

    lib1560: verify more URLs
    - control codes at various places in URL, even when URL encoding
      is requested
    
    - verify zone id extraction more
    
    Closes #21071

    Changed files

    • tests/libtest/lib1560.c