You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@beam.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2020/07/24 18:21:11 UTC

Build failed in Jenkins: beam_PreCommit_Python2_PVR_Flink_Cron #1174

See <https://ci-beam.apache.org/job/beam_PreCommit_Python2_PVR_Flink_Cron/1174/display/redirect?page=changes>

Changes:

[aromanenko.dev] [BEAM-9857] Update Spark runner page to include Docker job server


------------------------------------------
[...truncated 2.22 MB...]
  File "apache_beam/runners/portability/portable_runner_test.py", line 235, in test_pardo_state_with_custom_key_coder
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 201, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "apache_beam/pipeline.py", line 213, in __init__
    self.local_tempdir = tempfile.mkdtemp(prefix='beam-pipeline-temp')
  File "/usr/lib/python2.7/tempfile.py", line 339, in mkdtemp
    _os.mkdir(file, 0700)
OSError: [Errno 28] No space left on device: '/tmp/beam-pipeline-tempH8ijvj'

======================================================================
ERROR: test_pardo_timers (__main__.FlinkRunnerTestOptimized)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner/fn_runner_test.py", line 379, in test_pardo_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 201, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "apache_beam/pipeline.py", line 213, in __init__
    self.local_tempdir = tempfile.mkdtemp(prefix='beam-pipeline-temp')
  File "/usr/lib/python2.7/tempfile.py", line 339, in mkdtemp
    _os.mkdir(file, 0700)
OSError: [Errno 28] No space left on device: '/tmp/beam-pipeline-tempB4jzfp'

======================================================================
ERROR: test_pardo_timers_clear (__main__.FlinkRunnerTestOptimized)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner/fn_runner_test.py", line 414, in test_pardo_timers_clear
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 201, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "apache_beam/pipeline.py", line 213, in __init__
    self.local_tempdir = tempfile.mkdtemp(prefix='beam-pipeline-temp')
  File "/usr/lib/python2.7/tempfile.py", line 339, in mkdtemp
    _os.mkdir(file, 0700)
OSError: [Errno 28] No space left on device: '/tmp/beam-pipeline-tempXyAPzF'

======================================================================
ERROR: test_pardo_unfusable_side_inputs (__main__.FlinkRunnerTestOptimized)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner/fn_runner_test.py", line 284, in test_pardo_unfusable_side_inputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 201, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "apache_beam/pipeline.py", line 213, in __init__
    self.local_tempdir = tempfile.mkdtemp(prefix='beam-pipeline-temp')
  File "/usr/lib/python2.7/tempfile.py", line 339, in mkdtemp
    _os.mkdir(file, 0700)
OSError: [Errno 28] No space left on device: '/tmp/beam-pipeline-tempxw8ob3'

======================================================================
ERROR: test_pardo_windowed_side_inputs (__main__.FlinkRunnerTestOptimized)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner/fn_runner_test.py", line 176, in test_pardo_windowed_side_inputs
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 201, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "apache_beam/pipeline.py", line 213, in __init__
    self.local_tempdir = tempfile.mkdtemp(prefix='beam-pipeline-temp')
  File "/usr/lib/python2.7/tempfile.py", line 339, in mkdtemp
    _os.mkdir(file, 0700)
OSError: [Errno 28] No space left on device: '/tmp/beam-pipeline-tempa01uAd'

======================================================================
ERROR: test_read (__main__.FlinkRunnerTestOptimized)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "<https://ci-beam.apache.org/job/beam_PreCommit_Python2_PVR_Flink_Cron/ws/src/sdks/python/apache_beam/runners/portability/flink_runner_test.py",> line 198, in test_read
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 201, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "apache_beam/pipeline.py", line 213, in __init__
    self.local_tempdir = tempfile.mkdtemp(prefix='beam-pipeline-temp')
  File "/usr/lib/python2.7/tempfile.py", line 339, in mkdtemp
    _os.mkdir(file, 0700)
OSError: [Errno 28] No space left on device: '/tmp/beam-pipeline-tempPCPe2E'

======================================================================
ERROR: test_reshuffle (__main__.FlinkRunnerTestOptimized)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner/fn_runner_test.py", line 661, in test_reshuffle
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 201, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "apache_beam/pipeline.py", line 213, in __init__
    self.local_tempdir = tempfile.mkdtemp(prefix='beam-pipeline-temp')
  File "/usr/lib/python2.7/tempfile.py", line 339, in mkdtemp
    _os.mkdir(file, 0700)
OSError: [Errno 28] No space left on device: '/tmp/beam-pipeline-tempWUBR6x'

======================================================================
ERROR: test_sdf (__main__.FlinkRunnerTestOptimized)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner/fn_runner_test.py", line 512, in test_sdf
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 201, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "apache_beam/pipeline.py", line 213, in __init__
    self.local_tempdir = tempfile.mkdtemp(prefix='beam-pipeline-temp')
  File "/usr/lib/python2.7/tempfile.py", line 339, in mkdtemp
    _os.mkdir(file, 0700)
OSError: [Errno 28] No space left on device: '/tmp/beam-pipeline-tempBQrwEP'

======================================================================
ERROR: test_sdf_synthetic_source (__main__.FlinkRunnerTestOptimized)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner/fn_runner_test.py", line 881, in test_sdf_synthetic_source
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 201, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "apache_beam/pipeline.py", line 213, in __init__
    self.local_tempdir = tempfile.mkdtemp(prefix='beam-pipeline-temp')
  File "/usr/lib/python2.7/tempfile.py", line 339, in mkdtemp
    _os.mkdir(file, 0700)
OSError: [Errno 28] No space left on device: '/tmp/beam-pipeline-tempwNAxKd'

======================================================================
ERROR: test_windowed_pardo_state_timers (__main__.FlinkRunnerTestOptimized)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner/fn_runner_test.py", line 431, in test_windowed_pardo_state_timers
    self._run_pardo_state_timers(windowed=True)
  File "apache_beam/runners/portability/fn_api_runner/fn_runner_test.py", line 484, in _run_pardo_state_timers
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 201, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "apache_beam/pipeline.py", line 213, in __init__
    self.local_tempdir = tempfile.mkdtemp(prefix='beam-pipeline-temp')
  File "/usr/lib/python2.7/tempfile.py", line 339, in mkdtemp
    _os.mkdir(file, 0700)
OSError: [Errno 28] No space left on device: '/tmp/beam-pipeline-tempN69uxF'

======================================================================
ERROR: test_windowing (__main__.FlinkRunnerTestOptimized)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner/fn_runner_test.py", line 705, in test_windowing
    with self.create_pipeline() as p:
  File "apache_beam/runners/portability/portable_runner_test.py", line 201, in create_pipeline
    return beam.Pipeline(self.get_runner(), self.create_options())
  File "apache_beam/pipeline.py", line 213, in __init__
    self.local_tempdir = tempfile.mkdtemp(prefix='beam-pipeline-temp')
  File "/usr/lib/python2.7/tempfile.py", line 339, in mkdtemp
    _os.mkdir(file, 0700)
OSError: [Errno 28] No space left on device: '/tmp/beam-pipeline-tempSvD70m'

======================================================================
FAIL: test_assert_that (__main__.FlinkRunnerTestOptimized)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner/fn_runner_test.py", line 114, in test_assert_that
    assert_that(p | beam.Create(['a', 'b']), equal_to(['a']))
AssertionError: "Failed assert" does not match "[Errno 28] No space left on device: '/tmp/beam-pipeline-tempIRTqiF'"

======================================================================
FAIL: test_error_traceback_includes_user_code (__main__.FlinkRunnerTestOptimized)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "apache_beam/runners/portability/fn_api_runner/fn_runner_test.py", line 775, in test_error_traceback_includes_user_code
    self.assertIn('first', message)
AssertionError: 'first' not found in 'Traceback (most recent call last):\n  File "apache_beam/runners/portability/fn_api_runner/fn_runner_test.py", line 768, in test_error_traceback_includes_user_code\n    with self.create_pipeline() as p:\n  File "apache_beam/runners/portability/portable_runner_test.py", line 201, in create_pipeline\n    return beam.Pipeline(self.get_runner(), self.create_options())\n  File "apache_beam/pipeline.py", line 213, in __init__\n    self.local_tempdir = tempfile.mkdtemp(prefix=\'beam-pipeline-temp\')\n  File "/usr/lib/python2.7/tempfile.py", line 339, in mkdtemp\n    _os.mkdir(file, 0700)\nOSError: [Errno 28] No space left on device: \'/tmp/beam-pipeline-tempE2fFzb\'\n'

----------------------------------------------------------------------
Ran 100 tests in 50.249s

FAILED (failures=2, errors=62, skipped=26)

> Task :sdks:python:test-suites:portable:py2:flinkCompatibilityMatrixStreamingPreOptimizeLOOPBACK FAILED

FAILURE: Build failed with an exception.

* Where:
Script '<https://ci-beam.apache.org/job/beam_PreCommit_Python2_PVR_Flink_Cron/ws/src/sdks/python/test-suites/portable/common.gradle'> line: 57

* What went wrong:
Execution failed for task ':sdks:python:test-suites:portable:py2:flinkCompatibilityMatrixStreamingPreOptimizeLOOPBACK'.
> 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 16m 43s
106 actionable tasks: 77 executed, 28 from cache, 1 up-to-date

A build scan cannot be produced as an error occurred spooling the build data.
Please report this problem via https://gradle.com/scans/help/plugin and include the following via copy/paste:

----------
Gradle version: 5.2.1
Plugin version: 2.3

java.lang.IllegalStateException: java.io.IOException: No space left on device
	at com.gradle.scan.a.e.b.flush(SourceFile:233)
	at com.gradle.scan.a.e.b.close(SourceFile:244)
	at com.gradle.scan.a.e.c.close(SourceFile:66)
	at com.gradle.scan.plugin.internal.n.a(SourceFile:78)
	at com.gradle.scan.plugin.internal.e.c.c.b(SourceFile:125)
	at com.gradle.scan.plugin.internal.e.c.c.a(SourceFile:117)
	at com.gradle.scan.plugin.internal.o.a$a.a(SourceFile:30)
	at com.gradle.scan.plugin.internal.o.a$a.a(SourceFile:19)
	at com.gradle.scan.plugin.internal.o.a.c(SourceFile:60)
Caused by: java.io.IOException: No space left on device
	at com.gradle.scan.a.e.b.flush(SourceFile:231)
	... 8 more

----------


FAILURE: Build failed with an exception.

* What went wrong:
Failed to notify root build lifecycle listener.
> Could not update /home/jenkins/.gradle/caches/5.2.1/file-changes/last-build.bin
> Could not update <https://ci-beam.apache.org/job/beam_PreCommit_Python2_PVR_Flink_Cron/ws/src/.gradle/5.2.1/fileChanges/last-build.bin>

* 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 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.2.1/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 16m 44s

FAILURE: Build failed with an exception.

* What went wrong:
Could not receive a message from the daemon.

* 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
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure

---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org


Jenkins build is back to normal : beam_PreCommit_Python2_PVR_Flink_Cron #1175

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://ci-beam.apache.org/job/beam_PreCommit_Python2_PVR_Flink_Cron/1175/display/redirect?page=changes>


---------------------------------------------------------------------
To unsubscribe, e-mail: builds-unsubscribe@beam.apache.org
For additional commands, e-mail: builds-help@beam.apache.org