chore(deps): update dependency protoc to v29 #10194
Annotations
2 errors
Test:
python-runtime/compile/build_test.go#L31
=== RUN TestBuild/schema_extraction
debug: Generating python main module
debug: Traceback (most recent call last):
debug: File "<frozen runpy>", line 189, in _run_module_as_main
debug: File "<frozen runpy>", line 112, in _get_module_details
debug: File "python-runtime/compile/testdata/echo/.venv/lib/python3.13/site-packages/ftl/__init__.py", line 1, in <module>
debug: from .verb import verb
debug: File "python-runtime/compile/testdata/echo/.venv/lib/python3.13/site-packages/ftl/verb/__init__.py", line 2, in <module>
debug: from ftl.verb.extractor import VerbExtractor
debug: File "python-runtime/compile/testdata/echo/.venv/lib/python3.13/site-packages/ftl/verb/extractor.py", line 4, in <module>
debug: from ftl.extract import LocalExtractionContext, extract_type
debug: File "python-runtime/compile/testdata/echo/.venv/lib/python3.13/site-packages/ftl/extract/__init__.py", line 1, in <module>
debug: from ftl.extract.common import (
debug: ...<6 lines>...
debug: )
debug: File "python-runtime/compile/testdata/echo/.venv/lib/python3.13/site-packages/ftl/extract/common.py", line 3, in <module>
debug: from ftl.protos.xyz.block.ftl.schema.v1 import schema_pb2 as schemapb
debug: File "python-runtime/compile/testdata/echo/.venv/lib/python3.13/site-packages/ftl/protos/xyz/block/ftl/schema/v1/schema_pb2.py", line 12, in <module>
debug: _runtime_version.ValidateProtobufRuntimeVersion(
debug: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
debug: _runtime_version.Domain.PUBLIC,
debug: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
debug: ...<4 lines>...
debug: 'xyz/block/ftl/schema/v1/schema.proto'
debug: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
debug: )
debug: ^
debug: File "python-runtime/compile/testdata/echo/.venv/lib/python3.13/site-packages/google/protobuf/runtime_version.py", line 106, in ValidateProtobufRuntimeVersion
debug: _ReportVersionError(
debug: ~~~~~~~~~~~~~~~~~~~^
debug: 'Detected incompatible Protobuf Gencode/Runtime versions when loading'
debug: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
debug: f' {location}: gencode {gen_version} runtime {version}. Runtime version'
debug: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
debug: f' cannot be older than the linked gencode version. {error_prompt}'
debug: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
debug: )
debug: ^
debug: File "python-runtime/compile/testdata/echo/.venv/lib/python3.13/site-packages/google/protobuf/runtime_version.py", line 47, in _ReportVersionError
debug: raise VersionError(msg)
debug: google.protobuf.runtime_version.VersionError: Detected incompatible Protobuf Gencode/Runtime versions when loading xyz/block/ftl/schema/v1/schema.proto: gencode 5.29.0 runtime 5.28.3. Runtime version cannot be older than the linked gencode version. See Protobuf version guarantees at https://protobuf.dev/support/cross-version-runtime-guarantee.
error: Traceback (most recent call last):
File "<frozen runpy>", line 189, in _run_module_as_main
File "<frozen runpy>", line 112, in _get_module_details
File "python-runtime/compile/testdata/echo/.venv/lib/python3.13/site-packages/ftl/__init__.py", line 1, in <module>
from .verb import verb
File "python-runtime/compile/testdata/echo/.venv/lib/python3.13/site-packages/ftl/verb/__init__.py", line 2, in <module>
from ftl.verb.extractor import VerbExtractor
File "python-runtime/compile/testdata/echo/.venv/lib/python3.13/site-packages/ftl/verb/extractor.py", line 4, in <module>
from ftl.extract import LocalExtractionContext, extract_type
File "python-runtime/compile/testdata/echo/.venv/lib/python3.13/site-packages/ftl/extract/__init__.py", line 1, in <module>
from ftl.extract.common import (
...<6 lines>...
)
File "python-runtime/compile/testdata/echo/.venv/lib/python3.13/site-packages/ftl/extract/common.py", line 3, in <module>
from ftl.protos.xyz.block.ftl.schema.v1 i
|
Test
Process completed with exit code 1.
|
Loading