See
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/2630/display/redirect?page=changes>
Changes:
[noreply] [BEAM-14347] Add generic registration for accumulators (#17579)
------------------------------------------
[...truncated 2.43 MB...]
2022/05/10 05:59:47 2022-05-10 05:59:47. (13): ==================== <function
sort_stages at 0x7fea280155e0> ====================
2022/05/10 05:59:47 2022-05-10 05:59:47. (14): ==================== <function
add_impulse_to_dangling_transforms at 0x7fea28015700> ====================
2022/05/10 05:59:47 2022-05-10 05:59:47. (15): ==================== <function
setup_timer_mapping at 0x7fea28015550> ====================
2022/05/10 05:59:47 2022-05-10 05:59:47. (16): ==================== <function
populate_data_channel_coders at 0x7fea28015670> ====================
2022/05/10 05:59:47 Job state: STOPPED
2022/05/10 05:59:47 Job state: STARTING
2022/05/10 05:59:47 Job state: RUNNING
2022/05/10 05:59:47 2022-05-10 05:59:47. (17): starting control server on port
33529
2022/05/10 05:59:47 2022-05-10 05:59:47. (18): starting data server on port
42523
2022/05/10 05:59:47 2022-05-10 05:59:47. (19): starting state server on port
45267
2022/05/10 05:59:47 2022-05-10 05:59:47. (20): starting logging server on port
42121
2022/05/10 05:59:47 2022-05-10 05:59:47. (21): Created Worker handler
<apache_beam.runners.portability.fn_api_runner.worker_handlers.DockerSdkWorkerHandler
object at 0x7fea142b3ee0> for environment JmrLjTrjcQbeam:env:docker:v1
(beam:env:docker:v1, b'\n apache/beam_java8_sdk:2.40.0.dev')
2022/05/10 05:59:49 2022-05-10 05:59:49. (22): Attempting to pull image
apache/beam_java8_sdk:2.40.0.dev
2022/05/10 05:59:50 2022-05-10 05:59:50. (23): Unable to pull image
apache/beam_java8_sdk:2.40.0.dev, defaulting to local image if it exists
2022/05/10 05:59:51 2022-05-10 05:59:51. (24): Waiting for docker to start up.
Current status is running
2022/05/10 05:59:51 2022-05-10 05:59:51. (25): Docker container is running.
container_id =
b'6985f0fd69b50a543821e6cb523e8ed046b8f9a5edfc1bd245ce48c1d63ff009', worker_id
= worker_16
2022/05/10 05:59:52 2022-05-10 05:59:52. (26): Created Worker handler
<apache_beam.runners.portability.fn_api_runner.worker_handlers.DockerSdkWorkerHandler
object at 0x7fea142cb2e0> for environment go (beam:env:docker:v1,
b'\n\x16apache/beam_go_sdk:dev')
2022/05/10 05:59:52 2022-05-10 05:59:52. (27): Attempting to pull image
apache/beam_go_sdk:dev
2022/05/10 05:59:53 2022-05-10 05:59:53. (28): Unable to pull image
apache/beam_go_sdk:dev, defaulting to local image if it exists
2022/05/10 05:59:53 2022-05-10 05:59:53. (29): Waiting for docker to start up.
Current status is running
2022/05/10 05:59:53 2022-05-10 05:59:53. (30): Docker container is running.
container_id =
b'13cfee59ffd788f687c90a49ed1e3bd334ba1493b68c6abe5dc9682d681145b8', worker_id
= worker_17
2022/05/10 05:59:57 2022-05-10 05:59:57. (31): Completed job in
10.081466674804688 seconds with state DONE.
2022/05/10 05:59:57 Job state: DONE
--- PASS: TestJDBCIO_PostgresReadWrite (31.51s)
PASS
ok github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/jdbc
78.745s
=== RUN TestKafkaIO_BasicReadWrite
integration.go:203: Test TestKafkaIO_BasicReadWrite is currently filtered
for runner portable
--- SKIP: TestKafkaIO_BasicReadWrite (0.00s)
PASS
ok github.com/apache/beam/sdks/v2/go/test/integration/io/xlang/kafka
6.029s
$ cd ../..
$ exit
$ exit
> Task
> :sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerJavaUsingJava
> Task
> :sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerJavaUsingPython
> Task
> :sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerJavaUsingPythonOnly
> Task
> :sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerPythonUsingJava
>>> RUNNING integration tests with pipeline options: --runner=PortableRunner
>>> --job_endpoint=localhost:44997 --environment_cache_millis=10000
>>> --experiments=beam_fn_api
>>> pytest options:
>>> collect markers: -m=xlang_transforms
============================= test session starts ==============================
platform linux -- Python 3.9.10, pytest-4.6.11, py-1.11.0, pluggy-0.13.1
rootdir:
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/sdks/python,>
inifile: pytest.ini
plugins: xdist-1.34.0, timeout-1.4.2, forked-1.4.0, requests-mock-1.9.3
timeout: 600.0s
timeout method: signal
timeout func_only: False
collected 5576 items / 5566 deselected / 1 skipped / 9 selected
apache_beam/io/external/generate_sequence_test.py ... [ 30%]
apache_beam/transforms/validate_runner_xlang_test.py ....... [100%]
=============================== warnings summary ===============================
apache_beam/io/filesystems_test.py:54
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/sdks/python/apache_beam/io/filesystems_test.py>:54:
DeprecationWarning: invalid escape sequence \c
self.assertIsNone(FileSystems.get_scheme('c:\\abc\cdf')) # pylint:
disable=anomalous-backslash-in-string
apache_beam/io/filesystems_test.py:62
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/sdks/python/apache_beam/io/filesystems_test.py>:62:
DeprecationWarning: invalid escape sequence \d
self.assertTrue(isinstance(FileSystems.get_filesystem('c:\\abc\def'), #
pylint: disable=anomalous-backslash-in-string
<unknown>:54
<unknown>:54: DeprecationWarning: invalid escape sequence \c
<unknown>:62
<unknown>:62: DeprecationWarning: invalid escape sequence \d
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/tenacity/_asyncio.py>:42
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/tenacity/_asyncio.py>:42:
DeprecationWarning: "@coroutine" decorator is deprecated since Python 3.8, use
"async def" instead
def call(self, fn, *args, **kwargs):
-- Docs: https://docs.pytest.org/en/latest/warnings.html
- generated xml file:
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/sdks/python/pytest_xlangValidateRunner.xml>
-
===== 10 passed, 1 skipped, 5566 deselected, 5 warnings in 122.05 seconds ======
> Task
> :sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerPythonUsingPython
>>> RUNNING integration tests with pipeline options: --runner=PortableRunner
>>> --job_endpoint=localhost:44997 --environment_cache_millis=10000
>>> --experiments=beam_fn_api
>>> pytest options:
>>> collect markers: -m=xlang_transforms
============================= test session starts ==============================
platform linux -- Python 3.9.10, pytest-4.6.11, py-1.11.0, pluggy-0.13.1
rootdir:
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/sdks/python,>
inifile: pytest.ini
plugins: xdist-1.34.0, timeout-1.4.2, forked-1.4.0, requests-mock-1.9.3
timeout: 600.0s
timeout method: signal
timeout func_only: False
collected 5576 items / 5566 deselected / 1 skipped / 9 selected
apache_beam/io/external/generate_sequence_test.py .ss [ 30%]
apache_beam/transforms/validate_runner_xlang_test.py FFFFFFF
[100%]Traceback (most recent call last):
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/bin/pytest",>
line 8, in <module>
sys.exit(main())
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/config/__init__.py",>
line 84, in main
return config.hook.pytest_cmdline_main(config=config)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/hooks.py",>
line 286, in __call__
return self._hookexec(self, self.get_hookimpls(), kwargs)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/manager.py",>
line 93, in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/manager.py",>
line 84, in <lambda>
self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/callers.py",>
line 208, in _multicall
return outcome.get_result()
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/callers.py",>
line 80, in get_result
raise ex[1].with_traceback(ex[2])
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/callers.py",>
line 187, in _multicall
res = hook_impl.function(*args)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/main.py",>
line 243, in pytest_cmdline_main
return wrap_session(config, _main)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/main.py",>
line 235, in wrap_session
config.hook.pytest_sessionfinish(
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/hooks.py",>
line 286, in __call__
return self._hookexec(self, self.get_hookimpls(), kwargs)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/manager.py",>
line 93, in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/manager.py",>
line 84, in <lambda>
self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/callers.py",>
line 203, in _multicall
gen.send(outcome)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/terminal.py",>
line 669, in pytest_sessionfinish
outcome.get_result()
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/callers.py",>
line 80, in get_result
raise ex[1].with_traceback(ex[2])
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/callers.py",>
line 187, in _multicall
res = hook_impl.function(*args)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/junitxml.py",>
line 686, in pytest_sessionfinish
logfile.write(Junit.testsuites([suite_node]).unicode(indent=0))
OSError: [Errno 28] No space left on device
> Task
> :sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerPythonUsingPython
> FAILED
> Task
> :sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerPythonUsingSql
> FAILED
>>> RUNNING integration tests with pipeline options: --runner=PortableRunner
>>> --job_endpoint=localhost:44997 --environment_cache_millis=10000
>>> --experiments=beam_fn_api
>>> pytest options:
>>> collect markers: -m=xlang_sql_expansion_service
Traceback (most recent call last):
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/bin/pytest",>
line 8, in <module>
sys.exit(main())
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/config/__init__.py",>
line 65, in main
config = _prepareconfig(args, plugins)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/config/__init__.py",>
line 213, in _prepareconfig
return pluginmanager.hook.pytest_cmdline_parse(
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/hooks.py",>
line 286, in __call__
return self._hookexec(self, self.get_hookimpls(), kwargs)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/manager.py",>
line 93, in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/manager.py",>
line 84, in <lambda>
self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/callers.py",>
line 203, in _multicall
gen.send(outcome)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/helpconfig.py",>
line 94, in pytest_cmdline_parse
config = outcome.get_result()
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/callers.py",>
line 80, in get_result
raise ex[1].with_traceback(ex[2])
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/callers.py",>
line 187, in _multicall
res = hook_impl.function(*args)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/config/__init__.py",>
line 789, in pytest_cmdline_parse
self.parse(args)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/config/__init__.py",>
line 997, in parse
self._preparse(args, addopts=addopts)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/config/__init__.py",>
line 952, in _preparse
self.hook.pytest_load_initial_conftests(
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/hooks.py",>
line 286, in __call__
return self._hookexec(self, self.get_hookimpls(), kwargs)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/manager.py",>
line 93, in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/manager.py",>
line 84, in <lambda>
self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/callers.py",>
line 208, in _multicall
return outcome.get_result()
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/callers.py",>
line 80, in get_result
raise ex[1].with_traceback(ex[2])
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/pluggy/callers.py",>
line 182, in _multicall
next(gen) # first yield
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/capture.py",>
line 61, in pytest_load_initial_conftests
capman.start_global_capturing()
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/capture.py",>
line 121, in start_global_capturing
self._global_capturing = self._getcapture(self._method)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/capture.py",>
line 97, in _getcapture
return MultiCapture(out=True, err=True, Capture=FDCapture)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/capture.py",>
line 471, in __init__
self.out = Capture(1)
File
"<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/build/gradleenv/1922375555/lib/python3.9/site-packages/_pytest/capture.py",>
line 570, in __init__
f = TemporaryFile()
File "/usr/lib/python3.9/tempfile.py", line 724, in TemporaryFile
prefix, suffix, dir, output_type = _sanitize_params(prefix, suffix, dir)
File "/usr/lib/python3.9/tempfile.py", line 261, in _sanitize_params
dir = gettempdir()
File "/usr/lib/python3.9/tempfile.py", line 430, in gettempdir
tempdir = _get_default_tempdir()
File "/usr/lib/python3.9/tempfile.py", line 362, in _get_default_tempdir
raise FileNotFoundError(_errno.ENOENT,
FileNotFoundError: [Errno 2] No usable temporary directory found in ['/tmp',
'/var/tmp', '/usr/tmp',
'<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/sdks/python']>
> Task :sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerCleanup
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Direct/ws/src/sdks/python/scripts/run_expansion_services.sh>:
line 19: cannot create temp file for here-document: No space left on device
Stopping expansion service pid: 2007943.
Stopping expansion service pid: 2007944.
> Task :sdks:python:test-suites:direct:xlang:fnApiJobServerCleanup
Killing process at 2005570
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerPythonUsingPython'.
> Process 'command 'sh'' finished with non-zero exit value 1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':sdks:python:test-suites:direct:xlang:validatesCrossLanguageRunnerPythonUsingSql'.
> Process 'command 'sh'' finished with non-zero exit value 1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
==============================================================================
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
See
https://docs.gradle.org/7.4/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 1 invalid unit(s) of work during
this build to ensure correctness.
Please consult deprecation warnings for more details.
BUILD FAILED in 29m 45s
218 actionable tasks: 35 executed, 183 up-to-date
Publishing build scan...
https://gradle.com/s/jqx43znvfeyfm
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]