From commits-return-59457-archive-asf-public=cust-asf.ponee.io@beam.apache.org Tue Feb 27 22:08:44 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6B5AF180651 for ; Tue, 27 Feb 2018 22:08:43 +0100 (CET) Received: (qmail 33149 invoked by uid 500); 27 Feb 2018 21:08:42 -0000 Mailing-List: contact commits-help@beam.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@beam.apache.org Delivered-To: mailing list commits@beam.apache.org Received: (qmail 33126 invoked by uid 99); 27 Feb 2018 21:08:42 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2018 21:08:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 0E175C0592; Tue, 27 Feb 2018 21:08:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.01 X-Spam-Level: X-Spam-Status: No, score=-0.01 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_MED=-2.3, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id CfV8SaTLnTKP; Tue, 27 Feb 2018 21:08:37 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id E66305F175; Tue, 27 Feb 2018 21:08:36 +0000 (UTC) Received: from jenkins-master.apache.org (unknown [62.210.60.235]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E67ADE00A7; Tue, 27 Feb 2018 21:08:35 +0000 (UTC) Received: from jenkins-master.apache.org (localhost [127.0.0.1]) by jenkins-master.apache.org (ASF Mail Server at jenkins-master.apache.org) with ESMTP id 541D7A01DD; Tue, 27 Feb 2018 21:08:32 +0000 (UTC) Date: Tue, 27 Feb 2018 21:08:32 +0000 (UTC) From: Apache Jenkins Server To: commits@beam.apache.org, rangadi@google.com, tgroh@google.com, altay@google.com, holden@pigscanfly.ca, kenn@apache.org Message-ID: <698623094.1480.1519765712204.JavaMail.jenkins@jenkins-master.apache.org> In-Reply-To: <1793106637.1412.1519747143541.JavaMail.jenkins@jenkins-master.apache.org> References: <1793106637.1412.1519747143541.JavaMail.jenkins@jenkins-master.apache.org> Subject: Build failed in Jenkins: beam_PostCommit_Python_ValidatesRunner_Dataflow #1005 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkqVKZPv7YyHBB3FvWfV7XQehwe/Ga3aadzSNknt8g382X3uN8A3SOQ+Ixq9HxS+ZlN6XR4TECySmSRy2JN5Rx8svxAD0TjtSF9LuU98dD+LniNDP7Lq6gvRFuJhbMHoS0nuTizDZLsK4X8TW5MyV9w+jFbdoZfRE5O/Mse0fkOeL5uoIS/3Vvu/W+x9QSjDkB7CaU56bPFlQjqqJBl3Cn9r34CkXQZYnLb/NjW4vcpw0+TgMUAPTIVEr5BTPZRshz19g7huwg3zANT5HBIZnzV4hsVY9w4JHkceFdKi/ibNnjPjsFs9pm0HSGJ/RDxjIvSTYT02eH4+m1RAYaj2E9QIDAQAB X-Jenkins-Job: beam_PostCommit_Python_ValidatesRunner_Dataflow X-Jenkins-Result: FAILURE See Changes: [kirpichov] Makes it possible to use Wait with default windowing, eg. in batch ------------------------------------------ [...truncated 117.36 KB...] raise TimedOutException() TimedOutException: 'test_empty_singleton_side_input (apache_beam.transforms.sideinputs_test.SideInputsTest)' ====================================================================== ERROR: test_flattened_side_input (apache_beam.transforms.sideinputs_test.SideInputsTest) ---------------------------------------------------------------------- Traceback (most recent call last): File " line 812, in run test(orig) File " line 45, in __call__ return self.run(*arg, **kwarg) File " line 133, in run self.runTest(result) File " line 151, in runTest test(result) File "/usr/lib/python2.7/unittest/case.py", line 395, in __call__ return self.run(*args, **kwds) File "/usr/lib/python2.7/unittest/case.py", line 331, in run testMethod() File " line 305, in test_flattened_side_input assert_that(results, equal_to(['a', 'b'])) File " line 152, in assert_that actual | AssertThat() # pylint: disable=expression-not-assigned File " line 107, in __or__ return self.pipeline.apply(ptransform, self) File " line 479, in apply pvalueish_result = self.runner.apply(transform, pvalueish) File " line 174, in apply return m(transform, input) File " line 180, in apply_PTransform return transform.expand(input) File " line 147, in expand | "Match" >> Map(matcher)) File " line 820, in __ror__ return self.transform.__ror__(pvalueish, self.label) File " line 488, in __ror__ result = p.apply(self, pvalueish, label) File " line 443, in apply return self.apply(transform, pvalueish) File " line 479, in apply pvalueish_result = self.runner.apply(transform, pvalueish) File " line 174, in apply return m(transform, input) File " line 180, in apply_PTransform return transform.expand(input) File " line 165, in expand | Map(_merge_tagged_vals_under_key, result_ctor, result_ctor_arg)) File " line 488, in __ror__ result = p.apply(self, pvalueish, label) File " line 479, in apply pvalueish_result = self.runner.apply(transform, pvalueish) File " line 174, in apply return m(transform, input) File " line 180, in apply_PTransform return transform.expand(input) File " line 1690, in expand self._check_pcollection(pcoll) File " line 431, in _check_pcollection if not isinstance(pcoll, pvalue.PCollection): File " line 276, in signalhandler raise TimedOutException() TimedOutException: 'test_flattened_side_input (apache_beam.transforms.sideinputs_test.SideInputsTest)' ====================================================================== ERROR: test_iterable_side_input (apache_beam.transforms.sideinputs_test.SideInputsTest) ---------------------------------------------------------------------- Traceback (most recent call last): File " line 812, in run test(orig) File " line 45, in __call__ return self.run(*arg, **kwarg) File " line 133, in run self.runTest(result) File " line 151, in runTest test(result) File "/usr/lib/python2.7/unittest/case.py", line 395, in __call__ return self.run(*args, **kwds) File "/usr/lib/python2.7/unittest/case.py", line 331, in run testMethod() File " line 178, in test_iterable_side_input pipeline.run() File " line 102, in run result = super(TestPipeline, self).run() File " line 367, in run if test_runner_api and self._verify_runner_api_compatible(): File " line 570, in _verify_runner_api_compatible self.visit(Visitor()) File " line 410, in visit self._root_transform().visit(visitor, self, visited) File " line 764, in visit part.visit(visitor, pipeline, visited) File " line 764, in visit part.visit(visitor, pipeline, visited) File " line 762, in visit visitor.enter_composite_transform(self) File " line 555, in enter_composite_transform self.visit_transform(transform_node) File " line 561, in visit_transform enable_trace=False), File " line 193, in dumps s = dill.dumps(o) File " line 259, in dumps dump(obj, file, protocol, byref, fmode, recurse)#, strictio) File " line 220, in dump pik = Pickler(file, protocol) File " line 404, in __init__ StockPickler.__init__(self, *args, **kwds) File "/usr/lib/python2.7/pickle.py", line 203, in __init__ self.write = file.write File " line 276, in signalhandler raise TimedOutException() TimedOutException: 'test_iterable_side_input (apache_beam.transforms.sideinputs_test.SideInputsTest)' ====================================================================== ERROR: test_multi_valued_singleton_side_input (apache_beam.transforms.sideinputs_test.SideInputsTest) ---------------------------------------------------------------------- Traceback (most recent call last): File " line 812, in run test(orig) File " line 45, in __call__ return self.run(*arg, **kwarg) File " line 133, in run self.runTest(result) File " line 151, in runTest test(result) File "/usr/lib/python2.7/unittest/case.py", line 395, in __call__ return self.run(*args, **kwds) File "/usr/lib/python2.7/unittest/case.py", line 331, in run testMethod() File " line 157, in test_multi_valued_singleton_side_input pipeline.run() File " line 102, in run result = super(TestPipeline, self).run() File " line 369, in run self.to_runner_api(), self.runner, self._options).run(False) File " line 592, in from_runner_api p = Pipeline(runner=runner, options=options) File " line 145, in __init__ errors = PipelineOptionsValidator(self._options, runner).validate() File " line 103, in validate errors.extend(self.options.view_as(cls).validate(self)) File " line 227, in view_as view = cls(self._flags) File " line 160, in __init__ self._visible_options, _ = parser.parse_known_args(flags) File "/usr/lib/python2.7/argparse.py", line 1722, in parse_known_args namespace, args = self._parse_known_args(args, namespace) File "/usr/lib/python2.7/argparse.py", line 1763, in _parse_known_args option_tuple = self._parse_optional(arg_string) File "/usr/lib/python2.7/argparse.py", line 2065, in _parse_optional if option_string in self._option_string_actions: File " line 276, in signalhandler raise TimedOutException() TimedOutException: 'test_multi_valued_singleton_side_input (apache_beam.transforms.sideinputs_test.SideInputsTest)' ====================================================================== ERROR: test_multiple_empty_outputs (apache_beam.transforms.ptransform_test.PTransformTest) ---------------------------------------------------------------------- Traceback (most recent call last): File " line 812, in run test(orig) File " line 45, in __call__ return self.run(*arg, **kwarg) File " line 133, in run self.runTest(result) File " line 151, in runTest test(result) File "/usr/lib/python2.7/unittest/case.py", line 395, in __call__ return self.run(*args, **kwds) File "/usr/lib/python2.7/unittest/case.py", line 331, in run testMethod() File " line 270, in test_multiple_empty_outputs pipeline.run() File " line 104, in run state = result.wait_until_finish() File " line 983, in wait_until_finish time.sleep(5.0) File " line 276, in signalhandler raise TimedOutException() TimedOutException: 'test_multiple_empty_outputs (apache_beam.transforms.ptransform_test.PTransformTest)' ====================================================================== ERROR: test_par_do_with_multiple_outputs_and_using_return (apache_beam.transforms.ptransform_test.PTransformTest) ---------------------------------------------------------------------- Traceback (most recent call last): File " line 812, in run test(orig) File " line 45, in __call__ return self.run(*arg, **kwarg) File " line 133, in run self.runTest(result) File " line 151, in runTest test(result) File "/usr/lib/python2.7/unittest/case.py", line 395, in __call__ return self.run(*args, **kwds) File "/usr/lib/python2.7/unittest/case.py", line 331, in run testMethod() File " line 244, in test_par_do_with_multiple_outputs_and_using_return pipeline.run() File " line 104, in run state = result.wait_until_finish() File " line 983, in wait_until_finish time.sleep(5.0) File " line 276, in signalhandler raise TimedOutException() TimedOutException: 'test_par_do_with_multiple_outputs_and_using_return (apache_beam.transforms.ptransform_test.PTransformTest)' ====================================================================== ERROR: test_par_do_with_multiple_outputs_and_using_yield (apache_beam.transforms.ptransform_test.PTransformTest) ---------------------------------------------------------------------- Traceback (most recent call last): File " line 812, in run test(orig) File " line 45, in __call__ return self.run(*arg, **kwarg) File " line 133, in run self.runTest(result) File " line 151, in runTest test(result) File "/usr/lib/python2.7/unittest/case.py", line 395, in __call__ return self.run(*args, **kwds) File "/usr/lib/python2.7/unittest/case.py", line 331, in run testMethod() File " line 228, in test_par_do_with_multiple_outputs_and_using_yield pipeline.run() File " line 104, in run state = result.wait_until_finish() File " line 983, in wait_until_finish time.sleep(5.0) File " line 276, in signalhandler raise TimedOutException() TimedOutException: 'test_par_do_with_multiple_outputs_and_using_yield (apache_beam.transforms.ptransform_test.PTransformTest)' ---------------------------------------------------------------------- Ran 16 tests in 906.612s FAILED (errors=16) Build step 'Execute shell' marked build as failure Not sending mail to unregistered user lukasz.gajowy@polidea.com Not sending mail to unregistered user github@alasdairhodge.co.uk Not sending mail to unregistered user kirpichov@google.com Not sending mail to unregistered user wtanaka@yahoo.com Not sending mail to unregistered user XuMingmin@users.noreply.github.com Not sending mail to unregistered user ankurgoenka@gmail.com Not sending mail to unregistered user xumingmingv@gmail.com Not sending mail to unregistered user mairbek@google.com Not sending mail to unregistered user aljoscha.krettek@gmail.com Not sending mail to unregistered user yifanzou@yifanzou-linuxworkstation.sea.corp.google.com Not sending mail to unregistered user pawel.pk.kaczmarczyk@gmail.com