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

Builder curl-unthreaded-solaris10-i386 Build #16602

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. 0xN3R3K3
  2. Daniel Stenberg
  3. Viktor Szakats

Timing:

StartThu May 14 03:32:56 2026
Elapsed1 hrs, 56 mins, 49 secs

All Changes:

:

  1. Change #267010

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 13 May 2026 17:40:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 96dbcf69219a812c9fb44de5ae06ec04ae0af983

    Comments

    llist: constify struct pointers
    Closes #21590

    Changed files

    • lib/llist.c
    • lib/llist.h
  2. Change #267013

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 13 May 2026 17:52:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 616e8ea6d8bce692c3d9b0073ddcfab254ad987c

    Comments

    cookie: constify struct pointers
    Closes #21589

    Changed files

    • lib/cookie.c
    • lib/cookie.h
  3. Change #267044

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 13 May 2026 22:47:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e25e497c5ef5a15450ae239eb3d019090c8298c9

    Comments

    cmake: merge `if` blocks (tidy-up)
    Closes #21596

    Changed files

    • CMakeLists.txt
  4. Change #267047

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 13 May 2026 22:59:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a36c571984b1c4966e11a7b196b79a3b272cc31b

    Comments

    pythonlint.sh: make it fail on error, fix ruff warnings in pytest
    Follow-up to a5542c23e7427b8ea8f6183f503f2935d88d5d65 #21289
    Follow-up to 17e8200733a1fd9db148f794d7e1cfb47e491fcd
    
    Closes #21597

    Changed files

    • scripts/pythonlint.sh
    • tests/http/test_21_resolve.py
    • tests/http/test_22_httpsrr.py
  5. Change #267054

    Category curl
    Changed by 0xN3R3K3 <168812089+Naraka1337ohnoyoudont@users.noreply.github.com>
    Changed at Wed 13 May 2026 23:19:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision db4a6f286bbcf3576964129bd0d694e13e163f8a

    Comments

    docs: fix grammar and wording in FAQ
    Closes #21593

    Changed files

    • docs/FAQ.md
  6. Change #267067

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 13 May 2026 23:47:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 81f950dd90b5b515b957a071c1a574803aafd152

    Comments

    strparse: split a multi-line assert into many separate ones
    This way we can better tell exactly which condition that triggers. Like
    in fuzzer logs.
    
    Closes #21599

    Changed files

    • lib/curlx/strparse.c