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

Builder curl-ares-solaris10-i386 Build #4423

Build In Progress:

ETA: 16:32:38 [5 mins, 34 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-i386' 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/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4423 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision fda48a5a9cf8cfab8356bae71005342cf48ab3d7 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed Jun 3 12:35:51 2026
Elapsed3 hrs, 51 mins, 13 secs

All Changes:

:

  1. Change #269272

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Jun 2026 09:42:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 67300814294ab0aa311b8568b460619ecc522949

    Comments

    cookie: refactor parse_cookie_header
    - introduce a few static helper functions
    - simplify the bad octet checks
    - simplify the too long cookie/value check
    
    Closes #21854

    Changed files

    • lib/cookie.c
  2. Change #269283

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Jun 2026 10:40:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cf7919262dbdd52db0a028acb8bf1c77a173d788

    Comments

    tool_parsecfg: refactor parseconfig()
    - introduce helper functions
    - remove #ifdef'ed debug code
    
    Closes #21855

    Changed files

    • src/tool_parsecfg.c
  3. Change #269284

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Jun 2026 10:41:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ef8f68568f85627dcefee614e81f76f94e62043a

    Comments

    urlapi: simplify urlget_url somewhat
    - make file_url() a separate function that returns a file:// URL
    - group the checks that need scheme info
    
    Closes #21856

    Changed files

    • lib/urlapi.c
  4. Change #269290

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 03 Jun 2026 11:05:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fda48a5a9cf8cfab8356bae71005342cf48ab3d7

    Comments

    top-complexity: drop threshold to 50
    Closes #21857

    Changed files

    • scripts/top-complexity