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

Builder curl-threaded-solaris11-sparc Build #6071

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision139ce4d37cfdc3126179bdb166ec61a095360c62
Got Revision139ce4d37cfdc3126179bdb166ec61a095360c62
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 6071 Build
codebase Build
got_revision 139ce4d37cfdc3126179bdb166ec61a095360c62 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 139ce4d37cfdc3126179bdb166ec61a095360c62 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jun 19 00:33:34 2026
EndFri Jun 19 01:23:31 2026
Elapsed49 mins, 56 secs

All Changes:

:

  1. Change #271747

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 19 Jun 2026 00:14:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 139ce4d37cfdc3126179bdb166ec61a095360c62

    Comments

    GHA: separate pytype from other checkers and pips
    pytype is discontinued, does not receive further updates, and it
    requires older python, offered by Ubuntu 24.04 or older.
    
    Move it to its own GHA job to allow bumping the rest of checkers to.
    newer runner images. Also move it out from the shared `requirements.txt`
    and install directly from its separate GHA job, to avoid installing it
    unnecessarily from others. Since it does not receive update, it's fine
    to move out from Dependabot's view.
    
    Ref: https://pypi.org/project/pytype/
    Cherry-picked from #22092
    
    Closes #22096

    Changed files

    • .github/scripts/requirements.txt
    • .github/workflows/checksrc.yml