You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2022/01/18 17:45:19 UTC

[buildstream] branch juerg/buildbox updated (4f617ed -> 41c4bdd)

This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a change to branch juerg/buildbox
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


    from 4f617ed  doc/source/main_install.rst: Update BuildBox components to 0.0.38
     add 5ebe6ab  Merge pull request #1443 from apache/juerg/buildbox
     add 13ac060  _messenger.py: Add a hook to explicitely start a new action context
     add a05e05a  job.py: Stop using the queue to send data between the child and parent
     add fa32cda  job.py: Completely remove the pipe between child and parent process
     add e429656  Merge pull request #1447 from apache/bschubert/remove-pipe-job
     add 0ce6033  NEWS: Updating for 1.93.6 snapshot tag
     add 122948a  tests/frontend/push.py: Allow pushing of dependencies
     add 56d3e35  fetchqueue.py: Don't skip elements with a cached failure
     add 106a4c8  _pipeline.py: Drop the optimization for cached elements in the planner
     add b583777  _artifact.py: Make cache query explicit
     add 01b8209  _elementsources.py: Make cache query explicit
     add 63e1505  element.py: Combine cache query and pull into `_load_artifact()`
     add a91c69b  Use _load_artifact() for ArtifactElement
     add 2003805  Move artifact and source cache query trigger to Stream class
     add d9728b8  Call _initialize_state() in Element._new_from_load_element()
     add 64436da  Merge pull request #1450 from apache/juerg/cache-query
     add 1605239  Remove requirement of running private global fixtures
     add 3529ea5  Merge pull request #1454 from apache/tristan/remove-required-global-fixture
     add 6a30066  doc/source/using_config.rst: fix "it's" typos
     add 225ae1d  Merge pull request #1446 from wjt/patch-3
     add 5e0bcc1  Only show the Initializing remote caches message once
     add 7045bec  Merge pull request #1451 from abderrahim/init-remote-caches
     add 5f7165f  element: batch integration command when running a shell
     add bb59c70  Merge pull request #1435 from abderrahim/batch-integration-commands
     add 9c82bc8  element.py: Reorder checks in _buildable()
     add 7b5a125  element.py: Compute cache key also for rdep without buildable callback
     add ae8ec94  Merge pull request #1457 from apache/juerg/non-strict-cache-key
     add cd75ed5  tar.py: fix permissions in tarballs
     add d7f83e8  Merge pull request #1462 from abderrahim/tar-permissions
     add 85757f4  plugin.py: Avoid import errors on certain platforms
     add aa1e44a  Merge pull request #1463 from apache/tristan/fix-concurrent-blocking-activity
     add eb312ad  element.py: Drop unnecessary `_can_query_cache()` check
     add 1c0c1f4  pullqueue.py: Do not call _load_artifact_done() on error
     add 0b54020  _stream.py: query_cache: Rename `sources` parameter to `only_sources`
     add a2c6d50  _stream.py: Query sources of cached elements in build pipeline
     add 95e0190  tests/sourcecache/push.py: Add test_build_push_source_twice
     add 22f8b64  Merge pull request #1458 from apache/juerg/build-with-source-push
     add 2970bec  _artifact.py: don't consider an artifact cached if metadata is missing
     add 5cdace5  Merge pull request #1467 from abderrahim/artifact-meta
     add a6b56e6  _stream.py: Do not connect artifact remote caches if pull is disabled
     add 05b217b  tests/frontend/buildcheckout.py: Add test_non_strict_checkout_uncached
     add a935429  Merge pull request #1470 from apache/juerg/pull-non-strict
     add 657d3b0  tests/artifactcache/config.py: Fix parallel test bug
     add a3dcb04  Merge pull request #1478 from apache/juerg/parallel-test
     add 58cad0e  _artifactelement.py: Remove unused Artifact import
     add ea17f54  _assetcache.py: Remove unused MappingNode import
     add 88e29ed  _cas/casserver.py: Fix --log-level default value with Click 8.0
     add 4b42c15  .github: Work around bst-artifact-server bug in Docker image
     add 04f14f9  .github: Rename remote service tests in CI
     add e270e13  Merge pull request #1480 from apache/juerg/ci
     add a99b414  .github/compose/ci.bst-artifact-server.yml: Use nightly Docker image
     add bbc6d74  .github/compose/ci.bst-artifact-server.yml: Drop workaround
     add c388631  Merge pull request #1481 from apache/juerg/ci
     add dbbd2f4  _sandboxbuildboxrun.py: Drop --use-localcas
     add eb12d1c  Merge pull request #1482 from apache/juerg/buildbox-use-localcas
     add 9ff82f7  element.py: Move get_logs() to internal API
     add da9ebb2  Drop pull-artifact-files config option for remote execution
     add 5995975  Always require artifact files
     add a192d38  _sandboxremote.py: Drop unused output_files_required parameter
     add 597f2e3  _cas: Add support for remote cache
     add f125072  _context.py: Add support for storage-service in cache configuration
     add 541c341  _sandboxremote.py: Make storage-service optional with remote cache
     add cfe4044  _stream.py: Add warning to pull and fetch
     add 6ec9017  tests/frontend/remote-caches.py: Add test for cache storage-service
     add d429d87  tests/remoteexecution/remotecache.py: Add test for cache storage-service
     add 1b9322d  doc: Document storage-service in cache configuration
     add fc24591  _scheduler: Add CacheQueryQueue to support cache query in job threads
     add 9b6e676  _stream.py: Parallelize cache queries if a remote cache is configured
     add 507ed31  Merge pull request #1431 from apache/juerg/remote-cache
     add e9b68be  _context.py: Fixed linting warning about unused import
     add 58bad2c  tests/cachekey/project/project.conf: Fix cache key test
     add 0ef51a3  types.py: Add a CoreWarning for unaliased sources
     add 288e2d2  source.py: Raise a fatal-able warning when using an unaliased source.
     add 3fd5986  source.py: Raise an error at load time when encountering unresolved source aliases
     add 2a1ee7d  tests/frontend/show.py: Test (fatal) warnings for unaliased URLs in sources
     add d8e9a25  tests/frontend/show.py: Added test for usage of invalid source aliases
     add a096e53  Merge pull request #1491 from apache/tristan/unaliased-sources
     add bbfb492  requirements/requirements.in: It depends on grpc >= 1.34
     add 14868a0  Merge pull request #1490 from jjardon/jjardon/grpcio_1.34_master
     add ab71290  _frontend/complete.py: Workaround API break in click.Path()
     add af133e2  requirements: Refresh the static required versions used in tox environments.
     add e3333aa  tests/frontend/pull.py: Updated formatting to make black happier
     add 1a3166d  .pylintrc: Disable unused-private-member error
     add 1a574de  Address pylint errors
     add e0a241c  .github/run-ci.sh: Added script to run the github CI with docker locally.
     add ca4bfc3  .github/workflows/ci.yml: Route the github CI through the new script
     add be318bc  tests/plugins/loading.py: Refactor test to not depend on yaml.dump() formatting
     add b66e85b  tests/internals/yaml.py: Mark test_roundtrip_dump() as failing
     add da09edd  .github/: Remove the 'no-usedevelop' CI
     add 44e2207  .github/compose/ci.docker-compose.yml: Wholesale disable test parallelism
     add 187d801  .github/compose/ci.docker-compose.yml: Reinstate format checking with black
     add ed48998  Merge pull request #1494 from apache/tristan/refresh-deps
     add 0b5326d  .github/workflows/ci.yml: Use github concurrency feature instead of branch name globbing
     add de5bf1d  Merge pull request #1510 from apache/tristan/fix-external-fork-ci
     add 8bf8a09  doc/source/developing/workspaces.rst: Rewriting documentation surrounding `bst workspace reset`
     add be54a5e  Removing flatpak-autotools example
     add 807f0d2  data/projectconfig.yaml: Remove %{fix-pyc-timestamps}
     add dda8310  doc/source/format_project.rst: Link to command docs in options docs
     add bcb4d07  Merge pull request #1509 from apache/tristan/license-freedom
     add 71736af  source.py: Remove ambiguous kwargs from public API signature
     add 6523ae7  Merge pull request #1517 from apache/tristan/source-api-kwargs
     add 1bce9c4  source.py: Document Source.set_ref() properly
     add 0bf1ea7  Merge pull request #1516 from apache/tristan/source-set-ref
     add 9c75683  _workspaces.py: Use bst2 specific data directory for private project state
     add f8f00f0  Merge pull request #1515 from apache/tristan/workspace-data-namespacing
     add 24abe42  element.py: Make Element.configure_dependencies() take an Iterable
     add 32a7d3f  element.py: Add link to SandboxFlags in docs for Element.batch_prepare_assemble()
     add 18e9320  plugin.py: Harden the Plugin.call() and Plugin.check_output() APIs
     add dcb228d  Merge pull request #1518 from apache/tristan/type-annotations
     add 742c783  _project.py: Add support for `project-root` and `toplevel-root` variables
     add 9811b51  tests/frontend/fetch.py: Use project-root variable instead of generating a project.conf
     add 1d71d98  tests/frontend/mirror.py: Test project-root and toplevel-root expansion
     add c2874f1  doc/source/format_declaring.rst: Document the dynamic `project-root` and `toplevel-root` variables
     add 16a0bed  Merge pull request #1519 from apache/tristan/project-path-variable
     add ef60a6f  tests/frontend/show.py: Remove test_planned_order()
     add 64f8a45  tests/format/dependencies.py: Remove test_no_recurse()
     add 0a7ff9e  _scheduler/queues/queue.py: Prioritize enqueue order
     add 850a3a5  Remove PipelineSelection.PLAN and any related frontend options
     add 48be7f3  doc/source/using_config.rst: Amending docs for default build deps
     add 06a02fb  NEWS: Added notice of breaking change and removal of `--deps plan`
     add 89100e1  Merge pull request #1520 from apache/tristan/remove-plan-selection-mode
     add 971731e  tests/frontend/buildcheckout.py: Remove element name tests from here
     add b62dbec  Strict element naming format.
     add 8378283  tests/format/elementnames.py: Added format test for element names
     add eb0d9f5  NEWS: Document breaking change of requiring valid element names
     add 0b8c2e1  Merge pull request #1523 from apache/tristan/strict-element-names
     add 8519dc3  Remove `--pull` option from `bst shell`, and pull dependencies by default
     add 3624735  Remove `--pull` option from `bst artifact checkout`, and pull dependencies by default
     add 147ca3d  NEWS: Document breaking change of removing `--pull` options from some commands
     add 1ab661b  Merge pull request #1522 from apache/tristan/shell-checkout-always-pull
     add e97d16b  Revert to expecting '.bst' on the command line to disambiguate elements and artifacts
     add 43a8b3e  _frontend/cli.py: Enhanced the `bst artifact --help` output
     add 556cb91  NEWS: Document new/restored behavior of `bst artifact` commands
     add 15cd166  Merge pull request #1524 from apache/tristan/disambiguate-artifact-globs
     add 7e7e140  .github: Remove testing of `bst-artifact-server` service tests
     add 5138b50  Remove `bst-artifact-server` entrypoint
     add 7a35637  doc: Remove `bst-artifact-server` docs, refer to Buildbarn
     add f6181e7  Merge pull request #1526 from apache/tristan/remove-artifact-server
     add 768b9f9  testing/integration.py: Make integration cache cleanup more robust
     add 326f4f3  testing/integration.py: Use module scope for integration_cache fixture
     add 27069d4  Merge pull request #1528 from apache/juerg/integration-cache
     add 19177aa  Update mypy to 0.910
     add 4af5a69  Merge pull request #1529 from apache/juerg/mypy
     add 32d34ff  _stream.py: Fix double pull scheduling on the same element in `bst shell`
     add f16b2cb  Merge pull request #1530 from apache/tristan/fix-double-pull
     add 0158798  requirements: Limit grpcio to >= 1.34 and < 1.39
     add 7752c04  .pylintrc, tests and sources: Deal with newly introduced linter errors
     add e20186d  Merge pull request #1531 from apache/tristan/pin-grpc-version
     add 9d57646  .github: do not test in fedora 32; It's EOL for a while now
     add c73671b  .github/common.env: Update to latest buildstream container image
     add e6d144d  .github: Test in Fedora 34
     add dc360ce  Merge pull request #1532 from apache/tristan/fedora34
     add 17aa96c  .github/workflows/ci.yml: Drop push trigger, add workflow_dispatch
     add 2b99a02  Merge pull request #1534 from apache/juerg/ci
     add 8f896c8  setup.py: Add Python 3.10
     add 821a4d2  tox.ini: Add test environment for Python 3.10
     add 24bd727  .github/common.env: Update Docker images
     add c552413  .github: Test on Fedora 35
     add 0484eb5  NEWS: Add note about Python 3.10 support
     add 0df1bfc  Merge pull request #1535 from apache/juerg/python-3.10
     add ad2cb8f  ci: update image versions
     add a9e43fe  Merge pull request #1544 from abderrahim/ci-image
     add 101f616  _project.py: Don't consider `remote-execution` as a valid toplevel key.
     add 9680ac4  doc: Document setting up remote execution services.
     add 425b1bf  Merge pull request #1550 from apache/tristan/document-remote-execution-configuration
     add e83b08e  _frontend/cli.py: Tidy up some whitespace
     add 0e16be2  doc/source/format_project.rst: Stop referring to broken link.
     add 58682e6  doc/source/format_declaring.rst: Slight rewording
     add 598b86b  doc/source/core_plugins.rst: Amend documentation about external plugins.
     add 033a669  doc: Adding initial structure for a porting guide
     add c4602fc  doc/source/porting_user_configuration.rst: Documenting breaking changes
     add 53ff3eb  doc/source/porting_command_line.rst: Documenting breaking changes
     add ecfd16d  doc/source/porting_project.rst: Documenting breaking changes
     add db4d5ea  Merge pull request #1551 from apache/tristan/porting-guide
     add c7be7eb  testing: Fix type annotation error that mypy didn't catch
     add 1098a7b  repo/*: Make the Repo implementation have the same __init__ params as Repo
     add 080edb0  Merge pull request #1557 from apache/bschubert/misc-cleanups
     add e29f1e5  data/projectconfig.yaml: Syncrhonize SOURCE_DATE_EPOCH
     add c1376f7  Merge pull request #1558 from apache/tristan/sync-base-time-stamps
     add 33efe96  COPYING: Removing LGPL v2.1
     add 871ffdc  Adding the ASF 2.0 LICENSE and NOTICE file
     add 0038c13  Updating all copyright headers to include the ASF license blurb instead of LGPL
     add 9d3f2c2  NOTICE: Adding notices about third party software bundled into BuildStream
     add c2ae6d4  Merge pull request #1464 from apache/tristan/apache-license
     add 3f24523  data/projectconfig.yaml: Fix previous fix of SOURCE_DATE_EPOCH
     add fbf266c  Merge pull request #1559 from apache/tristan/fix-timestamp-again
     add 4ab6933  plugins/sources/pip.py: Whitelist python 3.9 as a valid version
     add 82a8290  testing/_update_cachekeys.py: Fixed to actually work.
     add 1741ea8  tests/cachekey: Updated for the recent SOURCE_DATE_EPOCH change.
     add e569dc6  Merge pull request #1561 from apache/tristan/fix-cache-key-test
     add 39e5821  casserver.py: Request shutdown before closing casd channel
     add 3a3413d  tests/testutils/artifactshare.py: Fix shutdown of test server
     add baa0889  Merge pull request #1560 from apache/juerg/tests-casd-server-shutdown
     add 14ccac6  _artifactcache.py: catch the correct errors
     add fdc22ae  _artifactcache.py: make errors raised by network operations temporary
     add 220dc78  .github/common.env: Update Docker images
     add 94f80b4  Merge pull request #1477 from abderrahim/pull-errors
     add c20bd02  workspace.py: Move bzr specific test to the bzr source
     add c6946df  Merge pull request #1565 from apache/bschubert/move-test
     add b191845  _frontend/status.py: use shutil.get_terminal_size()
     add 2e7328c  Merge pull request #1545 from abderrahim/terminal_size
     add c3115ac  testutils/artifactshare.py: remove the casd option
     add 07252f0  casserver.py: remove ReferenceStorage
     add c1b5c27  casserver.py: remove the server_main function
     add a3fa795  Merge pull request #1543 from abderrahim/casserver
     add 5a1b5e8  types.py: Added _SourceMirror type to represent a mirror
     add 7213cd4  _project.py: Use _SourceMirror to store mirrors
     add 392db0a  _context.py, _project.py: Allow user configuration to override mirror definitions
     add 3f27940  tests/frontend/mirror.py: Test mirrors defined in user configuration
     add 2d9e0b6  doc: Document the ability to override source mirrors in user configuration
     add f356a3b  NEWS: Document that user configuration can now override project defined source mirrors
     add 5fe6ba5  _project.py: Change get_alias_uri() -> alias_exists()
     add 66f7bd4  Add fetch and track source URL policy
     add f55d5b5  source.py: Remove behavior of traversing mirrors in reverse at tracking time
     add 10457e1  tests/frontend/mirror.py: Test fetch source policy
     add a9b2a12  doc/source/using_config.rst: Document new source URL policy configurations
     add 0b6810e  NEWS: Document addition of fetch/track source user configuration
     add 1c72d43  Merge pull request #1537 from apache/tristan/mirrors
     new 41c4bdd  .github/common.env: Update Docker images

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/common.env                                 |    6 +-
 ...buildbarn-remote-cache.yml => ci.buildbarn.yml} |    4 +-
 .../{ci.remote-execution.yml => ci.buildgrid.yml}  |    6 +-
 .github/compose/ci.buildstream-remote-cache.yml    |   36 -
 .github/compose/ci.docker-compose.yml              |   39 +-
 .github/run-ci.sh                                  |  124 +++
 .github/workflows/ci.yml                           |   68 +-
 .pylintrc                                          |    6 +
 COPYING                                            |  502 ---------
 LICENSE                                            |  202 ++++
 NEWS                                               |   32 +
 NOTICE                                             |   19 +
 contrib/bst-docker-import                          |   19 +-
 contrib/bst-here                                   |   19 +-
 doc/badges.py                                      |   19 +-
 doc/examples/flatpak-autotools/elements/base.bst   |    6 -
 .../flatpak-autotools/elements/base/sdk.bst        |   16 -
 .../flatpak-autotools/elements/base/usrmerge.bst   |   11 -
 doc/examples/flatpak-autotools/elements/hello.bst  |    9 -
 doc/examples/flatpak-autotools/files/links/bin     |    1 -
 doc/examples/flatpak-autotools/files/links/etc     |    1 -
 doc/examples/flatpak-autotools/files/links/lib     |    1 -
 .../flatpak-autotools/files/src/Makefile.am        |    6 -
 doc/examples/flatpak-autotools/files/src/README    |    2 -
 .../flatpak-autotools/files/src/aclocal.m4         | 1152 --------------------
 doc/examples/flatpak-autotools/files/src/compile   |  347 ------
 .../flatpak-autotools/files/src/configure.ac       |   13 -
 doc/examples/flatpak-autotools/files/src/depcomp   |  791 --------------
 .../flatpak-autotools/files/src/install-sh         |  501 ---------
 doc/examples/flatpak-autotools/files/src/missing   |  215 ----
 .../flatpak-autotools/files/src/src/Makefile.am    |    6 -
 .../flatpak-autotools/files/src/src/main.c         |   14 -
 doc/examples/flatpak-autotools/keys/flathub.gpg    |  Bin 2844 -> 0 bytes
 doc/examples/flatpak-autotools/project.conf        |   22 -
 doc/sessions/flatpak-autotools.run                 |   21 -
 doc/source/arch_caches.rst                         |   19 +-
 doc/source/core_plugins.rst                        |    7 +-
 doc/source/developing/workspaces.rst               |   44 +-
 doc/source/examples/flatpak-autotools.rst          |  148 ---
 doc/source/format_declaring.rst                    |   57 +-
 doc/source/format_project.rst                      |   17 +-
 doc/source/index.rst                               |    1 +
 doc/source/main_porting.rst                        |   16 +
 doc/source/main_using.rst                          |    1 +
 doc/source/porting_command_line.rst                |  173 +++
 doc/source/porting_project.rst                     |  360 ++++++
 doc/source/porting_user_configuration.rst          |   45 +
 .../sessions-stored/flatpak-autotools-build.html   |  145 ---
 .../sessions-stored/flatpak-autotools-shell.html   |   23 -
 doc/source/using_config.rst                        |  189 +++-
 doc/source/using_configuring_cache_server.rst      |  238 +---
 doc/source/using_configuring_remote_execution.rst  |   67 ++
 doc/source/using_examples.rst                      |    1 -
 requirements/cov-requirements.txt                  |   14 +-
 requirements/dev-requirements.txt                  |   34 +-
 requirements/requirements.in                       |    5 +-
 requirements/requirements.txt                      |   29 +-
 setup.py                                           |   49 +-
 src/buildstream/__init__.py                        |   19 +-
 src/buildstream/_artifact.py                       |   66 +-
 src/buildstream/_artifactcache.py                  |   59 +-
 src/buildstream/_artifactelement.py                |   42 +-
 src/buildstream/_artifactproject.py                |   19 +-
 src/buildstream/_assetcache.py                     |   41 +-
 src/buildstream/_cachekey.py                       |   19 +-
 src/buildstream/_cas/__init__.py                   |   19 +-
 src/buildstream/_cas/cascache.py                   |  109 +-
 src/buildstream/_cas/casdprocessmanager.py         |   38 +-
 src/buildstream/_cas/casremote.py                  |   24 +-
 src/buildstream/_cas/casserver.py                  |  238 +---
 src/buildstream/_context.py                        |  103 +-
 src/buildstream/_elementproxy.py                   |   22 +-
 src/buildstream/_elementsources.py                 |   51 +-
 src/buildstream/_elementsourcescache.py            |   19 +-
 src/buildstream/_exceptions.py                     |   23 +-
 src/buildstream/_frontend/__init__.py              |   19 +-
 src/buildstream/_frontend/app.py                   |   23 +-
 src/buildstream/_frontend/cli.py                   |   90 +-
 src/buildstream/_frontend/complete.py              |   33 +-
 src/buildstream/_frontend/linuxapp.py              |   19 +-
 src/buildstream/_frontend/profile.py               |   19 +-
 src/buildstream/_frontend/status.py                |   24 +-
 src/buildstream/_frontend/widget.py                |   43 +-
 src/buildstream/_gitsourcebase.py                  |   23 +-
 src/buildstream/_loader/__init__.py                |   19 +-
 src/buildstream/_loader/loadcontext.py             |   19 +-
 src/buildstream/_loader/loadelement.pyx            |   20 +-
 src/buildstream/_loader/loader.py                  |   98 +-
 src/buildstream/_loader/metasource.py              |   19 +-
 src/buildstream/_loader/types.py                   |   19 +-
 src/buildstream/_message.py                        |   19 +-
 src/buildstream/_messenger.py                      |   79 +-
 src/buildstream/_options/__init__.py               |   19 +-
 src/buildstream/_options/option.py                 |   19 +-
 src/buildstream/_options/optionarch.py             |   19 +-
 src/buildstream/_options/optionbool.py             |   19 +-
 src/buildstream/_options/optioneltmask.py          |   19 +-
 src/buildstream/_options/optionenum.py             |   19 +-
 src/buildstream/_options/optionflags.py            |   19 +-
 src/buildstream/_options/optionos.py               |   19 +-
 src/buildstream/_options/optionpool.py             |   19 +-
 src/buildstream/_overlapcollector.py               |   19 +-
 src/buildstream/_pipeline.py                       |   87 +-
 src/buildstream/_platform/__init__.py              |   19 +-
 src/buildstream/_platform/platform.py              |   19 +-
 src/buildstream/_pluginfactory/__init__.py         |   23 +-
 src/buildstream/_pluginfactory/elementfactory.py   |   19 +-
 src/buildstream/_pluginfactory/pluginfactory.py    |   19 +-
 src/buildstream/_pluginfactory/pluginorigin.py     |   19 +-
 .../_pluginfactory/pluginoriginjunction.py         |   19 +-
 .../_pluginfactory/pluginoriginlocal.py            |   19 +-
 src/buildstream/_pluginfactory/pluginoriginpip.py  |   19 +-
 src/buildstream/_pluginfactory/sourcefactory.py    |   19 +-
 src/buildstream/_pluginproxy.py                    |   19 +-
 src/buildstream/_profile.py                        |   21 +-
 src/buildstream/_project.py                        |  118 +-
 src/buildstream/_projectrefs.py                    |   19 +-
 .../_protos/buildstream/v2/buildstream.proto       |   95 --
 .../_protos/buildstream/v2/buildstream_pb2.py      |  335 ------
 .../_protos/buildstream/v2/buildstream_pb2_grpc.py |  143 ---
 src/buildstream/_remote.py                         |   28 +-
 src/buildstream/_remotespec.py                     |   46 +-
 src/buildstream/_scheduler/__init__.py             |   20 +-
 src/buildstream/_scheduler/jobs/__init__.py        |   19 +-
 src/buildstream/_scheduler/jobs/elementjob.py      |   23 +-
 src/buildstream/_scheduler/jobs/job.py             |  139 +--
 .../_scheduler/queues/artifactpushqueue.py         |   19 +-
 src/buildstream/_scheduler/queues/buildqueue.py    |   19 +-
 .../_scheduler/queues/cachequeryqueue.py           |   66 ++
 src/buildstream/_scheduler/queues/fetchqueue.py    |   23 +-
 src/buildstream/_scheduler/queues/pullqueue.py     |   32 +-
 src/buildstream/_scheduler/queues/queue.py         |   30 +-
 .../_scheduler/queues/sourcepushqueue.py           |   19 +-
 src/buildstream/_scheduler/queues/trackqueue.py    |   19 +-
 src/buildstream/_scheduler/scheduler.py            |   19 +-
 src/buildstream/_signals.py                        |   23 +-
 src/buildstream/_site.py                           |   19 +-
 src/buildstream/_sourcecache.py                    |   19 +-
 src/buildstream/_state.py                          |   19 +-
 src/buildstream/_stream.py                         |  409 ++++---
 src/buildstream/_types.pyx                         |   19 +-
 src/buildstream/_utils.pyx                         |   19 +-
 src/buildstream/_variables.pyx                     |   23 +-
 src/buildstream/_versions.py                       |   19 +-
 src/buildstream/_workspaces.py                     |   21 +-
 src/buildstream/_yaml.pyx                          |   23 +-
 src/buildstream/buildelement.py                    |   19 +-
 src/buildstream/data/projectconfig.yaml            |   10 +-
 src/buildstream/data/userconfig.yaml               |   24 +-
 src/buildstream/downloadablefilesource.py          |   23 +-
 src/buildstream/element.py                         |  320 +++---
 src/buildstream/exceptions.py                      |   31 +-
 src/buildstream/node.pxd                           |   19 +-
 src/buildstream/node.pyx                           |   19 +-
 src/buildstream/plugin.py                          |  198 +++-
 src/buildstream/plugins/elements/autotools.py      |   19 +-
 src/buildstream/plugins/elements/compose.py        |   19 +-
 src/buildstream/plugins/elements/filter.py         |   19 +-
 src/buildstream/plugins/elements/import.py         |   19 +-
 src/buildstream/plugins/elements/junction.py       |   19 +-
 src/buildstream/plugins/elements/link.py           |   19 +-
 src/buildstream/plugins/elements/manual.py         |   19 +-
 src/buildstream/plugins/elements/script.py         |   19 +-
 src/buildstream/plugins/elements/stack.py          |   19 +-
 src/buildstream/plugins/sources/bzr.py             |   19 +-
 src/buildstream/plugins/sources/git.py             |   19 +-
 src/buildstream/plugins/sources/local.py           |   19 +-
 src/buildstream/plugins/sources/patch.py           |   19 +-
 src/buildstream/plugins/sources/pip.py             |   20 +-
 src/buildstream/plugins/sources/remote.py          |   19 +-
 src/buildstream/plugins/sources/tar.py             |   24 +-
 src/buildstream/plugins/sources/workspace.py       |   25 +-
 src/buildstream/plugins/sources/zip.py             |   19 +-
 src/buildstream/sandbox/__init__.py                |   19 +-
 src/buildstream/sandbox/_config.py                 |   19 +-
 src/buildstream/sandbox/_sandboxbuildboxrun.py     |   22 +-
 src/buildstream/sandbox/_sandboxdummy.py           |   19 +-
 src/buildstream/sandbox/_sandboxreapi.py           |   19 +-
 src/buildstream/sandbox/_sandboxremote.py          |  130 +--
 src/buildstream/sandbox/sandbox.py                 |   19 +-
 src/buildstream/scriptelement.py                   |   19 +-
 src/buildstream/source.py                          |   77 +-
 src/buildstream/storage/__init__.py                |   19 +-
 src/buildstream/storage/_casbaseddirectory.py      |   19 +-
 src/buildstream/storage/_filebaseddirectory.py     |   21 +-
 src/buildstream/storage/directory.py               |   19 +-
 src/buildstream/testing/__init__.py                |   22 +-
 src/buildstream/testing/_cachekeys.py              |   21 +-
 src/buildstream/testing/_fixtures.py               |   28 +-
 .../testing/_sourcetests/build_checkout.py         |   19 +-
 src/buildstream/testing/_sourcetests/conftest.py   |   21 +-
 src/buildstream/testing/_sourcetests/fetch.py      |   19 +-
 src/buildstream/testing/_sourcetests/mirror.py     |   22 +-
 .../testing/_sourcetests/source_determinism.py     |   23 +-
 src/buildstream/testing/_sourcetests/track.py      |   19 +-
 .../testing/_sourcetests/track_cross_junction.py   |   21 +-
 src/buildstream/testing/_sourcetests/utils.py      |   23 +-
 src/buildstream/testing/_sourcetests/workspace.py  |   19 +-
 src/buildstream/testing/_update_cachekeys.py       |   25 +-
 src/buildstream/testing/_utils/site.py             |    2 +-
 src/buildstream/testing/integration.py             |   31 +-
 src/buildstream/testing/repo.py                    |   19 +-
 src/buildstream/testing/runcli.py                  |   31 +-
 src/buildstream/types.py                           |  102 +-
 src/buildstream/utils.py                           |   34 +-
 tests/artifactcache/config.py                      |    8 +-
 tests/artifactcache/expiry.py                      |   19 +-
 tests/artifactcache/push.py                        |   10 +-
 tests/cachekey/project/elements/build1.expected    |    2 +-
 tests/cachekey/project/elements/build2.expected    |    2 +-
 tests/cachekey/project/elements/build3.expected    |    2 +-
 tests/cachekey/project/elements/compose1.expected  |    2 +-
 tests/cachekey/project/elements/compose2.expected  |    2 +-
 tests/cachekey/project/elements/compose3.expected  |    2 +-
 tests/cachekey/project/elements/compose4.expected  |    2 +-
 tests/cachekey/project/elements/compose5.expected  |    2 +-
 tests/cachekey/project/elements/import1.expected   |    2 +-
 tests/cachekey/project/elements/import2.expected   |    2 +-
 tests/cachekey/project/elements/import3.expected   |    2 +-
 tests/cachekey/project/elements/script1.expected   |    2 +-
 tests/cachekey/project/project.conf                |    3 +
 tests/cachekey/project/sources/bzr1.expected       |    2 +-
 tests/cachekey/project/sources/git1.expected       |    2 +-
 tests/cachekey/project/sources/git2.expected       |    2 +-
 tests/cachekey/project/sources/git3.expected       |    2 +-
 tests/cachekey/project/sources/local1.expected     |    2 +-
 tests/cachekey/project/sources/local2.expected     |    2 +-
 tests/cachekey/project/sources/patch1.expected     |    2 +-
 tests/cachekey/project/sources/patch2.expected     |    2 +-
 tests/cachekey/project/sources/patch3.expected     |    2 +-
 tests/cachekey/project/sources/pip1.expected       |    2 +-
 tests/cachekey/project/sources/remote1.expected    |    2 +-
 tests/cachekey/project/sources/remote2.expected    |    2 +-
 tests/cachekey/project/sources/tar1.expected       |    2 +-
 tests/cachekey/project/sources/tar2.expected       |    2 +-
 tests/cachekey/project/sources/zip1.expected       |    2 +-
 tests/cachekey/project/sources/zip2.expected       |    2 +-
 tests/cachekey/project/target.expected             |    2 +-
 tests/conftest.py                                  |   20 +-
 tests/examples/developing.py                       |    2 +-
 tests/examples/flatpak-autotools.py                |   90 --
 tests/format/dependencies.py                       |   21 -
 tests/format/elementnames.py                       |   43 +
 .../elementnames/bad-chars-dep.bst}                |    3 +-
 .../elementnames/bad-suffix-dep.bst}               |    3 +-
 .../{dependencies2 => elementnames}/project.conf   |    2 +-
 tests/format/project.py                            |    2 +-
 tests/frontend/artifact_checkout.py                |    3 +-
 tests/frontend/artifact_delete.py                  |   19 +-
 tests/frontend/artifact_list_contents.py           |   19 +-
 tests/frontend/artifact_log.py                     |   23 +-
 tests/frontend/artifact_show.py                    |   43 +-
 tests/frontend/buildcheckout.py                    |   91 +-
 tests/frontend/completions.py                      |    4 +-
 tests/frontend/cross_junction_workspace.py         |    2 +-
 tests/frontend/fetch.py                            |   14 +-
 tests/frontend/init.py                             |    4 +-
 tests/frontend/large_directory.py                  |   21 +-
 tests/frontend/logging.py                          |    2 +-
 tests/frontend/mirror.py                           |  222 +++-
 tests/frontend/order.py                            |   20 +-
 tests/frontend/progress.py                         |    2 +-
 tests/frontend/project/elements/invalid-alias.bst  |    5 +
 .../project/elements/invalid-chars-in-dep.bst      |    8 -
 tests/frontend/project/elements/target2.bst        |    7 -
 tests/frontend/project/elements/unaliased-tar.bst  |    5 +
 tests/frontend/project/project.conf                |    4 -
 tests/frontend/pull.py                             |   12 +-
 tests/frontend/push.py                             |   31 +-
 tests/frontend/rebuild.py                          |    4 +-
 tests/frontend/remote-caches.py                    |   49 +-
 tests/frontend/show.py                             |   77 +-
 tests/frontend/source-fetch/project.conf           |    5 +
 tests/frontend/source_checkout.py                  |    4 +-
 tests/frontend/track.py                            |   18 +-
 tests/frontend/workspace.py                        |   72 +-
 tests/integration/artifact.py                      |   21 +-
 tests/integration/cachedfail.py                    |   19 +-
 tests/integration/manual.py                        |   12 +-
 tests/integration/messages.py                      |   19 +-
 tests/integration/sandbox.py                       |   19 +-
 tests/integration/script.py                        |   16 +-
 tests/integration/shell.py                         |   14 +-
 tests/integration/shellbuildtrees.py               |   57 +-
 tests/integration/source-determinism.py            |    4 +-
 tests/integration/stack.py                         |    4 +-
 tests/integration/workspace.py                     |   16 +-
 tests/internals/loader.py                          |    3 +-
 tests/internals/storage_vdir_import.py             |   31 +-
 tests/internals/utils_save_atomic.py               |   10 +-
 tests/internals/yaml.py                            |    7 +-
 tests/plugins/loading.py                           |   21 +-
 .../{project.conf => not-found-elements.conf}      |    7 +
 .../{project.conf => not-found-sources.conf}       |    7 +
 tests/plugins/sample-plugins/setup.py              |   21 +-
 tests/remoteexecution/buildfail.py                 |   19 +-
 tests/remoteexecution/buildtree.py                 |   19 +-
 tests/remoteexecution/junction.py                  |   23 +-
 tests/remoteexecution/partial.py                   |   78 --
 .../remoteexecution/{simple.py => remotecache.py}  |   40 +-
 tests/remoteexecution/workspace.py                 |   10 +-
 tests/sandboxes/selection.py                       |   19 +-
 tests/sourcecache/cache.py                         |   21 +-
 tests/sourcecache/config.py                        |   19 +-
 tests/sourcecache/fetch.py                         |   34 +-
 .../project/plugins/elements/always_fail.py        |   19 +-
 tests/sourcecache/push.py                          |   55 +-
 tests/sourcecache/source-checkout.py               |   19 +-
 tests/sourcecache/staging.py                       |   25 +-
 tests/sourcecache/workspace.py                     |   19 +-
 tests/sources/bzr.py                               |   32 +-
 tests/sources/git.py                               |   59 +-
 tests/sources/keytest.py                           |   19 +-
 tests/sources/local.py                             |    6 +-
 tests/sources/patch.py                             |   12 +-
 tests/sources/previous_source_access.py            |    4 +-
 tests/testutils/__init__.py                        |   19 +-
 tests/testutils/artifactshare.py                   |   48 +-
 tests/testutils/context.py                         |   19 +-
 tests/testutils/filetypegenerator.py               |   21 +-
 tests/testutils/platform.py                        |   23 +-
 tests/testutils/python_repo.py                     |    6 +-
 tests/testutils/repo/bzr.py                        |    2 +-
 tests/testutils/repo/git.py                        |    2 +-
 tests/testutils/runner_integration.py              |   19 +-
 tox.ini                                            |   44 +-
 326 files changed, 5157 insertions(+), 8687 deletions(-)
 rename .github/compose/{ci.buildbarn-remote-cache.yml => ci.buildbarn.yml} (90%)
 rename .github/compose/{ci.remote-execution.yml => ci.buildgrid.yml} (88%)
 delete mode 100644 .github/compose/ci.buildstream-remote-cache.yml
 create mode 100755 .github/run-ci.sh
 delete mode 100644 COPYING
 create mode 100644 LICENSE
 create mode 100644 NOTICE
 delete mode 100644 doc/examples/flatpak-autotools/elements/base.bst
 delete mode 100644 doc/examples/flatpak-autotools/elements/base/sdk.bst
 delete mode 100644 doc/examples/flatpak-autotools/elements/base/usrmerge.bst
 delete mode 100644 doc/examples/flatpak-autotools/elements/hello.bst
 delete mode 120000 doc/examples/flatpak-autotools/files/links/bin
 delete mode 120000 doc/examples/flatpak-autotools/files/links/etc
 delete mode 120000 doc/examples/flatpak-autotools/files/links/lib
 delete mode 100644 doc/examples/flatpak-autotools/files/src/Makefile.am
 delete mode 100644 doc/examples/flatpak-autotools/files/src/README
 delete mode 100644 doc/examples/flatpak-autotools/files/src/aclocal.m4
 delete mode 100755 doc/examples/flatpak-autotools/files/src/compile
 delete mode 100644 doc/examples/flatpak-autotools/files/src/configure.ac
 delete mode 100755 doc/examples/flatpak-autotools/files/src/depcomp
 delete mode 100755 doc/examples/flatpak-autotools/files/src/install-sh
 delete mode 100755 doc/examples/flatpak-autotools/files/src/missing
 delete mode 100644 doc/examples/flatpak-autotools/files/src/src/Makefile.am
 delete mode 100644 doc/examples/flatpak-autotools/files/src/src/main.c
 delete mode 100644 doc/examples/flatpak-autotools/keys/flathub.gpg
 delete mode 100644 doc/examples/flatpak-autotools/project.conf
 delete mode 100644 doc/sessions/flatpak-autotools.run
 delete mode 100644 doc/source/examples/flatpak-autotools.rst
 create mode 100644 doc/source/main_porting.rst
 create mode 100644 doc/source/porting_command_line.rst
 create mode 100644 doc/source/porting_project.rst
 create mode 100644 doc/source/porting_user_configuration.rst
 delete mode 100644 doc/source/sessions-stored/flatpak-autotools-build.html
 delete mode 100644 doc/source/sessions-stored/flatpak-autotools-shell.html
 create mode 100644 doc/source/using_configuring_remote_execution.rst
 delete mode 100644 src/buildstream/_protos/buildstream/v2/buildstream.proto
 delete mode 100644 src/buildstream/_protos/buildstream/v2/buildstream_pb2.py
 delete mode 100644 src/buildstream/_protos/buildstream/v2/buildstream_pb2_grpc.py
 create mode 100644 src/buildstream/_scheduler/queues/cachequeryqueue.py
 delete mode 100644 tests/examples/flatpak-autotools.py
 create mode 100644 tests/format/elementnames.py
 copy tests/{frontend/workspaced-runtime-dep/elements/stack.bst => format/elementnames/bad-chars-dep.bst} (56%)
 copy tests/{frontend/workspaced-runtime-dep/elements/stack.bst => format/elementnames/bad-suffix-dep.bst} (58%)
 copy tests/format/{dependencies2 => elementnames}/project.conf (87%)
 create mode 100644 tests/frontend/project/elements/invalid-alias.bst
 delete mode 100644 tests/frontend/project/elements/invalid-chars-in-dep.bst
 delete mode 100644 tests/frontend/project/elements/target2.bst
 create mode 100644 tests/frontend/project/elements/unaliased-tar.bst
 create mode 100644 tests/frontend/source-fetch/project.conf
 copy tests/plugins/loading/{project.conf => not-found-elements.conf} (53%)
 copy tests/plugins/loading/{project.conf => not-found-sources.conf} (54%)
 delete mode 100644 tests/remoteexecution/partial.py
 copy tests/remoteexecution/{simple.py => remotecache.py} (53%)

[buildstream] 01/01: .github/common.env: Update Docker images

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch juerg/buildbox
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 41c4bdd220ada4a1629d45d85ffb424674ae815b
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Tue Jan 18 17:53:51 2022 +0100

    .github/common.env: Update Docker images
    
    These images include buildbox-casd 0.0.55.
---
 .github/common.env | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/common.env b/.github/common.env
index 8284550..8ea481d 100644
--- a/.github/common.env
+++ b/.github/common.env
@@ -1,6 +1,6 @@
 # Shared common variables
 
-CI_IMAGE_VERSION=master-443158932
+CI_IMAGE_VERSION=master-450607952
 CI_TOXENV_MAIN=py36,py37,py38-nocover,py39-nocover,py310-nocover
 CI_TOXENV_PLUGINS=py36-plugins,py37-plugins,py38-plugins-nocover,py39-plugins-nocover,py310-plugins-nocover
 CI_TOXENV_ALL="${CI_TOXENV_MAIN},${CI_TOXENV_PLUGINS}"