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

Builder curl-ares-solaris10-sparc Build #3605

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 14 mins, 17 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3605 Build
codebase Build
got_revision 81f950dd90b5b515b957a071c1a574803aafd152 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 81f950dd90b5b515b957a071c1a574803aafd152 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. 0xN3R3K3
  2. Daniel Stenberg
  3. Viktor Szakats

Timing:

StartThu May 14 08:14:24 2026
EndThu May 14 20:33:45 2026
Elapsed12 hrs, 19 mins, 21 secs

All Changes:

:

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