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

Builder curl-threaded-solaris11-i386 Build #5076

Build In Progress:

ETA: 02:07:19 [1 hrs, 3 mins, 35 secs]

Runtest

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 14 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/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 5076 Build
codebase Build
got_revision 81f950dd90b5b515b957a071c1a574803aafd152 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 81f950dd90b5b515b957a071c1a574803aafd152 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartWed May 13 23:58:54 2026
Elapsed1 hrs, 4 mins, 49 secs

All Changes:

:

  1. 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
  2. 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
  3. 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