Skip to content

Instantly share code, notes, and snippets.

@samuela
Created February 8, 2023 21:55
Show Gist options
  • Save samuela/87b4c7fdcabcc3992f7f7ac2fc21b9ba to your computer and use it in GitHub Desktop.
Save samuela/87b4c7fdcabcc3992f7f7ac2fc21b9ba to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
❯ nix-build -A python3Packages.apache-beam
this derivation will be built:
/nix/store/xwlaidkqf3v08xz239mflhbr5aharbs4-python3.10-apache-beam-2.44.0.drv
building '/nix/store/xwlaidkqf3v08xz239mflhbr5aharbs4-python3.10-apache-beam-2.44.0.drv'...
Sourcing python-remove-tests-dir-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing python-remove-bin-bytecode-hook.sh
Sourcing setuptools-build-hook
Using setuptoolsBuildPhase
Using setuptoolsShellHook
Sourcing pip-install-hook
Using pipInstallPhase
Sourcing python-imports-check-hook.sh
Using pythonImportsCheckPhase
Sourcing python-namespaces-hook
Sourcing python-catch-conflicts-hook.sh
Sourcing setuptools-check-hook
Using setuptoolsCheckPhase
Sourcing pytest-check-hook
Using pytestCheckPhase
Removing setuptoolsCheckPhase
unpacking sources
unpacking source archive /nix/store/1blk83pa4j9cypj6zyzfq1iaksxiys8s-source
source root is source/sdks/python
setting SOURCE_DATE_EPOCH to timestamp 315619200 of file source/sdks/python/tox.ini
patching sources
applying patch /nix/store/1yfv1zhlid07x77f3rpjkzgcciasa8bf-fix-for-dill-0.3.6.patch
patching file apache_beam/internal/dill_pickler.py
configuring
no configure script, doing nothing
building
Executing setuptoolsBuildPhase
org/apache/beam/model/interactive/v1/beam_interactive_api.proto:36:1: warning: Import google/protobuf/timestamp.proto is unused.
Writing mypy to org/apache/beam/model/pipeline/v1/metrics_pb2.pyi
Writing mypy to org/apache/beam/model/pipeline/v1/beam_runner_api_pb2.pyi
Writing mypy to org/apache/beam/model/pipeline/v1/schema_pb2.pyi
Writing mypy to org/apache/beam/model/pipeline/v1/external_transforms_pb2.pyi
Writing mypy to org/apache/beam/model/pipeline/v1/endpoints_pb2.pyi
Writing mypy to org/apache/beam/model/pipeline/v1/standard_window_fns_pb2.pyi
Writing mypy to org/apache/beam/model/job_management/v1/beam_expansion_api_pb2.pyi
Writing mypy to org/apache/beam/model/job_management/v1/beam_job_api_pb2.pyi
Writing mypy to org/apache/beam/model/job_management/v1/beam_artifact_api_pb2.pyi
Writing mypy to org/apache/beam/model/fn_execution/v1/beam_fn_api_pb2.pyi
Writing mypy to org/apache/beam/model/fn_execution/v1/beam_provision_api_pb2.pyi
Writing mypy to org/apache/beam/model/interactive/v1/beam_interactive_api_pb2.pyi
Compiling apache_beam/coders/coder_impl_row_encoders.pyx because it changed.
Compiling apache_beam/coders/stream.pyx because it changed.
Compiling apache_beam/runners/worker/statesampler_fast.pyx because it changed.
Compiling apache_beam/transforms/cy_dataflow_distribution_counter.pyx because it changed.
Compiling apache_beam/coders/coder_impl.py because it changed.
Compiling apache_beam/metrics/cells.py because it changed.
Compiling apache_beam/metrics/execution.py because it changed.
Compiling apache_beam/runners/common.py because it changed.
Compiling apache_beam/runners/worker/logger.py because it changed.
Compiling apache_beam/runners/worker/opcounters.py because it changed.
Compiling apache_beam/runners/worker/operations.py because it changed.
Compiling apache_beam/transforms/cy_combiners.py because it changed.
Compiling apache_beam/transforms/stats.py because it changed.
Compiling apache_beam/utils/counters.py because it changed.
Compiling apache_beam/utils/windowed_value.py because it changed.
[ 1/15] Cythonizing apache_beam/coders/coder_impl.py
/nix/store/j3ksmm3idcdnmbb6s73x1k162kbjwgkl-python3.10-cython-0.29.32/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/source/sdks/python/apache_beam/coders/coder_impl.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
[ 2/15] Cythonizing apache_beam/coders/coder_impl_row_encoders.pyx
/nix/store/j3ksmm3idcdnmbb6s73x1k162kbjwgkl-python3.10-cython-0.29.32/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/source/sdks/python/apache_beam/coders/coder_impl_row_encoders.pyx
tree = Parsing.p_module(s, pxd, full_module_name)
[ 3/15] Cythonizing apache_beam/coders/stream.pyx
/nix/store/j3ksmm3idcdnmbb6s73x1k162kbjwgkl-python3.10-cython-0.29.32/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/source/sdks/python/apache_beam/coders/stream.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
[ 4/15] Cythonizing apache_beam/metrics/cells.py
/nix/store/j3ksmm3idcdnmbb6s73x1k162kbjwgkl-python3.10-cython-0.29.32/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/source/sdks/python/apache_beam/metrics/cells.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
[ 5/15] Cythonizing apache_beam/metrics/execution.py
/nix/store/j3ksmm3idcdnmbb6s73x1k162kbjwgkl-python3.10-cython-0.29.32/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/source/sdks/python/apache_beam/metrics/execution.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
[ 6/15] Cythonizing apache_beam/runners/common.py
/nix/store/j3ksmm3idcdnmbb6s73x1k162kbjwgkl-python3.10-cython-0.29.32/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/source/sdks/python/apache_beam/runners/common.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
[ 7/15] Cythonizing apache_beam/runners/worker/logger.py
[ 8/15] Cythonizing apache_beam/runners/worker/opcounters.py
/nix/store/j3ksmm3idcdnmbb6s73x1k162kbjwgkl-python3.10-cython-0.29.32/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/source/sdks/python/apache_beam/runners/worker/opcounters.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
[ 9/15] Cythonizing apache_beam/runners/worker/operations.py
/nix/store/j3ksmm3idcdnmbb6s73x1k162kbjwgkl-python3.10-cython-0.29.32/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/source/sdks/python/apache_beam/runners/worker/operations.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
[10/15] Cythonizing apache_beam/runners/worker/statesampler_fast.pyx
/nix/store/j3ksmm3idcdnmbb6s73x1k162kbjwgkl-python3.10-cython-0.29.32/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/source/sdks/python/apache_beam/runners/worker/statesampler_fast.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
[11/15] Cythonizing apache_beam/transforms/cy_combiners.py
/nix/store/j3ksmm3idcdnmbb6s73x1k162kbjwgkl-python3.10-cython-0.29.32/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/source/sdks/python/apache_beam/transforms/cy_combiners.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
[12/15] Cythonizing apache_beam/transforms/cy_dataflow_distribution_counter.pyx
/nix/store/j3ksmm3idcdnmbb6s73x1k162kbjwgkl-python3.10-cython-0.29.32/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/source/sdks/python/apache_beam/transforms/cy_dataflow_distribution_counter.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
[13/15] Cythonizing apache_beam/transforms/stats.py
/nix/store/j3ksmm3idcdnmbb6s73x1k162kbjwgkl-python3.10-cython-0.29.32/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/source/sdks/python/apache_beam/transforms/stats.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
[14/15] Cythonizing apache_beam/utils/counters.py
/nix/store/j3ksmm3idcdnmbb6s73x1k162kbjwgkl-python3.10-cython-0.29.32/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/source/sdks/python/apache_beam/utils/counters.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
[15/15] Cythonizing apache_beam/utils/windowed_value.py
/nix/store/j3ksmm3idcdnmbb6s73x1k162kbjwgkl-python3.10-cython-0.29.32/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File: /build/source/sdks/python/apache_beam/utils/windowed_value.pxd
tree = Parsing.p_module(s, pxd, full_module_name)
running build_ext
building 'apache_beam.coders.coder_impl_row_encoders' extension
building 'apache_beam.coders.stream' extension
creating build
building 'apache_beam.runners.worker.statesampler_fast' extension
creating build/temp.linux-x86_64-cpython-310
creating build/temp.linux-x86_64-cpython-310
building 'apache_beam.transforms.cy_dataflow_distribution_counter' extension
creating build/temp.linux-x86_64-cpython-310
building 'apache_beam.coders.coder_impl' extension
creating build/temp.linux-x86_64-cpython-310/apache_beam
creating build/temp.linux-x86_64-cpython-310/apache_beam
building 'apache_beam.metrics.cells' extension
creating build/temp.linux-x86_64-cpython-310/apache_beam
building 'apache_beam.metrics.execution' extension
building 'apache_beam.runners.common' extension
building 'apache_beam.runners.worker.logger' extension
creating build/temp.linux-x86_64-cpython-310/apache_beam/coders
creating build/temp.linux-x86_64-cpython-310/apache_beam/runners
creating build/temp.linux-x86_64-cpython-310/apache_beam/coders
creating build/temp.linux-x86_64-cpython-310/apache_beam/coders
building 'apache_beam.runners.worker.opcounters' extension
creating build/temp.linux-x86_64-cpython-310/apache_beam/metrics
building 'apache_beam.runners.worker.operations' extension
creating build/temp.linux-x86_64-cpython-310/apache_beam/transforms
building 'apache_beam.transforms.cy_combiners' extension
creating build/temp.linux-x86_64-cpython-310/apache_beam/metrics
building 'apache_beam.transforms.stats' extension
creating build/temp.linux-x86_64-cpython-310/apache_beam/runners
building 'apache_beam.utils.counters' extension
building 'apache_beam.utils.windowed_value' extension
creating build/temp.linux-x86_64-cpython-310/apache_beam/runners
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/include -fPIC -I/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include -I/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/include/python3.10 -c apache_beam/coders/stream.c -o build/temp.linux-x86_64-cpython-310/apache_beam/coders/stream.o
creating build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/include -fPIC -I/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include -I/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/include/python3.10 -c apache_beam/coders/coder_impl.c -o build/temp.linux-x86_64-cpython-310/apache_beam/coders/coder_impl.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/include -fPIC -I/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include -I/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/include/python3.10 -c apache_beam/coders/coder_impl_row_encoders.c -o build/temp.linux-x86_64-cpython-310/apache_beam/coders/coder_impl_row_encoders.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/include -fPIC -I/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include -I/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/include/python3.10 -c apache_beam/metrics/cells.c -o build/temp.linux-x86_64-cpython-310/apache_beam/metrics/cells.o
creating build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker
creating build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/include -fPIC -I/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include -I/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/include/python3.10 -c apache_beam/transforms/cy_combiners.c -o build/temp.linux-x86_64-cpython-310/apache_beam/transforms/cy_combiners.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/include -fPIC -I/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include -I/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/include/python3.10 -c apache_beam/transforms/cy_dataflow_distribution_counter.c -o build/temp.linux-x86_64-cpython-310/apache_beam/transforms/cy_dataflow_distribution_counter.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/include -fPIC -I/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include -I/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/include/python3.10 -c apache_beam/transforms/stats.c -o build/temp.linux-x86_64-cpython-310/apache_beam/transforms/stats.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/include -fPIC -I/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include -I/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/include/python3.10 -c apache_beam/runners/common.c -o build/temp.linux-x86_64-cpython-310/apache_beam/runners/common.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/include -fPIC -I/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include -I/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/include/python3.10 -c apache_beam/metrics/execution.c -o build/temp.linux-x86_64-cpython-310/apache_beam/metrics/execution.o
creating build/temp.linux-x86_64-cpython-310/apache_beam/utils
creating build/temp.linux-x86_64-cpython-310/apache_beam/utils
creating build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/include -fPIC -Iapache_beam/runners/worker -I/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include -I/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/include/python3.10 -c apache_beam/runners/worker/statesampler_fast.c -o build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker/statesampler_fast.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/include -fPIC -I/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include -I/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/include/python3.10 -c apache_beam/runners/worker/operations.c -o build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker/operations.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/include -fPIC -I/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include -I/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/include/python3.10 -c apache_beam/runners/worker/opcounters.c -o build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker/opcounters.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/include -fPIC -I/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include -I/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/include/python3.10 -c apache_beam/utils/counters.c -o build/temp.linux-x86_64-cpython-310/apache_beam/utils/counters.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/include -fPIC -I/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include -I/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/include/python3.10 -c apache_beam/utils/windowed_value.c -o build/temp.linux-x86_64-cpython-310/apache_beam/utils/windowed_value.o
gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -I/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/include -fPIC -I/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include -I/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/include/python3.10 -c apache_beam/runners/worker/logger.c -o build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker/logger.o
In file included from /nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include/numpy/ndarraytypes.h:1948,
from /nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,
from /nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include/numpy/arrayobject.h:5,
from apache_beam/coders/coder_impl_row_encoders.c:759:
/nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp8;;]
17 | #warning "Using deprecated NumPy API, disable it with " \
| ^~~~~~~
apache_beam/coders/stream.c: In function ‘__pyx_f_11apache_beam_6coders_6stream_12OutputStream_write_bigendian_double’:
apache_beam/coders/stream.c:3777:185: warning: dereferencing type-punned pointer will break strict-aliasing rules [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstrict-aliasing-Wstrict-aliasing8;;]
3777 | __pyx_t_1 = ((struct __pyx_vtabstruct_11apache_beam_6coders_6stream_OutputStream *)__pyx_v_self->__pyx_vtab)->write_bigendian_int64(__pyx_v_self, (((int64_t *)((char *)(&__pyx_v_d)))[0]), 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 105, __pyx_L1_error)
| ^
apache_beam/coders/stream.c: In function ‘__pyx_f_11apache_beam_6coders_6stream_12OutputStream_write_bigendian_float’:
apache_beam/coders/stream.c:3937:185: warning: dereferencing type-punned pointer will break strict-aliasing rules [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstrict-aliasing-Wstrict-aliasing8;;]
3937 | __pyx_t_1 = ((struct __pyx_vtabstruct_11apache_beam_6coders_6stream_OutputStream *)__pyx_v_self->__pyx_vtab)->write_bigendian_int32(__pyx_v_self, (((int32_t *)((char *)(&__pyx_v_f)))[0]), 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 108, __pyx_L1_error)
| ^
apache_beam/coders/stream.c: In function ‘__pyx_f_11apache_beam_6coders_6stream_11InputStream_read_var_int64’:
apache_beam/coders/stream.c:7239:33: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘long unsigned int’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
7239 | __pyx_t_7 = ((__pyx_v_shift >= ((sizeof(int64_t)) * 8)) != 0);
| ^~
apache_beam/coders/stream.c:7253:33: warning: comparison of integer expressions of different signedness: ‘long int’ and ‘long unsigned int’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
7253 | __pyx_t_7 = ((__pyx_v_shift >= (((sizeof(int64_t)) * 8) - 1)) != 0);
| ^~
apache_beam/coders/stream.c: In function ‘__pyx_f_11apache_beam_6coders_6stream_11InputStream_read_bigendian_double’:
apache_beam/coders/stream.c:7988:54: warning: dereferencing type-punned pointer will break strict-aliasing rules [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstrict-aliasing-Wstrict-aliasing8;;]
7988 | __pyx_r = (((double *)((char *)(&__pyx_v_as_long)))[0]);
| ^
apache_beam/coders/stream.c: In function ‘__pyx_f_11apache_beam_6coders_6stream_11InputStream_read_bigendian_float’:
apache_beam/coders/stream.c:8141:52: warning: dereferencing type-punned pointer will break strict-aliasing rules [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstrict-aliasing-Wstrict-aliasing8;;]
8141 | __pyx_r = (((float *)((char *)(&__pyx_v_as_int)))[0]);
| ^
apache_beam/transforms/cy_dataflow_distribution_counter.c: In function ‘__pyx_f_11apache_beam_10transforms_32cy_dataflow_distribution_counter_get_log10_round_to_floor’:
apache_beam/transforms/cy_dataflow_distribution_counter.c:1942:35: warning: comparison of integer expressions of different signedness: ‘int64_t’ {aka ‘long int’} and ‘long long unsigned int’ [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
1942 | __pyx_t_1 = ((__pyx_v_element >= (__pyx_v_11apache_beam_10transforms_32cy_dataflow_distribution_counter_POWER_TEN[__pyx_v_power])) != 0);
| ^~
apache_beam/coders/coder_impl.c: In function ‘__pyx_f_11apache_beam_6coders_10coder_impl_17SequenceCoderImpl_encode_to_stream’:
apache_beam/coders/coder_impl.c:40094:32: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int64_t’ {aka ‘long int’} [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsign-compare-Wsign-compare8;;]
40094 | __pyx_t_9 = ((__pyx_t_14 > __pyx_v_target_buffer_size) != 0);
| ^
apache_beam/coders/coder_impl_row_encoders.c:19417:20: warning: ‘__pyx_mdef___pyx_memoryviewslice_3__setstate_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
19417 | static PyMethodDef __pyx_mdef___pyx_memoryviewslice_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_memoryviewslice_3__setstate_cython__, METH_O, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl_row_encoders.c:19359:20: warning: ‘__pyx_mdef___pyx_memoryviewslice_1__reduce_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
19359 | static PyMethodDef __pyx_mdef___pyx_memoryviewslice_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_memoryviewslice_1__reduce_cython__, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl_row_encoders.c:16514:20: warning: ‘__pyx_mdef___pyx_memoryview_3__setstate_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
16514 | static PyMethodDef __pyx_mdef___pyx_memoryview_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_memoryview_3__setstate_cython__, METH_O, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl_row_encoders.c:16456:20: warning: ‘__pyx_mdef___pyx_memoryview_1__reduce_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
16456 | static PyMethodDef __pyx_mdef___pyx_memoryview_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_memoryview_1__reduce_cython__, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl_row_encoders.c:16362:20: warning: ‘__pyx_mdef_15View_dot_MemoryView_10memoryview_23copy_fortran’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
16362 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_23copy_fortran = {"copy_fortran", (PyCFunction)__pyx_memoryview_copy_fortran, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl_row_encoders.c:16267:20: warning: ‘__pyx_mdef_15View_dot_MemoryView_10memoryview_21copy’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
16267 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_21copy = {"copy", (PyCFunction)__pyx_memoryview_copy, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl_row_encoders.c:16190:20: warning: ‘__pyx_mdef_15View_dot_MemoryView_10memoryview_19is_f_contig’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
16190 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_19is_f_contig = {"is_f_contig", (PyCFunction)__pyx_memoryview_is_f_contig, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl_row_encoders.c:16113:20: warning: ‘__pyx_mdef_15View_dot_MemoryView_10memoryview_17is_c_contig’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
16113 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_17is_c_contig = {"is_c_contig", (PyCFunction)__pyx_memoryview_is_c_contig, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl_row_encoders.c:12221:20: warning: ‘__pyx_mdef___pyx_MemviewEnum_3__setstate_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
12221 | static PyMethodDef __pyx_mdef___pyx_MemviewEnum_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_MemviewEnum_3__setstate_cython__, METH_O, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl_row_encoders.c:11985:20: warning: ‘__pyx_mdef___pyx_MemviewEnum_1__reduce_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
11985 | static PyMethodDef __pyx_mdef___pyx_MemviewEnum_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_MemviewEnum_1__reduce_cython__, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl_row_encoders.c:11607:20: warning: ‘__pyx_mdef___pyx_array_3__setstate_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
11607 | static PyMethodDef __pyx_mdef___pyx_array_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_array_3__setstate_cython__, METH_O, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl_row_encoders.c:11549:20: warning: ‘__pyx_mdef___pyx_array_1__reduce_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
11549 | static PyMethodDef __pyx_mdef___pyx_array_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_array_1__reduce_cython__, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
creating build/lib.linux-x86_64-cpython-310
creating build/lib.linux-x86_64-cpython-310/apache_beam
creating build/lib.linux-x86_64-cpython-310/apache_beam/transforms
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/apache_beam/transforms/cy_dataflow_distribution_counter.o -L/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib -o build/lib.linux-x86_64-cpython-310/apache_beam/transforms/cy_dataflow_distribution_counter.cpython-310-x86_64-linux-gnu.so
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker/logger.o -L/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib -o build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/logger.cpython-310-x86_64-linux-gnu.so
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker/statesampler_fast.o -L/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib -o build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/statesampler_fast.cpython-310-x86_64-linux-gnu.so
creating build/lib.linux-x86_64-cpython-310/apache_beam/coders
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/apache_beam/coders/stream.o -L/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib -o build/lib.linux-x86_64-cpython-310/apache_beam/coders/stream.cpython-310-x86_64-linux-gnu.so
creating build/lib.linux-x86_64-cpython-310/apache_beam/metrics
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/apache_beam/metrics/execution.o -L/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib -o build/lib.linux-x86_64-cpython-310/apache_beam/metrics/execution.cpython-310-x86_64-linux-gnu.so
creating build/lib.linux-x86_64-cpython-310/apache_beam/utils
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/apache_beam/utils/counters.o -L/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib -o build/lib.linux-x86_64-cpython-310/apache_beam/utils/counters.cpython-310-x86_64-linux-gnu.so
At top level:
apache_beam/coders/coder_impl.c:85250:20: warning: ‘__pyx_mdef___pyx_memoryviewslice_3__setstate_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
85250 | static PyMethodDef __pyx_mdef___pyx_memoryviewslice_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_memoryviewslice_3__setstate_cython__, METH_O, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:85192:20: warning: ‘__pyx_mdef___pyx_memoryviewslice_1__reduce_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
85192 | static PyMethodDef __pyx_mdef___pyx_memoryviewslice_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_memoryviewslice_1__reduce_cython__, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:82347:20: warning: ‘__pyx_mdef___pyx_memoryview_3__setstate_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
82347 | static PyMethodDef __pyx_mdef___pyx_memoryview_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_memoryview_3__setstate_cython__, METH_O, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:82289:20: warning: ‘__pyx_mdef___pyx_memoryview_1__reduce_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
82289 | static PyMethodDef __pyx_mdef___pyx_memoryview_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_memoryview_1__reduce_cython__, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:82195:20: warning: ‘__pyx_mdef_15View_dot_MemoryView_10memoryview_23copy_fortran’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
82195 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_23copy_fortran = {"copy_fortran", (PyCFunction)__pyx_memoryview_copy_fortran, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:82100:20: warning: ‘__pyx_mdef_15View_dot_MemoryView_10memoryview_21copy’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
82100 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_21copy = {"copy", (PyCFunction)__pyx_memoryview_copy, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:82023:20: warning: ‘__pyx_mdef_15View_dot_MemoryView_10memoryview_19is_f_contig’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
82023 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_19is_f_contig = {"is_f_contig", (PyCFunction)__pyx_memoryview_is_f_contig, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:81946:20: warning: ‘__pyx_mdef_15View_dot_MemoryView_10memoryview_17is_c_contig’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
81946 | static PyMethodDef __pyx_mdef_15View_dot_MemoryView_10memoryview_17is_c_contig = {"is_c_contig", (PyCFunction)__pyx_memoryview_is_c_contig, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:78054:20: warning: ‘__pyx_mdef___pyx_MemviewEnum_3__setstate_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
78054 | static PyMethodDef __pyx_mdef___pyx_MemviewEnum_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_MemviewEnum_3__setstate_cython__, METH_O, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:77818:20: warning: ‘__pyx_mdef___pyx_MemviewEnum_1__reduce_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
77818 | static PyMethodDef __pyx_mdef___pyx_MemviewEnum_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_MemviewEnum_1__reduce_cython__, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:77440:20: warning: ‘__pyx_mdef___pyx_array_3__setstate_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
77440 | static PyMethodDef __pyx_mdef___pyx_array_3__setstate_cython__ = {"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_array_3__setstate_cython__, METH_O, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:77382:20: warning: ‘__pyx_mdef___pyx_array_1__reduce_cython__’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
77382 | static PyMethodDef __pyx_mdef___pyx_array_1__reduce_cython__ = {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_array_1__reduce_cython__, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:6700:20: warning: ‘__pyx_mdef_11apache_beam_6coders_10coder_impl_5lambda1’ defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-variable-Wunused-variable8;;]
6700 | static PyMethodDef __pyx_mdef_11apache_beam_6coders_10coder_impl_5lambda1 = {"lambda1", (PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_11apache_beam_6coders_10coder_impl_5lambda1, METH_VARARGS|METH_KEYWORDS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/apache_beam/metrics/cells.o -L/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib -o build/lib.linux-x86_64-cpython-310/apache_beam/metrics/cells.cpython-310-x86_64-linux-gnu.so
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/apache_beam/utils/windowed_value.o -L/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib -o build/lib.linux-x86_64-cpython-310/apache_beam/utils/windowed_value.cpython-310-x86_64-linux-gnu.so
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/apache_beam/coders/coder_impl_row_encoders.o -L/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib -o build/lib.linux-x86_64-cpython-310/apache_beam/coders/coder_impl_row_encoders.cpython-310-x86_64-linux-gnu.so
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker/opcounters.o -L/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib -o build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/opcounters.cpython-310-x86_64-linux-gnu.so
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/apache_beam/transforms/cy_combiners.o -L/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib -o build/lib.linux-x86_64-cpython-310/apache_beam/transforms/cy_combiners.cpython-310-x86_64-linux-gnu.so
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/apache_beam/transforms/stats.o -L/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib -o build/lib.linux-x86_64-cpython-310/apache_beam/transforms/stats.cpython-310-x86_64-linux-gnu.so
apache_beam/coders/coder_impl.c: In function ‘__pyx_f_11apache_beam_6coders_10coder_impl_12RowCoderImpl_decode_batch_from_stream’:
apache_beam/coders/coder_impl.c:59493:42: warning: ‘__pyx_v_null_mask_c’ may be used uninitialized in this function [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized8;;]
59493 | __pyx_t_17 = (((__pyx_v_null_mask_c[(__pyx_v_i >> 3)]) & (0x01 << (__pyx_v_i & 0x07))) != 0);
| ^
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/apache_beam/runners/common.o -L/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib -o build/lib.linux-x86_64-cpython-310/apache_beam/runners/common.cpython-310-x86_64-linux-gnu.so
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/apache_beam/runners/worker/operations.o -L/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib -o build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/operations.cpython-310-x86_64-linux-gnu.so
apache_beam/coders/coder_impl.c: In function ‘__pyx_f_11apache_beam_6coders_10coder_impl_12RowCoderImpl_encode_batch_to_stream’:
apache_beam/coders/coder_impl.c:58191:37: warning: ‘__pyx_v_null_bits_len’ may be used uninitialized in this function [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized8;;]
58191 | for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_21; __pyx_t_5+=1) {
| ~~~~~~~~~~^~~~~~~~~~~~
gcc -shared -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-zlib-1.2.13/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-bzip2-1.0.8/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-expat-2.5.0/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-xz-5.4.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-libffi-3.4.4/lib -L/nix/store/vshdx1ds1rmpl4by04i2g807zvkqyq8q-libxcrypt-4.4.33/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-gdbm-1.23/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-sqlite-3.40.1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-readline-8.2p1/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-ncurses-6.4/lib -L/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-openssl-3.0.7/lib -L/nix/store/mj0wl2j1jdqj1vx1ljdlar8x9kp1bvyc-tzdata-2022g/lib build/temp.linux-x86_64-cpython-310/apache_beam/coders/coder_impl.o -L/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib -o build/lib.linux-x86_64-cpython-310/apache_beam/coders/coder_impl.cpython-310-x86_64-linux-gnu.so
running bdist_wheel
running build
running build_py
copying apache_beam/pipeline_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam
copying apache_beam/pvalue_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam
copying apache_beam/version.py -> build/lib.linux-x86_64-cpython-310/apache_beam
copying apache_beam/error.py -> build/lib.linux-x86_64-cpython-310/apache_beam
copying apache_beam/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam
copying apache_beam/pvalue.py -> build/lib.linux-x86_64-cpython-310/apache_beam
copying apache_beam/pipeline.py -> build/lib.linux-x86_64-cpython-310/apache_beam
copying apache_beam/utils/histogram.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/profiler.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/python_callable_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/shared_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/retry.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/plugin.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/multi_process_shared_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/sentinel.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/interactive_utils_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/windowed_value.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/windowed_value_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/timestamp_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/sharded_key.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/multi_process_shared.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/histogram_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/proto_utils.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/processes.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/thread_pool_executor.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/thread_pool_executor_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/urns.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/subprocess_server_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/profiler_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/timestamp.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/counters_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/subprocess_server.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/annotations.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/processes_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/annotations_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/counters.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/shared.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/python_callable.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/interactive_utils.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/retry_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/metrics/metric.py -> build/lib.linux-x86_64-cpython-310/apache_beam/metrics
copying apache_beam/metrics/execution_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/metrics
copying apache_beam/metrics/metric_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/metrics
copying apache_beam/metrics/metricbase.py -> build/lib.linux-x86_64-cpython-310/apache_beam/metrics
copying apache_beam/metrics/monitoring_infos.py -> build/lib.linux-x86_64-cpython-310/apache_beam/metrics
copying apache_beam/metrics/cells_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/metrics
copying apache_beam/metrics/monitoring_infos_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/metrics
copying apache_beam/metrics/cells.py -> build/lib.linux-x86_64-cpython-310/apache_beam/metrics
copying apache_beam/metrics/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/metrics
copying apache_beam/metrics/execution.py -> build/lib.linux-x86_64-cpython-310/apache_beam/metrics
copying apache_beam/coders/slow_stream.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/fast_coders_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/typecoders_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/slow_coders_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/observable.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/coders_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/observable_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/coders_test_common.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/coders_property_based_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/typecoders.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/coder_impl.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/proto2_coder_test_messages_pb2.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/standard_coders_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/stream_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/avro_record.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/row_coder_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/coders.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/row_coder.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
creating build/lib.linux-x86_64-cpython-310/apache_beam/tools
copying apache_beam/tools/distribution_counter_microbenchmark.py -> build/lib.linux-x86_64-cpython-310/apache_beam/tools
copying apache_beam/tools/runtime_type_check_microbenchmark.py -> build/lib.linux-x86_64-cpython-310/apache_beam/tools
copying apache_beam/tools/utils.py -> build/lib.linux-x86_64-cpython-310/apache_beam/tools
copying apache_beam/tools/map_fn_microbenchmark.py -> build/lib.linux-x86_64-cpython-310/apache_beam/tools
copying apache_beam/tools/microbenchmarks_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/tools
copying apache_beam/tools/coders_microbenchmark.py -> build/lib.linux-x86_64-cpython-310/apache_beam/tools
copying apache_beam/tools/teststream_microbenchmark.py -> build/lib.linux-x86_64-cpython-310/apache_beam/tools
copying apache_beam/tools/fn_api_runner_microbenchmark.py -> build/lib.linux-x86_64-cpython-310/apache_beam/tools
copying apache_beam/tools/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/tools
copying apache_beam/tools/sideinput_microbenchmark.py -> build/lib.linux-x86_64-cpython-310/apache_beam/tools
creating build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/iobase_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/filesystemio.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/avroio.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/filebasedsource_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/snowflake.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/mongodbio_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/range_trackers.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/utils_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/filebasedsink.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/mongodbio_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/parquetio.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/restriction_trackers_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/jdbc.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/textio_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/kinesis.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/hadoopfilesystem_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/concat_source_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/avroio_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/filesystemio_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/parquetio_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/textio.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/source_test_utils.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/localfilesystem_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/parquetio_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/source_test_utils_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/utils.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/filesystems_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/tfrecordio_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/restriction_trackers.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/filebasedsource.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/hadoopfilesystem.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/fileio_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/iobase.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/filesystem.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/sources_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/range_trackers_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/filebasedio_perf_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/concat_source.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/fileio.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/kafka.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/filebasedsink_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/filesystems.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/mongodbio.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/tfrecordio.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/watermark_estimators_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/debezium.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/localfilesystem.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/watermark_estimators.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
copying apache_beam/io/filesystem_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io
creating build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/partitionings.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/io.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/frames_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/transforms_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/io_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/frame_base_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/partitionings_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/pandas_doctests_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/schemas_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/expressions.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/schemas.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/pandas_top_level_functions.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/io_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/transforms.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/convert_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/pandas_docs_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/doctests_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/expressions_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/frame_base.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/convert.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/frames.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
copying apache_beam/dataframe/doctests.py -> build/lib.linux-x86_64-cpython-310/apache_beam/dataframe
creating build/lib.linux-x86_64-cpython-310/apache_beam/ml
copying apache_beam/ml/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml
creating build/lib.linux-x86_64-cpython-310/apache_beam/internal
copying apache_beam/internal/util.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal
copying apache_beam/internal/http_client.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal
copying apache_beam/internal/http_client_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal
copying apache_beam/internal/cloudpickle_pickler.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal
copying apache_beam/internal/cloudpickle_pickler_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal
copying apache_beam/internal/pickler_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal
copying apache_beam/internal/module_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal
copying apache_beam/internal/dill_pickler.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal
copying apache_beam/internal/pickler.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal
copying apache_beam/internal/util_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal
copying apache_beam/internal/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal
copying apache_beam/runners/pipeline_context.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners
copying apache_beam/runners/runner_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners
copying apache_beam/runners/runner.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners
copying apache_beam/runners/sdf_utils_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners
copying apache_beam/runners/pipeline_context_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners
copying apache_beam/runners/common_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners
copying apache_beam/runners/render.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners
copying apache_beam/runners/render_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners
copying apache_beam/runners/sdf_utils.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners
copying apache_beam/runners/common.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners
copying apache_beam/runners/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners
creating build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/test_pipeline.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/util.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/metric_result_matchers.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/extra_assertions_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/synthetic_pipeline_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/synthetic_pipeline.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/test_stream_service.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/test_stream_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/datatype_inference.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/test_pipeline_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/pipeline_verifiers.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/test_stream_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/test_utils.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/test_stream_service_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/extra_assertions.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/test_utils_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/util_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/test_stream.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/metric_result_matchers_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/pipeline_verifiers_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
copying apache_beam/testing/datatype_inference_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing
creating build/lib.linux-x86_64-cpython-310/apache_beam/portability
copying apache_beam/portability/common_urns.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability
copying apache_beam/portability/python_urns.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability
copying apache_beam/portability/utils.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability
copying apache_beam/portability/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/matrix_power.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/avro_bitcoin.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/wordcount_debugging.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/streaming_wordcount.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/windowed_wordcount.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/streaming_wordcount_debugging_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/streaming_wordcount_debugging.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/sql_taxi.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/matrix_power_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/wordcount_debugging_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/wordcount.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/streaming_wordcount_debugging_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/wordcount_minimal_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/wordcount_with_metrics.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/wordcount_dataframe.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/fastavro_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/streaming_wordcount_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/wordcount_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/wordcount_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/wordcount_xlang.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/wordcount_minimal.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
copying apache_beam/examples/wordcount_xlang_sql.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples
creating build/lib.linux-x86_64-cpython-310/apache_beam/options
copying apache_beam/options/pipeline_options_validator_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/options
copying apache_beam/options/pipeline_options.py -> build/lib.linux-x86_64-cpython-310/apache_beam/options
copying apache_beam/options/pipeline_options_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/options
copying apache_beam/options/pipeline_options_validator.py -> build/lib.linux-x86_64-cpython-310/apache_beam/options
copying apache_beam/options/value_provider.py -> build/lib.linux-x86_64-cpython-310/apache_beam/options
copying apache_beam/options/value_provider_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/options
copying apache_beam/options/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/options
copying apache_beam/transforms/deduplicate.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/dofn_lifecycle_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/util.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/external.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/external_java.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/dataflow_distribution_counter_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/resources.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/window_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/create_source.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/write_ptransform_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/trigger_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/userstate_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/transforms_keyword_only_args_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/environments.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/py_dataflow_distribution_counter.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/stats.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/fully_qualified_named_transform.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/trigger.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/sideinputs_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/ptransform.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/display_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/sql.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/batch_dofn_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/resources_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/ptransform_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/window.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/core.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/external_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/periodicsequence_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/timeutil.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/sql_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/sideinputs.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/create_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/periodicsequence_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/stats_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/combiners_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/fully_qualified_named_transform_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/external_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/periodicsequence.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/deduplicate_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/display.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/validate_runner_xlang_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/userstate.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/cy_combiners.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/environments_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/util_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/combiners.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/combinefn_lifecycle_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/combinefn_lifecycle_pipeline.py -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
creating build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/typehints.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/opcodes.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/schema_registry.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/row_type.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/arrow_type_compatibility_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/pytorch_type_compatibility_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/decorators.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/pandas_type_compatibility_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/trivial_inference_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/typed_pipeline_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/batch.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/native_type_compatibility.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/pytorch_type_compatibility.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/arrow_type_compatibility.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/typecheck_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/arrow_batching_microbenchmark.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/batch_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/typehints_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/schemas_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/native_type_compatibility_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/schemas.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/pandas_type_compatibility.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/sharded_key_type_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/sharded_key_type.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/trivial_inference.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/typecheck.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
copying apache_beam/typehints/decorators_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/typehints
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_json_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_tools.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/pubsub_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/gcsio_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/gcsio_overrides.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/resource_identifiers.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/dicomio.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_io_metadata_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/gce_metadata_util.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_io_read_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/dicomio_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_io_read_pipeline.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_file_loads_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/pubsub_io_perf_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/pubsub_integration_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_tools_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/gcsfilesystem.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/gcsio.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigtableio.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigtableio_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_read_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/gcsfilesystem_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/dicomclient.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_avro_tools_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_avro_tools.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/big_query_query_to_table_pipeline.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_read_internal.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/spanner.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/pubsub_it_pipeline.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_file_loads.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/pubsub.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_read_perf_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/gcsio_integration_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_write_perf_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/dicomio_integration_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_io_metadata.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_schema_tools.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/big_query_query_to_table_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_write_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_schema_tools_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
copying apache_beam/io/gcp/bigquery_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/flink
copying apache_beam/io/flink/flink_streaming_impulse_source_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/flink
copying apache_beam/io/flink/flink_streaming_impulse_source.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/flink
copying apache_beam/io/flink/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/flink
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/external
copying apache_beam/io/external/xlang_kafkaio_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/external
copying apache_beam/io/external/snowflake.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/external
copying apache_beam/io/external/xlang_snowflakeio_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/external
copying apache_beam/io/external/generate_sequence_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/external
copying apache_beam/io/external/xlang_jdbcio_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/external
copying apache_beam/io/external/xlang_debeziumio_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/external
copying apache_beam/io/external/xlang_kinesisio_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/external
copying apache_beam/io/external/generate_sequence.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/external
copying apache_beam/io/external/xlang_parquetio_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/external
copying apache_beam/io/external/kafka.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/external
copying apache_beam/io/external/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/external
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/azure
copying apache_beam/io/azure/blobstorageio.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/azure
copying apache_beam/io/azure/blobstoragefilesystem_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/azure
copying apache_beam/io/azure/blobstoragefilesystem.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/azure
copying apache_beam/io/azure/blobstorageio_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/azure
copying apache_beam/io/azure/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/azure
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/aws
copying apache_beam/io/aws/s3filesystem_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/aws
copying apache_beam/io/aws/s3filesystem.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/aws
copying apache_beam/io/aws/s3io_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/aws
copying apache_beam/io/aws/s3io.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/aws
copying apache_beam/io/aws/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/aws
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore
copying apache_beam/io/gcp/datastore/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal
copying apache_beam/io/gcp/internal/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/experimental
copying apache_beam/io/gcp/experimental/spannerio_read_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/experimental
copying apache_beam/io/gcp/experimental/spannerio.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/experimental
copying apache_beam/io/gcp/experimental/spannerio_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/experimental
copying apache_beam/io/gcp/experimental/spannerio_write_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/experimental
copying apache_beam/io/gcp/experimental/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/experimental
copying apache_beam/io/gcp/experimental/spannerio_read_perf_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/experimental
copying apache_beam/io/gcp/experimental/spannerio_write_perf_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/experimental
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests
copying apache_beam/io/gcp/tests/utils_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests
copying apache_beam/io/gcp/tests/pubsub_matcher.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests
copying apache_beam/io/gcp/tests/bigquery_matcher.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests
copying apache_beam/io/gcp/tests/bigquery_matcher_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests
copying apache_beam/io/gcp/tests/utils.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests
copying apache_beam/io/gcp/tests/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests
copying apache_beam/io/gcp/tests/xlang_spannerio_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests
copying apache_beam/io/gcp/tests/pubsub_matcher_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/pubsublite
copying apache_beam/io/gcp/pubsublite/external.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/pubsublite
copying apache_beam/io/gcp/pubsublite/proto_api.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/pubsublite
copying apache_beam/io/gcp/pubsublite/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/pubsublite
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/util.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/query_splitter_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/query_splitter.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/types_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/rampup_throttling_fn_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/datastoreio_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/datastore_write_it_pipeline.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/rampup_throttling_fn.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/datastoreio.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/helper.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/types.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/adaptive_throttler.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/adaptive_throttler_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/util_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
copying apache_beam/io/gcp/datastore/v1new/datastore_write_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients
copying apache_beam/io/gcp/internal/clients/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients/bigquery
copying apache_beam/io/gcp/internal/clients/bigquery/bigquery_v2_client.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients/bigquery
copying apache_beam/io/gcp/internal/clients/bigquery/bigquery_v2_messages.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients/bigquery
copying apache_beam/io/gcp/internal/clients/bigquery/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients/bigquery
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients/storage
copying apache_beam/io/gcp/internal/clients/storage/storage_v1_messages.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients/storage
copying apache_beam/io/gcp/internal/clients/storage/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients/storage
copying apache_beam/io/gcp/internal/clients/storage/storage_v1_client.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients/storage
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/external/gcp
copying apache_beam/io/external/gcp/pubsub.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/external/gcp
copying apache_beam/io/external/gcp/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/external/gcp
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/clients
copying apache_beam/io/aws/clients/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/clients
creating build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/clients/s3
copying apache_beam/io/aws/clients/s3/fake_client.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/clients/s3
copying apache_beam/io/aws/clients/s3/client_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/clients/s3
copying apache_beam/io/aws/clients/s3/messages.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/clients/s3
copying apache_beam/io/aws/clients/s3/boto3_client.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/clients/s3
copying apache_beam/io/aws/clients/s3/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/clients/s3
creating build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/visionml_test_it.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/visionml_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/naturallanguageml_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/cloud_dlp_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/recommendations_ai_test_it.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/recommendations_ai_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/videointelligenceml_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/naturallanguageml.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/visionml.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/naturallanguageml_test_it.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/cloud_dlp_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/recommendations_ai.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/cloud_dlp.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/videointelligenceml.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
copying apache_beam/ml/gcp/videointelligenceml_test_it.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp
creating build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference
copying apache_beam/ml/inference/tensorrt_inference_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference
copying apache_beam/ml/inference/sklearn_inference.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference
copying apache_beam/ml/inference/sklearn_inference_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference
copying apache_beam/ml/inference/sklearn_inference_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference
copying apache_beam/ml/inference/pytorch_inference_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference
copying apache_beam/ml/inference/tensorrt_inference.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference
copying apache_beam/ml/inference/pytorch_inference_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference
copying apache_beam/ml/inference/base_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference
copying apache_beam/ml/inference/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference
copying apache_beam/ml/inference/base.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference
copying apache_beam/ml/inference/pytorch_inference.py -> build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference
creating build/lib.linux-x86_64-cpython-310/apache_beam/internal/gcp
copying apache_beam/internal/gcp/json_value_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal/gcp
copying apache_beam/internal/gcp/json_value.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal/gcp
copying apache_beam/internal/gcp/auth.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal/gcp
copying apache_beam/internal/gcp/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal/gcp
creating build/lib.linux-x86_64-cpython-310/apache_beam/internal/metrics
copying apache_beam/internal/metrics/metric.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal/metrics
copying apache_beam/internal/metrics/metric_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal/metrics
copying apache_beam/internal/metrics/cells_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal/metrics
copying apache_beam/internal/metrics/cells.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal/metrics
copying apache_beam/internal/metrics/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal/metrics
creating build/lib.linux-x86_64-cpython-310/apache_beam/internal/azure
copying apache_beam/internal/azure/auth.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal/azure
copying apache_beam/internal/azure/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/internal/azure
copying apache_beam/runners/worker/statesampler_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/worker_id_interceptor.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/logger.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/data_plane.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/sdk_worker_main_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/logger_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/sideinputs_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/bundle_processor.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/opcounters.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/channel_factory.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/bundle_processor_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/log_handler.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/data_plane_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/operations.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/sdk_worker_main.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/operation_specs.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/worker_status.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/worker_pool_main.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/sideinputs.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/worker_id_interceptor_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/statesampler.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/sdk_worker_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/worker_status_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/statecache.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/sdk_worker.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/statesampler_slow.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/log_handler_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/opcounters_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/statecache_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow
copying apache_beam/runners/dataflow/dataflow_job_service.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow
copying apache_beam/runners/dataflow/dataflow_runner.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow
copying apache_beam/runners/dataflow/dataflow_runner_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow
copying apache_beam/runners/dataflow/dataflow_metrics.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow
copying apache_beam/runners/dataflow/ptransform_overrides.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow
copying apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow
copying apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow
copying apache_beam/runners/dataflow/template_runner_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow
copying apache_beam/runners/dataflow/dataflow_metrics_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow
copying apache_beam/runners/dataflow/test_dataflow_runner.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow
copying apache_beam/runners/dataflow/dataflow_job_service_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow
copying apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow
copying apache_beam/runners/dataflow/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow
copying apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/executor.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/util.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/direct_metrics.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/test_direct_runner.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/consumer_tracking_pipeline_visitor_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/watermark_manager.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/bundle_factory.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/direct_metrics_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/sdf_direct_runner_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/helper_transforms.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/test_stream_impl.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/evaluation_context.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/consumer_tracking_pipeline_visitor.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/transform_evaluator.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/direct_runner_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/clock.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/sdf_direct_runner.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/direct_runner.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
copying apache_beam/runners/direct/direct_userstate.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/test
copying apache_beam/runners/test/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/test
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/internal
copying apache_beam/runners/internal/names.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/internal
copying apache_beam/runners/internal/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/internal
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/dask
copying apache_beam/runners/dask/dask_runner_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dask
copying apache_beam/runners/dask/dask_runner.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dask
copying apache_beam/runners/dask/overrides.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dask
copying apache_beam/runners/dask/transform_evaluator.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dask
copying apache_beam/runners/dask/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dask
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/spark_runner.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/abstract_job_service.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/requirements_cache_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/flink_runner_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/portable_runner.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/local_job_service_main.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/local_job_service.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/sdk_container_builder.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/expansion_service.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/expansion_service_main.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/expansion_service_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/portable_runner_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/stager_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/sdk_container_builder_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/spark_uber_jar_job_server_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/flink_uber_jar_job_server_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/samza_runner_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/job_server_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/spark_runner_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/flink_uber_jar_job_server.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/stager.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/artifact_service_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/spark_uber_jar_job_server.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/job_server.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/artifact_service.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/local_job_service_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/spark_java_job_server_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/flink_runner.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
copying apache_beam/runners/portability/portable_metrics.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/job
copying apache_beam/runners/job/manager.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/job
copying apache_beam/runners/job/utils.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/job
copying apache_beam/runners/job/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/job
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/pipeline_fragment_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/interactive_runner.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/pipeline_instrument_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/cache_manager_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/utils_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/background_caching_job_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/interactive_beam_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/pipeline_instrument.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/user_pipeline_tracker_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/interactive_environment.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/interactive_beam.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/utils.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/pipeline_fragment.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/interactive_environment_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/user_pipeline_tracker.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/interactive_runner_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/cache_manager.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/augmented_pipeline.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/recording_manager_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/augmented_pipeline_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/recording_manager.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
copying apache_beam/runners/interactive/background_caching_job.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/native_io
copying apache_beam/runners/dataflow/native_io/iobase_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/native_io
copying apache_beam/runners/dataflow/native_io/iobase.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/native_io
copying apache_beam/runners/dataflow/native_io/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/native_io
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal
copying apache_beam/runners/dataflow/internal/apiclient.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal
copying apache_beam/runners/dataflow/internal/apiclient_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal
copying apache_beam/runners/dataflow/internal/names.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal
copying apache_beam/runners/dataflow/internal/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients
copying apache_beam/runners/dataflow/internal/clients/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/dataflow
copying apache_beam/runners/dataflow/internal/clients/dataflow/message_matchers.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/dataflow
copying apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_messages.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/dataflow
copying apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_client.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/dataflow
copying apache_beam/runners/dataflow/internal/clients/dataflow/message_matchers_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/dataflow
copying apache_beam/runners/dataflow/internal/clients/dataflow/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/dataflow
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/cloudbuild
copying apache_beam/runners/dataflow/internal/clients/cloudbuild/cloudbuild_v1_messages.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/cloudbuild
copying apache_beam/runners/dataflow/internal/clients/cloudbuild/cloudbuild_v1_client.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/cloudbuild
copying apache_beam/runners/dataflow/internal/clients/cloudbuild/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/cloudbuild
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner
copying apache_beam/runners/portability/fn_api_runner/worker_handlers.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner
copying apache_beam/runners/portability/fn_api_runner/trigger_manager_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner
copying apache_beam/runners/portability/fn_api_runner/translations_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner
copying apache_beam/runners/portability/fn_api_runner/visualization_tools.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner
copying apache_beam/runners/portability/fn_api_runner/fn_runner.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner
copying apache_beam/runners/portability/fn_api_runner/fn_runner_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner
copying apache_beam/runners/portability/fn_api_runner/translations.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner
copying apache_beam/runners/portability/fn_api_runner/watermark_manager.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner
copying apache_beam/runners/portability/fn_api_runner/trigger_manager.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner
copying apache_beam/runners/portability/fn_api_runner/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner
copying apache_beam/runners/portability/fn_api_runner/execution.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/sql
copying apache_beam/runners/interactive/sql/beam_sql_magics_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/sql
copying apache_beam/runners/interactive/sql/beam_sql_magics.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/sql
copying apache_beam/runners/interactive/sql/utils_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/sql
copying apache_beam/runners/interactive/sql/utils.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/sql
copying apache_beam/runners/interactive/sql/sql_chain.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/sql
copying apache_beam/runners/interactive/sql/sql_chain_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/sql
copying apache_beam/runners/interactive/sql/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/sql
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing
copying apache_beam/runners/interactive/testing/mock_ipython.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing
copying apache_beam/runners/interactive/testing/pipeline_assertion.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing
copying apache_beam/runners/interactive/testing/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing
copying apache_beam/runners/interactive/testing/test_cache_manager.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing
copying apache_beam/runners/interactive/testing/mock_env.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/messaging
copying apache_beam/runners/interactive/messaging/interactive_environment_inspector.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/messaging
copying apache_beam/runners/interactive/messaging/interactive_environment_inspector_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/messaging
copying apache_beam/runners/interactive/messaging/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/messaging
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/dataproc
copying apache_beam/runners/interactive/dataproc/dataproc_cluster_manager_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/dataproc
copying apache_beam/runners/interactive/dataproc/dataproc_cluster_manager.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/dataproc
copying apache_beam/runners/interactive/dataproc/types.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/dataproc
copying apache_beam/runners/interactive/dataproc/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/dataproc
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/options
copying apache_beam/runners/interactive/options/capture_limiters.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/options
copying apache_beam/runners/interactive/options/interactive_options.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/options
copying apache_beam/runners/interactive/options/capture_control.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/options
copying apache_beam/runners/interactive/options/capture_control_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/options
copying apache_beam/runners/interactive/options/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/options
copying apache_beam/runners/interactive/options/capture_limiters_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/options
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching
copying apache_beam/runners/interactive/caching/read_cache_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching
copying apache_beam/runners/interactive/caching/cacheable.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching
copying apache_beam/runners/interactive/caching/streaming_cache_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching
copying apache_beam/runners/interactive/caching/read_cache.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching
copying apache_beam/runners/interactive/caching/write_cache_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching
copying apache_beam/runners/interactive/caching/reify.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching
copying apache_beam/runners/interactive/caching/expression_cache_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching
copying apache_beam/runners/interactive/caching/write_cache.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching
copying apache_beam/runners/interactive/caching/streaming_cache.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching
copying apache_beam/runners/interactive/caching/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching
copying apache_beam/runners/interactive/caching/expression_cache.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display
copying apache_beam/runners/interactive/display/pipeline_graph_renderer.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display
copying apache_beam/runners/interactive/display/pcoll_visualization_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display
copying apache_beam/runners/interactive/display/display_manager.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display
copying apache_beam/runners/interactive/display/interactive_pipeline_graph.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display
copying apache_beam/runners/interactive/display/pcoll_visualization.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display
copying apache_beam/runners/interactive/display/pipeline_graph_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display
copying apache_beam/runners/interactive/display/pipeline_graph.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display
copying apache_beam/runners/interactive/display/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display
creating build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing/integration
copying apache_beam/runners/interactive/testing/integration/notebook_executor.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing/integration
copying apache_beam/runners/interactive/testing/integration/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing/integration
copying apache_beam/runners/interactive/testing/integration/screen_diff.py -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing/integration
creating build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests
copying apache_beam/testing/load_tests/load_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests
copying apache_beam/testing/load_tests/co_group_by_key_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests
copying apache_beam/testing/load_tests/combine_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests
copying apache_beam/testing/load_tests/sideinput_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests
copying apache_beam/testing/load_tests/microbenchmarks_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests
copying apache_beam/testing/load_tests/group_by_key_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests
copying apache_beam/testing/load_tests/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests
copying apache_beam/testing/load_tests/pardo_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests
copying apache_beam/testing/load_tests/load_test_metrics_utils.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests
creating build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks
copying apache_beam/testing/benchmarks/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks
creating build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark
copying apache_beam/testing/benchmarks/nexmark/nexmark_util.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark
copying apache_beam/testing/benchmarks/nexmark/nexmark_perf.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark
copying apache_beam/testing/benchmarks/nexmark/nexmark_launcher.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark
copying apache_beam/testing/benchmarks/nexmark/monitor.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark
copying apache_beam/testing/benchmarks/nexmark/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark
creating build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/inference
copying apache_beam/testing/benchmarks/inference/pytorch_image_classification_benchmarks.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/inference
copying apache_beam/testing/benchmarks/inference/pytorch_language_modeling_benchmarks.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/inference
copying apache_beam/testing/benchmarks/inference/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/inference
creating build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi
copying apache_beam/testing/benchmarks/chicago_taxi/preprocess.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi
copying apache_beam/testing/benchmarks/chicago_taxi/tfdv_analyze_and_validate.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi
copying apache_beam/testing/benchmarks/chicago_taxi/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi
copying apache_beam/testing/benchmarks/chicago_taxi/setup.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi
copying apache_beam/testing/benchmarks/chicago_taxi/process_tfma.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi
creating build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/models
copying apache_beam/testing/benchmarks/nexmark/models/auction_bid.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/models
copying apache_beam/testing/benchmarks/nexmark/models/field_name.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/models
copying apache_beam/testing/benchmarks/nexmark/models/nexmark_model.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/models
copying apache_beam/testing/benchmarks/nexmark/models/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/models
creating build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/query6.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/nexmark_query_util.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/query4.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/query12.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/query2.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/query8.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/query7.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/winning_bids.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/query1.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/query5.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/query0.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/query10.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/query9.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/query3.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
copying apache_beam/testing/benchmarks/nexmark/queries/query11.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries
creating build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi/trainer
copying apache_beam/testing/benchmarks/chicago_taxi/trainer/task.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi/trainer
copying apache_beam/testing/benchmarks/chicago_taxi/trainer/model.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi/trainer
copying apache_beam/testing/benchmarks/chicago_taxi/trainer/taxi.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi/trainer
copying apache_beam/testing/benchmarks/chicago_taxi/trainer/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi/trainer
creating build/lib.linux-x86_64-cpython-310/apache_beam/portability/api
copying apache_beam/portability/api/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api
creating build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org
copying apache_beam/portability/api/org/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org
creating build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache
copying apache_beam/portability/api/org/apache/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache
creating build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam
copying apache_beam/portability/api/org/apache/beam/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam
creating build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model
copying apache_beam/portability/api/org/apache/beam/model/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model
creating build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline
copying apache_beam/portability/api/org/apache/beam/model/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline
creating build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management
copying apache_beam/portability/api/org/apache/beam/model/job_management/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management
creating build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution
copying apache_beam/portability/api/org/apache/beam/model/fn_execution/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution
creating build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/interactive
copying apache_beam/portability/api/org/apache/beam/model/interactive/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/interactive
creating build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/standard_window_fns_pb2.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/metrics_pb2_urns.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/endpoints_pb2.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/standard_window_fns_pb2_urns.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/standard_window_fns_pb2_grpc.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/external_transforms_pb2.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/external_transforms_pb2_grpc.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/schema_pb2.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/schema_pb2_grpc.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/external_transforms_pb2_urns.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/endpoints_pb2_grpc.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/beam_runner_api_pb2.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/beam_runner_api_pb2_urns.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/metrics_pb2.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/metrics_pb2_grpc.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/beam_runner_api_pb2_grpc.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/schema_pb2_urns.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
creating build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_artifact_api_pb2_urns.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_artifact_api_pb2_grpc.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_expansion_api_pb2_grpc.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_artifact_api_pb2.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_job_api_pb2_grpc.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_expansion_api_pb2.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_job_api_pb2.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying apache_beam/portability/api/org/apache/beam/model/job_management/v1/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1
creating build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
copying apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_fn_api_pb2.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
copying apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_provision_api_pb2_grpc.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
copying apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_provision_api_pb2.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
copying apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
copying apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_fn_api_pb2_grpc.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
creating build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/interactive/v1
copying apache_beam/portability/api/org/apache/beam/model/interactive/v1/beam_interactive_api_pb2.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/interactive/v1
copying apache_beam/portability/api/org/apache/beam/model/interactive/v1/beam_interactive_api_pb2_grpc.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/interactive/v1
copying apache_beam/portability/api/org/apache/beam/model/interactive/v1/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/interactive/v1
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/flink
copying apache_beam/examples/flink/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/flink
copying apache_beam/examples/flink/flink_streaming_impulse.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/flink
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/bigquery_tornadoes.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/group_with_coder.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/bigtableio_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/custom_ptransform_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/bigquery_side_input.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/filters.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/filters_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/bigquery_schema.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/coders_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/multiple_output_pardo.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/datastore_wordcount_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/datastore_wordcount.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/mergecontacts_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/custom_ptransform_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/bigquery_side_input_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/bigquery_side_input_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/combiners_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/bigquery_tornadoes_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/custom_ptransform.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/group_with_coder_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/mergecontacts.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/coders.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/multiple_output_pardo_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
copying apache_beam/examples/cookbook/coders_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
copying apache_beam/examples/complete/top_wikipedia_sessions.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
copying apache_beam/examples/complete/autocomplete_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
copying apache_beam/examples/complete/distribopt.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
copying apache_beam/examples/complete/tfidf_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
copying apache_beam/examples/complete/autocomplete.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
copying apache_beam/examples/complete/tfidf_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
copying apache_beam/examples/complete/top_wikipedia_sessions_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
copying apache_beam/examples/complete/estimate_pi_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
copying apache_beam/examples/complete/estimate_pi.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
copying apache_beam/examples/complete/top_wikipedia_sessions_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
copying apache_beam/examples/complete/estimate_pi_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
copying apache_beam/examples/complete/autocomplete_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
copying apache_beam/examples/complete/tfidf.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
copying apache_beam/examples/complete/distribopt_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
copying apache_beam/examples/complete/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe
copying apache_beam/examples/dataframe/flight_delays.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe
copying apache_beam/examples/dataframe/flight_delays_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe
copying apache_beam/examples/dataframe/wordcount.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe
copying apache_beam/examples/dataframe/taxiride_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe
copying apache_beam/examples/dataframe/taxiride.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe
copying apache_beam/examples/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe
copying apache_beam/examples/dataframe/taxiride_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe
copying apache_beam/examples/dataframe/wordcount_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference
copying apache_beam/examples/inference/tensorrt_object_detection.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference
copying apache_beam/examples/inference/pytorch_language_modeling.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference
copying apache_beam/examples/inference/sklearn_japanese_housing_regression.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference
copying apache_beam/examples/inference/pytorch_image_segmentation.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference
copying apache_beam/examples/inference/sklearn_mnist_classification.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference
copying apache_beam/examples/inference/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference
copying apache_beam/examples/inference/pytorch_image_classification.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets
copying apache_beam/examples/snippets/util.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets
copying apache_beam/examples/snippets/snippets.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets
copying apache_beam/examples/snippets/snippets_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets
copying apache_beam/examples/snippets/util_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets
copying apache_beam/examples/snippets/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/kafkataxi
copying apache_beam/examples/kafkataxi/kafka_taxi.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/kafkataxi
copying apache_beam/examples/kafkataxi/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/kafkataxi
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game
copying apache_beam/examples/complete/game/game_stats.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game
copying apache_beam/examples/complete/game/game_stats_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game
copying apache_beam/examples/complete/game/user_score_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game
copying apache_beam/examples/complete/game/leader_board.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game
copying apache_beam/examples/complete/game/hourly_team_score_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game
copying apache_beam/examples/complete/game/game_stats_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game
copying apache_beam/examples/complete/game/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game
copying apache_beam/examples/complete/game/leader_board_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game
copying apache_beam/examples/complete/game/hourly_team_score_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game
copying apache_beam/examples/complete/game/leader_board_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game
copying apache_beam/examples/complete/game/user_score.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game
copying apache_beam/examples/complete/game/hourly_team_score.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game
copying apache_beam/examples/complete/game/user_score_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset
copying apache_beam/examples/complete/juliaset/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset
copying apache_beam/examples/complete/juliaset/setup.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset
copying apache_beam/examples/complete/juliaset/juliaset_main.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset/juliaset
copying apache_beam/examples/complete/juliaset/juliaset/juliaset_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset/juliaset
copying apache_beam/examples/complete/juliaset/juliaset/juliaset_test_it.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset/juliaset
copying apache_beam/examples/complete/juliaset/juliaset/juliaset.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset/juliaset
copying apache_beam/examples/complete/juliaset/juliaset/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset/juliaset
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/tfx_bsl
copying apache_beam/examples/inference/tfx_bsl/tensorflow_image_classification.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/tfx_bsl
copying apache_beam/examples/inference/tfx_bsl/tfx_bsl_inference_it_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/tfx_bsl
copying apache_beam/examples/inference/tfx_bsl/build_tensorflow_model.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/tfx_bsl
copying apache_beam/examples/inference/tfx_bsl/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/tfx_bsl
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics
copying apache_beam/examples/inference/runinference_metrics/config.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics
copying apache_beam/examples/inference/runinference_metrics/main.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics
copying apache_beam/examples/inference/runinference_metrics/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics
copying apache_beam/examples/inference/runinference_metrics/setup.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics/pipeline
copying apache_beam/examples/inference/runinference_metrics/pipeline/options.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics/pipeline
copying apache_beam/examples/inference/runinference_metrics/pipeline/transformations.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics/pipeline
copying apache_beam/examples/inference/runinference_metrics/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics/pipeline
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms
copying apache_beam/examples/snippets/transforms/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/cogroupbykey.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/sum_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/groupbykey.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/latest_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/sample_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/groupbykey_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/mean.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/distinct_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/latest.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/combineglobally.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/max.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/cogroupbykey_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/combinevalues.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/distinct.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/combinevalues_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/min.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/groupintobatches_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/count.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/sum.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/combineperkey.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/count_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/combineglobally_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/combineperkey_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/top.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/groupby_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/min_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/sample.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/mean_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/max_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/groupintobatches.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
copying apache_beam/examples/snippets/transforms/aggregation/top_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation
creating build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/values_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/filter.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/filter_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/withtimestamps_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/keys.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/pardo.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/tostring_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/map.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/map_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/runinference.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/flatmap_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/partition_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/withtimestamps.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/values.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/tostring.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/keys_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/kvswap.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/regex.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/__init__.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/pardo_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/flatmap.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/regex_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/runinference_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/kvswap_test.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/examples/snippets/transforms/elementwise/partition.py -> build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise
copying apache_beam/coders/stream.pyx -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/coder_impl_row_encoders.pyx -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/transforms/cy_dataflow_distribution_counter.pyx -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/runners/worker/statesampler_fast.pyx -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/utils/counters.pxd -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/utils/windowed_value.pxd -> build/lib.linux-x86_64-cpython-310/apache_beam/utils
copying apache_beam/metrics/cells.pxd -> build/lib.linux-x86_64-cpython-310/apache_beam/metrics
copying apache_beam/metrics/execution.pxd -> build/lib.linux-x86_64-cpython-310/apache_beam/metrics
copying apache_beam/coders/stream.pxd -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/coders/coder_impl.pxd -> build/lib.linux-x86_64-cpython-310/apache_beam/coders
copying apache_beam/runners/common.pxd -> build/lib.linux-x86_64-cpython-310/apache_beam/runners
copying apache_beam/transforms/cy_dataflow_distribution_counter.pxd -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/stats.pxd -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/transforms/cy_combiners.pxd -> build/lib.linux-x86_64-cpython-310/apache_beam/transforms
copying apache_beam/runners/worker/statesampler_fast.pxd -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/opcounters.pxd -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/operations.pxd -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/crossplatform_unistd.h -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
copying apache_beam/runners/worker/crossplatform_time.h -> build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker
creating build/lib.linux-x86_64-cpython-310/apache_beam/testing/data
copying apache_beam/testing/data/trigger_transcripts.yaml -> build/lib.linux-x86_64-cpython-310/apache_beam/testing/data
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/standard_window_fns_pb2.pyi -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/external_transforms_pb2.pyi -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/beam_runner_api_pb2.pyi -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/schema_pb2.pyi -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/metrics_pb2.pyi -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/pipeline/v1/endpoints_pb2.pyi -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_expansion_api_pb2.pyi -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_job_api_pb2.pyi -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_artifact_api_pb2.pyi -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_fn_api_pb2.pyi -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
copying apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_provision_api_pb2.pyi -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
copying apache_beam/portability/api/org/apache/beam/model/interactive/v1/beam_interactive_api_pb2.pyi -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/interactive/v1
copying apache_beam/portability/api/standard_coders.yaml -> build/lib.linux-x86_64-cpython-310/apache_beam/portability/api
running build_ext
/nix/store/yvv04lrgq2m4vkwlzs9jv720vj9jhdzy-python3.10-setuptools-65.6.3/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/apache_beam
creating build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/histogram.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/profiler.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/counters.pxd -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/python_callable_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/shared_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/retry.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/plugin.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/multi_process_shared_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/sentinel.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/interactive_utils_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/windowed_value.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/windowed_value_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/timestamp_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/sharded_key.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/multi_process_shared.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/histogram_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/proto_utils.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/processes.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/counters.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/thread_pool_executor.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/thread_pool_executor_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/urns.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/subprocess_server_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/profiler_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/timestamp.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/counters_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/subprocess_server.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/annotations.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/processes_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/windowed_value.pxd -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/annotations_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/counters.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/shared.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/windowed_value.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/python_callable.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/interactive_utils.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
copying build/lib.linux-x86_64-cpython-310/apache_beam/utils/retry_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/utils
creating build/bdist.linux-x86_64/wheel/apache_beam/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/metrics/metric.py -> build/bdist.linux-x86_64/wheel/apache_beam/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/metrics/execution_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/metrics/metric_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/metrics/execution.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/apache_beam/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/metrics/metricbase.py -> build/bdist.linux-x86_64/wheel/apache_beam/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/metrics/monitoring_infos.py -> build/bdist.linux-x86_64/wheel/apache_beam/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/metrics/cells_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/metrics/cells.pxd -> build/bdist.linux-x86_64/wheel/apache_beam/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/metrics/monitoring_infos_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/metrics/execution.pxd -> build/bdist.linux-x86_64/wheel/apache_beam/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/metrics/cells.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/apache_beam/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/metrics/cells.py -> build/bdist.linux-x86_64/wheel/apache_beam/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/metrics/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/metrics/execution.py -> build/bdist.linux-x86_64/wheel/apache_beam/metrics
creating build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/coder_impl_row_encoders.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/slow_stream.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/fast_coders_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/coder_impl.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/stream.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/stream.pyx -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/typecoders_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/stream.pxd -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/slow_coders_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/observable.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/coders_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/observable_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/coders_test_common.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/coders_property_based_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/coder_impl_row_encoders.pyx -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/typecoders.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/coder_impl.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/proto2_coder_test_messages_pb2.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/standard_coders_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/coder_impl.pxd -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/stream_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/avro_record.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/row_coder_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/coders.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/row_coder.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
copying build/lib.linux-x86_64-cpython-310/apache_beam/coders/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/coders
creating build/bdist.linux-x86_64/wheel/apache_beam/tools
copying build/lib.linux-x86_64-cpython-310/apache_beam/tools/distribution_counter_microbenchmark.py -> build/bdist.linux-x86_64/wheel/apache_beam/tools
copying build/lib.linux-x86_64-cpython-310/apache_beam/tools/runtime_type_check_microbenchmark.py -> build/bdist.linux-x86_64/wheel/apache_beam/tools
copying build/lib.linux-x86_64-cpython-310/apache_beam/tools/utils.py -> build/bdist.linux-x86_64/wheel/apache_beam/tools
copying build/lib.linux-x86_64-cpython-310/apache_beam/tools/map_fn_microbenchmark.py -> build/bdist.linux-x86_64/wheel/apache_beam/tools
copying build/lib.linux-x86_64-cpython-310/apache_beam/tools/microbenchmarks_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/tools
copying build/lib.linux-x86_64-cpython-310/apache_beam/tools/coders_microbenchmark.py -> build/bdist.linux-x86_64/wheel/apache_beam/tools
copying build/lib.linux-x86_64-cpython-310/apache_beam/tools/teststream_microbenchmark.py -> build/bdist.linux-x86_64/wheel/apache_beam/tools
copying build/lib.linux-x86_64-cpython-310/apache_beam/tools/fn_api_runner_microbenchmark.py -> build/bdist.linux-x86_64/wheel/apache_beam/tools
copying build/lib.linux-x86_64-cpython-310/apache_beam/tools/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/tools
copying build/lib.linux-x86_64-cpython-310/apache_beam/tools/sideinput_microbenchmark.py -> build/bdist.linux-x86_64/wheel/apache_beam/tools
copying build/lib.linux-x86_64-cpython-310/apache_beam/pipeline_test.py -> build/bdist.linux-x86_64/wheel/apache_beam
creating build/bdist.linux-x86_64/wheel/apache_beam/io
creating build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_json_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_tools.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/pubsub_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
creating build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore
creating build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/util.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/query_splitter_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/query_splitter.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/types_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/rampup_throttling_fn_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/datastoreio_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/datastore_write_it_pipeline.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/rampup_throttling_fn.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/datastoreio.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/helper.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/types.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/adaptive_throttler.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/adaptive_throttler_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/util_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/datastore/v1new/datastore_write_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/datastore/v1new
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/gcsio_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/gcsio_overrides.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/resource_identifiers.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/dicomio.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_io_metadata_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/gce_metadata_util.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_io_read_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/dicomio_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_io_read_pipeline.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_file_loads_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/pubsub_io_perf_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/pubsub_integration_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_tools_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/gcsfilesystem.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/gcsio.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigtableio.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
creating build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/internal
creating build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/internal/clients
creating build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/internal/clients/bigquery
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients/bigquery/bigquery_v2_client.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/internal/clients/bigquery
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients/bigquery/bigquery_v2_messages.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/internal/clients/bigquery
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients/bigquery/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/internal/clients/bigquery
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/internal/clients
creating build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/internal/clients/storage
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients/storage/storage_v1_messages.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/internal/clients/storage
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients/storage/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/internal/clients/storage
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/clients/storage/storage_v1_client.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/internal/clients/storage
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/internal/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigtableio_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_read_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/gcsfilesystem_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/dicomclient.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_avro_tools_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_avro_tools.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/big_query_query_to_table_pipeline.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
creating build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/experimental
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/experimental/spannerio_read_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/experimental
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/experimental/spannerio.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/experimental
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/experimental/spannerio_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/experimental
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/experimental/spannerio_write_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/experimental
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/experimental
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/experimental/spannerio_read_perf_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/experimental
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/experimental/spannerio_write_perf_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/experimental
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_read_internal.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/spanner.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/pubsub_it_pipeline.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_file_loads.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/pubsub.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
creating build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests/utils_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests/pubsub_matcher.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests/bigquery_matcher.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests/bigquery_matcher_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests/utils.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests/xlang_spannerio_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/tests/pubsub_matcher_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_read_perf_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/gcsio_integration_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_write_perf_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/dicomio_integration_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_io_metadata.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_schema_tools.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
creating build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/pubsublite
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/pubsublite/external.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/pubsublite
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/pubsublite/proto_api.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/pubsublite
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/pubsublite/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp/pubsublite
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/big_query_query_to_table_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_write_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_schema_tools_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/gcp/bigquery_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/gcp
creating build/bdist.linux-x86_64/wheel/apache_beam/io/flink
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/flink/flink_streaming_impulse_source_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/flink
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/flink/flink_streaming_impulse_source.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/flink
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/flink/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/flink
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/iobase_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/filesystemio.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/avroio.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/filebasedsource_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/snowflake.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/mongodbio_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/range_trackers.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/utils_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/filebasedsink.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/mongodbio_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/parquetio.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/restriction_trackers_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/jdbc.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/textio_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/kinesis.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/hadoopfilesystem_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/concat_source_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/avroio_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
creating build/bdist.linux-x86_64/wheel/apache_beam/io/external
creating build/bdist.linux-x86_64/wheel/apache_beam/io/external/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/external/gcp/pubsub.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/external/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/external/gcp/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/external/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/external/xlang_kafkaio_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/external
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/external/snowflake.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/external
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/external/xlang_snowflakeio_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/external
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/external/generate_sequence_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/external
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/external/xlang_jdbcio_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/external
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/external/xlang_debeziumio_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/external
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/external/xlang_kinesisio_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/external
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/external/generate_sequence.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/external
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/external/xlang_parquetio_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/external
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/external/kafka.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/external
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/external/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/external
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/filesystemio_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/parquetio_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/textio.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/source_test_utils.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/localfilesystem_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/parquetio_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/source_test_utils_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/utils.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/filesystems_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/tfrecordio_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
creating build/bdist.linux-x86_64/wheel/apache_beam/io/azure
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/azure/blobstorageio.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/azure
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/azure/blobstoragefilesystem_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/azure
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/azure/blobstoragefilesystem.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/azure
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/azure/blobstorageio_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/azure
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/azure/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/azure
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/restriction_trackers.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/filebasedsource.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/hadoopfilesystem.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/fileio_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/iobase.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/filesystem.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/sources_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/range_trackers_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/filebasedio_perf_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/concat_source.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/fileio.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/kafka.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
creating build/bdist.linux-x86_64/wheel/apache_beam/io/aws
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/s3filesystem_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/aws
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/s3filesystem.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/aws
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/s3io_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/aws
creating build/bdist.linux-x86_64/wheel/apache_beam/io/aws/clients
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/clients/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/aws/clients
creating build/bdist.linux-x86_64/wheel/apache_beam/io/aws/clients/s3
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/clients/s3/fake_client.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/aws/clients/s3
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/clients/s3/client_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/aws/clients/s3
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/clients/s3/messages.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/aws/clients/s3
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/clients/s3/boto3_client.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/aws/clients/s3
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/clients/s3/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/aws/clients/s3
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/s3io.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/aws
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/aws/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io/aws
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/filebasedsink_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/filesystems.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/mongodbio.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/tfrecordio.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/watermark_estimators_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/debezium.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/localfilesystem.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/watermark_estimators.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/io/filesystem_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/io
copying build/lib.linux-x86_64-cpython-310/apache_beam/pvalue_test.py -> build/bdist.linux-x86_64/wheel/apache_beam
creating build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/partitionings.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/io.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/frames_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/transforms_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/io_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/frame_base_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/partitionings_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/pandas_doctests_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/schemas_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/expressions.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/schemas.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/pandas_top_level_functions.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/io_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/transforms.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/convert_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/pandas_docs_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/doctests_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/expressions_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/frame_base.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/convert.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/frames.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/dataframe/doctests.py -> build/bdist.linux-x86_64/wheel/apache_beam/dataframe
creating build/bdist.linux-x86_64/wheel/apache_beam/ml
creating build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/visionml_test_it.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/visionml_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/naturallanguageml_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/cloud_dlp_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/recommendations_ai_test_it.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/recommendations_ai_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/videointelligenceml_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/naturallanguageml.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/visionml.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/naturallanguageml_test_it.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/cloud_dlp_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/recommendations_ai.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/cloud_dlp.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/videointelligenceml.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/gcp/videointelligenceml_test_it.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/gcp
creating build/bdist.linux-x86_64/wheel/apache_beam/ml/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference/tensorrt_inference_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference/sklearn_inference.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference/sklearn_inference_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference/sklearn_inference_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference/pytorch_inference_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference/tensorrt_inference.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference/pytorch_inference_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference/base_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference/base.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/inference/pytorch_inference.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/ml/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/ml
creating build/bdist.linux-x86_64/wheel/apache_beam/internal
creating build/bdist.linux-x86_64/wheel/apache_beam/internal/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/gcp/json_value_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/gcp/json_value.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/gcp/auth.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/gcp/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal/gcp
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/util.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal
creating build/bdist.linux-x86_64/wheel/apache_beam/internal/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/metrics/metric.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/metrics/metric_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/metrics/cells_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/metrics/cells.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/metrics/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal/metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/http_client.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/http_client_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/cloudpickle_pickler.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/cloudpickle_pickler_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal
creating build/bdist.linux-x86_64/wheel/apache_beam/internal/azure
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/azure/auth.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal/azure
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/azure/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal/azure
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/pickler_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/module_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/dill_pickler.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/pickler.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/util_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/internal/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/internal
creating build/bdist.linux-x86_64/wheel/apache_beam/runners
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/statesampler_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/statesampler_fast.pyx -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/crossplatform_unistd.h -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/worker_id_interceptor.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/logger.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/data_plane.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/sdk_worker_main_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/statesampler_fast.pxd -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/opcounters.pxd -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/logger_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/sideinputs_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/bundle_processor.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/opcounters.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/channel_factory.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/bundle_processor_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/log_handler.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/data_plane_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/operations.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/operations.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/sdk_worker_main.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/operation_specs.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/worker_status.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/worker_pool_main.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/sideinputs.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/worker_id_interceptor_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/crossplatform_time.h -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/statesampler.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/sdk_worker_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/worker_status_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/statecache.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/operations.pxd -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/opcounters.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/logger.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/statesampler_fast.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/sdk_worker.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/statesampler_slow.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/log_handler_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/opcounters_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/worker/statecache_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/worker
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/dataflow_job_service.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/dataflow_runner.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/dataflow_runner_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/dataflow_metrics.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/ptransform_overrides.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/native_io
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/native_io/iobase_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/native_io
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/native_io/iobase.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/native_io
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/native_io/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/native_io
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/apiclient.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal/clients
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal/clients/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/dataflow/message_matchers.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal/clients/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_messages.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal/clients/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_client.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal/clients/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/dataflow/message_matchers_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal/clients/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/dataflow/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal/clients/dataflow
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal/clients/cloudbuild
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/cloudbuild/cloudbuild_v1_messages.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal/clients/cloudbuild
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/cloudbuild/cloudbuild_v1_client.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal/clients/cloudbuild
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/cloudbuild/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal/clients/cloudbuild
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/clients/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal/clients
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/apiclient_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/names.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/internal/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/template_runner_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/dataflow_metrics_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/test_dataflow_runner.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/dataflow_job_service_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dataflow
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/pipeline_context.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/executor.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/util.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/direct_metrics.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/test_direct_runner.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/consumer_tracking_pipeline_visitor_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/watermark_manager.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/bundle_factory.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/direct_metrics_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/sdf_direct_runner_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/helper_transforms.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/test_stream_impl.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/evaluation_context.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/consumer_tracking_pipeline_visitor.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/transform_evaluator.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/direct_runner_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/clock.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/sdf_direct_runner.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/direct_runner.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/direct/direct_userstate.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/direct
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/runner_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/runner.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/sdf_utils_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/test
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/test/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/test
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/internal/names.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/internal/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/internal
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/common.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/apache_beam/runners
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/dask
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dask/dask_runner_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dask
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dask/dask_runner.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dask
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dask/overrides.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dask
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dask/transform_evaluator.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dask
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/dask/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/dask
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/pipeline_context_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/common_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/spark_runner.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/abstract_job_service.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/portability/fn_api_runner
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner/worker_handlers.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability/fn_api_runner
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner/trigger_manager_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability/fn_api_runner
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner/translations_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability/fn_api_runner
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner/visualization_tools.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability/fn_api_runner
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner/fn_runner.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability/fn_api_runner
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability/fn_api_runner
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner/translations.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability/fn_api_runner
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner/watermark_manager.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability/fn_api_runner
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner/trigger_manager.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability/fn_api_runner
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability/fn_api_runner
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/fn_api_runner/execution.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability/fn_api_runner
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/requirements_cache_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/flink_runner_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/portable_runner.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/local_job_service_main.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/local_job_service.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/sdk_container_builder.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/expansion_service.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/expansion_service_main.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/expansion_service_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/portable_runner_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/stager_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/sdk_container_builder_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/spark_uber_jar_job_server_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/flink_uber_jar_job_server_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/samza_runner_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/job_server_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/spark_runner_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/flink_uber_jar_job_server.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/stager.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/artifact_service_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/spark_uber_jar_job_server.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/job_server.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/artifact_service.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/local_job_service_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/spark_java_job_server_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/flink_runner.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/portability/portable_metrics.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/render.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/render_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/sdf_utils.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/job
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/job/manager.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/job
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/job/utils.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/job
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/job/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/job
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/common.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/common.pxd -> build/bdist.linux-x86_64/wheel/apache_beam/runners
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/pipeline_fragment_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/interactive_runner.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/pipeline_instrument_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/cache_manager_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/utils_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/background_caching_job_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/interactive_beam_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/pipeline_instrument.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/user_pipeline_tracker_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/interactive_environment.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/interactive_beam.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/utils.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/pipeline_fragment.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/sql
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/sql/beam_sql_magics_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/sql
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/sql/beam_sql_magics.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/sql
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/sql/utils_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/sql
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/sql/utils.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/sql
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/sql/sql_chain.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/sql
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/sql/sql_chain_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/sql
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/sql/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/sql
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/interactive_environment_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing/mock_ipython.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing/pipeline_assertion.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing/test_cache_manager.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/testing
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/testing/integration
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing/integration/notebook_executor.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/testing/integration
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing/integration/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/testing/integration
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing/integration/screen_diff.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/testing/integration
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/testing/mock_env.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/user_pipeline_tracker.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/messaging
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/messaging/interactive_environment_inspector.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/messaging
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/messaging/interactive_environment_inspector_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/messaging
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/messaging/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/messaging
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/dataproc
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/dataproc/dataproc_cluster_manager_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/dataproc
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/dataproc/dataproc_cluster_manager.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/dataproc
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/dataproc/types.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/dataproc
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/dataproc/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/dataproc
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/interactive_runner_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/cache_manager.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/augmented_pipeline.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/recording_manager_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/options
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/options/capture_limiters.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/options
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/options/interactive_options.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/options
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/options/capture_control.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/options
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/options/capture_control_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/options
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/options/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/options
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/options/capture_limiters_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/options
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/augmented_pipeline_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/caching
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching/read_cache_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/caching
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching/cacheable.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/caching
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching/streaming_cache_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/caching
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching/read_cache.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/caching
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching/write_cache_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/caching
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching/reify.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/caching
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching/expression_cache_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/caching
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching/write_cache.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/caching
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching/streaming_cache.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/caching
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/caching
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/caching/expression_cache.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/caching
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/recording_manager.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/background_caching_job.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive
creating build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/display
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display/pipeline_graph_renderer.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/display
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display/pcoll_visualization_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/display
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display/display_manager.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/display
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display/interactive_pipeline_graph.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/display
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display/pcoll_visualization.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/display
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display/pipeline_graph_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/display
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display/pipeline_graph.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/display
copying build/lib.linux-x86_64-cpython-310/apache_beam/runners/interactive/display/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/runners/interactive/display
creating build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/test_pipeline.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/util.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/metric_result_matchers.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/extra_assertions_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/synthetic_pipeline_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/synthetic_pipeline.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/test_stream_service.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/test_stream_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/datatype_inference.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/test_pipeline_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/pipeline_verifiers.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/test_stream_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/test_utils.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/test_stream_service_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
creating build/bdist.linux-x86_64/wheel/apache_beam/testing/load_tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests/load_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/load_tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests/co_group_by_key_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/load_tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests/combine_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/load_tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests/sideinput_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/load_tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests/microbenchmarks_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/load_tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests/group_by_key_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/load_tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/load_tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests/pardo_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/load_tests
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/load_tests/load_test_metrics_utils.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/load_tests
creating build/bdist.linux-x86_64/wheel/apache_beam/testing/data
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/data/trigger_transcripts.yaml -> build/bdist.linux-x86_64/wheel/apache_beam/testing/data
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/extra_assertions.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/test_utils_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/util_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/test_stream.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/metric_result_matchers_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/pipeline_verifiers_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/datatype_inference_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing
creating build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks
creating build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark
creating build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/models
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/models/auction_bid.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/models
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/models/field_name.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/models
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/models/nexmark_model.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/models
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/models/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/models
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/nexmark_util.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark
creating build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/query6.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/nexmark_query_util.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/query4.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/query12.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/query2.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/query8.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/query7.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/winning_bids.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/query1.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/query5.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/query0.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/query10.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/query9.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/query3.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/queries/query11.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark/queries
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/nexmark_perf.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/nexmark_launcher.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/monitor.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/nexmark/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/nexmark
creating build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/inference/pytorch_image_classification_benchmarks.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/inference/pytorch_language_modeling_benchmarks.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/inference/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/inference
creating build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/chicago_taxi
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi/preprocess.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/chicago_taxi
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi/tfdv_analyze_and_validate.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/chicago_taxi
creating build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/chicago_taxi/trainer
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi/trainer/task.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/chicago_taxi/trainer
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi/trainer/model.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/chicago_taxi/trainer
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi/trainer/taxi.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/chicago_taxi/trainer
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi/trainer/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/chicago_taxi/trainer
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/chicago_taxi
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi/setup.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/chicago_taxi
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/chicago_taxi/process_tfma.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks/chicago_taxi
copying build/lib.linux-x86_64-cpython-310/apache_beam/testing/benchmarks/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/testing/benchmarks
copying build/lib.linux-x86_64-cpython-310/apache_beam/version.py -> build/bdist.linux-x86_64/wheel/apache_beam
creating build/bdist.linux-x86_64/wheel/apache_beam/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/common_urns.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/python_urns.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/utils.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability
creating build/bdist.linux-x86_64/wheel/apache_beam/portability/api
creating build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org
creating build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache
creating build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam
creating build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model
creating build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline
creating build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/standard_window_fns_pb2.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/metrics_pb2_urns.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/endpoints_pb2.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/standard_window_fns_pb2.pyi -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/standard_window_fns_pb2_urns.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/external_transforms_pb2.pyi -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/standard_window_fns_pb2_grpc.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/external_transforms_pb2.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/external_transforms_pb2_grpc.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/beam_runner_api_pb2.pyi -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/schema_pb2.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/schema_pb2_grpc.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/schema_pb2.pyi -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/external_transforms_pb2_urns.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/endpoints_pb2_grpc.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/metrics_pb2.pyi -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/beam_runner_api_pb2.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/beam_runner_api_pb2_urns.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/metrics_pb2.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/metrics_pb2_grpc.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/endpoints_pb2.pyi -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/beam_runner_api_pb2_grpc.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/v1/schema_pb2_urns.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/pipeline
creating build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/job_management
creating build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_artifact_api_pb2_urns.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_artifact_api_pb2_grpc.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_expansion_api_pb2_grpc.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_artifact_api_pb2.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_expansion_api_pb2.pyi -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_job_api_pb2_grpc.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_job_api_pb2.pyi -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_expansion_api_pb2.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_job_api_pb2.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_artifact_api_pb2.pyi -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/job_management/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/job_management/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/job_management
creating build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/fn_execution
creating build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_fn_api_pb2.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_provision_api_pb2_grpc.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_fn_api_pb2.pyi -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_provision_api_pb2.pyi -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_provision_api_pb2.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_fn_api_pb2_grpc.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/fn_execution/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/fn_execution/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/fn_execution
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model
creating build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/interactive
creating build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/interactive/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/interactive/v1/beam_interactive_api_pb2.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/interactive/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/interactive/v1/beam_interactive_api_pb2_grpc.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/interactive/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/interactive/v1/beam_interactive_api_pb2.pyi -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/interactive/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/interactive/v1/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/interactive/v1
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/model/interactive/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam/model/interactive
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/beam/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache/beam
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/apache/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org/apache
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/org/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api/org
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/api/standard_coders.yaml -> build/bdist.linux-x86_64/wheel/apache_beam/portability/api
copying build/lib.linux-x86_64-cpython-310/apache_beam/portability/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/portability
copying build/lib.linux-x86_64-cpython-310/apache_beam/error.py -> build/bdist.linux-x86_64/wheel/apache_beam
creating build/bdist.linux-x86_64/wheel/apache_beam/examples
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/flink
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/flink/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/flink
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/flink/flink_streaming_impulse.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/flink
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/bigquery_tornadoes.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/group_with_coder.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/bigtableio_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/custom_ptransform_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/bigquery_side_input.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/filters.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/filters_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/bigquery_schema.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/coders_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/multiple_output_pardo.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/datastore_wordcount_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/datastore_wordcount.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/mergecontacts_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/custom_ptransform_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/bigquery_side_input_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/bigquery_side_input_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/combiners_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/bigquery_tornadoes_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/custom_ptransform.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/group_with_coder_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/mergecontacts.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/coders.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/multiple_output_pardo_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/cookbook/coders_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/cookbook
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/top_wikipedia_sessions.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/autocomplete_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/distribopt.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/tfidf_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/autocomplete.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/tfidf_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/top_wikipedia_sessions_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/estimate_pi_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/game
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game/game_stats.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/game
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game/game_stats_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/game
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game/user_score_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/game
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game/leader_board.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/game
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game/hourly_team_score_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/game
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game/game_stats_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/game
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/game
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game/leader_board_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/game
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game/hourly_team_score_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/game
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game/leader_board_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/game
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game/user_score.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/game
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game/hourly_team_score.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/game
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/game/user_score_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/game
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/estimate_pi.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/top_wikipedia_sessions_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/estimate_pi_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/autocomplete_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/tfidf.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/distribopt_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/juliaset
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/juliaset/juliaset
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset/juliaset/juliaset_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/juliaset/juliaset
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset/juliaset/juliaset_test_it.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/juliaset/juliaset
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset/juliaset/juliaset.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/juliaset/juliaset
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset/juliaset/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/juliaset/juliaset
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/juliaset
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset/setup.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/juliaset
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/juliaset/juliaset_main.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete/juliaset
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/complete/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/complete
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/matrix_power.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/avro_bitcoin.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/wordcount_debugging.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/streaming_wordcount.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/windowed_wordcount.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/streaming_wordcount_debugging_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/streaming_wordcount_debugging.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe/flight_delays.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe/flight_delays_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe/wordcount.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe/taxiride_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe/taxiride.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe/taxiride_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/dataframe/wordcount_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/dataframe
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/sql_taxi.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/matrix_power_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/wordcount_debugging_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/wordcount.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/tensorrt_object_detection.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/pytorch_language_modeling.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/sklearn_japanese_housing_regression.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/inference/tfx_bsl
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/tfx_bsl/tensorflow_image_classification.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference/tfx_bsl
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/tfx_bsl/tfx_bsl_inference_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference/tfx_bsl
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/tfx_bsl/build_tensorflow_model.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference/tfx_bsl
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/tfx_bsl/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference/tfx_bsl
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/pytorch_image_segmentation.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/inference/runinference_metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics/config.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference/runinference_metrics
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/inference/runinference_metrics/pipeline
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics/pipeline/options.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference/runinference_metrics/pipeline
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics/pipeline/transformations.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference/runinference_metrics/pipeline
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference/runinference_metrics/pipeline
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics/main.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference/runinference_metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference/runinference_metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/runinference_metrics/setup.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference/runinference_metrics
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/sklearn_mnist_classification.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/inference/pytorch_image_classification.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/inference
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/streaming_wordcount_debugging_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/wordcount_minimal_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/util.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/snippets.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/snippets_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/util_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/cogroupbykey.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/sum_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/groupbykey.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/latest_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/sample_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/groupbykey_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/mean.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/distinct_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/latest.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/combineglobally.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/max.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/cogroupbykey_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/combinevalues.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/distinct.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/combinevalues_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/min.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/groupintobatches_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/count.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/sum.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/combineperkey.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/count_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/combineglobally_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/combineperkey_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/top.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/groupby_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/min_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/sample.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/mean_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/max_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/groupintobatches.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/aggregation/top_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/aggregation
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/values_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/filter.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/filter_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/withtimestamps_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/keys.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/pardo.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/tostring_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/map.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/map_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/runinference.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/flatmap_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/partition_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/withtimestamps.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/values.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/tostring.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/keys_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/kvswap.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/regex.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/pardo_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/flatmap.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/regex_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/runinference_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/kvswap_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/elementwise/partition.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms/elementwise
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/snippets/transforms/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/snippets/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/wordcount_with_metrics.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
creating build/bdist.linux-x86_64/wheel/apache_beam/examples/kafkataxi
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/kafkataxi/kafka_taxi.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/kafkataxi
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/kafkataxi/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples/kafkataxi
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/wordcount_dataframe.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/fastavro_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/streaming_wordcount_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/wordcount_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/wordcount_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/wordcount_xlang.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/wordcount_minimal.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
copying build/lib.linux-x86_64-cpython-310/apache_beam/examples/wordcount_xlang_sql.py -> build/bdist.linux-x86_64/wheel/apache_beam/examples
creating build/bdist.linux-x86_64/wheel/apache_beam/options
copying build/lib.linux-x86_64-cpython-310/apache_beam/options/pipeline_options_validator_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/options
copying build/lib.linux-x86_64-cpython-310/apache_beam/options/pipeline_options.py -> build/bdist.linux-x86_64/wheel/apache_beam/options
copying build/lib.linux-x86_64-cpython-310/apache_beam/options/pipeline_options_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/options
copying build/lib.linux-x86_64-cpython-310/apache_beam/options/pipeline_options_validator.py -> build/bdist.linux-x86_64/wheel/apache_beam/options
copying build/lib.linux-x86_64-cpython-310/apache_beam/options/value_provider.py -> build/bdist.linux-x86_64/wheel/apache_beam/options
copying build/lib.linux-x86_64-cpython-310/apache_beam/options/value_provider_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/options
copying build/lib.linux-x86_64-cpython-310/apache_beam/options/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/options
copying build/lib.linux-x86_64-cpython-310/apache_beam/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam
copying build/lib.linux-x86_64-cpython-310/apache_beam/pvalue.py -> build/bdist.linux-x86_64/wheel/apache_beam
creating build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/deduplicate.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/cy_dataflow_distribution_counter.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/dofn_lifecycle_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/util.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/external.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/external_java.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/dataflow_distribution_counter_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/resources.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/window_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/create_source.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/write_ptransform_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/trigger_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/userstate_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/transforms_keyword_only_args_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/environments.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/py_dataflow_distribution_counter.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/stats.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/fully_qualified_named_transform.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/trigger.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/sideinputs_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/ptransform.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/display_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/sql.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/cy_dataflow_distribution_counter.pxd -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/batch_dofn_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/resources_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/ptransform_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/cy_dataflow_distribution_counter.pyx -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/window.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/core.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/external_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/periodicsequence_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/timeutil.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/sql_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/cy_combiners.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/sideinputs.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/create_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/periodicsequence_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/stats_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/combiners_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/fully_qualified_named_transform_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/external_it_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/periodicsequence.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/deduplicate_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/stats.pxd -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/display.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/validate_runner_xlang_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/userstate.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/cy_combiners.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/environments_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/stats.cpython-310-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/util_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/combiners.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/cy_combiners.pxd -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/combinefn_lifecycle_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/transforms/combinefn_lifecycle_pipeline.py -> build/bdist.linux-x86_64/wheel/apache_beam/transforms
copying build/lib.linux-x86_64-cpython-310/apache_beam/pipeline.py -> build/bdist.linux-x86_64/wheel/apache_beam
creating build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/typehints.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/opcodes.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/schema_registry.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/row_type.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/arrow_type_compatibility_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/pytorch_type_compatibility_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/decorators.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/pandas_type_compatibility_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/trivial_inference_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/typed_pipeline_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/batch.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/native_type_compatibility.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/pytorch_type_compatibility.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/arrow_type_compatibility.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/typecheck_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/arrow_batching_microbenchmark.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/batch_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/typehints_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/schemas_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/native_type_compatibility_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/schemas.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/pandas_type_compatibility.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/__init__.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/sharded_key_type_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/sharded_key_type.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/trivial_inference.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/typecheck.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
copying build/lib.linux-x86_64-cpython-310/apache_beam/typehints/decorators_test.py -> build/bdist.linux-x86_64/wheel/apache_beam/typehints
running install_egg_info
running egg_info
creating apache_beam.egg-info
writing apache_beam.egg-info/PKG-INFO
writing dependency_links to apache_beam.egg-info/dependency_links.txt
writing requirements to apache_beam.egg-info/requires.txt
writing top-level names to apache_beam.egg-info/top_level.txt
writing manifest file 'apache_beam.egg-info/SOURCES.txt'
reading manifest file 'apache_beam.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'README.md'
warning: no files found matching 'NOTICE'
warning: no files found matching 'LICENSE'
warning: no files found matching 'LICENSE.python'
writing manifest file 'apache_beam.egg-info/SOURCES.txt'
Copying apache_beam.egg-info to build/bdist.linux-x86_64/wheel/apache_beam-2.44.0-py3.10.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/apache_beam-2.44.0.dist-info/WHEEL
creating 'dist/apache_beam-2.44.0-cp310-cp310-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'apache_beam/__init__.py'
adding 'apache_beam/error.py'
adding 'apache_beam/pipeline.py'
adding 'apache_beam/pipeline_test.py'
adding 'apache_beam/pvalue.py'
adding 'apache_beam/pvalue_test.py'
adding 'apache_beam/version.py'
adding 'apache_beam/coders/__init__.py'
adding 'apache_beam/coders/avro_record.py'
adding 'apache_beam/coders/coder_impl.cpython-310-x86_64-linux-gnu.so'
adding 'apache_beam/coders/coder_impl.pxd'
adding 'apache_beam/coders/coder_impl.py'
adding 'apache_beam/coders/coder_impl_row_encoders.cpython-310-x86_64-linux-gnu.so'
adding 'apache_beam/coders/coder_impl_row_encoders.pyx'
adding 'apache_beam/coders/coders.py'
adding 'apache_beam/coders/coders_property_based_test.py'
adding 'apache_beam/coders/coders_test.py'
adding 'apache_beam/coders/coders_test_common.py'
adding 'apache_beam/coders/fast_coders_test.py'
adding 'apache_beam/coders/observable.py'
adding 'apache_beam/coders/observable_test.py'
adding 'apache_beam/coders/proto2_coder_test_messages_pb2.py'
adding 'apache_beam/coders/row_coder.py'
adding 'apache_beam/coders/row_coder_test.py'
adding 'apache_beam/coders/slow_coders_test.py'
adding 'apache_beam/coders/slow_stream.py'
adding 'apache_beam/coders/standard_coders_test.py'
adding 'apache_beam/coders/stream.cpython-310-x86_64-linux-gnu.so'
adding 'apache_beam/coders/stream.pxd'
adding 'apache_beam/coders/stream.pyx'
adding 'apache_beam/coders/stream_test.py'
adding 'apache_beam/coders/typecoders.py'
adding 'apache_beam/coders/typecoders_test.py'
adding 'apache_beam/dataframe/__init__.py'
adding 'apache_beam/dataframe/convert.py'
adding 'apache_beam/dataframe/convert_test.py'
adding 'apache_beam/dataframe/doctests.py'
adding 'apache_beam/dataframe/doctests_test.py'
adding 'apache_beam/dataframe/expressions.py'
adding 'apache_beam/dataframe/expressions_test.py'
adding 'apache_beam/dataframe/frame_base.py'
adding 'apache_beam/dataframe/frame_base_test.py'
adding 'apache_beam/dataframe/frames.py'
adding 'apache_beam/dataframe/frames_test.py'
adding 'apache_beam/dataframe/io.py'
adding 'apache_beam/dataframe/io_it_test.py'
adding 'apache_beam/dataframe/io_test.py'
adding 'apache_beam/dataframe/pandas_docs_test.py'
adding 'apache_beam/dataframe/pandas_doctests_test.py'
adding 'apache_beam/dataframe/pandas_top_level_functions.py'
adding 'apache_beam/dataframe/partitionings.py'
adding 'apache_beam/dataframe/partitionings_test.py'
adding 'apache_beam/dataframe/schemas.py'
adding 'apache_beam/dataframe/schemas_test.py'
adding 'apache_beam/dataframe/transforms.py'
adding 'apache_beam/dataframe/transforms_test.py'
adding 'apache_beam/examples/__init__.py'
adding 'apache_beam/examples/avro_bitcoin.py'
adding 'apache_beam/examples/fastavro_it_test.py'
adding 'apache_beam/examples/matrix_power.py'
adding 'apache_beam/examples/matrix_power_test.py'
adding 'apache_beam/examples/sql_taxi.py'
adding 'apache_beam/examples/streaming_wordcount.py'
adding 'apache_beam/examples/streaming_wordcount_debugging.py'
adding 'apache_beam/examples/streaming_wordcount_debugging_it_test.py'
adding 'apache_beam/examples/streaming_wordcount_debugging_test.py'
adding 'apache_beam/examples/streaming_wordcount_it_test.py'
adding 'apache_beam/examples/windowed_wordcount.py'
adding 'apache_beam/examples/wordcount.py'
adding 'apache_beam/examples/wordcount_dataframe.py'
adding 'apache_beam/examples/wordcount_debugging.py'
adding 'apache_beam/examples/wordcount_debugging_test.py'
adding 'apache_beam/examples/wordcount_it_test.py'
adding 'apache_beam/examples/wordcount_minimal.py'
adding 'apache_beam/examples/wordcount_minimal_test.py'
adding 'apache_beam/examples/wordcount_test.py'
adding 'apache_beam/examples/wordcount_with_metrics.py'
adding 'apache_beam/examples/wordcount_xlang.py'
adding 'apache_beam/examples/wordcount_xlang_sql.py'
adding 'apache_beam/examples/complete/__init__.py'
adding 'apache_beam/examples/complete/autocomplete.py'
adding 'apache_beam/examples/complete/autocomplete_it_test.py'
adding 'apache_beam/examples/complete/autocomplete_test.py'
adding 'apache_beam/examples/complete/distribopt.py'
adding 'apache_beam/examples/complete/distribopt_test.py'
adding 'apache_beam/examples/complete/estimate_pi.py'
adding 'apache_beam/examples/complete/estimate_pi_it_test.py'
adding 'apache_beam/examples/complete/estimate_pi_test.py'
adding 'apache_beam/examples/complete/tfidf.py'
adding 'apache_beam/examples/complete/tfidf_it_test.py'
adding 'apache_beam/examples/complete/tfidf_test.py'
adding 'apache_beam/examples/complete/top_wikipedia_sessions.py'
adding 'apache_beam/examples/complete/top_wikipedia_sessions_it_test.py'
adding 'apache_beam/examples/complete/top_wikipedia_sessions_test.py'
adding 'apache_beam/examples/complete/game/__init__.py'
adding 'apache_beam/examples/complete/game/game_stats.py'
adding 'apache_beam/examples/complete/game/game_stats_it_test.py'
adding 'apache_beam/examples/complete/game/game_stats_test.py'
adding 'apache_beam/examples/complete/game/hourly_team_score.py'
adding 'apache_beam/examples/complete/game/hourly_team_score_it_test.py'
adding 'apache_beam/examples/complete/game/hourly_team_score_test.py'
adding 'apache_beam/examples/complete/game/leader_board.py'
adding 'apache_beam/examples/complete/game/leader_board_it_test.py'
adding 'apache_beam/examples/complete/game/leader_board_test.py'
adding 'apache_beam/examples/complete/game/user_score.py'
adding 'apache_beam/examples/complete/game/user_score_it_test.py'
adding 'apache_beam/examples/complete/game/user_score_test.py'
adding 'apache_beam/examples/complete/juliaset/__init__.py'
adding 'apache_beam/examples/complete/juliaset/juliaset_main.py'
adding 'apache_beam/examples/complete/juliaset/setup.py'
adding 'apache_beam/examples/complete/juliaset/juliaset/__init__.py'
adding 'apache_beam/examples/complete/juliaset/juliaset/juliaset.py'
adding 'apache_beam/examples/complete/juliaset/juliaset/juliaset_test.py'
adding 'apache_beam/examples/complete/juliaset/juliaset/juliaset_test_it.py'
adding 'apache_beam/examples/cookbook/__init__.py'
adding 'apache_beam/examples/cookbook/bigquery_schema.py'
adding 'apache_beam/examples/cookbook/bigquery_side_input.py'
adding 'apache_beam/examples/cookbook/bigquery_side_input_it_test.py'
adding 'apache_beam/examples/cookbook/bigquery_side_input_test.py'
adding 'apache_beam/examples/cookbook/bigquery_tornadoes.py'
adding 'apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py'
adding 'apache_beam/examples/cookbook/bigquery_tornadoes_test.py'
adding 'apache_beam/examples/cookbook/bigtableio_it_test.py'
adding 'apache_beam/examples/cookbook/coders.py'
adding 'apache_beam/examples/cookbook/coders_it_test.py'
adding 'apache_beam/examples/cookbook/coders_test.py'
adding 'apache_beam/examples/cookbook/combiners_test.py'
adding 'apache_beam/examples/cookbook/custom_ptransform.py'
adding 'apache_beam/examples/cookbook/custom_ptransform_it_test.py'
adding 'apache_beam/examples/cookbook/custom_ptransform_test.py'
adding 'apache_beam/examples/cookbook/datastore_wordcount.py'
adding 'apache_beam/examples/cookbook/datastore_wordcount_it_test.py'
adding 'apache_beam/examples/cookbook/filters.py'
adding 'apache_beam/examples/cookbook/filters_test.py'
adding 'apache_beam/examples/cookbook/group_with_coder.py'
adding 'apache_beam/examples/cookbook/group_with_coder_test.py'
adding 'apache_beam/examples/cookbook/mergecontacts.py'
adding 'apache_beam/examples/cookbook/mergecontacts_test.py'
adding 'apache_beam/examples/cookbook/multiple_output_pardo.py'
adding 'apache_beam/examples/cookbook/multiple_output_pardo_test.py'
adding 'apache_beam/examples/dataframe/__init__.py'
adding 'apache_beam/examples/dataframe/flight_delays.py'
adding 'apache_beam/examples/dataframe/flight_delays_it_test.py'
adding 'apache_beam/examples/dataframe/taxiride.py'
adding 'apache_beam/examples/dataframe/taxiride_it_test.py'
adding 'apache_beam/examples/dataframe/taxiride_test.py'
adding 'apache_beam/examples/dataframe/wordcount.py'
adding 'apache_beam/examples/dataframe/wordcount_test.py'
adding 'apache_beam/examples/flink/__init__.py'
adding 'apache_beam/examples/flink/flink_streaming_impulse.py'
adding 'apache_beam/examples/inference/__init__.py'
adding 'apache_beam/examples/inference/pytorch_image_classification.py'
adding 'apache_beam/examples/inference/pytorch_image_segmentation.py'
adding 'apache_beam/examples/inference/pytorch_language_modeling.py'
adding 'apache_beam/examples/inference/sklearn_japanese_housing_regression.py'
adding 'apache_beam/examples/inference/sklearn_mnist_classification.py'
adding 'apache_beam/examples/inference/tensorrt_object_detection.py'
adding 'apache_beam/examples/inference/runinference_metrics/__init__.py'
adding 'apache_beam/examples/inference/runinference_metrics/config.py'
adding 'apache_beam/examples/inference/runinference_metrics/main.py'
adding 'apache_beam/examples/inference/runinference_metrics/setup.py'
adding 'apache_beam/examples/inference/runinference_metrics/pipeline/__init__.py'
adding 'apache_beam/examples/inference/runinference_metrics/pipeline/options.py'
adding 'apache_beam/examples/inference/runinference_metrics/pipeline/transformations.py'
adding 'apache_beam/examples/inference/tfx_bsl/__init__.py'
adding 'apache_beam/examples/inference/tfx_bsl/build_tensorflow_model.py'
adding 'apache_beam/examples/inference/tfx_bsl/tensorflow_image_classification.py'
adding 'apache_beam/examples/inference/tfx_bsl/tfx_bsl_inference_it_test.py'
adding 'apache_beam/examples/kafkataxi/__init__.py'
adding 'apache_beam/examples/kafkataxi/kafka_taxi.py'
adding 'apache_beam/examples/snippets/__init__.py'
adding 'apache_beam/examples/snippets/snippets.py'
adding 'apache_beam/examples/snippets/snippets_test.py'
adding 'apache_beam/examples/snippets/util.py'
adding 'apache_beam/examples/snippets/util_test.py'
adding 'apache_beam/examples/snippets/transforms/__init__.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/__init__.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/cogroupbykey.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/cogroupbykey_test.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/combineglobally.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/combineglobally_test.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/combineperkey.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/combineperkey_test.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/combinevalues.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/combinevalues_test.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/count.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/count_test.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/distinct.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/distinct_test.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/groupby_test.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/groupbykey.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/groupbykey_test.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/groupintobatches.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/groupintobatches_test.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/latest.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/latest_test.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/max.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/max_test.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/mean.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/mean_test.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/min.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/min_test.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/sample.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/sample_test.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/sum.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/sum_test.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/top.py'
adding 'apache_beam/examples/snippets/transforms/aggregation/top_test.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/__init__.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/filter.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/filter_test.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/flatmap.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/flatmap_test.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/keys.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/keys_test.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/kvswap.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/kvswap_test.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/map.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/map_test.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/pardo.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/pardo_test.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/partition.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/partition_test.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/regex.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/regex_test.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/runinference.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/runinference_test.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/tostring.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/tostring_test.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/values.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/values_test.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/withtimestamps.py'
adding 'apache_beam/examples/snippets/transforms/elementwise/withtimestamps_test.py'
adding 'apache_beam/internal/__init__.py'
adding 'apache_beam/internal/cloudpickle_pickler.py'
adding 'apache_beam/internal/cloudpickle_pickler_test.py'
adding 'apache_beam/internal/dill_pickler.py'
adding 'apache_beam/internal/http_client.py'
adding 'apache_beam/internal/http_client_test.py'
adding 'apache_beam/internal/module_test.py'
adding 'apache_beam/internal/pickler.py'
adding 'apache_beam/internal/pickler_test.py'
adding 'apache_beam/internal/util.py'
adding 'apache_beam/internal/util_test.py'
adding 'apache_beam/internal/azure/__init__.py'
adding 'apache_beam/internal/azure/auth.py'
adding 'apache_beam/internal/gcp/__init__.py'
adding 'apache_beam/internal/gcp/auth.py'
adding 'apache_beam/internal/gcp/json_value.py'
adding 'apache_beam/internal/gcp/json_value_test.py'
adding 'apache_beam/internal/metrics/__init__.py'
adding 'apache_beam/internal/metrics/cells.py'
adding 'apache_beam/internal/metrics/cells_test.py'
adding 'apache_beam/internal/metrics/metric.py'
adding 'apache_beam/internal/metrics/metric_test.py'
adding 'apache_beam/io/__init__.py'
adding 'apache_beam/io/avroio.py'
adding 'apache_beam/io/avroio_test.py'
adding 'apache_beam/io/concat_source.py'
adding 'apache_beam/io/concat_source_test.py'
adding 'apache_beam/io/debezium.py'
adding 'apache_beam/io/filebasedio_perf_test.py'
adding 'apache_beam/io/filebasedsink.py'
adding 'apache_beam/io/filebasedsink_test.py'
adding 'apache_beam/io/filebasedsource.py'
adding 'apache_beam/io/filebasedsource_test.py'
adding 'apache_beam/io/fileio.py'
adding 'apache_beam/io/fileio_test.py'
adding 'apache_beam/io/filesystem.py'
adding 'apache_beam/io/filesystem_test.py'
adding 'apache_beam/io/filesystemio.py'
adding 'apache_beam/io/filesystemio_test.py'
adding 'apache_beam/io/filesystems.py'
adding 'apache_beam/io/filesystems_test.py'
adding 'apache_beam/io/hadoopfilesystem.py'
adding 'apache_beam/io/hadoopfilesystem_test.py'
adding 'apache_beam/io/iobase.py'
adding 'apache_beam/io/iobase_test.py'
adding 'apache_beam/io/jdbc.py'
adding 'apache_beam/io/kafka.py'
adding 'apache_beam/io/kinesis.py'
adding 'apache_beam/io/localfilesystem.py'
adding 'apache_beam/io/localfilesystem_test.py'
adding 'apache_beam/io/mongodbio.py'
adding 'apache_beam/io/mongodbio_it_test.py'
adding 'apache_beam/io/mongodbio_test.py'
adding 'apache_beam/io/parquetio.py'
adding 'apache_beam/io/parquetio_it_test.py'
adding 'apache_beam/io/parquetio_test.py'
adding 'apache_beam/io/range_trackers.py'
adding 'apache_beam/io/range_trackers_test.py'
adding 'apache_beam/io/restriction_trackers.py'
adding 'apache_beam/io/restriction_trackers_test.py'
adding 'apache_beam/io/snowflake.py'
adding 'apache_beam/io/source_test_utils.py'
adding 'apache_beam/io/source_test_utils_test.py'
adding 'apache_beam/io/sources_test.py'
adding 'apache_beam/io/textio.py'
adding 'apache_beam/io/textio_test.py'
adding 'apache_beam/io/tfrecordio.py'
adding 'apache_beam/io/tfrecordio_test.py'
adding 'apache_beam/io/utils.py'
adding 'apache_beam/io/utils_test.py'
adding 'apache_beam/io/watermark_estimators.py'
adding 'apache_beam/io/watermark_estimators_test.py'
adding 'apache_beam/io/aws/__init__.py'
adding 'apache_beam/io/aws/s3filesystem.py'
adding 'apache_beam/io/aws/s3filesystem_test.py'
adding 'apache_beam/io/aws/s3io.py'
adding 'apache_beam/io/aws/s3io_test.py'
adding 'apache_beam/io/aws/clients/__init__.py'
adding 'apache_beam/io/aws/clients/s3/__init__.py'
adding 'apache_beam/io/aws/clients/s3/boto3_client.py'
adding 'apache_beam/io/aws/clients/s3/client_test.py'
adding 'apache_beam/io/aws/clients/s3/fake_client.py'
adding 'apache_beam/io/aws/clients/s3/messages.py'
adding 'apache_beam/io/azure/__init__.py'
adding 'apache_beam/io/azure/blobstoragefilesystem.py'
adding 'apache_beam/io/azure/blobstoragefilesystem_test.py'
adding 'apache_beam/io/azure/blobstorageio.py'
adding 'apache_beam/io/azure/blobstorageio_test.py'
adding 'apache_beam/io/external/__init__.py'
adding 'apache_beam/io/external/generate_sequence.py'
adding 'apache_beam/io/external/generate_sequence_test.py'
adding 'apache_beam/io/external/kafka.py'
adding 'apache_beam/io/external/snowflake.py'
adding 'apache_beam/io/external/xlang_debeziumio_it_test.py'
adding 'apache_beam/io/external/xlang_jdbcio_it_test.py'
adding 'apache_beam/io/external/xlang_kafkaio_it_test.py'
adding 'apache_beam/io/external/xlang_kinesisio_it_test.py'
adding 'apache_beam/io/external/xlang_parquetio_test.py'
adding 'apache_beam/io/external/xlang_snowflakeio_it_test.py'
adding 'apache_beam/io/external/gcp/__init__.py'
adding 'apache_beam/io/external/gcp/pubsub.py'
adding 'apache_beam/io/flink/__init__.py'
adding 'apache_beam/io/flink/flink_streaming_impulse_source.py'
adding 'apache_beam/io/flink/flink_streaming_impulse_source_test.py'
adding 'apache_beam/io/gcp/__init__.py'
adding 'apache_beam/io/gcp/big_query_query_to_table_it_test.py'
adding 'apache_beam/io/gcp/big_query_query_to_table_pipeline.py'
adding 'apache_beam/io/gcp/bigquery.py'
adding 'apache_beam/io/gcp/bigquery_avro_tools.py'
adding 'apache_beam/io/gcp/bigquery_avro_tools_test.py'
adding 'apache_beam/io/gcp/bigquery_file_loads.py'
adding 'apache_beam/io/gcp/bigquery_file_loads_test.py'
adding 'apache_beam/io/gcp/bigquery_io_metadata.py'
adding 'apache_beam/io/gcp/bigquery_io_metadata_test.py'
adding 'apache_beam/io/gcp/bigquery_io_read_it_test.py'
adding 'apache_beam/io/gcp/bigquery_io_read_pipeline.py'
adding 'apache_beam/io/gcp/bigquery_json_it_test.py'
adding 'apache_beam/io/gcp/bigquery_read_internal.py'
adding 'apache_beam/io/gcp/bigquery_read_it_test.py'
adding 'apache_beam/io/gcp/bigquery_read_perf_test.py'
adding 'apache_beam/io/gcp/bigquery_schema_tools.py'
adding 'apache_beam/io/gcp/bigquery_schema_tools_test.py'
adding 'apache_beam/io/gcp/bigquery_test.py'
adding 'apache_beam/io/gcp/bigquery_tools.py'
adding 'apache_beam/io/gcp/bigquery_tools_test.py'
adding 'apache_beam/io/gcp/bigquery_write_it_test.py'
adding 'apache_beam/io/gcp/bigquery_write_perf_test.py'
adding 'apache_beam/io/gcp/bigtableio.py'
adding 'apache_beam/io/gcp/bigtableio_test.py'
adding 'apache_beam/io/gcp/dicomclient.py'
adding 'apache_beam/io/gcp/dicomio.py'
adding 'apache_beam/io/gcp/dicomio_integration_test.py'
adding 'apache_beam/io/gcp/dicomio_test.py'
adding 'apache_beam/io/gcp/gce_metadata_util.py'
adding 'apache_beam/io/gcp/gcsfilesystem.py'
adding 'apache_beam/io/gcp/gcsfilesystem_test.py'
adding 'apache_beam/io/gcp/gcsio.py'
adding 'apache_beam/io/gcp/gcsio_integration_test.py'
adding 'apache_beam/io/gcp/gcsio_overrides.py'
adding 'apache_beam/io/gcp/gcsio_test.py'
adding 'apache_beam/io/gcp/pubsub.py'
adding 'apache_beam/io/gcp/pubsub_integration_test.py'
adding 'apache_beam/io/gcp/pubsub_io_perf_test.py'
adding 'apache_beam/io/gcp/pubsub_it_pipeline.py'
adding 'apache_beam/io/gcp/pubsub_test.py'
adding 'apache_beam/io/gcp/resource_identifiers.py'
adding 'apache_beam/io/gcp/spanner.py'
adding 'apache_beam/io/gcp/datastore/__init__.py'
adding 'apache_beam/io/gcp/datastore/v1new/__init__.py'
adding 'apache_beam/io/gcp/datastore/v1new/adaptive_throttler.py'
adding 'apache_beam/io/gcp/datastore/v1new/adaptive_throttler_test.py'
adding 'apache_beam/io/gcp/datastore/v1new/datastore_write_it_pipeline.py'
adding 'apache_beam/io/gcp/datastore/v1new/datastore_write_it_test.py'
adding 'apache_beam/io/gcp/datastore/v1new/datastoreio.py'
adding 'apache_beam/io/gcp/datastore/v1new/datastoreio_test.py'
adding 'apache_beam/io/gcp/datastore/v1new/helper.py'
adding 'apache_beam/io/gcp/datastore/v1new/query_splitter.py'
adding 'apache_beam/io/gcp/datastore/v1new/query_splitter_test.py'
adding 'apache_beam/io/gcp/datastore/v1new/rampup_throttling_fn.py'
adding 'apache_beam/io/gcp/datastore/v1new/rampup_throttling_fn_test.py'
adding 'apache_beam/io/gcp/datastore/v1new/types.py'
adding 'apache_beam/io/gcp/datastore/v1new/types_test.py'
adding 'apache_beam/io/gcp/datastore/v1new/util.py'
adding 'apache_beam/io/gcp/datastore/v1new/util_test.py'
adding 'apache_beam/io/gcp/experimental/__init__.py'
adding 'apache_beam/io/gcp/experimental/spannerio.py'
adding 'apache_beam/io/gcp/experimental/spannerio_read_it_test.py'
adding 'apache_beam/io/gcp/experimental/spannerio_read_perf_test.py'
adding 'apache_beam/io/gcp/experimental/spannerio_test.py'
adding 'apache_beam/io/gcp/experimental/spannerio_write_it_test.py'
adding 'apache_beam/io/gcp/experimental/spannerio_write_perf_test.py'
adding 'apache_beam/io/gcp/internal/__init__.py'
adding 'apache_beam/io/gcp/internal/clients/__init__.py'
adding 'apache_beam/io/gcp/internal/clients/bigquery/__init__.py'
adding 'apache_beam/io/gcp/internal/clients/bigquery/bigquery_v2_client.py'
adding 'apache_beam/io/gcp/internal/clients/bigquery/bigquery_v2_messages.py'
adding 'apache_beam/io/gcp/internal/clients/storage/__init__.py'
adding 'apache_beam/io/gcp/internal/clients/storage/storage_v1_client.py'
adding 'apache_beam/io/gcp/internal/clients/storage/storage_v1_messages.py'
adding 'apache_beam/io/gcp/pubsublite/__init__.py'
adding 'apache_beam/io/gcp/pubsublite/external.py'
adding 'apache_beam/io/gcp/pubsublite/proto_api.py'
adding 'apache_beam/io/gcp/tests/__init__.py'
adding 'apache_beam/io/gcp/tests/bigquery_matcher.py'
adding 'apache_beam/io/gcp/tests/bigquery_matcher_test.py'
adding 'apache_beam/io/gcp/tests/pubsub_matcher.py'
adding 'apache_beam/io/gcp/tests/pubsub_matcher_test.py'
adding 'apache_beam/io/gcp/tests/utils.py'
adding 'apache_beam/io/gcp/tests/utils_test.py'
adding 'apache_beam/io/gcp/tests/xlang_spannerio_it_test.py'
adding 'apache_beam/metrics/__init__.py'
adding 'apache_beam/metrics/cells.cpython-310-x86_64-linux-gnu.so'
adding 'apache_beam/metrics/cells.pxd'
adding 'apache_beam/metrics/cells.py'
adding 'apache_beam/metrics/cells_test.py'
adding 'apache_beam/metrics/execution.cpython-310-x86_64-linux-gnu.so'
adding 'apache_beam/metrics/execution.pxd'
adding 'apache_beam/metrics/execution.py'
adding 'apache_beam/metrics/execution_test.py'
adding 'apache_beam/metrics/metric.py'
adding 'apache_beam/metrics/metric_test.py'
adding 'apache_beam/metrics/metricbase.py'
adding 'apache_beam/metrics/monitoring_infos.py'
adding 'apache_beam/metrics/monitoring_infos_test.py'
adding 'apache_beam/ml/__init__.py'
adding 'apache_beam/ml/gcp/__init__.py'
adding 'apache_beam/ml/gcp/cloud_dlp.py'
adding 'apache_beam/ml/gcp/cloud_dlp_it_test.py'
adding 'apache_beam/ml/gcp/cloud_dlp_test.py'
adding 'apache_beam/ml/gcp/naturallanguageml.py'
adding 'apache_beam/ml/gcp/naturallanguageml_test.py'
adding 'apache_beam/ml/gcp/naturallanguageml_test_it.py'
adding 'apache_beam/ml/gcp/recommendations_ai.py'
adding 'apache_beam/ml/gcp/recommendations_ai_test.py'
adding 'apache_beam/ml/gcp/recommendations_ai_test_it.py'
adding 'apache_beam/ml/gcp/videointelligenceml.py'
adding 'apache_beam/ml/gcp/videointelligenceml_test.py'
adding 'apache_beam/ml/gcp/videointelligenceml_test_it.py'
adding 'apache_beam/ml/gcp/visionml.py'
adding 'apache_beam/ml/gcp/visionml_test.py'
adding 'apache_beam/ml/gcp/visionml_test_it.py'
adding 'apache_beam/ml/inference/__init__.py'
adding 'apache_beam/ml/inference/base.py'
adding 'apache_beam/ml/inference/base_test.py'
adding 'apache_beam/ml/inference/pytorch_inference.py'
adding 'apache_beam/ml/inference/pytorch_inference_it_test.py'
adding 'apache_beam/ml/inference/pytorch_inference_test.py'
adding 'apache_beam/ml/inference/sklearn_inference.py'
adding 'apache_beam/ml/inference/sklearn_inference_it_test.py'
adding 'apache_beam/ml/inference/sklearn_inference_test.py'
adding 'apache_beam/ml/inference/tensorrt_inference.py'
adding 'apache_beam/ml/inference/tensorrt_inference_test.py'
adding 'apache_beam/options/__init__.py'
adding 'apache_beam/options/pipeline_options.py'
adding 'apache_beam/options/pipeline_options_test.py'
adding 'apache_beam/options/pipeline_options_validator.py'
adding 'apache_beam/options/pipeline_options_validator_test.py'
adding 'apache_beam/options/value_provider.py'
adding 'apache_beam/options/value_provider_test.py'
adding 'apache_beam/portability/__init__.py'
adding 'apache_beam/portability/common_urns.py'
adding 'apache_beam/portability/python_urns.py'
adding 'apache_beam/portability/utils.py'
adding 'apache_beam/portability/api/__init__.py'
adding 'apache_beam/portability/api/standard_coders.yaml'
adding 'apache_beam/portability/api/org/__init__.py'
adding 'apache_beam/portability/api/org/apache/__init__.py'
adding 'apache_beam/portability/api/org/apache/beam/__init__.py'
adding 'apache_beam/portability/api/org/apache/beam/model/__init__.py'
adding 'apache_beam/portability/api/org/apache/beam/model/fn_execution/__init__.py'
adding 'apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/__init__.py'
adding 'apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_fn_api_pb2.py'
adding 'apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_fn_api_pb2.pyi'
adding 'apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_fn_api_pb2_grpc.py'
adding 'apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_provision_api_pb2.py'
adding 'apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_provision_api_pb2.pyi'
adding 'apache_beam/portability/api/org/apache/beam/model/fn_execution/v1/beam_provision_api_pb2_grpc.py'
adding 'apache_beam/portability/api/org/apache/beam/model/interactive/__init__.py'
adding 'apache_beam/portability/api/org/apache/beam/model/interactive/v1/__init__.py'
adding 'apache_beam/portability/api/org/apache/beam/model/interactive/v1/beam_interactive_api_pb2.py'
adding 'apache_beam/portability/api/org/apache/beam/model/interactive/v1/beam_interactive_api_pb2.pyi'
adding 'apache_beam/portability/api/org/apache/beam/model/interactive/v1/beam_interactive_api_pb2_grpc.py'
adding 'apache_beam/portability/api/org/apache/beam/model/job_management/__init__.py'
adding 'apache_beam/portability/api/org/apache/beam/model/job_management/v1/__init__.py'
adding 'apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_artifact_api_pb2.py'
adding 'apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_artifact_api_pb2.pyi'
adding 'apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_artifact_api_pb2_grpc.py'
adding 'apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_artifact_api_pb2_urns.py'
adding 'apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_expansion_api_pb2.py'
adding 'apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_expansion_api_pb2.pyi'
adding 'apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_expansion_api_pb2_grpc.py'
adding 'apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_job_api_pb2.py'
adding 'apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_job_api_pb2.pyi'
adding 'apache_beam/portability/api/org/apache/beam/model/job_management/v1/beam_job_api_pb2_grpc.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/__init__.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/__init__.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/beam_runner_api_pb2.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/beam_runner_api_pb2.pyi'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/beam_runner_api_pb2_grpc.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/beam_runner_api_pb2_urns.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/endpoints_pb2.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/endpoints_pb2.pyi'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/endpoints_pb2_grpc.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/external_transforms_pb2.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/external_transforms_pb2.pyi'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/external_transforms_pb2_grpc.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/external_transforms_pb2_urns.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/metrics_pb2.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/metrics_pb2.pyi'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/metrics_pb2_grpc.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/metrics_pb2_urns.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/schema_pb2.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/schema_pb2.pyi'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/schema_pb2_grpc.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/schema_pb2_urns.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/standard_window_fns_pb2.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/standard_window_fns_pb2.pyi'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/standard_window_fns_pb2_grpc.py'
adding 'apache_beam/portability/api/org/apache/beam/model/pipeline/v1/standard_window_fns_pb2_urns.py'
adding 'apache_beam/runners/__init__.py'
adding 'apache_beam/runners/common.cpython-310-x86_64-linux-gnu.so'
adding 'apache_beam/runners/common.pxd'
adding 'apache_beam/runners/common.py'
adding 'apache_beam/runners/common_test.py'
adding 'apache_beam/runners/pipeline_context.py'
adding 'apache_beam/runners/pipeline_context_test.py'
adding 'apache_beam/runners/render.py'
adding 'apache_beam/runners/render_test.py'
adding 'apache_beam/runners/runner.py'
adding 'apache_beam/runners/runner_test.py'
adding 'apache_beam/runners/sdf_utils.py'
adding 'apache_beam/runners/sdf_utils_test.py'
adding 'apache_beam/runners/dask/__init__.py'
adding 'apache_beam/runners/dask/dask_runner.py'
adding 'apache_beam/runners/dask/dask_runner_test.py'
adding 'apache_beam/runners/dask/overrides.py'
adding 'apache_beam/runners/dask/transform_evaluator.py'
adding 'apache_beam/runners/dataflow/__init__.py'
adding 'apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline.py'
adding 'apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py'
adding 'apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline.py'
adding 'apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py'
adding 'apache_beam/runners/dataflow/dataflow_job_service.py'
adding 'apache_beam/runners/dataflow/dataflow_job_service_test.py'
adding 'apache_beam/runners/dataflow/dataflow_metrics.py'
adding 'apache_beam/runners/dataflow/dataflow_metrics_test.py'
adding 'apache_beam/runners/dataflow/dataflow_runner.py'
adding 'apache_beam/runners/dataflow/dataflow_runner_test.py'
adding 'apache_beam/runners/dataflow/ptransform_overrides.py'
adding 'apache_beam/runners/dataflow/template_runner_test.py'
adding 'apache_beam/runners/dataflow/test_dataflow_runner.py'
adding 'apache_beam/runners/dataflow/internal/__init__.py'
adding 'apache_beam/runners/dataflow/internal/apiclient.py'
adding 'apache_beam/runners/dataflow/internal/apiclient_test.py'
adding 'apache_beam/runners/dataflow/internal/names.py'
adding 'apache_beam/runners/dataflow/internal/clients/__init__.py'
adding 'apache_beam/runners/dataflow/internal/clients/cloudbuild/__init__.py'
adding 'apache_beam/runners/dataflow/internal/clients/cloudbuild/cloudbuild_v1_client.py'
adding 'apache_beam/runners/dataflow/internal/clients/cloudbuild/cloudbuild_v1_messages.py'
adding 'apache_beam/runners/dataflow/internal/clients/dataflow/__init__.py'
adding 'apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_client.py'
adding 'apache_beam/runners/dataflow/internal/clients/dataflow/dataflow_v1b3_messages.py'
adding 'apache_beam/runners/dataflow/internal/clients/dataflow/message_matchers.py'
adding 'apache_beam/runners/dataflow/internal/clients/dataflow/message_matchers_test.py'
adding 'apache_beam/runners/dataflow/native_io/__init__.py'
adding 'apache_beam/runners/dataflow/native_io/iobase.py'
adding 'apache_beam/runners/dataflow/native_io/iobase_test.py'
adding 'apache_beam/runners/direct/__init__.py'
adding 'apache_beam/runners/direct/bundle_factory.py'
adding 'apache_beam/runners/direct/clock.py'
adding 'apache_beam/runners/direct/consumer_tracking_pipeline_visitor.py'
adding 'apache_beam/runners/direct/consumer_tracking_pipeline_visitor_test.py'
adding 'apache_beam/runners/direct/direct_metrics.py'
adding 'apache_beam/runners/direct/direct_metrics_test.py'
adding 'apache_beam/runners/direct/direct_runner.py'
adding 'apache_beam/runners/direct/direct_runner_test.py'
adding 'apache_beam/runners/direct/direct_userstate.py'
adding 'apache_beam/runners/direct/evaluation_context.py'
adding 'apache_beam/runners/direct/executor.py'
adding 'apache_beam/runners/direct/helper_transforms.py'
adding 'apache_beam/runners/direct/sdf_direct_runner.py'
adding 'apache_beam/runners/direct/sdf_direct_runner_test.py'
adding 'apache_beam/runners/direct/test_direct_runner.py'
adding 'apache_beam/runners/direct/test_stream_impl.py'
adding 'apache_beam/runners/direct/transform_evaluator.py'
adding 'apache_beam/runners/direct/util.py'
adding 'apache_beam/runners/direct/watermark_manager.py'
adding 'apache_beam/runners/interactive/__init__.py'
adding 'apache_beam/runners/interactive/augmented_pipeline.py'
adding 'apache_beam/runners/interactive/augmented_pipeline_test.py'
adding 'apache_beam/runners/interactive/background_caching_job.py'
adding 'apache_beam/runners/interactive/background_caching_job_test.py'
adding 'apache_beam/runners/interactive/cache_manager.py'
adding 'apache_beam/runners/interactive/cache_manager_test.py'
adding 'apache_beam/runners/interactive/interactive_beam.py'
adding 'apache_beam/runners/interactive/interactive_beam_test.py'
adding 'apache_beam/runners/interactive/interactive_environment.py'
adding 'apache_beam/runners/interactive/interactive_environment_test.py'
adding 'apache_beam/runners/interactive/interactive_runner.py'
adding 'apache_beam/runners/interactive/interactive_runner_test.py'
adding 'apache_beam/runners/interactive/pipeline_fragment.py'
adding 'apache_beam/runners/interactive/pipeline_fragment_test.py'
adding 'apache_beam/runners/interactive/pipeline_instrument.py'
adding 'apache_beam/runners/interactive/pipeline_instrument_test.py'
adding 'apache_beam/runners/interactive/recording_manager.py'
adding 'apache_beam/runners/interactive/recording_manager_test.py'
adding 'apache_beam/runners/interactive/user_pipeline_tracker.py'
adding 'apache_beam/runners/interactive/user_pipeline_tracker_test.py'
adding 'apache_beam/runners/interactive/utils.py'
adding 'apache_beam/runners/interactive/utils_test.py'
adding 'apache_beam/runners/interactive/caching/__init__.py'
adding 'apache_beam/runners/interactive/caching/cacheable.py'
adding 'apache_beam/runners/interactive/caching/expression_cache.py'
adding 'apache_beam/runners/interactive/caching/expression_cache_test.py'
adding 'apache_beam/runners/interactive/caching/read_cache.py'
adding 'apache_beam/runners/interactive/caching/read_cache_test.py'
adding 'apache_beam/runners/interactive/caching/reify.py'
adding 'apache_beam/runners/interactive/caching/streaming_cache.py'
adding 'apache_beam/runners/interactive/caching/streaming_cache_test.py'
adding 'apache_beam/runners/interactive/caching/write_cache.py'
adding 'apache_beam/runners/interactive/caching/write_cache_test.py'
adding 'apache_beam/runners/interactive/dataproc/__init__.py'
adding 'apache_beam/runners/interactive/dataproc/dataproc_cluster_manager.py'
adding 'apache_beam/runners/interactive/dataproc/dataproc_cluster_manager_test.py'
adding 'apache_beam/runners/interactive/dataproc/types.py'
adding 'apache_beam/runners/interactive/display/__init__.py'
adding 'apache_beam/runners/interactive/display/display_manager.py'
adding 'apache_beam/runners/interactive/display/interactive_pipeline_graph.py'
adding 'apache_beam/runners/interactive/display/pcoll_visualization.py'
adding 'apache_beam/runners/interactive/display/pcoll_visualization_test.py'
adding 'apache_beam/runners/interactive/display/pipeline_graph.py'
adding 'apache_beam/runners/interactive/display/pipeline_graph_renderer.py'
adding 'apache_beam/runners/interactive/display/pipeline_graph_test.py'
adding 'apache_beam/runners/interactive/messaging/__init__.py'
adding 'apache_beam/runners/interactive/messaging/interactive_environment_inspector.py'
adding 'apache_beam/runners/interactive/messaging/interactive_environment_inspector_test.py'
adding 'apache_beam/runners/interactive/options/__init__.py'
adding 'apache_beam/runners/interactive/options/capture_control.py'
adding 'apache_beam/runners/interactive/options/capture_control_test.py'
adding 'apache_beam/runners/interactive/options/capture_limiters.py'
adding 'apache_beam/runners/interactive/options/capture_limiters_test.py'
adding 'apache_beam/runners/interactive/options/interactive_options.py'
adding 'apache_beam/runners/interactive/sql/__init__.py'
adding 'apache_beam/runners/interactive/sql/beam_sql_magics.py'
adding 'apache_beam/runners/interactive/sql/beam_sql_magics_test.py'
adding 'apache_beam/runners/interactive/sql/sql_chain.py'
adding 'apache_beam/runners/interactive/sql/sql_chain_test.py'
adding 'apache_beam/runners/interactive/sql/utils.py'
adding 'apache_beam/runners/interactive/sql/utils_test.py'
adding 'apache_beam/runners/interactive/testing/__init__.py'
adding 'apache_beam/runners/interactive/testing/mock_env.py'
adding 'apache_beam/runners/interactive/testing/mock_ipython.py'
adding 'apache_beam/runners/interactive/testing/pipeline_assertion.py'
adding 'apache_beam/runners/interactive/testing/test_cache_manager.py'
adding 'apache_beam/runners/interactive/testing/integration/__init__.py'
adding 'apache_beam/runners/interactive/testing/integration/notebook_executor.py'
adding 'apache_beam/runners/interactive/testing/integration/screen_diff.py'
adding 'apache_beam/runners/internal/__init__.py'
adding 'apache_beam/runners/internal/names.py'
adding 'apache_beam/runners/job/__init__.py'
adding 'apache_beam/runners/job/manager.py'
adding 'apache_beam/runners/job/utils.py'
adding 'apache_beam/runners/portability/__init__.py'
adding 'apache_beam/runners/portability/abstract_job_service.py'
adding 'apache_beam/runners/portability/artifact_service.py'
adding 'apache_beam/runners/portability/artifact_service_test.py'
adding 'apache_beam/runners/portability/expansion_service.py'
adding 'apache_beam/runners/portability/expansion_service_main.py'
adding 'apache_beam/runners/portability/expansion_service_test.py'
adding 'apache_beam/runners/portability/flink_runner.py'
adding 'apache_beam/runners/portability/flink_runner_test.py'
adding 'apache_beam/runners/portability/flink_uber_jar_job_server.py'
adding 'apache_beam/runners/portability/flink_uber_jar_job_server_test.py'
adding 'apache_beam/runners/portability/job_server.py'
adding 'apache_beam/runners/portability/job_server_test.py'
adding 'apache_beam/runners/portability/local_job_service.py'
adding 'apache_beam/runners/portability/local_job_service_main.py'
adding 'apache_beam/runners/portability/local_job_service_test.py'
adding 'apache_beam/runners/portability/portable_metrics.py'
adding 'apache_beam/runners/portability/portable_runner.py'
adding 'apache_beam/runners/portability/portable_runner_test.py'
adding 'apache_beam/runners/portability/requirements_cache_it_test.py'
adding 'apache_beam/runners/portability/samza_runner_test.py'
adding 'apache_beam/runners/portability/sdk_container_builder.py'
adding 'apache_beam/runners/portability/sdk_container_builder_test.py'
adding 'apache_beam/runners/portability/spark_java_job_server_test.py'
adding 'apache_beam/runners/portability/spark_runner.py'
adding 'apache_beam/runners/portability/spark_runner_test.py'
adding 'apache_beam/runners/portability/spark_uber_jar_job_server.py'
adding 'apache_beam/runners/portability/spark_uber_jar_job_server_test.py'
adding 'apache_beam/runners/portability/stager.py'
adding 'apache_beam/runners/portability/stager_test.py'
adding 'apache_beam/runners/portability/fn_api_runner/__init__.py'
adding 'apache_beam/runners/portability/fn_api_runner/execution.py'
adding 'apache_beam/runners/portability/fn_api_runner/fn_runner.py'
adding 'apache_beam/runners/portability/fn_api_runner/fn_runner_test.py'
adding 'apache_beam/runners/portability/fn_api_runner/translations.py'
adding 'apache_beam/runners/portability/fn_api_runner/translations_test.py'
adding 'apache_beam/runners/portability/fn_api_runner/trigger_manager.py'
adding 'apache_beam/runners/portability/fn_api_runner/trigger_manager_test.py'
adding 'apache_beam/runners/portability/fn_api_runner/visualization_tools.py'
adding 'apache_beam/runners/portability/fn_api_runner/watermark_manager.py'
adding 'apache_beam/runners/portability/fn_api_runner/worker_handlers.py'
adding 'apache_beam/runners/test/__init__.py'
adding 'apache_beam/runners/worker/__init__.py'
adding 'apache_beam/runners/worker/bundle_processor.py'
adding 'apache_beam/runners/worker/bundle_processor_test.py'
adding 'apache_beam/runners/worker/channel_factory.py'
adding 'apache_beam/runners/worker/crossplatform_time.h'
adding 'apache_beam/runners/worker/crossplatform_unistd.h'
adding 'apache_beam/runners/worker/data_plane.py'
adding 'apache_beam/runners/worker/data_plane_test.py'
adding 'apache_beam/runners/worker/log_handler.py'
adding 'apache_beam/runners/worker/log_handler_test.py'
adding 'apache_beam/runners/worker/logger.cpython-310-x86_64-linux-gnu.so'
adding 'apache_beam/runners/worker/logger.py'
adding 'apache_beam/runners/worker/logger_test.py'
adding 'apache_beam/runners/worker/opcounters.cpython-310-x86_64-linux-gnu.so'
adding 'apache_beam/runners/worker/opcounters.pxd'
adding 'apache_beam/runners/worker/opcounters.py'
adding 'apache_beam/runners/worker/opcounters_test.py'
adding 'apache_beam/runners/worker/operation_specs.py'
adding 'apache_beam/runners/worker/operations.cpython-310-x86_64-linux-gnu.so'
adding 'apache_beam/runners/worker/operations.pxd'
adding 'apache_beam/runners/worker/operations.py'
adding 'apache_beam/runners/worker/sdk_worker.py'
adding 'apache_beam/runners/worker/sdk_worker_main.py'
adding 'apache_beam/runners/worker/sdk_worker_main_test.py'
adding 'apache_beam/runners/worker/sdk_worker_test.py'
adding 'apache_beam/runners/worker/sideinputs.py'
adding 'apache_beam/runners/worker/sideinputs_test.py'
adding 'apache_beam/runners/worker/statecache.py'
adding 'apache_beam/runners/worker/statecache_test.py'
adding 'apache_beam/runners/worker/statesampler.py'
adding 'apache_beam/runners/worker/statesampler_fast.cpython-310-x86_64-linux-gnu.so'
adding 'apache_beam/runners/worker/statesampler_fast.pxd'
adding 'apache_beam/runners/worker/statesampler_fast.pyx'
adding 'apache_beam/runners/worker/statesampler_slow.py'
adding 'apache_beam/runners/worker/statesampler_test.py'
adding 'apache_beam/runners/worker/worker_id_interceptor.py'
adding 'apache_beam/runners/worker/worker_id_interceptor_test.py'
adding 'apache_beam/runners/worker/worker_pool_main.py'
adding 'apache_beam/runners/worker/worker_status.py'
adding 'apache_beam/runners/worker/worker_status_test.py'
adding 'apache_beam/testing/__init__.py'
adding 'apache_beam/testing/datatype_inference.py'
adding 'apache_beam/testing/datatype_inference_test.py'
adding 'apache_beam/testing/extra_assertions.py'
adding 'apache_beam/testing/extra_assertions_test.py'
adding 'apache_beam/testing/metric_result_matchers.py'
adding 'apache_beam/testing/metric_result_matchers_test.py'
adding 'apache_beam/testing/pipeline_verifiers.py'
adding 'apache_beam/testing/pipeline_verifiers_test.py'
adding 'apache_beam/testing/synthetic_pipeline.py'
adding 'apache_beam/testing/synthetic_pipeline_test.py'
adding 'apache_beam/testing/test_pipeline.py'
adding 'apache_beam/testing/test_pipeline_test.py'
adding 'apache_beam/testing/test_stream.py'
adding 'apache_beam/testing/test_stream_it_test.py'
adding 'apache_beam/testing/test_stream_service.py'
adding 'apache_beam/testing/test_stream_service_test.py'
adding 'apache_beam/testing/test_stream_test.py'
adding 'apache_beam/testing/test_utils.py'
adding 'apache_beam/testing/test_utils_test.py'
adding 'apache_beam/testing/util.py'
adding 'apache_beam/testing/util_test.py'
adding 'apache_beam/testing/benchmarks/__init__.py'
adding 'apache_beam/testing/benchmarks/chicago_taxi/__init__.py'
adding 'apache_beam/testing/benchmarks/chicago_taxi/preprocess.py'
adding 'apache_beam/testing/benchmarks/chicago_taxi/process_tfma.py'
adding 'apache_beam/testing/benchmarks/chicago_taxi/setup.py'
adding 'apache_beam/testing/benchmarks/chicago_taxi/tfdv_analyze_and_validate.py'
adding 'apache_beam/testing/benchmarks/chicago_taxi/trainer/__init__.py'
adding 'apache_beam/testing/benchmarks/chicago_taxi/trainer/model.py'
adding 'apache_beam/testing/benchmarks/chicago_taxi/trainer/task.py'
adding 'apache_beam/testing/benchmarks/chicago_taxi/trainer/taxi.py'
adding 'apache_beam/testing/benchmarks/inference/__init__.py'
adding 'apache_beam/testing/benchmarks/inference/pytorch_image_classification_benchmarks.py'
adding 'apache_beam/testing/benchmarks/inference/pytorch_language_modeling_benchmarks.py'
adding 'apache_beam/testing/benchmarks/nexmark/__init__.py'
adding 'apache_beam/testing/benchmarks/nexmark/monitor.py'
adding 'apache_beam/testing/benchmarks/nexmark/nexmark_launcher.py'
adding 'apache_beam/testing/benchmarks/nexmark/nexmark_perf.py'
adding 'apache_beam/testing/benchmarks/nexmark/nexmark_util.py'
adding 'apache_beam/testing/benchmarks/nexmark/models/__init__.py'
adding 'apache_beam/testing/benchmarks/nexmark/models/auction_bid.py'
adding 'apache_beam/testing/benchmarks/nexmark/models/field_name.py'
adding 'apache_beam/testing/benchmarks/nexmark/models/nexmark_model.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/__init__.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/nexmark_query_util.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/query0.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/query1.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/query10.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/query11.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/query12.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/query2.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/query3.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/query4.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/query5.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/query6.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/query7.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/query8.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/query9.py'
adding 'apache_beam/testing/benchmarks/nexmark/queries/winning_bids.py'
adding 'apache_beam/testing/data/trigger_transcripts.yaml'
adding 'apache_beam/testing/load_tests/__init__.py'
adding 'apache_beam/testing/load_tests/co_group_by_key_test.py'
adding 'apache_beam/testing/load_tests/combine_test.py'
adding 'apache_beam/testing/load_tests/group_by_key_test.py'
adding 'apache_beam/testing/load_tests/load_test.py'
adding 'apache_beam/testing/load_tests/load_test_metrics_utils.py'
adding 'apache_beam/testing/load_tests/microbenchmarks_test.py'
adding 'apache_beam/testing/load_tests/pardo_test.py'
adding 'apache_beam/testing/load_tests/sideinput_test.py'
adding 'apache_beam/tools/__init__.py'
adding 'apache_beam/tools/coders_microbenchmark.py'
adding 'apache_beam/tools/distribution_counter_microbenchmark.py'
adding 'apache_beam/tools/fn_api_runner_microbenchmark.py'
adding 'apache_beam/tools/map_fn_microbenchmark.py'
adding 'apache_beam/tools/microbenchmarks_test.py'
adding 'apache_beam/tools/runtime_type_check_microbenchmark.py'
adding 'apache_beam/tools/sideinput_microbenchmark.py'
adding 'apache_beam/tools/teststream_microbenchmark.py'
adding 'apache_beam/tools/utils.py'
adding 'apache_beam/transforms/__init__.py'
adding 'apache_beam/transforms/batch_dofn_test.py'
adding 'apache_beam/transforms/combinefn_lifecycle_pipeline.py'
adding 'apache_beam/transforms/combinefn_lifecycle_test.py'
adding 'apache_beam/transforms/combiners.py'
adding 'apache_beam/transforms/combiners_test.py'
adding 'apache_beam/transforms/core.py'
adding 'apache_beam/transforms/create_source.py'
adding 'apache_beam/transforms/create_test.py'
adding 'apache_beam/transforms/cy_combiners.cpython-310-x86_64-linux-gnu.so'
adding 'apache_beam/transforms/cy_combiners.pxd'
adding 'apache_beam/transforms/cy_combiners.py'
adding 'apache_beam/transforms/cy_dataflow_distribution_counter.cpython-310-x86_64-linux-gnu.so'
adding 'apache_beam/transforms/cy_dataflow_distribution_counter.pxd'
adding 'apache_beam/transforms/cy_dataflow_distribution_counter.pyx'
adding 'apache_beam/transforms/dataflow_distribution_counter_test.py'
adding 'apache_beam/transforms/deduplicate.py'
adding 'apache_beam/transforms/deduplicate_test.py'
adding 'apache_beam/transforms/display.py'
adding 'apache_beam/transforms/display_test.py'
adding 'apache_beam/transforms/dofn_lifecycle_test.py'
adding 'apache_beam/transforms/environments.py'
adding 'apache_beam/transforms/environments_test.py'
adding 'apache_beam/transforms/external.py'
adding 'apache_beam/transforms/external_it_test.py'
adding 'apache_beam/transforms/external_java.py'
adding 'apache_beam/transforms/external_test.py'
adding 'apache_beam/transforms/fully_qualified_named_transform.py'
adding 'apache_beam/transforms/fully_qualified_named_transform_test.py'
adding 'apache_beam/transforms/periodicsequence.py'
adding 'apache_beam/transforms/periodicsequence_it_test.py'
adding 'apache_beam/transforms/periodicsequence_test.py'
adding 'apache_beam/transforms/ptransform.py'
adding 'apache_beam/transforms/ptransform_test.py'
adding 'apache_beam/transforms/py_dataflow_distribution_counter.py'
adding 'apache_beam/transforms/resources.py'
adding 'apache_beam/transforms/resources_test.py'
adding 'apache_beam/transforms/sideinputs.py'
adding 'apache_beam/transforms/sideinputs_test.py'
adding 'apache_beam/transforms/sql.py'
adding 'apache_beam/transforms/sql_test.py'
adding 'apache_beam/transforms/stats.cpython-310-x86_64-linux-gnu.so'
adding 'apache_beam/transforms/stats.pxd'
adding 'apache_beam/transforms/stats.py'
adding 'apache_beam/transforms/stats_test.py'
adding 'apache_beam/transforms/timeutil.py'
adding 'apache_beam/transforms/transforms_keyword_only_args_test.py'
adding 'apache_beam/transforms/trigger.py'
adding 'apache_beam/transforms/trigger_test.py'
adding 'apache_beam/transforms/userstate.py'
adding 'apache_beam/transforms/userstate_test.py'
adding 'apache_beam/transforms/util.py'
adding 'apache_beam/transforms/util_test.py'
adding 'apache_beam/transforms/validate_runner_xlang_test.py'
adding 'apache_beam/transforms/window.py'
adding 'apache_beam/transforms/window_test.py'
adding 'apache_beam/transforms/write_ptransform_test.py'
adding 'apache_beam/typehints/__init__.py'
adding 'apache_beam/typehints/arrow_batching_microbenchmark.py'
adding 'apache_beam/typehints/arrow_type_compatibility.py'
adding 'apache_beam/typehints/arrow_type_compatibility_test.py'
adding 'apache_beam/typehints/batch.py'
adding 'apache_beam/typehints/batch_test.py'
adding 'apache_beam/typehints/decorators.py'
adding 'apache_beam/typehints/decorators_test.py'
adding 'apache_beam/typehints/native_type_compatibility.py'
adding 'apache_beam/typehints/native_type_compatibility_test.py'
adding 'apache_beam/typehints/opcodes.py'
adding 'apache_beam/typehints/pandas_type_compatibility.py'
adding 'apache_beam/typehints/pandas_type_compatibility_test.py'
adding 'apache_beam/typehints/pytorch_type_compatibility.py'
adding 'apache_beam/typehints/pytorch_type_compatibility_test.py'
adding 'apache_beam/typehints/row_type.py'
adding 'apache_beam/typehints/schema_registry.py'
adding 'apache_beam/typehints/schemas.py'
adding 'apache_beam/typehints/schemas_test.py'
adding 'apache_beam/typehints/sharded_key_type.py'
adding 'apache_beam/typehints/sharded_key_type_test.py'
adding 'apache_beam/typehints/trivial_inference.py'
adding 'apache_beam/typehints/trivial_inference_test.py'
adding 'apache_beam/typehints/typecheck.py'
adding 'apache_beam/typehints/typecheck_test.py'
adding 'apache_beam/typehints/typed_pipeline_test.py'
adding 'apache_beam/typehints/typehints.py'
adding 'apache_beam/typehints/typehints_test.py'
adding 'apache_beam/utils/__init__.py'
adding 'apache_beam/utils/annotations.py'
adding 'apache_beam/utils/annotations_test.py'
adding 'apache_beam/utils/counters.cpython-310-x86_64-linux-gnu.so'
adding 'apache_beam/utils/counters.pxd'
adding 'apache_beam/utils/counters.py'
adding 'apache_beam/utils/counters_test.py'
adding 'apache_beam/utils/histogram.py'
adding 'apache_beam/utils/histogram_test.py'
adding 'apache_beam/utils/interactive_utils.py'
adding 'apache_beam/utils/interactive_utils_test.py'
adding 'apache_beam/utils/multi_process_shared.py'
adding 'apache_beam/utils/multi_process_shared_test.py'
adding 'apache_beam/utils/plugin.py'
adding 'apache_beam/utils/processes.py'
adding 'apache_beam/utils/processes_test.py'
adding 'apache_beam/utils/profiler.py'
adding 'apache_beam/utils/profiler_test.py'
adding 'apache_beam/utils/proto_utils.py'
adding 'apache_beam/utils/python_callable.py'
adding 'apache_beam/utils/python_callable_test.py'
adding 'apache_beam/utils/retry.py'
adding 'apache_beam/utils/retry_test.py'
adding 'apache_beam/utils/sentinel.py'
adding 'apache_beam/utils/sharded_key.py'
adding 'apache_beam/utils/shared.py'
adding 'apache_beam/utils/shared_test.py'
adding 'apache_beam/utils/subprocess_server.py'
adding 'apache_beam/utils/subprocess_server_test.py'
adding 'apache_beam/utils/thread_pool_executor.py'
adding 'apache_beam/utils/thread_pool_executor_test.py'
adding 'apache_beam/utils/timestamp.py'
adding 'apache_beam/utils/timestamp_test.py'
adding 'apache_beam/utils/urns.py'
adding 'apache_beam/utils/windowed_value.cpython-310-x86_64-linux-gnu.so'
adding 'apache_beam/utils/windowed_value.pxd'
adding 'apache_beam/utils/windowed_value.py'
adding 'apache_beam/utils/windowed_value_test.py'
adding 'apache_beam-2.44.0.dist-info/METADATA'
adding 'apache_beam-2.44.0.dist-info/WHEEL'
adding 'apache_beam-2.44.0.dist-info/top_level.txt'
adding 'apache_beam-2.44.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
/build/source/sdks/python/dist /build/source/sdks/python
Unpacking to: unpacked/apache_beam-2.44.0...OK
Repacking wheel as ./apache_beam-2.44.0-cp310-cp310-linux_x86_64.whl...OK
/build/source/sdks/python
Finished executing setuptoolsBuildPhase
buildPhase completed in 1 minutes 2 seconds
installing
Executing pipInstallPhase
/build/source/sdks/python/dist /build/source/sdks/python
Processing ./apache_beam-2.44.0-cp310-cp310-linux_x86_64.whl
Requirement already satisfied: httplib2 in /nix/store/s46qhy4dqid579pwpq5v5s6g14n4wgvk-python3.10-httplib2-0.21.0/lib/python3.10/site-packages (from apache-beam==2.44.0) (0.21.0)
Requirement already satisfied: crcmod<2.0,>=1.7 in /nix/store/q7jd2h2qmdaf94v1vqzmiwfcc0h5nsfh-python3.10-crcmod-1.7/lib/python3.10/site-packages (from apache-beam==2.44.0) (1.7)
Requirement already satisfied: zstandard<1,>=0.18.0 in /nix/store/6wjmw0yyyldfjb020bgih67hlfn0vm02-python3.10-zstandard-0.19.0/lib/python3.10/site-packages (from apache-beam==2.44.0) (0.19.0)
Requirement already satisfied: cloudpickle~=2.2.0 in /nix/store/lms50sgr74lmbga0y3kvgfss89d93n9a-python3.10-cloudpickle-2.2.0/lib/python3.10/site-packages (from apache-beam==2.44.0) (2.2.0)
Requirement already satisfied: pydot<2,>=1.2.0 in /nix/store/qgdffv704yi1f8n8bq8nyp22rg7hcjpy-python3.10-pydot-1.4.2/lib/python3.10/site-packages (from apache-beam==2.44.0) (1.4.2)
Requirement already satisfied: numpy in /nix/store/anmi6f2c0slnl85whbgaj72i2xp14b9n-python3.10-numpy-1.23.5/lib/python3.10/site-packages (from apache-beam==2.44.0) (1.23.5)
Requirement already satisfied: proto-plus<2,>=1.7.1 in /nix/store/acf52np71iw6hv5p0wr3gwiqfvj6ydh8-python3.10-proto-plus-1.22.2/lib/python3.10/site-packages (from apache-beam==2.44.0) (1.22.2)
Requirement already satisfied: hdfs<3.0.0,>=2.1.0 in /nix/store/3mz3vp6njgj43mrp4lvan7pfch8y4f3x-python3.10-hdfs-2.5.8/lib/python3.10/site-packages (from apache-beam==2.44.0) (2.5.8)
Requirement already satisfied: protobuf in /nix/store/x7l4rgx36ki40ybclkg8ypjq8kir8cif-python3.10-protobuf-4.21.12/lib/python3.10/site-packages (from apache-beam==2.44.0) (4.21.12)
Requirement already satisfied: typing-extensions>=3.7.0 in /nix/store/mw7xfrhb9y7jz9g5v1f0xbyzjc2756m5-python3.10-typing-extensions-4.4.0/lib/python3.10/site-packages (from apache-beam==2.44.0) (4.4.0)
Requirement already satisfied: fastavro<2,>=0.23.6 in /nix/store/6c2bsyw2xjzlqgib48pdr88rip67qs9c-python3.10-fastavro-1.7.1/lib/python3.10/site-packages (from apache-beam==2.44.0) (1.7.1)
Requirement already satisfied: grpcio!=1.48.0,<2,>=1.33.1 in /nix/store/lwq9qsq119mnl04adfg0gna1gs80mjqa-python3.10-grpcio-1.51.1/lib/python3.10/site-packages (from apache-beam==2.44.0) (1.51.1)
Requirement already satisfied: regex>=2020.6.8 in /nix/store/f34k9gfq9vj1jh3h2qj6jkwswpq02f4s-python3.10-regex-2022.10.31/lib/python3.10/site-packages (from apache-beam==2.44.0) (2022.10.31)
Requirement already satisfied: requests<3.0.0,>=2.24.0 in /nix/store/83xlqm06n4nw5vsm3rq71pmcyrxyimjj-python3.10-requests-2.28.2/lib/python3.10/site-packages (from apache-beam==2.44.0) (2.28.2)
Requirement already satisfied: dill in /nix/store/70ljd5mzndjlvw5m7bsph9cli26wimvx-python3.10-dill-0.3.6/lib/python3.10/site-packages (from apache-beam==2.44.0) (0.3.6)
Requirement already satisfied: objsize<0.7.0,>=0.6.1 in /nix/store/yv5347mr7xpl00kgmhy561y8433a9f79-python3.10-objsize-0.6.1/lib/python3.10/site-packages (from apache-beam==2.44.0) (0.6.1)
Requirement already satisfied: python-dateutil<3,>=2.8.0 in /nix/store/ky1i1yagd5nmsdidgjlzkwic4baihjj6-python3.10-python-dateutil-2.8.2/lib/python3.10/site-packages (from apache-beam==2.44.0) (2.8.2)
Requirement already satisfied: pymongo in /nix/store/fash51ny8d3dzz19k49z55pa3kfhw4f9-python3.10-pymongo-4.3.3/lib/python3.10/site-packages (from apache-beam==2.44.0) (4.3.3)
Requirement already satisfied: pytz>=2018.3 in /nix/store/x2ansvgbfrdffmixl6haz2aknafz46m5-python3.10-pytz-2022.7/lib/python3.10/site-packages (from apache-beam==2.44.0) (2022.7)
Requirement already satisfied: fasteners<1.0,>=0.3 in /nix/store/jvbgv9fpyknbd8dk8iwq6vd0f6bhig3r-python3.10-fasteners-0.18/lib/python3.10/site-packages (from apache-beam==2.44.0) (0.18)
Requirement already satisfied: pyarrow in /nix/store/qvd0zngl326r7bl9rhkiwsmn34cscsp0-python3.10-pyarrow-9.0.0/lib/python3.10/site-packages (from apache-beam==2.44.0) (9.0.0)
Requirement already satisfied: orjson<4.0 in /nix/store/vdj0zzakby47b8hbxnmp4gcpj97p4gmw-python3.10-orjson-3.8.4/lib/python3.10/site-packages (from apache-beam==2.44.0) (3.8.4)
Requirement already satisfied: docopt in /nix/store/5j44rq3li2mczq2c39p27hfcgx8dk9gk-python3.10-docopt-0.6.2/lib/python3.10/site-packages (from hdfs<3.0.0,>=2.1.0->apache-beam==2.44.0) (0.6.2)
Requirement already satisfied: six>=1.9.0 in /nix/store/f7674syc19gcak5ja2m7kh0hnmm2cmp9-python3.10-six-1.16.0/lib/python3.10/site-packages (from hdfs<3.0.0,>=2.1.0->apache-beam==2.44.0) (1.16.0)
Requirement already satisfied: pyparsing>=2.1.4 in /nix/store/q6n31h9cqs11hzmp8nn4r7j30fbhj1yl-python3.10-pyparsing-3.0.9/lib/python3.10/site-packages (from pydot<2,>=1.2.0->apache-beam==2.44.0) (3.0.9)
Requirement already satisfied: charset-normalizer<4,>=2 in /nix/store/5ygj2xggw8zxqwkwv8pc420gzl7775li-python3.10-charset-normalizer-3.0.1/lib/python3.10/site-packages (from requests<3.0.0,>=2.24.0->apache-beam==2.44.0) (3.0.1)
Requirement already satisfied: idna<4,>=2.5 in /nix/store/1dbaqx82pc37wlsjj61l17f2ixkb1b0a-python3.10-idna-3.4/lib/python3.10/site-packages (from requests<3.0.0,>=2.24.0->apache-beam==2.44.0) (3.4)
Requirement already satisfied: certifi>=2017.4.17 in /nix/store/ngpp0adl92575zd7mbjyd1056912p9rw-python3.10-certifi-2022.12.07/lib/python3.10/site-packages (from requests<3.0.0,>=2.24.0->apache-beam==2.44.0) (2022.12.7)
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /nix/store/iny2gz590w08d5jp4qig1vd6qdcinx8y-python3.10-urllib3-1.26.13/lib/python3.10/site-packages (from requests<3.0.0,>=2.24.0->apache-beam==2.44.0) (1.26.13)
Requirement already satisfied: dnspython<3.0.0,>=1.16.0 in /nix/store/ywlqxhq1p8k02dypyha3a8c5awnry98g-python3.10-dnspython-2.2.1/lib/python3.10/site-packages (from pymongo->apache-beam==2.44.0) (2.2.1)
Installing collected packages: apache-beam
Successfully installed apache-beam-2.44.0
/build/source/sdks/python
Finished executing pipInstallPhase
pythonOutputDistPhase
Executing pythonOutputDistPhase
Finished executing pythonOutputDistPhase
post-installation fixup
shrinking RPATHs of ELF executables and libraries in /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0
shrinking /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/utils/counters.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/utils/windowed_value.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/metrics/execution.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/metrics/cells.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/coders/coder_impl_row_encoders.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/coders/coder_impl.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/coders/stream.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/worker/operations.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/worker/opcounters.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/worker/logger.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/worker/statesampler_fast.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/common.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/cy_dataflow_distribution_counter.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/cy_combiners.cpython-310-x86_64-linux-gnu.so
shrinking /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/stats.cpython-310-x86_64-linux-gnu.so
checking for references to /build/ in /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0...
patching script interpreter paths in /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0
stripping (with command strip and flags -S) in /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib
shrinking RPATHs of ELF executables and libraries in /nix/store/gwy6p2y6v23b810x71icj98fp0z08hd7-python3.10-apache-beam-2.44.0-dist
checking for references to /build/ in /nix/store/gwy6p2y6v23b810x71icj98fp0z08hd7-python3.10-apache-beam-2.44.0-dist...
patching script interpreter paths in /nix/store/gwy6p2y6v23b810x71icj98fp0z08hd7-python3.10-apache-beam-2.44.0-dist
Executing pythonRemoveTestsDir
Finished executing pythonRemoveTestsDir
running install tests
no Makefile or custom installCheckPhase, doing nothing
pythonCatchConflictsPhase
pythonRemoveBinBytecodePhase
pythonImportsCheckPhase
Executing pythonImportsCheckPhase
Check whether the following modules can be imported: apache_beam
pytestXdistHook
pytestCheckPhase
Executing pytestCheckPhase
============================= test session starts ==============================
platform linux -- Python 3.10.9, pytest-7.2.0, pluggy-1.0.0
rootdir: /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages
plugins: hypothesis-6.61.0, xdist-3.1.0, requests-mock-1.10.0
gw0 [6277] / gw1 [6277] / gw2 [6277] / gw3 [6277] / gw4 [6277] / gw5 [6277] / gw6 [6277] / gw7 [6277] / gw8 [6277] / gw9 [6277] / gw10 [6277] / gw11 [6277] / gw12 [6277] / gw13 [6277] / gw14 [6277] / gw15 [6277] / gw16 [6277] / gw17 [6277] / gw18 [6277] / gw19 [6277] / gw20 [6277] / gw21 [6277] / gw22 [6277] / gw23 [6277] / gw24 [6277] / gw25 [6277] / gw26 [6277] / gw27 [6277] / gw28 [6277] / gw29 [6277] / gw30 [6277] / gw31 [6277]
...ss.......................................s........................... [ 1%]
..........................................................sE............ [ 2%]
........................................................................ [ 3%]
..........................s...................ss..................FFFFFF [ 4%]
FF...F..FF..F....FF........................s............................ [ 5%]
.....................................ssssssssss.....ssss.sssssssssssssss [ 6%]
sssss.sss.ss.ss.sss..sss.ss.ss..ss.sss........ssss...ss....sss.....sssss [ 8%]
s....ssss...ssss..ssssss.sssssssssss.sssssssssssssssssss....s.s.ssssssss [ 9%]
sssssss.ss.sssssssssssss.sss.....sssssssssssssssssssssssssssssss..ssssss [ 10%]
..........s............................................................. [ 11%]
....ssssssss.ssss.ssssssssssssssss.ssssss........ssss..ssss.sssssssss.ss [ 12%]
sssssss..............sss.sssss..ss.sssssssssssssssssssssss.............. [ 13%]
..............................ss..................s...ssssss............ [ 14%]
.....Es................................................................. [ 16%]
..................................................sssssssssssssssssss... [ 17%]
.............s....s.........s...................ssssssssss............ss [ 18%]
sssssss.sssssssssssss.ssssssss.sss...................................... [ 19%]
.................s..s...ss............s....sssss.ssssss.sssss..s....ss.s [ 20%]
sssss...sss.ssssss...................................................... [ 21%]
.....................................s.................................. [ 22%]
...............s...sss.s.s.ss.ss...ss...sss............................. [ 24%]
.............ssss..sss.ss.ssssssss.......sssss.sssssss.s....ssssss.s.... [ 25%]
.ss.ssssssssssssssssss...s..sssssssssssssssssss.....................s... [ 26%]
......................................................................... [ 27%]
......................................................................F. [ 28%]
..............s............................................s.s.s.sssssss [ 29%]
..................................sssssssssssssssssssssssss.ss.....s.... [ 30%]
...........s..................sssssss.ssssssssss.sssssss................ [ 32%]
................................s.............sss.ss.ss..ss...ss.s..ss.s [ 33%]
.sE.ss.s.s.s..ss.ss...sssss.ss.sss.sss.s.s......................s....... [ 34%]
...............................................................s........ [ 35%]
s......s............s..s......s....ss...........................s....s.. [ 36%]
..sss.s......................s.......................................... [ 37%]
...............................sssssssssssssss.sss.ssssssssssssss....... [ 38%]
......ss...................ssssssssssssssssssssssss.....s..........s...s [ 40%]
....................ssss.ssssss.ssssssssssssssssssss...........s.s...... [ 41%]
....................sssssss..........sss.....s..s...........s........... [ 42%]
..............ssssssssssssssss.sssss.ssss...........ssssssssssss.....s.. [ 43%]
..............s.................ss..............s...s................... [ 44%]
............................s.................s......................... [ 45%]
..................s...........ss...................s.............s...... [ 47%]
.................s..........s............s.s........s................... [ 48%]
.......................s........s...ss....s....s...............s........ [ 49%]
............s...........................................s............... [ 50%]
......s........s.......s......ssssss.ss............................s..s. [ 51%]
ss........sss...................s....................................... [ 52%]
...........ss.s..s...s...s.........................s.................... [ 53%]
.............s.................sss.............................ss...ss.. [ 55%]
.................................s.s..................................s. [ 56%]
.................s....ss......................................ss...s.s.. [ 57%]
...s.........s........s................................................. [ 58%]
sF.....s...s....s.s...............................ss.................... [ 59%]
.Fs.....s...s..........s..................................s............. [ 60%]
s.......................s.......s..........s.............F....ss........ [ 61%]
........s.......................ss............................ss........ [ 63%]
.s.......s........................s.ss.................................. [ 64%]
..............................s...........ss............................ [ 65%]
........................................................................ [ 66%]
..s.....................................................s............... [ 67%]
.......................s...s..s...sss....................s.............s [ 68%]
sssssssss.ssss..................................ss................s..... [ 69%]
...s...s................................................................ [ 71%]
........................................................................ [ 72%]
........................................................................ [ 73%]
...............................................................s........ [ 74%]
........................................................................ [ 75%]
........................................................................ [ 76%]
......................................................................... [ 77%]
........................................................................ [ 79%]
................................................................s....... [ 80%]
........................................................................ [ 81%]
................................................s....................... [ 82%]
........................................................................ [ 83%]
........................................................................ [ 84%]
........................................................................ [ 86%]
.........................................................s....s.......... [ 87%]
..............................................................s......... [ 88%]
.s.....................ssssss.....................................ss.... [ 89%]
..........F.......F.....F..........FF....s.............................. [ 90%]
........................................s............................... [ 91%]
........................................................................ [ 92%]
.................s..........................................sss......... [ 94%]
.........................s..s...............................s........... [ 95%]
....................................................s................... [ 96%]
..............sssssssssss............sssss.s......sssss...ssssss........ [ 97%]
...........ssssssss..................................s..............sss. [ 98%]
.........ss............s.....s....................s......s.......sss...s [ 99%]
.......s.... [100%]
==================================== ERRORS ====================================
______ ERROR at teardown of CodersTest.test_windowedvalue_coder_paneinfo _______
[gw2] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
@classmethod
def tearDownClass(cls):
standard = set(
c for c in coders.__dict__.values() if isinstance(c, type) and
issubclass(c, coders.Coder) and 'Base' not in c.__name__)
standard -= set([
coders.Coder,
coders.AvroGenericCoder,
coders.DeterministicProtoCoder,
coders.FastCoder,
coders.ListLikeCoder,
coders.ProtoCoder,
coders.ProtoPlusCoder,
coders.SinglePrecisionFloatCoder,
coders.ToBytesCoder,
coders.BigIntegerCoder, # tested in DecimalCoder
])
cls.seen_nested -= set(
[coders.ProtoCoder, coders.ProtoPlusCoder, CustomCoder])
> assert not standard - cls.seen, str(standard - cls.seen)
E AssertionError: {<class 'apache_beam.coders.coders.NullableCoder'>, <class 'apache_beam.coders.coders.BooleanCoder'>, <class 'apache_beam.coders.coders.DeterministicFastPrimitivesCoder'>, <class 'apache_beam.coders.coders.PickleCoder'>, <class 'apache_beam.coders.coders.ParamWindowedValueCoder'>, <class 'apache_beam.coders.coders.SingletonCoder'>, <class 'apache_beam.coders.coders.GlobalWindowCoder'>, <class 'apache_beam.coders.coders.IterableCoder'>, <class 'apache_beam.coders.coders.FakeDeterministicFastPrimitivesCoder'>, <class 'apache_beam.coders.coders.ShardedKeyCoder'>, <class 'apache_beam.coders.coders.FastPrimitivesCoder'>, <class 'apache_beam.coders.coders.DeterministicMapCoder'>, <class 'apache_beam.coders.coders.BytesCoder'>, <class 'apache_beam.coders.coders.DillCoder'>, <class 'apache_beam.coders.coders.IntervalWindowCoder'>, <class 'apache_beam.coders.coders._MemoizingPickleCoder'>, <class 'apache_beam.coders.coders.StateBackedIterableCoder'>, <class 'apache_beam.coders.coders.ListCoder'>, <class 'apache_beam.coders.coders.FloatCoder'>, <class 'apache_beam.coders.coders.MapCoder'>, <class 'apache_beam.coders.coders.LengthPrefixCoder'>, <class 'apache_beam.coders.coders.DecimalCoder'>}
apache_beam/coders/coders_test_common.py:169: AssertionError
_______ ERROR at teardown of CodersTest.test_state_backed_iterable_coder _______
[gw1] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
@classmethod
def tearDownClass(cls):
standard = set(
c for c in coders.__dict__.values() if isinstance(c, type) and
issubclass(c, coders.Coder) and 'Base' not in c.__name__)
standard -= set([
coders.Coder,
coders.AvroGenericCoder,
coders.DeterministicProtoCoder,
coders.FastCoder,
coders.ListLikeCoder,
coders.ProtoCoder,
coders.ProtoPlusCoder,
coders.SinglePrecisionFloatCoder,
coders.ToBytesCoder,
coders.BigIntegerCoder, # tested in DecimalCoder
])
cls.seen_nested -= set(
[coders.ProtoCoder, coders.ProtoPlusCoder, CustomCoder])
> assert not standard - cls.seen, str(standard - cls.seen)
E AssertionError: {<class 'apache_beam.coders.coders.TimestampPrefixingWindowCoder'>, <class 'apache_beam.coders.coders.VarIntCoder'>, <class 'apache_beam.coders.coders.WindowedValueCoder'>, <class 'apache_beam.coders.coders._TimerCoder'>, <class 'apache_beam.coders.coders.StrUtf8Coder'>, <class 'apache_beam.coders.coders.TimestampCoder'>, <class 'apache_beam.coders.coders.TupleSequenceCoder'>}
apache_beam/coders/coders_test_common.py:169: AssertionError
_______________________ ERROR at setup of test_name_func _______________________
[gw16] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
file /nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/schemas_test.py, line 124
def test_name_func(testcase_func, param_num, params):
E fixture 'testcase_func' not found
> available fixtures: cache, capfd, capfdbinary, caplog, capsys, capsysbinary, doctest_namespace, monkeypatch, pytestconfig, record_property, record_testsuite_property, record_xml_attribute, recwarn, requests_mock, testrun_uid, tmp_path, tmp_path_factory, tmpdir, tmpdir_factory, worker_id
> use 'pytest --fixtures [testpath]' for help on them.
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/schemas_test.py:124
=================================== FAILURES ===================================
_________________________ CodersTest.test_pickle_coder _________________________
[gw3] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.coders.coders_test_common.CodersTest testMethod=test_pickle_coder>
def test_pickle_coder(self):
coder = coders.PickleCoder()
> self.check_coder(coder, *self.test_values)
apache_beam/coders/coders_test_common.py:214:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/coders/coders_test_common.py:188: in check_coder
self._observe(coder)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
coder = PickleCoder
@classmethod
def _observe(cls, coder):
> cls.seen.add(type(coder))
E AttributeError: type object 'CodersTest' has no attribute 'seen'
apache_beam/coders/coders_test_common.py:174: AttributeError
_________________________ CodersTest.test_proto_coder __________________________
[gw3] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.coders.coders_test_common.CodersTest testMethod=test_proto_coder>
def test_proto_coder(self):
# For instructions on how these test proto message were generated,
# see coders_test.py
ma = test_message.MessageA()
mab = ma.field2.add()
mab.field1 = True
ma.field1 = u'hello world'
mb = test_message.MessageA()
mb.field1 = u'beam'
proto_coder = coders.ProtoCoder(ma.__class__)
> self.check_coder(proto_coder, ma)
apache_beam/coders/coders_test_common.py:612:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/coders/coders_test_common.py:188: in check_coder
self._observe(coder)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
coder = ProtoCoder
@classmethod
def _observe(cls, coder):
> cls.seen.add(type(coder))
E AttributeError: type object 'CodersTest' has no attribute 'seen'
apache_beam/coders/coders_test_common.py:174: AttributeError
______________________ CodersTest.test_sharded_key_coder _______________________
[gw3] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.coders.coders_test_common.CodersTest testMethod=test_sharded_key_coder>
def test_sharded_key_coder(self):
key_and_coders = [(b'', b'\x00', coders.BytesCoder()),
(b'key', b'\x03key', coders.BytesCoder()),
('key', b'\03\x6b\x65\x79', coders.StrUtf8Coder()),
(('k', 1),
b'\x01\x6b\x01',
coders.TupleCoder(
(coders.StrUtf8Coder(), coders.VarIntCoder())))]
for key, bytes_repr, key_coder in key_and_coders:
coder = coders.ShardedKeyCoder(key_coder)
# Verify cloud object representation
self.assertEqual({
'@type': 'kind:sharded_key',
'component_encodings': [key_coder.as_cloud_object()]
},
coder.as_cloud_object())
# Test str repr
self.assertEqual('%s' % coder, 'ShardedKeyCoder[%s]' % key_coder)
self.assertEqual(b'\x00' + bytes_repr, coder.encode(ShardedKey(key, b'')))
self.assertEqual(
b'\x03123' + bytes_repr, coder.encode(ShardedKey(key, b'123')))
# Test unnested
> self.check_coder(coder, ShardedKey(key, b''))
apache_beam/coders/coders_test_common.py:742:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/coders/coders_test_common.py:188: in check_coder
self._observe(coder)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
coder = ShardedKeyCoder[BytesCoder]
@classmethod
def _observe(cls, coder):
> cls.seen.add(type(coder))
E AttributeError: type object 'CodersTest' has no attribute 'seen'
apache_beam/coders/coders_test_common.py:174: AttributeError
_______________________ CodersTest.test_singleton_coder ________________________
[gw3] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.coders.coders_test_common.CodersTest testMethod=test_singleton_coder>
def test_singleton_coder(self):
a = 'anything'
b = 'something else'
> self.check_coder(coders.SingletonCoder(a), a)
apache_beam/coders/coders_test_common.py:332:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/coders/coders_test_common.py:188: in check_coder
self._observe(coder)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
coder = SingletonCoder
@classmethod
def _observe(cls, coder):
> cls.seen.add(type(coder))
E AttributeError: type object 'CodersTest' has no attribute 'seen'
apache_beam/coders/coders_test_common.py:174: AttributeError
_________________ CodersTest.test_state_backed_iterable_coder __________________
[gw3] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.coders.coders_test_common.CodersTest testMethod=test_state_backed_iterable_coder>
def test_state_backed_iterable_coder(self):
# pylint: disable=global-variable-undefined
# required for pickling by reference
global state
state = {}
def iterable_state_write(values, element_coder_impl):
token = b'state_token_%d' % len(state)
state[token] = [element_coder_impl.encode(e) for e in values]
return token
def iterable_state_read(token, element_coder_impl):
return [element_coder_impl.decode(s) for s in state[token]]
coder = coders.StateBackedIterableCoder(
coders.VarIntCoder(),
read_state=iterable_state_read,
write_state=iterable_state_write,
write_state_threshold=1)
# Note: do not use check_coder
# see https://github.com/cloudpipe/cloudpickle/issues/452
> self._observe(coder)
apache_beam/coders/coders_test_common.py:694:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
coder = StateBackedIterableCoder[VarIntCoder]
@classmethod
def _observe(cls, coder):
> cls.seen.add(type(coder))
E AttributeError: type object 'CodersTest' has no attribute 'seen'
apache_beam/coders/coders_test_common.py:174: AttributeError
_________________________ CodersTest.test_timer_coder __________________________
[gw3] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.coders.coders_test_common.CodersTest testMethod=test_timer_coder>
def test_timer_coder(self):
> self.check_coder(
coders._TimerCoder(coders.StrUtf8Coder(), coders.GlobalWindowCoder()),
*[
userstate.Timer(
user_key="key",
dynamic_timer_tag="tag",
windows=(GlobalWindow(), ),
clear_bit=True,
fire_timestamp=None,
hold_timestamp=None,
paneinfo=None),
userstate.Timer(
user_key="key",
dynamic_timer_tag="tag",
windows=(GlobalWindow(), ),
clear_bit=False,
fire_timestamp=timestamp.Timestamp.of(123),
hold_timestamp=timestamp.Timestamp.of(456),
paneinfo=windowed_value.PANE_INFO_UNKNOWN)
])
apache_beam/coders/coders_test_common.py:366:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/coders/coders_test_common.py:188: in check_coder
self._observe(coder)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
coder = _TimerCoder
@classmethod
def _observe(cls, coder):
> cls.seen.add(type(coder))
E AttributeError: type object 'CodersTest' has no attribute 'seen'
apache_beam/coders/coders_test_common.py:174: AttributeError
_______________________ CodersTest.test_timestamp_coder ________________________
[gw3] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.coders.coders_test_common.CodersTest testMethod=test_timestamp_coder>
def test_timestamp_coder(self):
> self.check_coder(
coders.TimestampCoder(),
*[timestamp.Timestamp(micros=x) for x in (-1000, 0, 1000)])
apache_beam/coders/coders_test_common.py:350:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/coders/coders_test_common.py:188: in check_coder
self._observe(coder)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
coder = TimestampCoder
@classmethod
def _observe(cls, coder):
> cls.seen.add(type(coder))
E AttributeError: type object 'CodersTest' has no attribute 'seen'
apache_beam/coders/coders_test_common.py:174: AttributeError
_______________ CodersTest.test_timestamp_prefixing_window_coder _______________
[gw3] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.coders.coders_test_common.CodersTest testMethod=test_timestamp_prefixing_window_coder>
def test_timestamp_prefixing_window_coder(self):
> self.check_coder(
coders.TimestampPrefixingWindowCoder(coders.IntervalWindowCoder()),
*[
window.IntervalWindow(x, y) for x in [-2**52, 0, 2**52]
for y in range(-100, 100)
])
apache_beam/coders/coders_test_common.py:770:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/coders/coders_test_common.py:188: in check_coder
self._observe(coder)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
coder = TimestampPrefixingWindowCoder[IntervalWindowCoder]
@classmethod
def _observe(cls, coder):
> cls.seen.add(type(coder))
E AttributeError: type object 'CodersTest' has no attribute 'seen'
apache_beam/coders/coders_test_common.py:174: AttributeError
_________________________ CodersTest.test_tuple_coder __________________________
[gw3] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.coders.coders_test_common.CodersTest testMethod=test_tuple_coder>
def test_tuple_coder(self):
kv_coder = coders.TupleCoder((coders.VarIntCoder(), coders.BytesCoder()))
# Verify cloud object representation
self.assertEqual({
'@type': 'kind:pair',
'is_pair_like': True,
'component_encodings': [
coders.VarIntCoder().as_cloud_object(),
coders.BytesCoder().as_cloud_object()
],
},
kv_coder.as_cloud_object())
# Test binary representation
self.assertEqual(b'\x04abc', kv_coder.encode((4, b'abc')))
# Test unnested
> self.check_coder(kv_coder, (1, b'a'), (-2, b'a' * 100), (300, b'abc\0' * 5))
apache_beam/coders/coders_test_common.py:402:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/coders/coders_test_common.py:188: in check_coder
self._observe(coder)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
coder = TupleCoder[VarIntCoder, BytesCoder]
@classmethod
def _observe(cls, coder):
> cls.seen.add(type(coder))
E AttributeError: type object 'CodersTest' has no attribute 'seen'
apache_beam/coders/coders_test_common.py:174: AttributeError
_____________________ CodersTest.test_tuple_sequence_coder _____________________
[gw3] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.coders.coders_test_common.CodersTest testMethod=test_tuple_sequence_coder>
def test_tuple_sequence_coder(self):
int_tuple_coder = coders.TupleSequenceCoder(coders.VarIntCoder())
> self.check_coder(int_tuple_coder, (1, -1, 0), (), tuple(range(1000)))
apache_beam/coders/coders_test_common.py:413:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/coders/coders_test_common.py:188: in check_coder
self._observe(coder)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
coder = TupleSequenceCoder[VarIntCoder]
@classmethod
def _observe(cls, coder):
> cls.seen.add(type(coder))
E AttributeError: type object 'CodersTest' has no attribute 'seen'
apache_beam/coders/coders_test_common.py:174: AttributeError
__________________________ CodersTest.test_utf8_coder __________________________
[gw3] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.coders.coders_test_common.CodersTest testMethod=test_utf8_coder>
def test_utf8_coder(self):
> self.check_coder(coders.StrUtf8Coder(), 'a', u'ab\u00FF', u'\u0101\0')
apache_beam/coders/coders_test_common.py:422:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/coders/coders_test_common.py:188: in check_coder
self._observe(coder)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
coder = StrUtf8Coder
@classmethod
def _observe(cls, coder):
> cls.seen.add(type(coder))
E AttributeError: type object 'CodersTest' has no attribute 'seen'
apache_beam/coders/coders_test_common.py:174: AttributeError
_________________________ CodersTest.test_varint_coder _________________________
[gw3] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.coders.coders_test_common.CodersTest testMethod=test_varint_coder>
def test_varint_coder(self):
# Small ints.
> self.check_coder(coders.VarIntCoder(), *range(-10, 10))
apache_beam/coders/coders_test_common.py:307:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/coders/coders_test_common.py:188: in check_coder
self._observe(coder)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
coder = VarIntCoder
@classmethod
def _observe(cls, coder):
> cls.seen.add(type(coder))
E AttributeError: type object 'CodersTest' has no attribute 'seen'
apache_beam/coders/coders_test_common.py:174: AttributeError
_____________________ CodersTest.test_windowed_value_coder _____________________
[gw3] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.coders.coders_test_common.CodersTest testMethod=test_windowed_value_coder>
def test_windowed_value_coder(self):
coder = coders.WindowedValueCoder(
coders.VarIntCoder(), coders.GlobalWindowCoder())
# Verify cloud object representation
self.assertEqual({
'@type': 'kind:windowed_value',
'is_wrapper': True,
'component_encodings': [
coders.VarIntCoder().as_cloud_object(),
coders.GlobalWindowCoder().as_cloud_object(),
],
},
coder.as_cloud_object())
# Test binary representation
self.assertEqual(
b'\x7f\xdf;dZ\x1c\xac\t\x00\x00\x00\x01\x0f\x01',
coder.encode(window.GlobalWindows.windowed_value(1)))
# Test decoding large timestamp
self.assertEqual(
coder.decode(b'\x7f\xdf;dZ\x1c\xac\x08\x00\x00\x00\x01\x0f\x00'),
windowed_value.create(0, MIN_TIMESTAMP.micros, (GlobalWindow(), )))
# Test unnested
> self.check_coder(
coders.WindowedValueCoder(coders.VarIntCoder()),
windowed_value.WindowedValue(3, -100, ()),
windowed_value.WindowedValue(-1, 100, (1, 2, 3)))
apache_beam/coders/coders_test_common.py:530:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/coders/coders_test_common.py:188: in check_coder
self._observe(coder)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
coder = WindowedValueCoder[VarIntCoder]
@classmethod
def _observe(cls, coder):
> cls.seen.add(type(coder))
E AttributeError: type object 'CodersTest' has no attribute 'seen'
apache_beam/coders/coders_test_common.py:174: AttributeError
_________________ CodersTest.test_windowedvalue_coder_paneinfo _________________
[gw3] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.coders.coders_test_common.CodersTest testMethod=test_windowedvalue_coder_paneinfo>
def test_windowedvalue_coder_paneinfo(self):
coder = coders.WindowedValueCoder(
coders.VarIntCoder(), coders.GlobalWindowCoder())
test_paneinfo_values = [
windowed_value.PANE_INFO_UNKNOWN,
windowed_value.PaneInfo(
True, True, windowed_value.PaneInfoTiming.EARLY, 0, -1),
windowed_value.PaneInfo(
True, False, windowed_value.PaneInfoTiming.ON_TIME, 0, 0),
windowed_value.PaneInfo(
True, False, windowed_value.PaneInfoTiming.ON_TIME, 10, 0),
windowed_value.PaneInfo(
False, True, windowed_value.PaneInfoTiming.ON_TIME, 0, 23),
windowed_value.PaneInfo(
False, True, windowed_value.PaneInfoTiming.ON_TIME, 12, 23),
windowed_value.PaneInfo(
False, False, windowed_value.PaneInfoTiming.LATE, 0, 123),
]
test_values = [
windowed_value.WindowedValue(123, 234, (GlobalWindow(), ), p)
for p in test_paneinfo_values
]
# Test unnested.
> self.check_coder(
coder,
windowed_value.WindowedValue(
123, 234, (GlobalWindow(), ), windowed_value.PANE_INFO_UNKNOWN))
apache_beam/coders/coders_test_common.py:494:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
apache_beam/coders/coders_test_common.py:188: in check_coder
self._observe(coder)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
cls = <class 'apache_beam.coders.coders_test_common.CodersTest'>
coder = WindowedValueCoder[VarIntCoder]
@classmethod
def _observe(cls, coder):
> cls.seen.add(type(coder))
E AttributeError: type object 'CodersTest' has no attribute 'seen'
apache_beam/coders/coders_test_common.py:174: AttributeError
__________________________ DoctestTest.test_top_level __________________________
[gw16] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.dataframe.pandas_doctests_test.DoctestTest testMethod=test_top_level>
def test_top_level(self):
tests = {
name: func.__doc__
for (name, func) in pd.__dict__.items()
if _is_top_level_function(func) and getattr(func, '__doc__', None)
}
# IO methods are tested in io_test.py
skip_reads = {name: ['*'] for name in dir(pd) if name.startswith('read_')}
result = doctests.teststrings(
tests,
use_beam=False,
report=True,
not_implemented_ok={
'concat': ['pd.concat([s1, s2], ignore_index=True)'],
'crosstab': ['*'],
'cut': ['*'],
'eval': ['*'],
'get_dummies': ['*'],
'infer_freq': ['*'],
'lreshape': ['*'],
'melt': ['*'],
'merge': ["df1.merge(df2, how='cross')"],
'merge_asof': ['*'],
'pivot_table': ['*'],
'qcut': ['*'],
'reset_option': ['*'],
'set_eng_float_format': ['*'],
'set_option': ['*'],
'to_numeric': ['*'],
'to_timedelta': ['*'],
'unique': ['*'],
'wide_to_long': ['*'],
},
wont_implement_ok={
'factorize': ['*'],
'pivot': ['*'],
'to_datetime': ['s.head()'],
'to_pickle': ['*'],
'melt': [
"pd.melt(df, id_vars=['A'], value_vars=['B'])",
"pd.melt(df, id_vars=['A'], value_vars=['B', 'C'])",
"pd.melt(df, col_level=0, id_vars=['A'], value_vars=['B'])",
"pd.melt(df, id_vars=[('A', 'D')], value_vars=[('B', 'E')])",
"pd.melt(df, id_vars=['A'], value_vars=['B'],\n" +
" var_name='myVarname', value_name='myValname')"
],
},
skip={
# error formatting
'concat': ['pd.concat([df5, df6], verify_integrity=True)'],
# doctest DeprecationWarning
'melt': ['df'],
# Order-sensitive re-indexing.
'merge': [
"df1.merge(df2, left_on='lkey', right_on='rkey')",
"df1.merge(df2, left_on='lkey', right_on='rkey',\n"
" suffixes=('_left', '_right'))",
"df1.merge(df2, how='left', on='a')",
],
# Not an actual test.
'option_context': ['*'],
'factorize': ['codes', 'uniques'],
# Bad top-level use of un-imported function.
'merge_ordered': [
'merge_ordered(df1, df2, fill_method="ffill", left_by="group")'
],
# Expected error.
'pivot': [
"df.pivot(index='foo', columns='bar', values='baz')",
"df.pivot(index='foo', columns='bar')['baz']",
"df.pivot(index='foo', columns='bar', values=['baz', 'zoo'])",
# pylint: disable=line-too-long
'df.pivot(index="lev1", columns=["lev2", "lev3"],values="values")',
# pylint: disable=line-too-long
'df.pivot(index=["lev1", "lev2"], columns=["lev3"],values="values")'
],
# Never written.
'to_pickle': ['os.remove("./dummy.pkl")'],
**skip_reads
})
> self.assertEqual(result.failed, 0)
E AssertionError: 4 != 0
apache_beam/dataframe/pandas_doctests_test.py:897: AssertionError
----------------------------- Captured stdout call -----------------------------
**********************************************************************
File "concat", line 205, in concat
Failed example:
pd.concat([df7, new_row.to_frame().T], ignore_index=True)
Exception raised:
Traceback (most recent call last):
File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest concat[26]>", line 1, in <module>
pd.concat([df7, new_row.to_frame().T], ignore_index=True)
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper
raise WontImplementError(
apache_beam.dataframe.frame_base.WontImplementError: 'T' is not yet supported because the columns in the output DataFrame depend on the data.
For more information see https://s.apache.org/dataframe-non-deferred-columns.
**********************************************************************
File "from_dummies", line 68, in from_dummies
Failed example:
pd.from_dummies(df)
Exception raised:
Traceback (most recent call last):
File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest from_dummies[2]>", line 1, in <module>
pd.from_dummies(df)
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/doctests.py", line 70, in __call__
result = self._pandas_obj(*args, **kwargs)
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 427, in wrapper
raise NotImplementedError(
NotImplementedError: 'from_dummies' is not implemented yet. If support for 'from_dummies' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318
**********************************************************************
File "from_dummies", line 84, in from_dummies
Failed example:
pd.from_dummies(df, sep="_")
Exception raised:
Traceback (most recent call last):
File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest from_dummies[5]>", line 1, in <module>
pd.from_dummies(df, sep="_")
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/doctests.py", line 70, in __call__
result = self._pandas_obj(*args, **kwargs)
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 427, in wrapper
raise NotImplementedError(
NotImplementedError: 'from_dummies' is not implemented yet. If support for 'from_dummies' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318
**********************************************************************
File "from_dummies", line 100, in from_dummies
Failed example:
pd.from_dummies(df, sep="_", default_category={"col1": "d", "col2": "e"})
Exception raised:
Traceback (most recent call last):
File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest from_dummies[8]>", line 1, in <module>
pd.from_dummies(df, sep="_", default_category={"col1": "d", "col2": "e"})
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/doctests.py", line 70, in __call__
result = self._pandas_obj(*args, **kwargs)
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 427, in wrapper
raise NotImplementedError(
NotImplementedError: 'from_dummies' is not implemented yet. If support for 'from_dummies' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318
**********************************************************************
2 items had failures:
1 of 27 in concat
3 of 9 in from_dummies
***Test Failed*** 4 failures.
360 total test cases:
80 skipped (22.2%)
73 NotImplementedError (20.3%)
10 'unique' is not implemented yet. If support for 'unique' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (13.7%)
9 NameError following NotImplementedError (12.3%)
9 'cut' is not implemented yet. If support for 'cut' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (12.3%)
8 'merge_asof' is not implemented yet. If support for 'merge_asof' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (11.0%)
7 'to_numeric' is not implemented yet. If support for 'to_numeric' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (9.6%)
7 'get_dummies' is not implemented yet. If support for 'get_dummies' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (9.6%)
5 'to_timedelta' is not implemented yet. If support for 'to_timedelta' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (6.8%)
4 'wide_to_long' is not implemented yet. If support for 'wide_to_long' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (5.5%)
4 'pivot_table' is not implemented yet. If support for 'pivot_table' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (5.5%)
3 'crosstab' is not implemented yet. If support for 'crosstab' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (4.1%)
2 'qcut' is not implemented yet. If support for 'qcut' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (2.7%)
1 'infer_freq' is not implemented yet. If support for 'infer_freq' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (1.4%)
1 'eval' is not implemented yet. If support for 'eval' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (1.4%)
1 concat(ignore_index) (1.4%)
1 'lreshape' is not implemented yet. If support for 'lreshape' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (1.4%)
1 cross join is not yet implemented (https://github.com/apache/beam/issues/20318) (1.4%)
7 apache_beam.dataframe.frame_base.WontImplementError (1.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest to_datetime[3]>", line 1, in <module>\n s.head()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'head' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (14.3%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest factorize[14]>", line 1, in <module>\n codes, uniques = pd.factorize(cat)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/doctests.py", line 70, in __call__\n result = self._pandas_obj(*args, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/pandas_top_level_functions.py", line 33, in wrapper\n return getattr(target, name)(*args, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'factorize' is not yet supported because the columns in the output DataFrame depend on the data.\nFor more information see https://s.apache.org/dataframe-non-deferred-columns.\n (14.3%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest melt[2]>", line 1, in <module>\n pd.melt(df, id_vars=['A'], value_vars=['B'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/doctests.py", line 70, in __call__\n result = self._pandas_obj(*args, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/pandas_top_level_functions.py", line 33, in wrapper\n return getattr(target, name)(*args, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3956, in melt\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: melt(ignore_index=True) is order sensitive because it requires generating a new index based on the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (14.3%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest melt[3]>", line 1, in <module>\n pd.melt(df, id_vars=['A'], value_vars=['B', 'C'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/doctests.py", line 70, in __call__\n result = self._pandas_obj(*args, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/pandas_top_level_functions.py", line 33, in wrapper\n return getattr(target, name)(*args, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3956, in melt\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: melt(ignore_index=True) is order sensitive because it requires generating a new index based on the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (14.3%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest melt[4]>", line 1, in <module>\n pd.melt(df, id_vars=['A'], value_vars=['B'],\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/doctests.py", line 70, in __call__\n result = self._pandas_obj(*args, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/pandas_top_level_functions.py", line 33, in wrapper\n return getattr(target, name)(*args, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3956, in melt\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: melt(ignore_index=True) is order sensitive because it requires generating a new index based on the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (14.3%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest melt[8]>", line 1, in <module>\n pd.melt(df, col_level=0, id_vars=['A'], value_vars=['B'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/doctests.py", line 70, in __call__\n result = self._pandas_obj(*args, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/pandas_top_level_functions.py", line 33, in wrapper\n return getattr(target, name)(*args, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3956, in melt\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: melt(ignore_index=True) is order sensitive because it requires generating a new index based on the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (14.3%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest melt[9]>", line 1, in <module>\n pd.melt(df, id_vars=[('A', 'D')], value_vars=[('B', 'E')])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/doctests.py", line 70, in __call__\n result = self._pandas_obj(*args, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/pandas_top_level_functions.py", line 33, in wrapper\n return getattr(target, name)(*args, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3956, in melt\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: melt(ignore_index=True) is order sensitive because it requires generating a new index based on the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (14.3%)
4 failed (1.1%)
196 passed (54.4%)
_______________________ DoctestTest.test_dataframe_tests _______________________
[gw15] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.dataframe.pandas_doctests_test.DoctestTest testMethod=test_dataframe_tests>
def test_dataframe_tests(self):
result = doctests.testmod(
pd.core.frame,
use_beam=False,
report=True,
wont_implement_ok={
'pandas.core.frame.DataFrame.T': ['*'],
'pandas.core.frame.DataFrame.cummax': ['*'],
'pandas.core.frame.DataFrame.cummin': ['*'],
'pandas.core.frame.DataFrame.cumsum': ['*'],
'pandas.core.frame.DataFrame.cumprod': ['*'],
'pandas.core.frame.DataFrame.diff': ['*'],
'pandas.core.frame.DataFrame.fillna': [
'df.fillna(method=\'ffill\')',
'df.fillna(method="ffill")',
'df.fillna(value=values, limit=1)',
],
'pandas.core.frame.DataFrame.items': ['*'],
'pandas.core.frame.DataFrame.itertuples': ['*'],
'pandas.core.frame.DataFrame.iterrows': ['*'],
'pandas.core.frame.DataFrame.iteritems': ['*'],
# default keep is 'first'
'pandas.core.frame.DataFrame.nlargest': [
"df.nlargest(3, 'population')",
"df.nlargest(3, ['population', 'GDP'])",
"df.nlargest(3, 'population', keep='last')"
],
'pandas.core.frame.DataFrame.nsmallest': [
"df.nsmallest(3, 'population')",
"df.nsmallest(3, ['population', 'GDP'])",
"df.nsmallest(3, 'population', keep='last')",
],
'pandas.core.frame.DataFrame.replace': [
"s.replace([1, 2], method='bfill')",
# Relies on method='pad'
"s.replace('a')",
# Relies on method='pad'
# value=None is not valid for pandas < 1.4
"s.replace('a', None)",
# Implicitly uses method='pad', but output doesn't rely on that
# behavior. Verified indepently in
# frames_test.py::DeferredFrameTest::test_replace
"df.replace(regex={r'^ba.$': 'new', 'foo': 'xyz'})"
],
'pandas.core.frame.DataFrame.to_records': ['*'],
'pandas.core.frame.DataFrame.to_dict': ['*'],
'pandas.core.frame.DataFrame.to_numpy': ['*'],
'pandas.core.frame.DataFrame.to_string': ['*'],
'pandas.core.frame.DataFrame.transpose': ['*'],
'pandas.core.frame.DataFrame.shape': ['*'],
'pandas.core.frame.DataFrame.shift': [
'df.shift(periods=3)',
'df.shift(periods=3, fill_value=0)',
],
'pandas.core.frame.DataFrame.unstack': ['*'],
'pandas.core.frame.DataFrame.memory_usage': ['*'],
'pandas.core.frame.DataFrame.info': ['*'],
# Not equal to df.agg('mode', axis='columns', numeric_only=True)
# because there can be multiple columns if a row has more than one
# mode
'pandas.core.frame.DataFrame.mode': [
"df.mode(axis='columns', numeric_only=True)"
],
'pandas.core.frame.DataFrame.append': [
'df.append(df2, ignore_index=True)',
"for i in range(5):\n" +
" df = df.append({'A': i}, ignore_index=True)",
],
'pandas.core.frame.DataFrame.sort_index': ['*'],
'pandas.core.frame.DataFrame.sort_values': ['*'],
'pandas.core.frame.DataFrame.melt': [
"df.melt(id_vars=['A'], value_vars=['B'])",
"df.melt(id_vars=['A'], value_vars=['B', 'C'])",
"df.melt(col_level=0, id_vars=['A'], value_vars=['B'])",
"df.melt(id_vars=[('A', 'D')], value_vars=[('B', 'E')])",
"df.melt(id_vars=['A'], value_vars=['B'],\n" +
" var_name='myVarname', value_name='myValname')"
],
# Most keep= options are order-sensitive
'pandas.core.frame.DataFrame.drop_duplicates': ['*'],
'pandas.core.frame.DataFrame.duplicated': [
'df.duplicated()',
"df.duplicated(keep='last')",
"df.duplicated(subset=['brand'])",
],
'pandas.core.frame.DataFrame.reindex': ['*'],
'pandas.core.frame.DataFrame.dot': [
# reindex not supported
's2 = s.reindex([1, 0, 2, 3])',
],
'pandas.core.frame.DataFrame.resample': ['*'],
'pandas.core.frame.DataFrame.values': ['*'],
},
not_implemented_ok={
'pandas.core.frame.DataFrame.transform': [
# str arg not supported. Tested with np.sum in
# frames_test.py::DeferredFrameTest::test_groupby_transform_sum
"df.groupby('Date')['Data'].transform('sum')",
],
'pandas.core.frame.DataFrame.melt': ['*'],
'pandas.core.frame.DataFrame.reindex_axis': ['*'],
'pandas.core.frame.DataFrame.round': [
'df.round(decimals)',
],
# Trivially elementwise for axis=columns. Relies on global indexing
# for axis=rows.
# Difficult to determine proxy, need to inspect function
'pandas.core.frame.DataFrame.apply': ['*'],
# Cross-join not implemented
'pandas.core.frame.DataFrame.merge': [
"df1.merge(df2, how='cross')"
],
# TODO(https://github.com/apache/beam/issues/20759)
'pandas.core.frame.DataFrame.set_index': [
"df.set_index([s, s**2])",
],
'pandas.core.frame.DataFrame.set_axis': [
"df.set_axis(range(0,2), axis='index')",
],
# TODO(https://github.com/apache/beam/issues/21014)
'pandas.core.frame.DataFrame.value_counts': [
'df.value_counts(dropna=False)'
],
},
skip={
# DataFrame construction from a dictionary and
# Series requires using the len() function, which
# is a non-deferred operation that we do not allow
'pandas.core.frame.DataFrame': [
'pd.DataFrame(data=d, index=[0, 1, 2, 3])',
],
# s2 created with reindex
'pandas.core.frame.DataFrame.dot': [
'df.dot(s2)',
],
'pandas.core.frame.DataFrame.resample': ['df'],
'pandas.core.frame.DataFrame.asfreq': ['*'],
# Throws NotImplementedError when modifying df
'pandas.core.frame.DataFrame.axes': [
# Returns deferred index.
'df.axes',
],
# Skipped because the relies on loc to set cells in df2
'pandas.core.frame.DataFrame.compare': ['*'],
'pandas.core.frame.DataFrame.cov': [
# Relies on setting entries ahead of time.
"df.loc[df.index[:5], 'a'] = np.nan",
"df.loc[df.index[5:10], 'b'] = np.nan",
'df.cov(min_periods=12)',
],
'pandas.core.frame.DataFrame.rename': [
# Returns deferred index.
'df.index',
'df.rename(index=str).index',
],
'pandas.core.frame.DataFrame.set_index': [
# TODO(https://github.com/apache/beam/issues/20759): This could
# pass in the index as a DeferredIndex, and we should fail it
# as order-sensitive.
"df.set_index([pd.Index([1, 2, 3, 4]), 'year'])",
],
'pandas.core.frame.DataFrame.set_axis': [
# This should pass as set_axis(axis='columns')
# and fail with set_axis(axis='index')
"df.set_axis(['a', 'b', 'c'], axis='index')"
],
'pandas.core.frame.DataFrame.to_markdown': ['*'],
'pandas.core.frame.DataFrame.to_parquet': ['*'],
# Raises right exception, but testing framework has matching issues.
# Tested in `frames_test.py`.
'pandas.core.frame.DataFrame.insert': [
'df',
'df.insert(1, "newcol", [99, 99])',
'df.insert(0, "col1", [100, 100], allow_duplicates=True)'
],
'pandas.core.frame.DataFrame.to_records': [
'df.index = df.index.rename("I")',
'index_dtypes = f"<S{df.index.str.len().max()}"', # 1.x
'index_dtypes = "<S{}".format(df.index.str.len().max())', #0.x
'df.to_records(index_dtypes=index_dtypes)',
],
# These tests use the static method pd.pivot_table, which doesn't
# actually raise NotImplementedError
'pandas.core.frame.DataFrame.pivot_table': ['*'],
# Expected to raise a ValueError, but we raise NotImplementedError
'pandas.core.frame.DataFrame.pivot': [
"df.pivot(index='foo', columns='bar', values='baz')",
"df.pivot(index='foo', columns='bar')['baz']",
"df.pivot(index='foo', columns='bar', values=['baz', 'zoo'])",
# pylint: disable=line-too-long
'df.pivot(index="lev1", columns=["lev2", "lev3"],values="values")',
# pylint: disable=line-too-long
'df.pivot(index=["lev1", "lev2"], columns=["lev3"],values="values")'
],
'pandas.core.frame.DataFrame.append': [
'df',
# pylint: disable=line-too-long
"pd.concat([pd.DataFrame([i], columns=['A']) for i in range(5)],\n"
" ignore_index=True)"
],
'pandas.core.frame.DataFrame.eval': ['df'],
'pandas.core.frame.DataFrame.melt': [
"df.columns = [list('ABC'), list('DEF')]", "df"
],
'pandas.core.frame.DataFrame.merge': [
# Order-sensitive index, checked in frames_test.py.
"df1.merge(df2, left_on='lkey', right_on='rkey')",
"df1.merge(df2, left_on='lkey', right_on='rkey',\n"
" suffixes=('_left', '_right'))",
"df1.merge(df2, how='left', on='a')",
],
# Raises right exception, but testing framework has matching issues.
'pandas.core.frame.DataFrame.replace': [
"df.replace({'a string': 'new value', True: False}) # raises"
],
'pandas.core.frame.DataFrame.to_sparse': ['type(df)'],
# Skipped because "seen_wont_implement" is reset before getting to
# these calls, so the NameError they raise is not ignored.
'pandas.core.frame.DataFrame.T': [
'df1_transposed.dtypes', 'df2_transposed.dtypes'
],
'pandas.core.frame.DataFrame.transpose': [
'df1_transposed.dtypes', 'df2_transposed.dtypes'
],
# Skipped because the relies on iloc to set a cell to NA. Test is
# replicated in frames_test::DeferredFrameTest::test_applymap.
'pandas.core.frame.DataFrame.applymap': [
'df_copy.iloc[0, 0] = pd.NA',
"df_copy.applymap(lambda x: len(str(x)), na_action='ignore')",
],
# Skipped so we don't need to install natsort
'pandas.core.frame.DataFrame.sort_values': [
'from natsort import index_natsorted',
'df.sort_values(\n'
' by="time",\n'
' key=lambda x: np.argsort(index_natsorted(df["time"]))\n'
')'
],
# Mode that we don't yet support, documentation added in pandas
# 1.2.0 (https://github.com/pandas-dev/pandas/issues/35912)
'pandas.core.frame.DataFrame.aggregate': [
"df.agg(x=('A', max), y=('B', 'min'), z=('C', np.mean))"
],
})
> self.assertEqual(result.failed, 0)
E AssertionError: 2 != 0
apache_beam/dataframe/pandas_doctests_test.py:427: AssertionError
----------------------------- Captured stdout call -----------------------------
**********************************************************************
File "/nix/store/bd5mldrdfdxr8p8y5w35c0f525wfdnn9-python3.10-pandas-1.5.2/lib/python3.10/site-packages/pandas/core/frame.py", line 8434, in pandas.core.frame.DataFrame.groupby
Failed example:
df.groupby("Animal", group_keys=True).apply(lambda x: x)
Expected:
1 Falcon 370.0
3 Parrot 26.0
Animal
Animal Max Speed
Falcon 0 Falcon 380.0
Parrot 2 Parrot 24.0
Got:
0 Falcon 380.0
1 Falcon 370.0
2 Parrot 24.0
3 Parrot 26.0
Animal Max Speed
**********************************************************************
File "/nix/store/bd5mldrdfdxr8p8y5w35c0f525wfdnn9-python3.10-pandas-1.5.2/lib/python3.10/site-packages/pandas/core/frame.py", line 8442, in pandas.core.frame.DataFrame.groupby
Failed example:
df.groupby("Animal", group_keys=False).apply(lambda x: x)
Exception raised:
Traceback (most recent call last):
File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest pandas.core.frame.DataFrame.groupby[19]>", line 1, in <module>
df.groupby("Animal", group_keys=False).apply(lambda x: x)
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper
return func(**kwargs)
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper
return func(**kwargs)
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 384, in groupby
raise NotImplementedError('groupby(group_keys=False)')
NotImplementedError: groupby(group_keys=False)
**********************************************************************
1 items had failures:
2 of 20 in pandas.core.frame.DataFrame.groupby
***Test Failed*** 2 failures.
718 total test cases:
85 skipped (11.8%)
116 apache_beam.dataframe.frame_base.WontImplementError (16.2%)
7 NameError following apache_beam.dataframe.frame_base.WontImplementError (6.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.append[4]>", line 1, in <module>\n df.append(df2, ignore_index=True)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 2596, in append\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: append(ignore_index=True) is order sensitive because it requires generating a new index based on the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 append() only accepts DeferredDataFrame instances, received <class 'dict'> (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.diff[2]>", line 1, in <module>\n df.diff()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'diff' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.diff[3]>", line 1, in <module>\n df.diff(axis=1)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'diff' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.diff[4]>", line 1, in <module>\n df.diff(periods=3)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'diff' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.diff[5]>", line 1, in <module>\n df.diff(periods=-1)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'diff' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.diff[7]>", line 1, in <module>\n df.diff()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'diff' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.dot[8]>", line 1, in <module>\n s2 = s.reindex([1, 0, 2, 3])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'reindex' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.drop_duplicates[2]>", line 1, in <module>\n df.drop_duplicates()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 2815, in drop_duplicates\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: drop_duplicates(keep='first') is not supported because it is sensitive to the order of the data. Only keep=False and keep="any" are supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.drop_duplicates[3]>", line 1, in <module>\n df.drop_duplicates(subset=['brand'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 2815, in drop_duplicates\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: drop_duplicates(keep='first') is not supported because it is sensitive to the order of the data. Only keep=False and keep="any" are supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.drop_duplicates[4]>", line 1, in <module>\n df.drop_duplicates(subset=['brand', 'style'], keep='last')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 2815, in drop_duplicates\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: drop_duplicates(keep='last') is not supported because it is sensitive to the order of the data. Only keep=False and keep="any" are supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.duplicated[2]>", line 1, in <module>\n df.duplicated()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 2789, in duplicated\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: duplicated(keep='first') is not supported because it is sensitive to the order of the data. Only keep=False and keep="any" are supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.duplicated[3]>", line 1, in <module>\n df.duplicated(keep='last')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 2789, in duplicated\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: duplicated(keep='last') is not supported because it is sensitive to the order of the data. Only keep=False and keep="any" are supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.duplicated[5]>", line 1, in <module>\n df.duplicated(subset=['brand'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 2789, in duplicated\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: duplicated(keep='first') is not supported because it is sensitive to the order of the data. Only keep=False and keep="any" are supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.fillna[3]>", line 1, in <module>\n df.fillna(method="ffill")\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 275, in fillna\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: fillna(method='ffill', axis='index') is not supported because it is order-sensitive. Only fillna(method=None) is supported with axis='index'.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.fillna[6]>", line 1, in <module>\n df.fillna(value=values, limit=1)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 281, in fillna\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: fillna(limit=None, axis='index') is not supported because it is order-sensitive. Only fillna(limit=None) is supported with axis='index'.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.info[5]>", line 1, in <module>\n df.info(verbose=True)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'info' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.info[6]>", line 1, in <module>\n df.info(verbose=False)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'info' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.info[9]>", line 1, in <module>\n df.info(buf=buffer)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'info' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.info[14]>", line 1, in <module>\n df.info()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'info' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.info[15]>", line 1, in <module>\n df.info(memory_usage='deep')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'info' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.items[2]>", line 1, in <module>\n for label, content in df.items():\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'items' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.iterrows[1]>", line 1, in <module>\n row = next(df.iterrows())[1]\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'iterrows' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.itertuples[2]>", line 1, in <module>\n for row in df.itertuples():\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'itertuples' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.itertuples[3]>", line 1, in <module>\n for row in df.itertuples(index=False):\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'itertuples' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.itertuples[4]>", line 1, in <module>\n for row in df.itertuples(name='Animal'):\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'itertuples' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.melt[2]>", line 1, in <module>\n df.melt(id_vars=['A'], value_vars=['B'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3956, in melt\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: melt(ignore_index=True) is order sensitive because it requires generating a new index based on the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.melt[3]>", line 1, in <module>\n df.melt(id_vars=['A'], value_vars=['B', 'C'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3956, in melt\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: melt(ignore_index=True) is order sensitive because it requires generating a new index based on the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.melt[4]>", line 1, in <module>\n df.melt(id_vars=['A'], value_vars=['B'],\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3956, in melt\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: melt(ignore_index=True) is order sensitive because it requires generating a new index based on the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.melt[8]>", line 1, in <module>\n df.melt(col_level=0, id_vars=['A'], value_vars=['B'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3956, in melt\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: melt(ignore_index=True) is order sensitive because it requires generating a new index based on the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.melt[9]>", line 1, in <module>\n df.melt(id_vars=[('A', 'D')], value_vars=[('B', 'E')])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3956, in melt\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: melt(ignore_index=True) is order sensitive because it requires generating a new index based on the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.memory_usage[3]>", line 1, in <module>\n df.head()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'head' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.memory_usage[4]>", line 1, in <module>\n df.memory_usage()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'memory_usage' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.memory_usage[5]>", line 1, in <module>\n df.memory_usage(index=False)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'memory_usage' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.memory_usage[6]>", line 1, in <module>\n df.memory_usage(deep=True)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'memory_usage' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.memory_usage[7]>", line 1, in <module>\n df['object'].astype('category').memory_usage(deep=True)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 650, in astype\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: astype(dtype='category') is not supported because the type of the output column depends on the data. Please use pd.CategoricalDtype with explicit categories instead.\nFor more information see https://s.apache.org/dataframe-non-deferred-columns.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.mode[5]>", line 1, in <module>\n df.mode(axis='columns', numeric_only=True)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3263, in mode\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: mode(axis=columns) is not supported because it produces a variable number of columns depending on the data.\nFor more information see https://s.apache.org/dataframe-non-deferred-columns.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.nlargest[2]>", line 1, in <module>\n df.nlargest(3, 'population')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3523, in nlargest\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: nlargest(keep='first') is not supported because it is order sensitive. Only keep="all" is supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.nlargest[3]>", line 1, in <module>\n df.nlargest(3, 'population', keep='last')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3523, in nlargest\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: nlargest(keep='last') is not supported because it is order sensitive. Only keep="all" is supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.nlargest[5]>", line 1, in <module>\n df.nlargest(3, ['population', 'GDP'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3523, in nlargest\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: nlargest(keep='first') is not supported because it is order sensitive. Only keep="all" is supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.nsmallest[2]>", line 1, in <module>\n df.nsmallest(3, 'population')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3555, in nsmallest\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: nsmallest(keep='first') is not supported because it is order sensitive. Only keep="all" is supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.nsmallest[3]>", line 1, in <module>\n df.nsmallest(3, 'population', keep='last')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3555, in nsmallest\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: nsmallest(keep='last') is not supported because it is order sensitive. Only keep="all" is supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.nsmallest[5]>", line 1, in <module>\n df.nsmallest(3, ['population', 'GDP'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3555, in nsmallest\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: nsmallest(keep='first') is not supported because it is order sensitive. Only keep="all" is supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.reindex[4]>", line 1, in <module>\n df.reindex(new_index)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'reindex' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.reindex[5]>", line 1, in <module>\n df.reindex(new_index, fill_value=0)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'reindex' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.reindex[6]>", line 1, in <module>\n df.reindex(new_index, fill_value='missing')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'reindex' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.reindex[7]>", line 1, in <module>\n df.reindex(columns=['http_status', 'user_agent'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'reindex' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.reindex[8]>", line 1, in <module>\n df.reindex(['http_status', 'user_agent'], axis="columns")\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'reindex' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.reindex[13]>", line 1, in <module>\n df2.reindex(date_index2)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'reindex' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.reindex[14]>", line 1, in <module>\n df2.reindex(date_index2, method='bfill')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'reindex' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.replace[6]>", line 1, in <module>\n s.replace([1, 2], method='bfill')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 686, in replace\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: replace(method='bfill') is not supported because it is order sensitive. Only replace(method=None) is supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.replace[14]>", line 1, in <module>\n df.replace(regex={r'^ba.$': 'new', 'foo': 'xyz'})\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 686, in replace\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: replace(method=<no_default>) is not supported because it is order sensitive. Only replace(method=None) is supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.replace[18]>", line 1, in <module>\n s.replace('a')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 686, in replace\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: replace(method=<no_default>) is not supported because it is order sensitive. Only replace(method=None) is supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[3]>", line 1, in <module>\n series.resample('3T').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[4]>", line 1, in <module>\n series.resample('3T', label='right').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[5]>", line 1, in <module>\n series.resample('3T', label='right', closed='right').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[6]>", line 1, in <module>\n series.resample('30S').asfreq()[0:5] # Select first 5 rows\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[7]>", line 1, in <module>\n series.resample('30S').ffill()[0:5]\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[8]>", line 1, in <module>\n series.resample('30S').bfill()[0:5]\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[10]>", line 1, in <module>\n series.resample('3T').apply(custom_resampler)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[13]>", line 1, in <module>\n s.resample('Q', convention='start').asfreq()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[16]>", line 1, in <module>\n q.resample('M', convention='end').asfreq()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[21]>", line 1, in <module>\n df.resample('M', on='week_starting').mean()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[26]>", line 1, in <module>\n df2.resample('D', level=0).sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[31]>", line 1, in <module>\n ts.resample('17min').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[32]>", line 1, in <module>\n ts.resample('17min', origin='epoch').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[33]>", line 1, in <module>\n ts.resample('17min', origin='2000-01-01').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[34]>", line 1, in <module>\n ts.resample('17min', origin='start').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[35]>", line 1, in <module>\n ts.resample('17min', offset='23h30min').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[36]>", line 1, in <module>\n ts.resample('17min', origin='end').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[37]>", line 1, in <module>\n ts.resample('17min', origin='end_day').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[38]>", line 1, in <module>\n ts.resample('17min', offset='2min').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.resample[41]>", line 1, in <module>\n ts_out = ts.resample('17min').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.shape[1]>", line 1, in <module>\n df.shape\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'shape' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.shape[3]>", line 1, in <module>\n df.shape\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'shape' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.shift[2]>", line 1, in <module>\n df.shift(periods=3)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3726, in shift\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: shift(axis=0) is only supported with freq defined, and fill_value undefined (got freq=None,fill_value='NOT SET'). Other configurations are sensitive to the order of the data because they require populating shifted rows with `fill_value`.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.shift[4]>", line 1, in <module>\n df.shift(periods=3, fill_value=0)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3726, in shift\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: shift(axis=0) is only supported with freq defined, and fill_value undefined (got freq=None,fill_value=0). Other configurations are sensitive to the order of the data because they require populating shifted rows with `fill_value`.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.sort_index[1]>", line 1, in <module>\n df.sort_index()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 891, in sort_index\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: sort_index(axis=index) is not supported because it imposes an ordering on the dataset which we cannot guarantee will be preserved.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.sort_index[2]>", line 1, in <module>\n df.sort_index(ascending=False)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 891, in sort_index\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: sort_index(axis=index) is not supported because it imposes an ordering on the dataset which we cannot guarantee will be preserved.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.sort_index[4]>", line 1, in <module>\n df.sort_index(key=lambda x: x.str.lower())\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 891, in sort_index\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: sort_index(axis=index) is not supported because it imposes an ordering on the dataset which we cannot guarantee will be preserved.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.sort_values[2]>", line 1, in <module>\n df.sort_values(by=['col1'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 869, in sort_values\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: sort_values(axis=index) is not supported because it imposes an ordering on the dataset which likely will not be preserved.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.sort_values[3]>", line 1, in <module>\n df.sort_values(by=['col1', 'col2'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 869, in sort_values\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: sort_values(axis=index) is not supported because it imposes an ordering on the dataset which likely will not be preserved.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.sort_values[4]>", line 1, in <module>\n df.sort_values(by='col1', ascending=False)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 869, in sort_values\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: sort_values(axis=index) is not supported because it imposes an ordering on the dataset which likely will not be preserved.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.sort_values[5]>", line 1, in <module>\n df.sort_values(by='col1', ascending=False, na_position='first')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 869, in sort_values\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: sort_values(axis=index) is not supported because it imposes an ordering on the dataset which likely will not be preserved.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.sort_values[6]>", line 1, in <module>\n df.sort_values(by='col4', key=lambda col: col.str.lower())\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 869, in sort_values\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: sort_values(axis=index) is not supported because it imposes an ordering on the dataset which likely will not be preserved.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_dict[2]>", line 1, in <module>\n df.to_dict()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_dict' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_dict[3]>", line 1, in <module>\n df.to_dict('series')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_dict' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_dict[4]>", line 1, in <module>\n df.to_dict('split')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_dict' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_dict[5]>", line 1, in <module>\n df.to_dict('records')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_dict' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_dict[6]>", line 1, in <module>\n df.to_dict('index')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_dict' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_dict[7]>", line 1, in <module>\n df.to_dict('tight')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_dict' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_dict[9]>", line 1, in <module>\n df.to_dict(into=OrderedDict)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_dict' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_dict[11]>", line 1, in <module>\n df.to_dict('records', into=dd)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_dict' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_numpy[0]>", line 1, in <module>\n pd.DataFrame({"A": [1, 2], "B": [3, 4]}).to_numpy()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_numpy' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_numpy[2]>", line 1, in <module>\n df.to_numpy()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_numpy' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_numpy[4]>", line 1, in <module>\n df.to_numpy()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_numpy' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_records[2]>", line 1, in <module>\n df.to_records()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_records' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_records[4]>", line 1, in <module>\n df.to_records()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_records' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_records[5]>", line 1, in <module>\n df.to_records(index=False)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_records' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_records[6]>", line 1, in <module>\n df.to_records(column_dtypes={"A": "int32"})\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_records' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_records[7]>", line 1, in <module>\n df.to_records(index_dtypes="<S2")\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_records' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.to_string[2]>", line 1, in <module>\n print(df.to_string())\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'to_string' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.transpose[3]>", line 1, in <module>\n df1_transposed = df1.T # or df1.transpose()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'T' is not yet supported because the columns in the output DataFrame depend on the data.\nFor more information see https://s.apache.org/dataframe-non-deferred-columns.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.transpose[10]>", line 1, in <module>\n df2_transposed = df2.T # or df2.transpose()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'T' is not yet supported because the columns in the output DataFrame depend on the data.\nFor more information see https://s.apache.org/dataframe-non-deferred-columns.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.unstack[3]>", line 1, in <module>\n s.unstack(level=-1)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 1015, in unstack\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: unstack() is only supported on DataFrames if unstacked level is a categorical or boolean column\nFor more information see https://s.apache.org/dataframe-non-deferred-columns.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.unstack[4]>", line 1, in <module>\n s.unstack(level=0)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 1015, in unstack\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: unstack() is only supported on DataFrames if unstacked level is a categorical or boolean column\nFor more information see https://s.apache.org/dataframe-non-deferred-columns.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.unstack[5]>", line 1, in <module>\n df = s.unstack(level=0)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 1015, in unstack\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: unstack() is only supported on DataFrames if unstacked level is a categorical or boolean column\nFor more information see https://s.apache.org/dataframe-non-deferred-columns.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.values[3]>", line 1, in <module>\n df.values\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'values' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.frame.DataFrame.values[6]>", line 1, in <module>\n df2.values\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'values' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (0.9%)
12 NotImplementedError (1.7%)
7 'apply' is not implemented yet. If support for 'apply' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (58.3%)
1 cross join is not yet implemented (https://github.com/apache/beam/issues/20318) (8.3%)
1 Passing a deferred series to round() is not supported, please use a concrete pd.Series instance or a dictionary (8.3%)
1 set_index with Index or Series instances is not yet supported (https://github.com/apache/beam/issues/20759). (8.3%)
1 String functions are not yet supported in transform. (8.3%)
1 dropna=False does not work as intended in the Beam DataFrame API when grouping on multiple columns or indexes (See https://github.com/apache/beam/issues/21014). (8.3%)
2 failed (0.3%)
503 passed (70.1%)
________________________ DoctestTest.test_groupby_tests ________________________
[gw15] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.dataframe.pandas_doctests_test.DoctestTest testMethod=test_groupby_tests>
def test_groupby_tests(self):
result = doctests.testmod(
pd.core.groupby.groupby,
use_beam=False,
wont_implement_ok={
'pandas.core.groupby.groupby.GroupBy.head': ['*'],
'pandas.core.groupby.groupby.GroupBy.tail': ['*'],
'pandas.core.groupby.groupby.GroupBy.nth': ['*'],
'pandas.core.groupby.groupby.GroupBy.cumcount': ['*'],
'pandas.core.groupby.groupby.GroupBy.resample': ['*'],
},
not_implemented_ok={
'pandas.core.groupby.groupby.GroupBy.ngroup': ['*'],
'pandas.core.groupby.groupby.GroupBy.sample': ['*'],
'pandas.core.groupby.groupby.GroupBy.rank': ['*'],
'pandas.core.groupby.groupby.GroupBy.nth': [
"df.groupby('A', as_index=False).nth(1)",
],
},
skip={
# Uses iloc to mutate a DataFrame
'pandas.core.groupby.groupby.GroupBy.resample': [
'df.iloc[2, 0] = 5',
'df',
],
# df is reassigned
'pandas.core.groupby.groupby.GroupBy.rank': ['df'],
# TODO: Raise wont implement for list passed as a grouping column
# Currently raises unhashable type: list
'pandas.core.groupby.groupby.GroupBy.ngroup': [
'df.groupby(["A", [1,1,2,3,2,1]]).ngroup()'
],
})
> self.assertEqual(result.failed, 0)
E AssertionError: 9 != 0
apache_beam/dataframe/pandas_doctests_test.py:736: AssertionError
----------------------------- Captured stdout call -----------------------------
**********************************************************************
File "/nix/store/bd5mldrdfdxr8p8y5w35c0f525wfdnn9-python3.10-pandas-1.5.2/lib/python3.10/site-packages/pandas/core/groupby/groupby.py", line 1595, in pandas.core.groupby.groupby.GroupBy.apply
Failed example:
g1 = df.groupby('A', group_keys=False)
Exception raised:
Traceback (most recent call last):
File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest pandas.core.groupby.groupby.GroupBy.apply[1]>", line 1, in <module>
g1 = df.groupby('A', group_keys=False)
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper
return func(**kwargs)
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper
return func(**kwargs)
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 384, in groupby
raise NotImplementedError('groupby(group_keys=False)')
NotImplementedError: groupby(group_keys=False)
**********************************************************************
File "/nix/store/bd5mldrdfdxr8p8y5w35c0f525wfdnn9-python3.10-pandas-1.5.2/lib/python3.10/site-packages/pandas/core/groupby/groupby.py", line 1606, in pandas.core.groupby.groupby.GroupBy.apply
Failed example:
g1[['B', 'C']].apply(lambda x: x / x.sum())
Exception raised:
Traceback (most recent call last):
File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest pandas.core.groupby.groupby.GroupBy.apply[3]>", line 1, in <module>
g1[['B', 'C']].apply(lambda x: x / x.sum())
NameError: name 'g1' is not defined
**********************************************************************
File "/nix/store/bd5mldrdfdxr8p8y5w35c0f525wfdnn9-python3.10-pandas-1.5.2/lib/python3.10/site-packages/pandas/core/groupby/groupby.py", line 1615, in pandas.core.groupby.groupby.GroupBy.apply
Failed example:
g2[['B', 'C']].apply(lambda x: x / x.sum())
Expected:
1 0.666667 0.6
A
B C
a 0 0.333333 0.4
b 2 1.000000 1.0
Got:
0 0.333333 0.4
1 0.666667 0.6
2 1.000000 1.0
B C
**********************************************************************
File "/nix/store/bd5mldrdfdxr8p8y5w35c0f525wfdnn9-python3.10-pandas-1.5.2/lib/python3.10/site-packages/pandas/core/groupby/groupby.py", line 1630, in pandas.core.groupby.groupby.GroupBy.apply
Failed example:
g1[['B', 'C']].apply(lambda x: x.astype(float).max() - x.min())
Exception raised:
Traceback (most recent call last):
File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest pandas.core.groupby.groupby.GroupBy.apply[5]>", line 1, in <module>
g1[['B', 'C']].apply(lambda x: x.astype(float).max() - x.min())
NameError: name 'g1' is not defined
**********************************************************************
File "/nix/store/bd5mldrdfdxr8p8y5w35c0f525wfdnn9-python3.10-pandas-1.5.2/lib/python3.10/site-packages/pandas/core/groupby/groupby.py", line 1651, in pandas.core.groupby.groupby.GroupBy.apply
Failed example:
g1.apply(lambda x: x.C.max() - x.B.min())
Exception raised:
Traceback (most recent call last):
File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest pandas.core.groupby.groupby.GroupBy.apply[7]>", line 1, in <module>
g1.apply(lambda x: x.C.max() - x.B.min())
NameError: name 'g1' is not defined
**********************************************************************
File "/nix/store/bd5mldrdfdxr8p8y5w35c0f525wfdnn9-python3.10-pandas-1.5.2/lib/python3.10/site-packages/pandas/core/groupby/groupby.py", line 2517, in pandas.core.groupby.groupby.GroupBy.first
Failed example:
df.groupby("A").first()
Exception raised:
Traceback (most recent call last):
File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest pandas.core.groupby.groupby.GroupBy.first[2]>", line 1, in <module>
df.groupby("A").first()
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 427, in wrapper
raise NotImplementedError(
NotImplementedError: 'first' is not implemented yet. If support for 'first' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318
**********************************************************************
File "/nix/store/bd5mldrdfdxr8p8y5w35c0f525wfdnn9-python3.10-pandas-1.5.2/lib/python3.10/site-packages/pandas/core/groupby/groupby.py", line 2522, in pandas.core.groupby.groupby.GroupBy.first
Failed example:
df.groupby("A").first(min_count=2)
Exception raised:
Traceback (most recent call last):
File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest pandas.core.groupby.groupby.GroupBy.first[3]>", line 1, in <module>
df.groupby("A").first(min_count=2)
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 427, in wrapper
raise NotImplementedError(
NotImplementedError: 'first' is not implemented yet. If support for 'first' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318
**********************************************************************
File "/nix/store/bd5mldrdfdxr8p8y5w35c0f525wfdnn9-python3.10-pandas-1.5.2/lib/python3.10/site-packages/pandas/core/groupby/groupby.py", line 2527, in pandas.core.groupby.groupby.GroupBy.first
Failed example:
df.groupby("A").first(numeric_only=True)
Exception raised:
Traceback (most recent call last):
File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest pandas.core.groupby.groupby.GroupBy.first[4]>", line 1, in <module>
df.groupby("A").first(numeric_only=True)
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 427, in wrapper
raise NotImplementedError(
NotImplementedError: 'first' is not implemented yet. If support for 'first' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318
**********************************************************************
File "/nix/store/bd5mldrdfdxr8p8y5w35c0f525wfdnn9-python3.10-pandas-1.5.2/lib/python3.10/site-packages/pandas/core/groupby/groupby.py", line 2587, in pandas.core.groupby.groupby.GroupBy.last
Failed example:
df.groupby("A").last()
Exception raised:
Traceback (most recent call last):
File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest pandas.core.groupby.groupby.GroupBy.last[1]>", line 1, in <module>
df.groupby("A").last()
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 427, in wrapper
raise NotImplementedError(
NotImplementedError: 'last' is not implemented yet. If support for 'last' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318
**********************************************************************
3 items had failures:
5 of 8 in pandas.core.groupby.groupby.GroupBy.apply
3 of 5 in pandas.core.groupby.groupby.GroupBy.first
1 of 2 in pandas.core.groupby.groupby.GroupBy.last
***Test Failed*** 9 failures.
80 total test cases:
5 skipped (6.2%)
20 apache_beam.dataframe.frame_base.WontImplementError (25.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.cumcount[2]>", line 1, in <module>\n df.groupby('A').cumcount()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'cumcount' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.cumcount[3]>", line 1, in <module>\n df.groupby('A').cumcount(ascending=False)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'cumcount' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.head[1]>", line 1, in <module>\n df.groupby('A').head(1)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'head' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.head[2]>", line 1, in <module>\n df.groupby('A').head(-1)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'head' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.nth[2]>", line 1, in <module>\n g.nth(0)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'nth' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.nth[3]>", line 1, in <module>\n g.nth(1)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'nth' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.nth[4]>", line 1, in <module>\n g.nth(-1)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'nth' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.nth[5]>", line 1, in <module>\n g.nth([0, 1])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'nth' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.nth[6]>", line 1, in <module>\n g.nth(slice(None, -1))\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'nth' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.nth[7]>", line 1, in <module>\n g.nth[0, 1]\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'nth' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.nth[8]>", line 1, in <module>\n g.nth[:-1]\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'nth' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.nth[9]>", line 1, in <module>\n g.nth(0, dropna='any')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'nth' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.nth[10]>", line 1, in <module>\n g.nth(3, dropna='any')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'nth' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.resample[4]>", line 1, in <module>\n df.groupby('a').resample('3T').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.resample[5]>", line 1, in <module>\n df.groupby('a').resample('30S').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.resample[6]>", line 1, in <module>\n df.groupby('a').resample('M').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.resample[7]>", line 1, in <module>\n df.groupby('a').resample('3T', closed='right').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.resample[8]>", line 1, in <module>\n df.groupby('a').resample('3T', closed='right', label='right').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.tail[1]>", line 1, in <module>\n df.groupby('A').tail(1)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'tail' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (5.0%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.groupby.groupby.GroupBy.tail[2]>", line 1, in <module>\n df.groupby('A').tail(-1)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'tail' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (5.0%)
7 NotImplementedError (8.8%)
3 'sample' is not implemented yet. If support for 'sample' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (42.9%)
2 'ngroup' is not implemented yet. If support for 'ngroup' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (28.6%)
1 groupby(as_index=False) (14.3%)
1 'rank' is not implemented yet. If support for 'rank' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (14.3%)
9 failed (11.2%)
39 passed (48.8%)
________________________ DoctestTest.test_ndframe_tests ________________________
[gw15] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.dataframe.pandas_doctests_test.DoctestTest testMethod=test_ndframe_tests>
def test_ndframe_tests(self):
# IO methods are tested in io_test.py
skip_writes = {
f'pandas.core.generic.NDFrame.{name}': ['*']
for name in dir(pd.core.generic.NDFrame) if name.startswith('to_')
}
result = doctests.testmod(
pd.core.generic,
use_beam=False,
report=True,
wont_implement_ok={
'pandas.core.generic.NDFrame.head': ['*'],
'pandas.core.generic.NDFrame.shift': [
'df.shift(periods=3)',
'df.shift(periods=3, fill_value=0)',
],
'pandas.core.generic.NDFrame.tail': ['*'],
'pandas.core.generic.NDFrame.take': ['*'],
'pandas.core.generic.NDFrame.values': ['*'],
'pandas.core.generic.NDFrame.tz_localize': [
"s.tz_localize('CET', ambiguous='infer')",
# np.array is not a deferred object. This use-case is possible
# with a deferred Series though, which is tested in
# frames_test.py
"s.tz_localize('CET', ambiguous=np.array([True, True, False]))",
],
'pandas.core.generic.NDFrame.truncate': [
# These inputs rely on tail (wont implement, order
# sensitive) for verification
"df.tail()",
"df.truncate(before=pd.Timestamp('2016-01-05'),\n"
" after=pd.Timestamp('2016-01-10')).tail()",
"df.truncate('2016-01-05', '2016-01-10').tail()",
"df.loc['2016-01-05':'2016-01-10', :].tail()"
],
'pandas.core.generic.NDFrame.replace': [
"s.replace([1, 2], method='bfill')",
# Relies on method='pad'
"s.replace('a')",
# Relies on method='pad'
# value=None is not valid for pandas < 1.4
"s.replace('a', None)",
# Implicitly uses method='pad', but output doesn't rely on that
# behavior. Verified indepently in
# frames_test.py::DeferredFrameTest::test_replace
"df.replace(regex={r'^ba.$': 'new', 'foo': 'xyz'})"
],
'pandas.core.generic.NDFrame.fillna': [
'df.fillna(method=\'ffill\')',
'df.fillna(method="ffill")',
'df.fillna(value=values, limit=1)',
],
'pandas.core.generic.NDFrame.sort_values': ['*'],
'pandas.core.generic.NDFrame.mask': [
'df.where(m, -df) == np.where(m, df, -df)'
],
'pandas.core.generic.NDFrame.where': [
'df.where(m, -df) == np.where(m, df, -df)'
],
'pandas.core.generic.NDFrame.interpolate': ['*'],
'pandas.core.generic.NDFrame.resample': ['*'],
'pandas.core.generic.NDFrame.rolling': ['*'],
# argsort wont implement
'pandas.core.generic.NDFrame.abs': [
'df.loc[(df.c - 43).abs().argsort()]',
],
'pandas.core.generic.NDFrame.reindex': ['*'],
'pandas.core.generic.NDFrame.pct_change': ['*'],
'pandas.core.generic.NDFrame.asof': ['*'],
'pandas.core.generic.NDFrame.infer_objects': ['*'],
'pandas.core.generic.NDFrame.ewm': ['*'],
'pandas.core.generic.NDFrame.expanding': ['*'],
'pandas.core.generic.NDFrame.get': ['*'],
},
not_implemented_ok={
'pandas.core.generic.NDFrame.asof': ['*'],
'pandas.core.generic.NDFrame.at_time': ['*'],
'pandas.core.generic.NDFrame.between_time': ['*'],
'pandas.core.generic.NDFrame.ewm': ['*'],
'pandas.core.generic.NDFrame.expanding': ['*'],
'pandas.core.generic.NDFrame.flags': ['*'],
'pandas.core.generic.NDFrame.rank': ['*'],
'pandas.core.generic.NDFrame.reindex_like': ['*'],
'pandas.core.generic.NDFrame.replace': ['*'],
'pandas.core.generic.NDFrame.sample': ['*'],
'pandas.core.generic.NDFrame.set_flags': ['*'],
'pandas.core.generic.NDFrame.squeeze': ['*'],
'pandas.core.generic.NDFrame.truncate': ['*'],
},
skip={
# Internal test
'pandas.core.generic.NDFrame._set_axis_name': ['*'],
# Fails to construct test series. asfreq is not implemented anyway.
'pandas.core.generic.NDFrame.asfreq': ['*'],
'pandas.core.generic.NDFrame.astype': ['*'],
'pandas.core.generic.NDFrame.convert_dtypes': ['*'],
'pandas.core.generic.NDFrame.copy': ['*'],
'pandas.core.generic.NDFrame.droplevel': ['*'],
'pandas.core.generic.NDFrame.get': ['*'],
'pandas.core.generic.NDFrame.rank': [
# Modified dataframe
'df'
],
'pandas.core.generic.NDFrame.rename': [
# Seems to be an upstream bug. The actual error has a different
# message:
# TypeError: Index(...) must be called with a collection of
# some kind, 2 was passed
# pandas doctests only verify the type of exception
'df.rename(2)'
],
# For pandas >= 1.4, rename is changed to _rename
'pandas.core.generic.NDFrame._rename': [
# Seems to be an upstream bug. The actual error has a different
# message:
# TypeError: Index(...) must be called with a collection of
# some kind, 2 was passed
# pandas doctests only verify the type of exception
'df.rename(2)'
],
# Tests rely on setting index
'pandas.core.generic.NDFrame.rename_axis': ['*'],
# Raises right exception, but testing framework has matching issues.
'pandas.core.generic.NDFrame.replace': [
"df.replace({'a string': 'new value', True: False}) # raises"
],
'pandas.core.generic.NDFrame.squeeze': ['*'],
# NameError
'pandas.core.generic.NDFrame.resample': ['df'],
# Skipped so we don't need to install natsort
'pandas.core.generic.NDFrame.sort_values': [
'from natsort import index_natsorted',
'df.sort_values(\n'
' by="time",\n'
' key=lambda x: np.argsort(index_natsorted(df["time"]))\n'
')'
],
**skip_writes
})
> self.assertEqual(result.failed, 0)
E AssertionError: 1 != 0
apache_beam/dataframe/pandas_doctests_test.py:172: AssertionError
----------------------------- Captured stdout call -----------------------------
**********************************************************************
File "/nix/store/bd5mldrdfdxr8p8y5w35c0f525wfdnn9-python3.10-pandas-1.5.2/lib/python3.10/site-packages/pandas/core/generic.py", line 9082, in pandas.core.generic.NDFrame.rank
Failed example:
s["d"] = s["b"]
Expected nothing
Got:
Traceback (most recent call last):
File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run
exec(compile(example.source, filename, "single",
File "<doctest pandas.core.generic.NDFrame.rank[3]>", line 1, in <module>
s["d"] = s["b"]
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 1314, in __getitem__
raise frame_base.WontImplementError(
apache_beam.dataframe.frame_base.WontImplementError: Indexing a series with key of type <class 'str'> is not supported because it produces a non-deferred result.
For more information see https://s.apache.org/dataframe-non-deferred-result.
**********************************************************************
1 items had failures:
1 of 10 in pandas.core.generic.NDFrame.rank
***Test Failed*** 1 failures.
559 total test cases:
183 skipped (32.7%)
95 apache_beam.dataframe.frame_base.WontImplementError (17.0%)
5 NameError following apache_beam.dataframe.frame_base.WontImplementError (5.3%)
3 'take' is not yet supported because it is deprecated in pandas. (3.2%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.abs[8]>", line 1, in <module>\n df.loc[(df.c - 43).abs().argsort()]\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'argsort' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.asof[2]>", line 1, in <module>\n s.asof(20)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'asof' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.asof[3]>", line 1, in <module>\n s.asof([5, 20])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'asof' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.asof[4]>", line 1, in <module>\n s.asof(30)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'asof' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.asof[6]>", line 1, in <module>\n df.asof(pd.DatetimeIndex(['2018-02-27 09:03:30',\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'asof' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.asof[7]>", line 1, in <module>\n df.asof(pd.DatetimeIndex(['2018-02-27 09:03:30',\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'asof' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.ewm[2]>", line 1, in <module>\n df.ewm(com=0.5).mean()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'ewm' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.ewm[3]>", line 1, in <module>\n df.ewm(alpha=2 / 3).mean()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'ewm' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.ewm[4]>", line 1, in <module>\n df.ewm(com=0.5, adjust=True).mean()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'ewm' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.ewm[5]>", line 1, in <module>\n df.ewm(com=0.5, adjust=False).mean()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'ewm' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.ewm[6]>", line 1, in <module>\n df.ewm(com=0.5, ignore_na=True).mean()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'ewm' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.ewm[7]>", line 1, in <module>\n df.ewm(com=0.5, ignore_na=False).mean()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'ewm' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.ewm[9]>", line 1, in <module>\n df.ewm(halflife='4 days', times=pd.DatetimeIndex(times)).mean()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'ewm' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.expanding[2]>", line 1, in <module>\n df.expanding(1).sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'expanding' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.expanding[3]>", line 1, in <module>\n df.expanding(3).sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'expanding' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.fillna[3]>", line 1, in <module>\n df.fillna(method="ffill")\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 275, in fillna\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: fillna(method='ffill', axis='index') is not supported because it is order-sensitive. Only fillna(method=None) is supported with axis='index'.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.fillna[6]>", line 1, in <module>\n df.fillna(value=values, limit=1)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 281, in fillna\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: fillna(limit=None, axis='index') is not supported because it is order-sensitive. Only fillna(limit=None) is supported with axis='index'.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.head[2]>", line 1, in <module>\n df.head()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'head' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.head[3]>", line 1, in <module>\n df.head(3)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'head' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.head[4]>", line 1, in <module>\n df.head(-3)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'head' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.infer_objects[1]>", line 1, in <module>\n df = df.iloc[1:]\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 4865, in __getitem__\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: Using iloc to select rows is not supported because it's position-based indexing is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.interpolate[2]>", line 1, in <module>\n s.interpolate()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'interpolate' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.interpolate[5]>", line 1, in <module>\n s.interpolate(method='pad', limit=2)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'interpolate' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.interpolate[7]>", line 1, in <module>\n s.interpolate(method='polynomial', order=2)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'interpolate' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.interpolate[10]>", line 1, in <module>\n df.interpolate(method='linear', limit_direction='forward', axis=0)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'interpolate' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.interpolate[11]>", line 1, in <module>\n df['d'].interpolate(method='polynomial', order=2)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'interpolate' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.mask[13]>", line 1, in <module>\n df.where(m, -df) == np.where(m, df, -df)\n File "<__array_function__ internals>", line 180, in where\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: '__array__' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.pct_change[2]>", line 1, in <module>\n s.pct_change()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'pct_change' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.pct_change[3]>", line 1, in <module>\n s.pct_change(periods=2)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'pct_change' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.pct_change[6]>", line 1, in <module>\n s.pct_change(fill_method='ffill')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'pct_change' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.pct_change[9]>", line 1, in <module>\n df.pct_change()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'pct_change' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.pct_change[12]>", line 1, in <module>\n df.pct_change(axis='columns', periods=-1)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'pct_change' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.reindex[4]>", line 1, in <module>\n df.reindex(new_index)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'reindex' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.reindex[5]>", line 1, in <module>\n df.reindex(new_index, fill_value=0)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'reindex' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.reindex[6]>", line 1, in <module>\n df.reindex(new_index, fill_value='missing')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'reindex' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.reindex[7]>", line 1, in <module>\n df.reindex(columns=['http_status', 'user_agent'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'reindex' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.reindex[8]>", line 1, in <module>\n df.reindex(['http_status', 'user_agent'], axis="columns")\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'reindex' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.reindex[13]>", line 1, in <module>\n df2.reindex(date_index2)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'reindex' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.reindex[14]>", line 1, in <module>\n df2.reindex(date_index2, method='bfill')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'reindex' is not yet supported because it is sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.replace[6]>", line 1, in <module>\n s.replace([1, 2], method='bfill')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 686, in replace\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: replace(method='bfill') is not supported because it is order sensitive. Only replace(method=None) is supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.replace[14]>", line 1, in <module>\n df.replace(regex={r'^ba.$': 'new', 'foo': 'xyz'})\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 686, in replace\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: replace(method=<no_default>) is not supported because it is order sensitive. Only replace(method=None) is supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.replace[18]>", line 1, in <module>\n s.replace('a')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 469, in wrapper\n result = func(self, **kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 686, in replace\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: replace(method=<no_default>) is not supported because it is order sensitive. Only replace(method=None) is supported.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[3]>", line 1, in <module>\n series.resample('3T').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[4]>", line 1, in <module>\n series.resample('3T', label='right').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[5]>", line 1, in <module>\n series.resample('3T', label='right', closed='right').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[6]>", line 1, in <module>\n series.resample('30S').asfreq()[0:5] # Select first 5 rows\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[7]>", line 1, in <module>\n series.resample('30S').ffill()[0:5]\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[8]>", line 1, in <module>\n series.resample('30S').bfill()[0:5]\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[10]>", line 1, in <module>\n series.resample('3T').apply(custom_resampler)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[13]>", line 1, in <module>\n s.resample('Q', convention='start').asfreq()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[16]>", line 1, in <module>\n q.resample('M', convention='end').asfreq()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[21]>", line 1, in <module>\n df.resample('M', on='week_starting').mean()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[26]>", line 1, in <module>\n df2.resample('D', level=0).sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[31]>", line 1, in <module>\n ts.resample('17min').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[32]>", line 1, in <module>\n ts.resample('17min', origin='epoch').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[33]>", line 1, in <module>\n ts.resample('17min', origin='2000-01-01').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[34]>", line 1, in <module>\n ts.resample('17min', origin='start').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[35]>", line 1, in <module>\n ts.resample('17min', offset='23h30min').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[36]>", line 1, in <module>\n ts.resample('17min', origin='end').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[37]>", line 1, in <module>\n ts.resample('17min', origin='end_day').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[38]>", line 1, in <module>\n ts.resample('17min', offset='2min').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.resample[41]>", line 1, in <module>\n ts_out = ts.resample('17min').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'resample' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.rolling[2]>", line 1, in <module>\n df.rolling(2).sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'rolling' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.rolling[5]>", line 1, in <module>\n df_time.rolling('2s').sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'rolling' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.rolling[7]>", line 1, in <module>\n df.rolling(window=indexer, min_periods=1).sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'rolling' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.rolling[8]>", line 1, in <module>\n df.rolling(2, min_periods=1).sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'rolling' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.rolling[9]>", line 1, in <module>\n df.rolling(3, min_periods=1, center=True).sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'rolling' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.rolling[10]>", line 1, in <module>\n df.rolling(3, min_periods=1, center=False).sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'rolling' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.rolling[11]>", line 1, in <module>\n df.rolling(2, min_periods=1, step=2).sum()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'rolling' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.rolling[12]>", line 1, in <module>\n df.rolling(2, win_type='gaussian').sum(std=3)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'rolling' is not yet supported because implementing it would require integrating with Beam event-time semantics\nFor more information see https://s.apache.org/dataframe-event-time-semantics.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.shift[2]>", line 1, in <module>\n df.shift(periods=3)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3726, in shift\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: shift(axis=0) is only supported with freq defined, and fill_value undefined (got freq=None,fill_value='NOT SET'). Other configurations are sensitive to the order of the data because they require populating shifted rows with `fill_value`.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.shift[4]>", line 1, in <module>\n df.shift(periods=3, fill_value=0)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 3726, in shift\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: shift(axis=0) is only supported with freq defined, and fill_value undefined (got freq=None,fill_value=0). Other configurations are sensitive to the order of the data because they require populating shifted rows with `fill_value`.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.sort_values[2]>", line 1, in <module>\n df.sort_values(by=['col1'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 869, in sort_values\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: sort_values(axis=index) is not supported because it imposes an ordering on the dataset which likely will not be preserved.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.sort_values[3]>", line 1, in <module>\n df.sort_values(by=['col1', 'col2'])\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 869, in sort_values\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: sort_values(axis=index) is not supported because it imposes an ordering on the dataset which likely will not be preserved.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.sort_values[4]>", line 1, in <module>\n df.sort_values(by='col1', ascending=False)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 869, in sort_values\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: sort_values(axis=index) is not supported because it imposes an ordering on the dataset which likely will not be preserved.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.sort_values[5]>", line 1, in <module>\n df.sort_values(by='col1', ascending=False, na_position='first')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 869, in sort_values\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: sort_values(axis=index) is not supported because it imposes an ordering on the dataset which likely will not be preserved.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.sort_values[6]>", line 1, in <module>\n df.sort_values(by='col4', key=lambda col: col.str.lower())\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 869, in sort_values\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: sort_values(axis=index) is not supported because it imposes an ordering on the dataset which likely will not be preserved.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.tail[2]>", line 1, in <module>\n df.tail()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'tail' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.tail[3]>", line 1, in <module>\n df.tail(3)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'tail' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.tail[4]>", line 1, in <module>\n df.tail(-3)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'tail' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.truncate[7]>", line 1, in <module>\n df.tail()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'tail' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.truncate[8]>", line 2, in <module>\n after=pd.Timestamp('2016-01-10')).tail()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'tail' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.truncate[9]>", line 1, in <module>\n df.truncate('2016-01-05', '2016-01-10').tail()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'tail' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.truncate[10]>", line 1, in <module>\n df.loc['2016-01-05':'2016-01-10', :].tail()\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: 'tail' is not yet supported because it is `order-sensitive <https://s.apache.org/dataframe-order-sensitive-operations>`_.\n\nIf you want to peek at a large dataset consider using interactive Beam's :func:`ib.collect <apache_beam.runners.interactive.interactive_beam.collect>` with ``n`` specified, or :meth:`sample`. If you want to find the N largest elements, consider using :meth:`DeferredDataFrame.nlargest`.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.tz_localize[3]>", line 1, in <module>\n s.tz_localize('CET', ambiguous='infer')\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 735, in tz_localize\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: tz_localize(ambiguous='infer') is not allowed because it makes this operation sensitive to the order of the data.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.tz_localize[5]>", line 1, in <module>\n s.tz_localize('CET', ambiguous=np.array([True, True, False]))\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 499, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 622, in wrapper\n return func(**kwargs)\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py", line 719, in tz_localize\n raise frame_base.WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: tz_localize(ambiguous=ndarray) is not supported because it makes this operation sensitive to the order of the data. Please use a DeferredSeries instead.\nFor more information see https://s.apache.org/dataframe-order-sensitive-operations.\n (1.1%)
1 Traceback (most recent call last):\n File "/nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/lib/python3.10/doctest.py", line 1350, in __run\n exec(compile(example.source, filename, "single",\n File "<doctest pandas.core.generic.NDFrame.where[13]>", line 1, in <module>\n df.where(m, -df) == np.where(m, df, -df)\n File "<__array_function__ internals>", line 180, in where\n File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frame_base.py", line 403, in wrapper\n raise WontImplementError(\napache_beam.dataframe.frame_base.WontImplementError: '__array__' is not yet supported because it produces an output type that is not deferred.\nFor more information see https://s.apache.org/dataframe-non-deferred-result.\n (1.1%)
18 NotImplementedError (3.2%)
6 'flags' is not implemented yet. If support for 'flags' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (33.3%)
5 'rank' is not implemented yet. If support for 'rank' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (27.8%)
2 When axis=None, only n and/or weights may be specified. frac, random_state, and replace=True are not yet supported (got frac=None, random_state=1, replace=False). See https://github.com/apache/beam/issues/21010. (11.1%)
1 'reindex_like' is not implemented yet. If support for 'reindex_like' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (5.6%)
1 When axis=None, only n and/or weights may be specified. frac, random_state, and replace=True are not yet supported (got frac=0.5, random_state=1, replace=True). See https://github.com/apache/beam/issues/21010. (5.6%)
1 When axis=None, only n and/or weights may be specified. frac, random_state, and replace=True are not yet supported (got frac=2, random_state=1, replace=True). See https://github.com/apache/beam/issues/21010. (5.6%)
1 'set_flags' is not implemented yet. If support for 'set_flags' is important to you, please let the Beam community know by writing to [email protected] (see https://beam.apache.org/community/contact-us/) or commenting on https://github.com/apache/beam/issues/20318 (5.6%)
1 NameError following NotImplementedError (5.6%)
1 failed (0.2%)
262 passed (46.9%)
______________ MainInputTest.test_typed_ptransform_fn_post_hints _______________
[gw10] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.typehints.typed_pipeline_test.MainInputTest testMethod=test_typed_ptransform_fn_post_hints>
def test_typed_ptransform_fn_post_hints(self):
# Test that type hints are propagated to the created PTransform.
# Decorator appears after type hints. This style is required for Cython
# functions, since they don't accept assigning attributes to them.
@typehints.with_input_types(int)
@beam.ptransform_fn
def MyMap(pcoll):
return pcoll | beam.ParDo(lambda x: [x])
self.assertListEqual([1, 2, 3], [1, 2, 3] | MyMap())
> with self.assertRaises(typehints.TypeCheckError):
E AssertionError: TypeCheckError not raised
apache_beam/typehints/typed_pipeline_test.py:294: AssertionError
------------------------------ Captured log call -------------------------------
WARNING apache_beam.options.pipeline_options:pipeline_options.py:352 Discarding unparseable args: ['-c']
WARNING apache_beam.options.pipeline_options:pipeline_options.py:352 Discarding unparseable args: ['-c']
___________ MainInputTest.test_typed_ptransform_fn_conflicting_hints ___________
[gw20] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
apache_beam.typehints.decorators.TypeCheckError: Type hint violation for 'ParDo(CallableWrapperDoFn)': requires <class 'float'> but got <class 'str'> for element
Full type hint:
IOTypeHints[inputs=((<class 'float'>,), {}), outputs=((Any,), {})]
strip_iterable()
based on:
IOTypeHints[inputs=((<class 'float'>,), {}), outputs=((Any,), {})]
from_callable(fn)
signature: (element: float)
File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/typehints/typed_pipeline_test.py", line 431
During handling of the above exception, another exception occurred:
self = <apache_beam.typehints.typed_pipeline_test.MainInputTest testMethod=test_typed_ptransform_fn_conflicting_hints>
def test_typed_ptransform_fn_conflicting_hints(self):
# In this case, both MyMap and its contained ParDo have separate type
# checks (that disagree with each other).
@beam.ptransform_fn
@typehints.with_input_types(int)
def MyMap(pcoll):
def fn(element: float):
yield element
return pcoll | beam.ParDo(fn)
with self.assertRaisesRegex(typehints.TypeCheckError,
r'ParDo.*requires.*float.*got.*int'):
_ = [1, 2, 3] | MyMap()
> with self.assertRaisesRegex(typehints.TypeCheckError,
r'MyMap.*expected.*int.*got.*str'):
E AssertionError: "MyMap.*expected.*int.*got.*str" does not match "Type hint violation for 'ParDo(CallableWrapperDoFn)': requires <class 'float'> but got <class 'str'> for element
E Full type hint:
E IOTypeHints[inputs=((<class 'float'>,), {}), outputs=((Any,), {})]
E strip_iterable()
E
E based on:
E IOTypeHints[inputs=((<class 'float'>,), {}), outputs=((Any,), {})]
E from_callable(fn)
E signature: (element: float)
E File "/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/typehints/typed_pipeline_test.py", line 431"
apache_beam/typehints/typed_pipeline_test.py:439: AssertionError
_________ MainInputTest.test_typed_ptransform_fn_multi_input_types_kw __________
[gw20] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.typehints.typed_pipeline_test.MainInputTest testMethod=test_typed_ptransform_fn_multi_input_types_kw>
def test_typed_ptransform_fn_multi_input_types_kw(self):
@beam.ptransform_fn
@beam.typehints.with_input_types(strings=str, integers=int)
def multi_input(pcoll_dict, additional_arg):
_ = pcoll_dict['strings']
_ = pcoll_dict['integers']
assert additional_arg == 'additional_arg'
with TestPipeline() as p:
pcoll1 = p | 'c1' >> beam.Create(['a'])
pcoll2 = p | 'c2' >> beam.Create([1])
_ = {
'strings': pcoll1, 'integers': pcoll2
} | multi_input('additional_arg')
> with self.assertRaises(typehints.TypeCheckError):
E AssertionError: TypeCheckError not raised
apache_beam/typehints/typed_pipeline_test.py:325: AssertionError
_______________ MainInputTest.test_typed_ptransform_fn_pre_hints _______________
[gw10] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.typehints.typed_pipeline_test.MainInputTest testMethod=test_typed_ptransform_fn_pre_hints>
def test_typed_ptransform_fn_pre_hints(self):
# Test that type hints are propagated to the created PTransform.
# Decorator appears before type hints. This is the more common style.
@beam.ptransform_fn
@typehints.with_input_types(int)
def MyMap(pcoll):
return pcoll | beam.ParDo(lambda x: [x])
self.assertListEqual([1, 2, 3], [1, 2, 3] | MyMap())
> with self.assertRaises(typehints.TypeCheckError):
E AssertionError: TypeCheckError not raised
apache_beam/typehints/typed_pipeline_test.py:281: AssertionError
------------------------------ Captured log call -------------------------------
WARNING apache_beam.options.pipeline_options:pipeline_options.py:352 Discarding unparseable args: ['-c']
WARNING apache_beam.options.pipeline_options:pipeline_options.py:352 Discarding unparseable args: ['-c']
_________ MainInputTest.test_typed_ptransform_fn_multi_input_types_pos _________
[gw20] linux -- Python 3.10.9 /nix/store/sp5x6s8n36gjlwck74xhj1i61p66vcpa-python3-3.10.9/bin/python3.10
self = <apache_beam.typehints.typed_pipeline_test.MainInputTest testMethod=test_typed_ptransform_fn_multi_input_types_pos>
def test_typed_ptransform_fn_multi_input_types_pos(self):
@beam.ptransform_fn
@beam.typehints.with_input_types(str, int)
def multi_input(pcoll_tuple, additional_arg):
_, _ = pcoll_tuple
assert additional_arg == 'additional_arg'
with TestPipeline() as p:
pcoll1 = p | 'c1' >> beam.Create(['a'])
pcoll2 = p | 'c2' >> beam.Create([1])
_ = (pcoll1, pcoll2) | multi_input('additional_arg')
> with self.assertRaises(typehints.TypeCheckError):
E AssertionError: TypeCheckError not raised
apache_beam/typehints/typed_pipeline_test.py:308: AssertionError
=============================== warnings summary ===============================
../../../../3mz3vp6njgj43mrp4lvan7pfch8y4f3x-python3.10-hdfs-2.5.8/lib/python3.10/site-packages/hdfs/config.py:15: 32 warnings
/nix/store/3mz3vp6njgj43mrp4lvan7pfch8y4f3x-python3.10-hdfs-2.5.8/lib/python3.10/site-packages/hdfs/config.py:15: DeprecationWarning: the imp module is deprecated in favour of importlib and slated for removal in Python 3.12; see the module's documentation for alternative uses
from imp import load_source
apache_beam/pipeline_test.py:722: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/pipeline_test.py:722: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/pipeline_test.py:733: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/pipeline_test.py:733: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/pipeline_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/pvalue_test.py)
class TestPipeline(Pipeline):
apache_beam/coders/coders_test_common.py:111: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/coders/coders_test_common.py:111: PytestUnknownMarkWarning: Unknown pytest.mark.no_xdist - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_xdist
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/coders/row_coder_test.py)
class TestPipeline(Pipeline):
apache_beam/dataframe/io_it_test.py:43: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/io_it_test.py:43: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/dataframe/io_it_test.py:56: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/io_it_test.py:56: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/dataframe/io_it_test.py:70: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/io_it_test.py:70: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/dataframe/io_it_test.py:85: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/io_it_test.py:85: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/dataframe/io_it_test.py:99: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/io_it_test.py:99: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/dataframe/io_it_test.py)
class TestPipeline(Pipeline):
apache_beam/dataframe/io_test.py:131: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/io_test.py:131: PytestUnknownMarkWarning: Unknown pytest.mark.uses_pyarrow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_pyarrow
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/dataframe/schemas_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/fastavro_it_test.py:114: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/fastavro_it_test.py:114: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/fastavro_it_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/streaming_wordcount_debugging_it_test.py:99: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/streaming_wordcount_debugging_it_test.py:99: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/streaming_wordcount_debugging_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/examples/streaming_wordcount_debugging_test.py)
class TestStream(PTransform):
apache_beam/examples/streaming_wordcount_it_test.py:96: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/streaming_wordcount_it_test.py:96: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/streaming_wordcount_it_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/wordcount_debugging_test.py:35: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/wordcount_debugging_test.py:35: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/wordcount_debugging_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/wordcount_it_test.py:47: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/wordcount_it_test.py:47: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/examples/wordcount_it_test.py:51: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/wordcount_it_test.py:51: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/examples/wordcount_it_test.py:52: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/wordcount_it_test.py:52: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_direct - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_direct
apache_beam/examples/wordcount_it_test.py:53: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/wordcount_it_test.py:53: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_spark - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_spark
apache_beam/examples/wordcount_it_test.py:54: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/wordcount_it_test.py:54: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_flink - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_flink
apache_beam/examples/wordcount_it_test.py:92: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/wordcount_it_test.py:92: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/examples/wordcount_it_test.py:93: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/wordcount_it_test.py:93: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatescontainer - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatescontainer
apache_beam/examples/wordcount_it_test.py:97: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/wordcount_it_test.py:97: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatescontainer - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatescontainer
apache_beam/examples/wordcount_it_test.py:104: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/wordcount_it_test.py:104: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatescontainer - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatescontainer
apache_beam/examples/wordcount_it_test.py:111: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/wordcount_it_test.py:111: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatescontainer - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatescontainer
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/wordcount_it_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/wordcount_minimal_test.py:49: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/wordcount_minimal_test.py:49: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/wordcount_minimal_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/wordcount_test.py:50: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/wordcount_test.py:50: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/wordcount_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/complete/autocomplete_it_test.py:71: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/autocomplete_it_test.py:71: PytestUnknownMarkWarning: Unknown pytest.mark.no_xdist - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_xdist
apache_beam/examples/complete/autocomplete_it_test.py:72: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/autocomplete_it_test.py:72: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/autocomplete_it_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/complete/autocomplete_test.py:57: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/autocomplete_test.py:57: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/autocomplete_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/complete/distribopt_test.py:49: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/distribopt_test.py:49: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_dataflow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_dataflow
apache_beam/examples/complete/distribopt_test.py:50: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/distribopt_test.py:50: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/distribopt_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/complete/estimate_pi_it_test.py:34: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/estimate_pi_it_test.py:34: PytestUnknownMarkWarning: Unknown pytest.mark.no_xdist - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_xdist
apache_beam/examples/complete/estimate_pi_it_test.py:35: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/estimate_pi_it_test.py:35: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/estimate_pi_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/estimate_pi_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/complete/tfidf_it_test.py:44: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/tfidf_it_test.py:44: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/examples/complete/tfidf_it_test.py:45: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/tfidf_it_test.py:45: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_flink - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_flink
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/tfidf_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/tfidf_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/complete/top_wikipedia_sessions_it_test.py:73: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/top_wikipedia_sessions_it_test.py:73: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_dataflow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_dataflow
apache_beam/examples/complete/top_wikipedia_sessions_it_test.py:74: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/top_wikipedia_sessions_it_test.py:74: PytestUnknownMarkWarning: Unknown pytest.mark.no_xdist - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_xdist
apache_beam/examples/complete/top_wikipedia_sessions_it_test.py:75: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/top_wikipedia_sessions_it_test.py:75: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/top_wikipedia_sessions_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/top_wikipedia_sessions_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/complete/game/game_stats_it_test.py:107: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/game_stats_it_test.py:107: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/examples/complete/game/game_stats_it_test.py:108: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/game_stats_it_test.py:108: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/examples/complete/game/game_stats_it_test.py:111: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/game_stats_it_test.py:111: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_direct - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_direct
apache_beam/examples/complete/game/game_stats_it_test.py:112: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/game_stats_it_test.py:112: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_spark - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_spark
apache_beam/examples/complete/game/game_stats_it_test.py:113: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/game_stats_it_test.py:113: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_flink - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_flink
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/game/game_stats_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/game/game_stats_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/complete/game/hourly_team_score_it_test.py:66: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/hourly_team_score_it_test.py:66: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/examples/complete/game/hourly_team_score_it_test.py:93: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/hourly_team_score_it_test.py:93: PytestUnknownMarkWarning: Unknown pytest.mark.no_xdist - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_xdist
apache_beam/examples/complete/game/hourly_team_score_it_test.py:94: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/hourly_team_score_it_test.py:94: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/game/hourly_team_score_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/game/hourly_team_score_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/complete/game/leader_board_it_test.py:108: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/leader_board_it_test.py:108: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/examples/complete/game/leader_board_it_test.py:109: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/leader_board_it_test.py:109: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/examples/complete/game/leader_board_it_test.py:112: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/leader_board_it_test.py:112: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_direct - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_direct
apache_beam/examples/complete/game/leader_board_it_test.py:113: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/leader_board_it_test.py:113: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_spark - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_spark
apache_beam/examples/complete/game/leader_board_it_test.py:114: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/leader_board_it_test.py:114: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_flink - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_flink
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/game/leader_board_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/game/leader_board_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/complete/game/user_score_it_test.py:64: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/user_score_it_test.py:64: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/examples/complete/game/user_score_it_test.py:88: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/user_score_it_test.py:88: PytestUnknownMarkWarning: Unknown pytest.mark.no_xdist - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_xdist
apache_beam/examples/complete/game/user_score_it_test.py:89: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/game/user_score_it_test.py:89: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/game/user_score_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/complete/game/user_score_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/complete/juliaset/juliaset/juliaset_test.py:34: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/complete/juliaset/juliaset/juliaset_test.py:34: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/examples/cookbook/bigquery_side_input_it_test.py:46: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/bigquery_side_input_it_test.py:46: PytestUnknownMarkWarning: Unknown pytest.mark.no_xdist - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_xdist
apache_beam/examples/cookbook/bigquery_side_input_it_test.py:47: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/bigquery_side_input_it_test.py:47: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/examples/cookbook/bigquery_side_input_it_test.py:48: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/bigquery_side_input_it_test.py:48: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_flink - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_flink
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/cookbook/bigquery_side_input_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/cookbook/bigquery_side_input_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py:42: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py:43: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py:43: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/cookbook/bigquery_tornadoes_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/cookbook/bigquery_tornadoes_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/cookbook/bigtableio_it_test.py:177: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/bigtableio_it_test.py:177: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/cookbook/bigtableio_it_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/cookbook/coders_it_test.py:59: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/coders_it_test.py:59: PytestUnknownMarkWarning: Unknown pytest.mark.no_xdist - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_xdist
apache_beam/examples/cookbook/coders_it_test.py:60: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/coders_it_test.py:60: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/cookbook/coders_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/cookbook/coders_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/cookbook/combiners_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/cookbook/custom_ptransform_it_test.py:51: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/custom_ptransform_it_test.py:51: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/cookbook/custom_ptransform_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/cookbook/custom_ptransform_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/cookbook/datastore_wordcount_it_test.py:45: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/datastore_wordcount_it_test.py:45: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/cookbook/datastore_wordcount_it_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/cookbook/filters_test.py:105: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/filters_test.py:105: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/cookbook/filters_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/cookbook/group_with_coder_test.py:54: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/group_with_coder_test.py:54: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/examples/cookbook/group_with_coder_test.py:78: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/group_with_coder_test.py:78: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_dataflow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_dataflow
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/cookbook/group_with_coder_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/cookbook/mergecontacts_test.py:138: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/mergecontacts_test.py:138: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/examples/cookbook/mergecontacts_test.py:139: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/mergecontacts_test.py:139: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_flink - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_flink
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/cookbook/mergecontacts_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/cookbook/multiple_output_pardo_test.py:51: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/multiple_output_pardo_test.py:51: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/examples/cookbook/multiple_output_pardo_test.py:52: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/cookbook/multiple_output_pardo_test.py:52: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_flink - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_flink
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/cookbook/multiple_output_pardo_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/dataframe/flight_delays_it_test.py:103: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/dataframe/flight_delays_it_test.py:103: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/examples/dataframe/flight_delays_it_test.py:104: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/dataframe/flight_delays_it_test.py:104: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/dataframe/flight_delays_it_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/dataframe/taxiride_it_test.py:47: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/dataframe/taxiride_it_test.py:47: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/examples/dataframe/taxiride_it_test.py:74: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/dataframe/taxiride_it_test.py:74: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/dataframe/taxiride_it_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/dataframe/wordcount_test.py:46: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/dataframe/wordcount_test.py:46: PytestUnknownMarkWarning: Unknown pytest.mark.examples_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.examples_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/dataframe/wordcount_test.py)
class TestPipeline(Pipeline):
apache_beam/examples/inference/tfx_bsl/tfx_bsl_inference_it_test.py:63: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/inference/tfx_bsl/tfx_bsl_inference_it_test.py:63: PytestUnknownMarkWarning: Unknown pytest.mark.uses_tensorflow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_tensorflow
apache_beam/examples/inference/tfx_bsl/tfx_bsl_inference_it_test.py:64: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/examples/inference/tfx_bsl/tfx_bsl_inference_it_test.py:64: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/inference/tfx_bsl/tfx_bsl_inference_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/snippets_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/examples/snippets/snippets_test.py)
class TestStream(PTransform):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/util_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/aggregation/cogroupbykey_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/aggregation/combineglobally_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/aggregation/combineperkey_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/aggregation/combinevalues_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/aggregation/count_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/aggregation/distinct_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/aggregation/groupbykey_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/aggregation/groupintobatches_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/aggregation/latest_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/aggregation/max_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/aggregation/mean_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/aggregation/min_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/aggregation/sample_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/aggregation/sum_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/aggregation/top_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/elementwise/filter_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/elementwise/flatmap_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/elementwise/keys_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/elementwise/kvswap_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/elementwise/map_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/elementwise/pardo_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/elementwise/partition_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/elementwise/regex_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/elementwise/tostring_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/elementwise/values_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/examples/snippets/transforms/elementwise/withtimestamps_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/avroio_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/concat_source_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/filebasedio_perf_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/filebasedsink_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/filebasedsource_test.py)
class TestPipeline(Pipeline):
apache_beam/io/fileio_test.py:294: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/fileio_test.py:294: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/fileio_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/io/fileio_test.py)
class TestStream(PTransform):
apache_beam/io/filesystem_test.py:44: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/filesystem_test.py:44: PytestCollectionWarning: cannot collect test class 'TestingFileSystem' because it has a __init__ constructor (from: apache_beam/io/filesystem_test.py)
class TestingFileSystem(FileSystem):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/mongodbio_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/mongodbio_test.py)
class TestPipeline(Pipeline):
apache_beam/io/parquetio_it_test.py:55: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/parquetio_it_test.py:55: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/parquetio_it_test.py)
class TestPipeline(Pipeline):
apache_beam/io/parquetio_test.py:65: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/parquetio_test.py:65: PytestUnknownMarkWarning: Unknown pytest.mark.uses_pyarrow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_pyarrow
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/parquetio_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/sources_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/textio_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/tfrecordio_test.py)
class TestPipeline(Pipeline):
apache_beam/io/external/generate_sequence_test.py:38: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/external/generate_sequence_test.py:38: PytestUnknownMarkWarning: Unknown pytest.mark.uses_java_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_java_expansion_service
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/external/generate_sequence_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/external/xlang_debeziumio_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/external/xlang_kafkaio_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/external/xlang_kinesisio_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/external/xlang_parquetio_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/external/xlang_snowflakeio_it_test.py)
class TestPipeline(Pipeline):
apache_beam/io/external/xlang_snowflakeio_it_test.py:0: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/external/xlang_snowflakeio_it_test.py:0: PytestCollectionWarning: cannot collect test class 'TestRow' because it has a __new__ constructor (from: apache_beam/io/external/xlang_snowflakeio_it_test.py)
apache_beam/io/gcp/big_query_query_to_table_it_test.py:157: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/big_query_query_to_table_it_test.py:157: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/big_query_query_to_table_it_test.py:180: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/big_query_query_to_table_it_test.py:180: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/big_query_query_to_table_it_test.py:203: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/big_query_query_to_table_it_test.py:203: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/big_query_query_to_table_it_test.py:227: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/big_query_query_to_table_it_test.py:227: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/big_query_query_to_table_it_test.py)
class TestPipeline(Pipeline):
apache_beam/io/gcp/bigquery_io_read_it_test.py:62: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_io_read_it_test.py:62: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_io_read_it_test.py:66: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_io_read_it_test.py:66: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/bigquery_io_read_it_test.py)
class TestPipeline(Pipeline):
apache_beam/io/gcp/bigquery_json_it_test.py:152: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_json_it_test.py:152: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_json_it_test.py:162: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_json_it_test.py:162: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_json_it_test.py:172: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_json_it_test.py:172: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_json_it_test.py:187: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_json_it_test.py:187: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_json_it_test.py:197: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_json_it_test.py:197: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/bigquery_json_it_test.py)
class TestPipeline(Pipeline):
apache_beam/io/gcp/bigquery_read_it_test.py:167: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:167: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:175: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:175: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:184: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:184: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:226: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:226: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:268: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:268: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:425: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:425: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:455: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:455: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:487: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:487: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:498: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:498: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:516: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:516: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:528: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:528: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:541: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:541: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:576: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:576: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:689: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:689: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:698: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:698: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:795: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:795: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_read_it_test.py:818: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_read_it_test.py:818: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/bigquery_read_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/bigquery_read_perf_test.py)
class TestPipeline(Pipeline):
apache_beam/io/gcp/bigquery_write_it_test.py:119: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_write_it_test.py:119: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_write_it_test.py:178: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_write_it_test.py:178: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_write_it_test.py:223: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_write_it_test.py:223: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_write_it_test.py:304: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_write_it_test.py:304: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_write_it_test.py:380: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_write_it_test.py:380: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/bigquery_write_it_test.py:459: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/bigquery_write_it_test.py:459: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/bigquery_write_it_test.py)
class TestPipeline(Pipeline):
apache_beam/io/gcp/dicomio_integration_test.py:138: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/dicomio_integration_test.py:138: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/dicomio_integration_test.py:188: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/dicomio_integration_test.py:188: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/dicomio_integration_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/dicomio_test.py)
class TestPipeline(Pipeline):
apache_beam/io/gcp/gcsio_integration_test.py:114: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/gcsio_integration_test.py:114: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/gcsio_integration_test.py:118: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/gcsio_integration_test.py:118: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/gcsio_integration_test.py:124: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/gcsio_integration_test.py:124: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/gcsio_integration_test.py:167: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/gcsio_integration_test.py:167: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/gcsio_integration_test.py:171: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/gcsio_integration_test.py:171: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/gcsio_integration_test.py:177: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/gcsio_integration_test.py:177: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/gcsio_integration_test.py)
class TestPipeline(Pipeline):
apache_beam/io/gcp/pubsub_integration_test.py:215: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/pubsub_integration_test.py:215: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/io/gcp/pubsub_integration_test.py:219: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/pubsub_integration_test.py:219: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/pubsub_integration_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/pubsub_io_perf_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/pubsub_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/util.py:0: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/util.py:0: PytestCollectionWarning: cannot collect test class 'TestWindowedValue' because it has a __new__ constructor (from: apache_beam/io/gcp/pubsub_test.py)
apache_beam/io/gcp/pubsub_test.py:470: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/pubsub_test.py:470: PytestCollectionWarning: cannot collect test class 'TestPubSubReadEvaluator' because it has a __init__ constructor (from: apache_beam/io/gcp/pubsub_test.py)
class TestPubSubReadEvaluator(object):
apache_beam/io/gcp/datastore/v1new/datastore_write_it_test.py:69: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/datastore/v1new/datastore_write_it_test.py:69: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/datastore/v1new/datastore_write_it_test.py)
class TestPipeline(Pipeline):
apache_beam/io/gcp/experimental/spannerio_read_it_test.py:108: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/experimental/spannerio_read_it_test.py:108: PytestUnknownMarkWarning: Unknown pytest.mark.spannerio_it - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spannerio_it
apache_beam/io/gcp/experimental/spannerio_read_it_test.py:120: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/experimental/spannerio_read_it_test.py:120: PytestUnknownMarkWarning: Unknown pytest.mark.spannerio_it - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spannerio_it
apache_beam/io/gcp/experimental/spannerio_read_it_test.py:131: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/experimental/spannerio_read_it_test.py:131: PytestUnknownMarkWarning: Unknown pytest.mark.spannerio_it - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spannerio_it
apache_beam/io/gcp/experimental/spannerio_read_it_test.py:153: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/experimental/spannerio_read_it_test.py:153: PytestUnknownMarkWarning: Unknown pytest.mark.spannerio_it - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spannerio_it
apache_beam/io/gcp/experimental/spannerio_read_it_test.py:179: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/experimental/spannerio_read_it_test.py:179: PytestUnknownMarkWarning: Unknown pytest.mark.spannerio_it - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spannerio_it
apache_beam/io/gcp/experimental/spannerio_read_it_test.py:202: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/experimental/spannerio_read_it_test.py:202: PytestUnknownMarkWarning: Unknown pytest.mark.spannerio_it - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spannerio_it
apache_beam/io/gcp/experimental/spannerio_read_it_test.py:228: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/experimental/spannerio_read_it_test.py:228: PytestUnknownMarkWarning: Unknown pytest.mark.spannerio_it - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spannerio_it
apache_beam/io/gcp/experimental/spannerio_read_it_test.py:247: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/experimental/spannerio_read_it_test.py:247: PytestUnknownMarkWarning: Unknown pytest.mark.spannerio_it - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spannerio_it
apache_beam/io/gcp/experimental/spannerio_read_it_test.py:269: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/experimental/spannerio_read_it_test.py:269: PytestUnknownMarkWarning: Unknown pytest.mark.spannerio_it - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spannerio_it
apache_beam/io/gcp/experimental/spannerio_read_it_test.py:288: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/experimental/spannerio_read_it_test.py:288: PytestUnknownMarkWarning: Unknown pytest.mark.spannerio_it - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spannerio_it
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/experimental/spannerio_read_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/experimental/spannerio_read_perf_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/experimental/spannerio_test.py)
class TestPipeline(Pipeline):
apache_beam/io/gcp/experimental/spannerio_write_it_test.py:115: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/experimental/spannerio_write_it_test.py:115: PytestUnknownMarkWarning: Unknown pytest.mark.spannerio_it - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spannerio_it
apache_beam/io/gcp/experimental/spannerio_write_it_test.py:141: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/experimental/spannerio_write_it_test.py:141: PytestUnknownMarkWarning: Unknown pytest.mark.spannerio_it - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spannerio_it
apache_beam/io/gcp/experimental/spannerio_write_it_test.py:177: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/experimental/spannerio_write_it_test.py:177: PytestUnknownMarkWarning: Unknown pytest.mark.spannerio_it - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spannerio_it
apache_beam/io/gcp/experimental/spannerio_write_it_test.py:193: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/experimental/spannerio_write_it_test.py:193: PytestUnknownMarkWarning: Unknown pytest.mark.spannerio_it - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spannerio_it
apache_beam/io/gcp/experimental/spannerio_write_it_test.py:222: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/io/gcp/experimental/spannerio_write_it_test.py:222: PytestUnknownMarkWarning: Unknown pytest.mark.spannerio_it - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.spannerio_it
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/experimental/spannerio_write_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/io/gcp/tests/xlang_spannerio_it_test.py)
class TestPipeline(Pipeline):
apache_beam/metrics/metric_test.py:165: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/metrics/metric_test.py:165: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/metrics/metric_test.py)
class TestPipeline(Pipeline):
apache_beam/ml/gcp/cloud_dlp_it_test.py:69: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/ml/gcp/cloud_dlp_it_test.py:69: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/ml/gcp/cloud_dlp_it_test.py:80: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/ml/gcp/cloud_dlp_it_test.py:80: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/ml/gcp/cloud_dlp_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/ml/gcp/cloud_dlp_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/ml/gcp/naturallanguageml_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/ml/inference/base_test.py)
class TestPipeline(Pipeline):
apache_beam/ml/inference/pytorch_inference_it_test.py:68: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/ml/inference/pytorch_inference_it_test.py:68: PytestUnknownMarkWarning: Unknown pytest.mark.uses_pytorch - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_pytorch
apache_beam/ml/inference/pytorch_inference_it_test.py:69: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/ml/inference/pytorch_inference_it_test.py:69: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/ml/inference/pytorch_inference_it_test.py:94: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/ml/inference/pytorch_inference_it_test.py:94: PytestUnknownMarkWarning: Unknown pytest.mark.uses_pytorch - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_pytorch
apache_beam/ml/inference/pytorch_inference_it_test.py:95: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/ml/inference/pytorch_inference_it_test.py:95: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/ml/inference/pytorch_inference_it_test.py:130: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/ml/inference/pytorch_inference_it_test.py:130: PytestUnknownMarkWarning: Unknown pytest.mark.uses_pytorch - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_pytorch
apache_beam/ml/inference/pytorch_inference_it_test.py:131: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/ml/inference/pytorch_inference_it_test.py:131: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/ml/inference/pytorch_inference_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/ml/inference/sklearn_inference_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/runners/common_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/runners/common_test.py)
class TestStream(PTransform):
apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py:45: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py:45: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py:54: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py:54: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py:55: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py:55: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatescontainer - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatescontainer
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/runners/dataflow/dataflow_exercise_metrics_pipeline_test.py)
class TestPipeline(Pipeline):
apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py:131: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py:131: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py:132: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py:132: PytestUnknownMarkWarning: Unknown pytest.mark.no_sickbay_batch - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_sickbay_batch
apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py:133: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py:133: PytestUnknownMarkWarning: Unknown pytest.mark.no_xdist - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_xdist
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/runners/dataflow/dataflow_exercise_streaming_metrics_pipeline_test.py)
class TestPipeline(Pipeline):
apache_beam/runners/dataflow/test_dataflow_runner.py:41: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/dataflow/test_dataflow_runner.py:41: PytestCollectionWarning: cannot collect test class 'TestDataflowRunner' because it has a __init__ constructor (from: apache_beam/runners/dataflow/dataflow_runner_test.py)
class TestDataflowRunner(DataflowRunner):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/runners/dataflow/dataflow_runner_test.py)
class TestPipeline(Pipeline):
apache_beam/options/pipeline_options.py:1546: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/options/pipeline_options.py:1546: PytestCollectionWarning: cannot collect test class 'TestOptions' because it has a __init__ constructor (from: apache_beam/runners/dataflow/test_dataflow_runner.py)
class TestOptions(PipelineOptions):
apache_beam/runners/dataflow/test_dataflow_runner.py:41: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/dataflow/test_dataflow_runner.py:41: PytestCollectionWarning: cannot collect test class 'TestDataflowRunner' because it has a __init__ constructor (from: apache_beam/runners/dataflow/test_dataflow_runner.py)
class TestDataflowRunner(DataflowRunner):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/runners/dataflow/native_io/iobase_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/runners/direct/sdf_direct_runner_test.py)
class TestPipeline(Pipeline):
apache_beam/options/pipeline_options.py:1546: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/options/pipeline_options.py:1546: PytestCollectionWarning: cannot collect test class 'TestOptions' because it has a __init__ constructor (from: apache_beam/runners/direct/test_direct_runner.py)
class TestOptions(PipelineOptions):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/runners/interactive/background_caching_job_test.py)
class TestStream(PTransform):
apache_beam/testing/test_stream_service.py:27: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream_service.py:27: PytestCollectionWarning: cannot collect test class 'TestStreamServiceController' because it has a __init__ constructor (from: apache_beam/runners/interactive/background_caching_job_test.py)
class TestStreamServiceController(
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/runners/interactive/interactive_beam_test.py)
class TestStream(PTransform):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/runners/interactive/interactive_runner_test.py)
class TestStream(PTransform):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/runners/interactive/pipeline_fragment_test.py)
class TestStream(PTransform):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/runners/interactive/pipeline_instrument_test.py)
class TestStream(PTransform):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/runners/interactive/recording_manager_test.py)
class TestStream(PTransform):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/runners/interactive/caching/streaming_cache_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/runners/interactive/caching/streaming_cache_test.py)
class TestStream(PTransform):
apache_beam/testing/util.py:0: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/util.py:0: PytestCollectionWarning: cannot collect test class 'TestWindowedValue' because it has a __new__ constructor (from: apache_beam/runners/interactive/caching/streaming_cache_test.py)
apache_beam/testing/test_stream_service.py:27: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream_service.py:27: PytestCollectionWarning: cannot collect test class 'TestStreamServiceController' because it has a __init__ constructor (from: apache_beam/runners/interactive/options/capture_control_test.py)
class TestStreamServiceController(
apache_beam/runners/portability/local_job_service_test.py:32: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/portability/local_job_service_test.py:32: PytestCollectionWarning: cannot collect test class 'TestJobServicePlan' because it has a __init__ constructor (from: apache_beam/runners/portability/flink_uber_jar_job_server_test.py)
class TestJobServicePlan(JobServiceHandle):
apache_beam/runners/portability/local_job_service_test.py:32: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/portability/local_job_service_test.py:32: PytestCollectionWarning: cannot collect test class 'TestJobServicePlan' because it has a __init__ constructor (from: apache_beam/runners/portability/local_job_service_test.py)
class TestJobServicePlan(JobServiceHandle):
apache_beam/runners/portability/fn_api_runner/fn_runner_test.py:2329: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/portability/fn_api_runner/fn_runner_test.py:2329: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/runners/portability/local_job_service_test.py:32: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/portability/local_job_service_test.py:32: PytestCollectionWarning: cannot collect test class 'TestJobServicePlan' because it has a __init__ constructor (from: apache_beam/runners/portability/spark_uber_jar_job_server_test.py)
class TestJobServicePlan(JobServiceHandle):
apache_beam/runners/portability/stager_test.py:228: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/portability/stager_test.py:228: PytestUnknownMarkWarning: Unknown pytest.mark.no_xdist - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_xdist
apache_beam/runners/portability/stager_test.py:250: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/portability/stager_test.py:250: PytestUnknownMarkWarning: Unknown pytest.mark.no_xdist - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_xdist
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/runners/portability/fn_api_runner/fn_runner_test.py)
class TestStream(PTransform):
apache_beam/runners/portability/fn_api_runner/translations_test.py:252: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/portability/fn_api_runner/translations_test.py:252: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/runners/portability/fn_api_runner/translations_test.py:282: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/portability/fn_api_runner/translations_test.py:282: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/runners/portability/fn_api_runner/translations_test.py:310: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/portability/fn_api_runner/translations_test.py:310: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/runners/portability/fn_api_runner/translations_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/runners/portability/fn_api_runner/trigger_manager_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/runners/portability/fn_api_runner/trigger_manager_test.py)
class TestStream(PTransform):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/testing/test_pipeline.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/testing/test_pipeline_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/testing/test_stream.py)
class TestStream(PTransform):
apache_beam/testing/test_stream_it_test.py:70: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream_it_test.py:70: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_stream_it_test.py:106: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream_it_test.py:106: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_stream_it_test.py:154: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream_it_test.py:154: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/testing/test_stream_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/testing/test_stream_it_test.py)
class TestStream(PTransform):
apache_beam/testing/test_stream_service.py:27: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream_service.py:27: PytestCollectionWarning: cannot collect test class 'TestStreamServiceController' because it has a __init__ constructor (from: apache_beam/testing/test_stream_service.py)
class TestStreamServiceController(
apache_beam/testing/test_stream_service.py:27: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream_service.py:27: PytestCollectionWarning: cannot collect test class 'TestStreamServiceController' because it has a __init__ constructor (from: apache_beam/testing/test_stream_service_test.py)
class TestStreamServiceController(
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/testing/test_stream_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/testing/test_stream_test.py)
class TestStream(PTransform):
apache_beam/testing/test_stream_service.py:27: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream_service.py:27: PytestCollectionWarning: cannot collect test class 'TestStreamServiceController' because it has a __init__ constructor (from: apache_beam/testing/test_stream_test.py)
class TestStreamServiceController(
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/testing/util_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/util.py:0: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/util.py:0: PytestCollectionWarning: cannot collect test class 'TestWindowedValue' because it has a __new__ constructor (from: apache_beam/testing/util_test.py)
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/testing/load_tests/load_test.py)
class TestPipeline(Pipeline):
apache_beam/transforms/combinefn_lifecycle_test.py:58: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/combinefn_lifecycle_test.py:58: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/combinefn_lifecycle_test.py)
class TestPipeline(Pipeline):
apache_beam/transforms/combiners_test.py:879: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/combiners_test.py:879: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/combiners_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/transforms/combiners_test.py)
class TestStream(PTransform):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/create_test.py)
class TestPipeline(Pipeline):
apache_beam/transforms/deduplicate_test.py:42: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/deduplicate_test.py:42: PytestUnknownMarkWarning: Unknown pytest.mark.no_sickbay_batch - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_sickbay_batch
apache_beam/transforms/deduplicate_test.py:43: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/deduplicate_test.py:43: PytestUnknownMarkWarning: Unknown pytest.mark.no_sickbay_streaming - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_sickbay_streaming
apache_beam/transforms/deduplicate_test.py:44: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/deduplicate_test.py:44: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/deduplicate_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/transforms/deduplicate_test.py)
class TestStream(PTransform):
apache_beam/transforms/dofn_lifecycle_test.py:77: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/dofn_lifecycle_test.py:77: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/dofn_lifecycle_test.py)
class TestPipeline(Pipeline):
apache_beam/transforms/external_it_test.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/external_it_test.py:36: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/external_it_test.py)
class TestPipeline(Pipeline):
apache_beam/transforms/periodicsequence_it_test.py:46: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/periodicsequence_it_test.py:46: PytestUnknownMarkWarning: Unknown pytest.mark.it_postcommit - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_postcommit
apache_beam/transforms/periodicsequence_it_test.py:47: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/periodicsequence_it_test.py:47: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_direct - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_direct
apache_beam/transforms/periodicsequence_it_test.py:48: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/periodicsequence_it_test.py:48: PytestUnknownMarkWarning: Unknown pytest.mark.sickbay_spark - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.sickbay_spark
apache_beam/transforms/periodicsequence_it_test.py:49: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/periodicsequence_it_test.py:49: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.timeout(
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/periodicsequence_it_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/periodicsequence_test.py)
class TestPipeline(Pipeline):
apache_beam/transforms/ptransform_test.py:184: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/ptransform_test.py:184: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/ptransform_test.py:192: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/ptransform_test.py:192: PytestUnknownMarkWarning: Unknown pytest.mark.no_sickbay_streaming - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_sickbay_streaming
apache_beam/transforms/ptransform_test.py:193: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/ptransform_test.py:193: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/ptransform_test.py:219: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/ptransform_test.py:219: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/ptransform_test.py:238: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/ptransform_test.py:238: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/ptransform_test.py:253: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/ptransform_test.py:253: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/ptransform_test.py:267: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/ptransform_test.py:267: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/ptransform_test.py:701: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/ptransform_test.py:701: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/ptransform_test.py:716: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/ptransform_test.py:716: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/ptransform_test.py:726: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/ptransform_test.py:726: PytestUnknownMarkWarning: Unknown pytest.mark.no_sickbay_streaming - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_sickbay_streaming
apache_beam/transforms/ptransform_test.py:727: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/ptransform_test.py:727: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/ptransform_test.py:740: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/ptransform_test.py:740: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/ptransform_test.py:762: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/ptransform_test.py:762: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/ptransform_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/transforms/ptransform_test.py)
class TestStream(PTransform):
apache_beam/transforms/sideinputs_test.py:146: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sideinputs_test.py:146: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/sideinputs_test.py:164: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sideinputs_test.py:164: PytestUnknownMarkWarning: Unknown pytest.mark.no_sickbay_streaming - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_sickbay_streaming
apache_beam/transforms/sideinputs_test.py:165: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sideinputs_test.py:165: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/sideinputs_test.py:175: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sideinputs_test.py:175: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/sideinputs_test.py:185: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sideinputs_test.py:185: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/sideinputs_test.py:195: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sideinputs_test.py:195: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/sideinputs_test.py:222: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sideinputs_test.py:222: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/sideinputs_test.py:249: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sideinputs_test.py:249: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/sideinputs_test.py:277: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sideinputs_test.py:277: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/sideinputs_test.py:302: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sideinputs_test.py:302: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/sideinputs_test.py:329: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sideinputs_test.py:329: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/sideinputs_test.py:354: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sideinputs_test.py:354: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/transforms/sideinputs_test.py:368: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sideinputs_test.py:368: PytestUnknownMarkWarning: Unknown pytest.mark.no_sickbay_batch - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_sickbay_batch
apache_beam/transforms/sideinputs_test.py:369: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sideinputs_test.py:369: PytestUnknownMarkWarning: Unknown pytest.mark.no_sickbay_streaming - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_sickbay_streaming
apache_beam/transforms/sideinputs_test.py:370: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sideinputs_test.py:370: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/sideinputs_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/transforms/sideinputs_test.py)
class TestStream(PTransform):
apache_beam/transforms/sql_test.py:48: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/sql_test.py:48: PytestUnknownMarkWarning: Unknown pytest.mark.xlang_sql_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.xlang_sql_expansion_service
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/sql_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/stats_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/transforms_keyword_only_args_test.py)
class TestPipeline(Pipeline):
apache_beam/runners/direct/clock.py:44: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/runners/direct/clock.py:44: PytestCollectionWarning: cannot collect test class 'TestClock' because it has a __init__ constructor (from: apache_beam/transforms/trigger_test.py)
class TestClock(object):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/trigger_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/transforms/trigger_test.py)
class TestStream(PTransform):
apache_beam/transforms/userstate_test.py:995: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/userstate_test.py:995: PytestUnknownMarkWarning: Unknown pytest.mark.no_xdist - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.no_xdist
apache_beam/transforms/userstate_test.py:996: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/userstate_test.py:996: PytestUnknownMarkWarning: Unknown pytest.mark.timeout - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.timeout(3)
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/userstate_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/transforms/userstate_test.py)
class TestStream(PTransform):
apache_beam/transforms/userstate_test.py:60: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/userstate_test.py:60: PytestCollectionWarning: cannot collect test class 'TestStatefulDoFn' because it has a __init__ constructor (from: apache_beam/transforms/userstate_test.py)
class TestStatefulDoFn(DoFn):
apache_beam/transforms/util_test.py:739: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/util_test.py:739: PytestUnknownMarkWarning: Unknown pytest.mark.it_validatesrunner - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.it_validatesrunner
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/util_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_stream.py:260: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_stream.py:260: PytestCollectionWarning: cannot collect test class 'TestStream' because it has a __init__ constructor (from: apache_beam/transforms/util_test.py)
class TestStream(PTransform):
apache_beam/testing/util.py:0: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/util.py:0: PytestCollectionWarning: cannot collect test class 'TestWindowedValue' because it has a __new__ constructor (from: apache_beam/transforms/util_test.py)
apache_beam/transforms/validate_runner_xlang_test.py:251: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/validate_runner_xlang_test.py:251: PytestUnknownMarkWarning: Unknown pytest.mark.uses_java_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_java_expansion_service
apache_beam/transforms/validate_runner_xlang_test.py:252: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/validate_runner_xlang_test.py:252: PytestUnknownMarkWarning: Unknown pytest.mark.uses_python_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_python_expansion_service
apache_beam/transforms/validate_runner_xlang_test.py:257: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/validate_runner_xlang_test.py:257: PytestUnknownMarkWarning: Unknown pytest.mark.uses_java_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_java_expansion_service
apache_beam/transforms/validate_runner_xlang_test.py:258: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/validate_runner_xlang_test.py:258: PytestUnknownMarkWarning: Unknown pytest.mark.uses_python_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_python_expansion_service
apache_beam/transforms/validate_runner_xlang_test.py:263: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/validate_runner_xlang_test.py:263: PytestUnknownMarkWarning: Unknown pytest.mark.uses_java_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_java_expansion_service
apache_beam/transforms/validate_runner_xlang_test.py:264: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/validate_runner_xlang_test.py:264: PytestUnknownMarkWarning: Unknown pytest.mark.uses_python_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_python_expansion_service
apache_beam/transforms/validate_runner_xlang_test.py:269: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/validate_runner_xlang_test.py:269: PytestUnknownMarkWarning: Unknown pytest.mark.uses_java_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_java_expansion_service
apache_beam/transforms/validate_runner_xlang_test.py:270: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/validate_runner_xlang_test.py:270: PytestUnknownMarkWarning: Unknown pytest.mark.uses_python_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_python_expansion_service
apache_beam/transforms/validate_runner_xlang_test.py:275: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/validate_runner_xlang_test.py:275: PytestUnknownMarkWarning: Unknown pytest.mark.uses_java_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_java_expansion_service
apache_beam/transforms/validate_runner_xlang_test.py:276: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/validate_runner_xlang_test.py:276: PytestUnknownMarkWarning: Unknown pytest.mark.uses_python_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_python_expansion_service
apache_beam/transforms/validate_runner_xlang_test.py:281: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/validate_runner_xlang_test.py:281: PytestUnknownMarkWarning: Unknown pytest.mark.uses_java_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_java_expansion_service
apache_beam/transforms/validate_runner_xlang_test.py:282: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/validate_runner_xlang_test.py:282: PytestUnknownMarkWarning: Unknown pytest.mark.uses_python_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_python_expansion_service
apache_beam/transforms/validate_runner_xlang_test.py:294: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/validate_runner_xlang_test.py:294: PytestUnknownMarkWarning: Unknown pytest.mark.uses_java_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_java_expansion_service
apache_beam/transforms/validate_runner_xlang_test.py:295: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/transforms/validate_runner_xlang_test.py:295: PytestUnknownMarkWarning: Unknown pytest.mark.uses_python_expansion_service - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_python_expansion_service
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/validate_runner_xlang_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/transforms/write_ptransform_test.py)
class TestPipeline(Pipeline):
apache_beam/typehints/arrow_type_compatibility_test.py:39: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/typehints/arrow_type_compatibility_test.py:39: PytestUnknownMarkWarning: Unknown pytest.mark.uses_pyarrow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_pyarrow
apache_beam/typehints/arrow_type_compatibility_test.py:101: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/typehints/arrow_type_compatibility_test.py:101: PytestUnknownMarkWarning: Unknown pytest.mark.uses_pyarrow - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html
@pytest.mark.uses_pyarrow
apache_beam/typehints/pandas_type_compatibility_test.py:67: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/typehints/pandas_type_compatibility_test.py:67: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
}).set_index(pd.Int64Index(range(123, 223), name='an_index')),
apache_beam/typehints/pandas_type_compatibility_test.py:90: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/typehints/pandas_type_compatibility_test.py:90: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
pd.Int64Index(range(123, 223), name='an_index'),
apache_beam/typehints/pandas_type_compatibility_test.py:91: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/typehints/pandas_type_compatibility_test.py:91: FutureWarning: pandas.Int64Index is deprecated and will be removed from pandas in a future version. Use pandas.Index with the appropriate dtype instead.
pd.Int64Index(range(475, 575), name='another_index'),
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/typehints/typecheck_test.py)
class TestPipeline(Pipeline):
apache_beam/testing/test_pipeline.py:36: 32 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/testing/test_pipeline.py:36: PytestCollectionWarning: cannot collect test class 'TestPipeline' because it has a __init__ constructor (from: apache_beam/typehints/typed_pipeline_test.py)
class TestPipeline(Pipeline):
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_agg_14_sem
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1652: FutureWarning: The default value of numeric_only in DataFrameGroupBy.sem is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: df.groupby('group').agg(agg_type),
apache_beam/dataframe/frames_test.py: 24 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py:4607: FutureWarning: The default value of numeric_only in DataFrameGroupBy.sem is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: getattr(project(
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_with_filter_09_median
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1663: FutureWarning: The default value of numeric_only in DataFrameGroupBy.median is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: getattr(df[df.foo > 30].groupby('group'), agg_type)(),
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_project_series_06_mad
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_project_series_06_mad
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1718: FutureWarning: The 'mad' method is deprecated and will be removed in a future version. To compute the same result, you may do `(df - df.mean()).abs().mean()`.
self._run_test(lambda df: getattr(df.groupby('group').foo, agg_type)(), df)
apache_beam/dataframe/frames_test.py: 30 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py:4607: FutureWarning: The default value of numeric_only in DataFrameGroupBy.median is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: getattr(project(
apache_beam/dataframe/frames_test.py: 69 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py:4607: FutureWarning: The 'mad' method is deprecated and will be removed in a future version. To compute the same result, you may do `(df - df.mean()).abs().mean()`.
lambda df: getattr(project(
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_agg_17_std
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1652: FutureWarning: The default value of numeric_only in DataFrameGroupBy.std is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: df.groupby('group').agg(agg_type),
apache_beam/dataframe/frames_test.py: 24 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py:4607: FutureWarning: The default value of numeric_only in DataFrameGroupBy.std is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: getattr(project(
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_project_series_06_mad
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_project_series_06_mad
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1719: FutureWarning: The 'mad' method is deprecated and will be removed in a future version. To compute the same result, you may do `(df - df.mean()).abs().mean()`.
self._run_test(lambda df: getattr(df.groupby('group').bar, agg_type)(), df)
apache_beam/dataframe/frames_test.py::DeferredFrameTest::test_append_sort
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:810: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
self._run_test(lambda df1, df2: df1.append(df2, sort=True), df1, df2)
apache_beam/dataframe/frames_test.py: 53 warnings
apache_beam/dataframe/pandas_doctests_test.py: 8 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py:2610: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
lambda s, other: s.append(other, sort=sort,
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_agg_18_sum
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1652: FutureWarning: The default value of numeric_only in DataFrameGroupBy.sum is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: df.groupby('group').agg(agg_type),
apache_beam/dataframe/frames_test.py: 112 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py:4562: FutureWarning: The default value of numeric_only in DataFrameGroupBy.sum is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: getattr(
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_project_series_06_mad
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_project_series_06_mad
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1721: FutureWarning: The 'mad' method is deprecated and will be removed in a future version. To compute the same result, you may do `(df - df.mean()).abs().mean()`.
lambda df: getattr(df.groupby('group')['foo'], agg_type)(), df)
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_with_filter_12_prod
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1663: FutureWarning: The default value of numeric_only in DataFrameGroupBy.prod is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: getattr(df[df.foo > 30].groupby('group'), agg_type)(),
apache_beam/dataframe/frames_test.py: 96 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py:4562: FutureWarning: The default value of numeric_only in DataFrameGroupBy.prod is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: getattr(
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_project_series_06_mad
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_project_series_06_mad
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1723: FutureWarning: The 'mad' method is deprecated and will be removed in a future version. To compute the same result, you may do `(df - df.mean()).abs().mean()`.
lambda df: getattr(df.groupby('group')['bar'], agg_type)(), df)
apache_beam/dataframe/frames_test.py::DeferredFrameTest::test_append_sort
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:811: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
self._run_test(lambda df1, df2: df1.append(df2, sort=False), df1, df2)
apache_beam/dataframe/frames_test.py::DeferredFrameTest::test_dt_property_22_week
apache_beam/dataframe/frames_test.py::DeferredFrameTest::test_dt_property_24_weekofyear
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1151: FutureWarning: Series.dt.weekofyear and Series.dt.week have been deprecated. Please use Series.dt.isocalendar().week instead.
self._run_test(lambda s: getattr(s.dt, prop_name), s)
apache_beam/dataframe/frames_test.py::GroupByTest::test_dataframe_groupby_series_06_mad
apache_beam/dataframe/frames_test.py::GroupByTest::test_dataframe_groupby_series_06_mad
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1902: FutureWarning: The 'mad' method is deprecated and will be removed in a future version. To compute the same result, you may do `(df - df.mean()).abs().mean()`.
lambda df: df[df.foo > 40].groupby(df.group).agg(agg_type),
apache_beam/dataframe/frames_test.py: 44 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py:5267: FutureWarning: Series.dt.weekofyear and Series.dt.week have been deprecated. Please use Series.dt.isocalendar().week instead.
return getattr(df.dt, method)
apache_beam/dataframe/frames_test.py::GroupByTest::test_dataframe_groupby_series_06_mad
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1902: FutureWarning: The default value of numeric_only in DataFrameGroupBy.mad is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: df[df.foo > 40].groupby(df.group).agg(agg_type),
apache_beam/dataframe/frames_test.py: 18 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py:4607: FutureWarning: The default value of numeric_only in DataFrameGroupBy.mad is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: getattr(project(
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_agg_19_var
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1652: FutureWarning: The default value of numeric_only in DataFrameGroupBy.var is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: df.groupby('group').agg(agg_type),
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_with_filter_13_quantile
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1663: FutureWarning: The default value of numeric_only in DataFrameGroupBy.quantile is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: getattr(df[df.foo > 30].groupby('group'), agg_type)(),
apache_beam/dataframe/frames_test.py: 24 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py:4607: FutureWarning: The default value of numeric_only in DataFrameGroupBy.var is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: getattr(project(
apache_beam/dataframe/frames_test.py: 24 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py:4607: FutureWarning: The default value of numeric_only in DataFrameGroupBy.quantile is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: getattr(project(
apache_beam/dataframe/frames_test.py::GroupByTest::test_dataframe_groupby_series_06_mad
apache_beam/dataframe/frames_test.py::GroupByTest::test_dataframe_groupby_series_06_mad
apache_beam/dataframe/frames_test.py::GroupByTest::test_dataframe_groupby_series_06_mad
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1906: FutureWarning: The 'mad' method is deprecated and will be removed in a future version. To compute the same result, you may do `(df - df.mean()).abs().mean()`.
lambda df: df[df.foo > 40].groupby(df.foo % 3).agg(agg_type),
apache_beam/dataframe/frames_test.py::DeferredFrameTest::test_append_sort
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:812: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
self._run_test(lambda df1, df2: df2.append(df1, sort=True), df1, df2)
apache_beam/dataframe/frames_test.py::GroupByTest::test_dataframe_groupby_series_06_mad
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1906: FutureWarning: The default value of numeric_only in DataFrameGroupBy.mad is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: df[df.foo > 40].groupby(df.foo % 3).agg(agg_type),
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_with_filter_14_sem
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1663: FutureWarning: The default value of numeric_only in DataFrameGroupBy.sem is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: getattr(df[df.foo > 30].groupby('group'), agg_type)(),
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_with_filter_17_std
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1663: FutureWarning: The default value of numeric_only in DataFrameGroupBy.std is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: getattr(df[df.foo > 30].groupby('group'), agg_type)(),
apache_beam/dataframe/frames_test.py::GroupByTest::test_groupby_with_filter_18_sum
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1663: FutureWarning: The default value of numeric_only in DataFrameGroupBy.sum is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: getattr(df[df.foo > 30].groupby('group'), agg_type)(),
apache_beam/dataframe/frames_test.py::DeferredFrameTest::test_append_sort
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:813: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead.
self._run_test(lambda df1, df2: df2.append(df1, sort=False), df1, df2)
apache_beam/dataframe/frames_test.py::GroupByTest::test_dataframe_groupby_series_08_mean
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1902: FutureWarning: The default value of numeric_only in DataFrameGroupBy.mean is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: df[df.foo > 40].groupby(df.group).agg(agg_type),
apache_beam/dataframe/frames_test.py: 24 warnings
apache_beam/runners/interactive/interactive_runner_test.py: 2 warnings
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames.py:4607: FutureWarning: The default value of numeric_only in DataFrameGroupBy.mean is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: getattr(project(
apache_beam/dataframe/frames_test.py::GroupByTest::test_dataframe_groupby_series_08_mean
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:1906: FutureWarning: The default value of numeric_only in DataFrameGroupBy.mean is deprecated. In a future version, numeric_only will default to False. Either specify numeric_only or select only columns which should be valid for the function.
lambda df: df[df.foo > 40].groupby(df.foo % 3).agg(agg_type),
apache_beam/dataframe/frames_test.py::AggregationTest::test_series_agg_level
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:2041: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. ser.count(level=1) should use ser.groupby(level=1).count().
lambda df: df.set_index(['group', 'foo']).bar.count(level=0),
apache_beam/dataframe/frames_test.py::AggregationTest::test_series_agg_level
/nix/store/i9ggwg7nbmaycccr9lca125xlsafsvx4-python3.10-apache-beam-2.44.0/lib/python3.10/site-packages/apache_beam/dataframe/frames_test.py:2044: FutureWarning: Using the level keyword in DataFrame and Series aggregations is deprecated and will be removed in a future version. Use groupby instead. df.median(level=1) should use df.groupby(level=1).median().
lambda df: df.set_index(['group', 'foo']).bar.max(level=0), GROUPBY_DF)
a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment