See <https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/3493/display/redirect>
Changes: ------------------------------------------ [...truncated 167.78 KB...] Apr 11, 2021 6:22:18 AM org.apache.flink.runtime.taskexecutor.KvStateService start INFO: Starting the kvState service and its components. INFO:apache_beam.runners.portability.abstract_job_service:Artifact server started on port 42663 INFO:apache_beam.runners.portability.abstract_job_service:Running job 'job-8650ebdd-cbda-459b-8892-56b1dd2b855e' Apr 11, 2021 6:22:18 AM org.apache.flink.runtime.rpc.akka.AkkaRpcService startServer INFO: Starting RPC endpoint for org.apache.flink.runtime.taskexecutor.TaskExecutor at akka://flink/user/rpc/taskmanager_0 . Apr 11, 2021 6:22:18 AM org.apache.flink.runtime.taskexecutor.DefaultJobLeaderService start INFO: Start job leader service. Apr 11, 2021 6:22:18 AM org.apache.flink.runtime.filecache.FileCache <init> INFO: User file cache uses directory /tmp/flink-dist-cache-8b2e06ef-dade-49cc-adf9-b8c598783cbc Apr 11, 2021 6:22:18 AM org.apache.flink.configuration.Configuration loggingFallback INFO: Config uses fallback configuration key 'rest.port' instead of key 'rest.bind-port' Apr 11, 2021 6:22:18 AM org.apache.flink.runtime.rest.RestServerEndpoint start INFO: Starting rest endpoint. Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.webmonitor.WebMonitorUtils$LogFileLocation find WARNING: Log file environment variable 'log.file' is not set. Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.webmonitor.WebMonitorUtils$LogFileLocation find WARNING: JobManager log files are unavailable in the web dashboard. Log file location not found in environment variable 'log.file' or configuration key 'web.log.path'. Traceback (most recent call last): File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/urllib3/connection.py",> line 170, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/urllib3/util/connection.py",> line 96, in create_connection raise err File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/urllib3/util/connection.py",> line 86, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/urllib3/connectionpool.py",> line 706, in urlopen chunked=chunked, File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/urllib3/connectionpool.py",> line 394, in _make_request conn.request(method, url, **httplib_request_kw) File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/urllib3/connection.py",> line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) File "/usr/lib/python3.6/http/client.py", line 1239, in request self._send_request(method, url, body, headers, encode_chunked) File "/usr/lib/python3.6/http/client.py", line 1285, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/usr/lib/python3.6/http/client.py", line 1234, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/usr/lib/python3.6/http/client.py", line 1026, in _send_output self.send(msg) File "/usr/lib/python3.6/http/client.py", line 964, in send self.connect() File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/urllib3/connection.py",> line 200, in connect conn = self._new_conn() File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/urllib3/connection.py",> line 182, in _new_conn self, "Failed to establish a new connection: %s" % e urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9c1e3b5eb8>: Failed to establish a new connection: [Errno 111] Connection refused During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/requests/adapters.py",> line 449, in send timeout=timeout File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/urllib3/connectionpool.py",> line 756, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/urllib3/util/retry.py",> line 574, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=46897): Max retries exceeded with url: /v1/jars/upload (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9c1e3b5eb8>: Failed to establish a new connection: [Errno 111] Connection refused',)) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "<string>", line 31, in <module> File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/sdks/python/apache_beam/pipeline.py",> line 555, in run return self.runner.run_pipeline(self, self._options) File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/sdks/python/apache_beam/runners/portability/flink_runner.py",> line 48, in run_pipeline return super(FlinkRunner, self).run_pipeline(pipeline, options) File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/sdks/python/apache_beam/runners/portability/portable_runner.py",> line 442, in run_pipeline job_service_handle.submit(proto_pipeline) File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/sdks/python/apache_beam/runners/portability/portable_runner.py",> line 118, in submit return self.run(prepare_response.preparation_id) File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/sdks/python/apache_beam/runners/portability/portable_runner.py",> line 245, in run beam_job_api_pb2.RunJobRequest(preparation_id=preparation_id)) File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/sdks/python/apache_beam/runners/portability/abstract_job_service.py",> line 123, in Run self._jobs[job_id].run() File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/sdks/python/apache_beam/runners/portability/flink_uber_jar_job_server.py",> line 153, in run files={'jarfile': ('beam.jar', jar_file)})['filename'].split('/')[-1] File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/sdks/python/apache_beam/runners/portability/flink_uber_jar_job_server.py",> line 141, in post return self.request(requests.post, path, **kwargs) File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/sdks/python/apache_beam/runners/portability/flink_uber_jar_job_server.py",> line 129, in request response = method(url, **kwargs) File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/requests/api.py",> line 119, in post return request('post', url, data=data, json=json, **kwargs) File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/requests/api.py",> line 61, in request return session.request(method=method, url=url, **kwargs) File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/requests/sessions.py",> line 542, in request resp = self.send(prep, **send_kwargs) File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/requests/sessions.py",> line 655, in send r = adapter.send(request, **kwargs) File "<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/build/gradleenv/2022703440/lib/python3.6/site-packages/requests/adapters.py",> line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=46897): Max retries exceeded with url: /v1/jars/upload (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f9c1e3b5eb8>: Failed to establish a new connection: [Errno 111] Connection refused',)) Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.rest.RestServerEndpoint start INFO: Rest endpoint listening at 127.0.0.1:46897 Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedLeaderService updateLeader INFO: Proposing leadership to contender http://127.0.0.1:46897 Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.webmonitor.WebMonitorEndpoint startInternal INFO: Web frontend listening at http://127.0.0.1:46897. Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.webmonitor.WebMonitorEndpoint grantLeadership INFO: http://127.0.0.1:46897 was granted leadership with leaderSessionID=e2ce9b49-83a6-48eb-9c95-de80140263c8 Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedLeaderService confirmLeader INFO: Received confirmation of leadership for leader http://127.0.0.1:46897 , session=e2ce9b49-83a6-48eb-9c95-de80140263c8 Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.rpc.akka.AkkaRpcService startServer INFO: Starting RPC endpoint for org.apache.flink.runtime.resourcemanager.StandaloneResourceManager at akka://flink/user/rpc/resourcemanager_1 . Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedLeaderService updateLeader INFO: Proposing leadership to contender LeaderContender: DefaultDispatcherRunner Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedLeaderService updateLeader INFO: Proposing leadership to contender LeaderContender: StandaloneResourceManager Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.resourcemanager.ResourceManager tryAcceptLeadership INFO: ResourceManager akka://flink/user/rpc/resourcemanager_1 was granted leadership with fencing token 8fbb11f97b0f522551e9767c99604398 Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.minicluster.MiniCluster start INFO: Flink Mini Cluster started successfully Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.resourcemanager.slotmanager.SlotManagerImpl start INFO: Starting the SlotManager. Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.dispatcher.runner.AbstractDispatcherLeaderProcess startInternal INFO: Start SessionDispatcherLeaderProcess. Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcess recoverJobs INFO: Recover all persisted job graphs. Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.dispatcher.runner.SessionDispatcherLeaderProcess recoverJobs INFO: Successfully recovered 0 persisted job graphs. Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedLeaderService confirmLeader INFO: Received confirmation of leadership for leader akka://flink/user/rpc/resourcemanager_1 , session=51e9767c-9960-4398-8fbb-11f97b0f5225 Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.taskexecutor.TaskExecutor connectToResourceManager INFO: Connecting to ResourceManager akka://flink/user/rpc/resourcemanager_1(8fbb11f97b0f522551e9767c99604398). Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.rpc.akka.AkkaRpcService startServer INFO: Starting RPC endpoint for org.apache.flink.runtime.dispatcher.StandaloneDispatcher at akka://flink/user/rpc/dispatcher_2 . Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.highavailability.nonha.embedded.EmbeddedLeaderService confirmLeader INFO: Received confirmation of leadership for leader akka://flink/user/rpc/dispatcher_2 , session=933ba976-0a96-4f13-a48d-899156b8e161 Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.registration.RetryingRegistration lambda$startRegistration$0 INFO: Resolved ResourceManager address, beginning registration Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.resourcemanager.ResourceManager registerTaskExecutorInternal INFO: Registering TaskManager with ResourceID c02d9f1f-20a2-4cce-a195-b6a28143542b (akka://flink/user/rpc/taskmanager_0) at ResourceManager Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.taskexecutor.TaskExecutorToResourceManagerConnection onRegistrationSuccess INFO: Successful registration at resource manager akka://flink/user/rpc/resourcemanager_1 under registration id f0ab7b0c68716a16a1c0cfb978b920d0. kill %1 || echo "Failed to shut down Flink mini cluster" rm -rf "$ENV_DIR" Apr 11, 2021 6:22:19 AM org.apache.flink.runtime.blob.AbstractBlobCache close INFO: Shutting down BLOB cache if [[ "$TEST_EXIT_CODE" -eq 0 ]]; then echo ">>> SUCCESS" else echo ">>> FAILURE" fi exit $TEST_EXIT_CODE > Task > :sdks:python:test-suites:portable:py36:testUberJarFlinkRunnerSaveMainSession > FAILED FAILURE: Build completed with 6 failures. 1: Task failed with an exception. ----------- * Where: Script '<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/sdks/python/test-suites/portable/common.gradle'> line: 211 * What went wrong: Execution failed for task ':sdks:python:test-suites:portable:py36:testJavaJarCreatorFlinkRunner'. > 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. ----------- * Where: Script '<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/sdks/python/test-suites/portable/common.gradle'> line: 211 * What went wrong: Execution failed for task ':sdks:python:test-suites:portable:py37:testJavaJarCreatorFlinkRunner'. > 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. ============================================================================== 3: Task failed with an exception. ----------- * Where: Script '<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/sdks/python/test-suites/portable/common.gradle'> line: 239 * What went wrong: Execution failed for task ':sdks:python:test-suites:portable:py37:testUberJarFlinkRunner'. > 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. ============================================================================== 4: Task failed with an exception. ----------- * Where: Script '<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/sdks/python/test-suites/portable/common.gradle'> line: 239 * What went wrong: Execution failed for task ':sdks:python:test-suites:portable:py36:testUberJarFlinkRunner'. > 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. ============================================================================== 5: Task failed with an exception. ----------- * Where: Script '<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/sdks/python/test-suites/portable/common.gradle'> line: 239 * What went wrong: Execution failed for task ':sdks:python:test-suites:portable:py37:testUberJarFlinkRunnerSaveMainSession'. > 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. ============================================================================== 6: Task failed with an exception. ----------- * Where: Script '<https://ci-beam.apache.org/job/beam_PostCommit_PortableJar_Flink/ws/src/sdks/python/test-suites/portable/common.gradle'> line: 239 * What went wrong: Execution failed for task ':sdks:python:test-suites:portable:py36:testUberJarFlinkRunnerSaveMainSession'. > 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 7.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/6.8/userguide/command_line_interface.html#sec:command_line_warnings BUILD FAILED in 21m 52s 151 actionable tasks: 114 executed, 34 from cache, 3 up-to-date Gradle was unable to watch the file system for changes. The inotify watches limit is too low. Publishing build scan... https://gradle.com/s/kr7meovvyhmqc 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]
