From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 29 Oct 2019 06:33:11 +0000 From: Girar Builder awaiter robot To: Anton Midyukov Subject: [#235939] [test-only] FAILED (try 8) libArcus.git=4.2.0-alt1 libsavitar.git=4.2.0-alt1 ... Message-ID: <20191029063310.GA10475@gyle.altlinux.org> Mail-Followup-To: girar-builder@altlinux.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 235939 X-girar-task-owner: antohami X-girar-task-repo: sisyphus X-girar-task-try: 8 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: http://git.altlinux.org/tasks/235939/ X-girar-task-log: logs/events.8.1.log X-girar-task-summary: [#235939] [test-only] FAILED (try 8) libArcus.git=4.2.0-alt1 libsavitar.git=4.2.0-alt1 Uranium.git=4.2.0-alt1 CuraEngine.git=4.2.0-alt1 cura.git=4.2.0-alt1 cura-fdm-materials.git=4.2.0-alt1 User-Agent: Mutt/1.8.3 (2017-05-23) Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@altlinux.org X-BeenThere: sisyphus-incominger@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: antohami@altlinux.org List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Oct 2019 06:33:11 -0000 Archived-At: List-Archive: http://git.altlinux.org/tasks/235939/logs/events.8.1.log 2019-Oct-29 06:28:37 :: test-only task #235939 for sisyphus resumed by antohami: #40 removed #60 build 4.2.0-alt1 from /people/antohami/packages/libArcus.git fetched at 2019-Aug-13 14:24:42 #100 removed #140 build 4.2.0-alt1 from /people/antohami/packages/libsavitar.git fetched at 2019-Aug-13 14:27:33 #200 removed #240 removed #260 removed #270 build 4.2.0-alt1 from /people/antohami/packages/Uranium.git fetched at 2019-Aug-13 14:48:48 #300 removed #340 build 4.2.0-alt1 from /people/antohami/packages/CuraEngine.git fetched at 2019-Aug-13 12:29:10 #400 removed #500 removed #600 removed #700 build 4.2.0-alt1 from /people/antohami/packages/cura.git fetched at 2019-Aug-13 13:08:17 #1000 build 4.2.0-alt1 from /people/antohami/packages/cura-fdm-materials.git fetched at 2019-Aug-13 13:47:56 2019-Oct-29 06:28:53 :: created build repo 2019-Oct-29 06:28:56 :: [i586] #60 libArcus.git 4.2.0-alt1: build start 2019-Oct-29 06:28:56 :: [ppc64le] #60 libArcus.git 4.2.0-alt1: build start 2019-Oct-29 06:28:56 :: [x86_64] #60 libArcus.git 4.2.0-alt1: build start 2019-Oct-29 06:28:56 :: [aarch64] #60 libArcus.git 4.2.0-alt1: build start 2019-Oct-29 06:30:03 :: [x86_64] #60 libArcus.git 4.2.0-alt1: build OK 2019-Oct-29 06:30:03 :: [x86_64] #140 libsavitar.git 4.2.0-alt1: build start 2019-Oct-29 06:30:10 :: [i586] #60 libArcus.git 4.2.0-alt1: build OK 2019-Oct-29 06:30:10 :: [i586] #140 libsavitar.git 4.2.0-alt1: build start 2019-Oct-29 06:30:17 :: [ppc64le] #60 libArcus.git 4.2.0-alt1: build OK 2019-Oct-29 06:30:17 :: [ppc64le] #140 libsavitar.git 4.2.0-alt1: build start 2019-Oct-29 06:31:06 :: [x86_64] #140 libsavitar.git 4.2.0-alt1: build OK 2019-Oct-29 06:31:06 :: [x86_64] #270 Uranium.git 4.2.0-alt1: build start 2019-Oct-29 06:31:14 :: [i586] #140 libsavitar.git 4.2.0-alt1: build OK 2019-Oct-29 06:31:14 :: [i586] #270 Uranium.git 4.2.0-alt1: build start 2019-Oct-29 06:31:27 :: [ppc64le] #140 libsavitar.git 4.2.0-alt1: build OK 2019-Oct-29 06:31:27 :: [ppc64le] #270 Uranium.git 4.2.0-alt1: build start > numpy.testing.assert_array_almost_equal(temp_matrix.getData(), numpy.array([[0.5,0,0,10],[0,0.5,0,10],[0,0,0.5,10],[0,0,0,1]])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestMatrix.py:28: AttributeError -- > numpy.testing.assert_array_almost_equal(temp_matrix.getData(), numpy.array([[0.5,0,0,5],[0,0.5,0,5],[0,0,0.5,5],[0,0,0,1]])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestMatrix.py:36: AttributeError -- > numpy.testing.assert_array_almost_equal(matrix.getData(), numpy.array([[0.5,0,0,0],[0,0.5,0,0],[0,0,0.5,0],[0,0,0,1]])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestMatrix.py:41: AttributeError -- > numpy.testing.assert_array_almost_equal(matrix.getData(), numpy.array([[1,0,0,0],[0,1,0,1],[0,0,1,0],[0,0,0,1]])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestMatrix.py:56: AttributeError -- > numpy.testing.assert_array_almost_equal(temp_matrix.getData(), numpy.array([[1,0,0,0],[0,1,0,0],[0,0,1,0],[10,10,10,1]])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestMatrix.py:96: AttributeError -- > numpy.testing.assert_array_almost_equal(self._vector.getData(), numpy.array([1,0,0])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestVector.py:21: AttributeError -- > numpy.testing.assert_array_almost_equal(temp_vector.getData(), numpy.array([x,y,z])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestVector.py:41: AttributeError 2019-Oct-29 06:32:26 :: [x86_64] Uranium.git 4.2.0-alt1: remote: build failed 2019-Oct-29 06:32:26 :: [x86_64] #270 Uranium.git 4.2.0-alt1: build FAILED 2019-Oct-29 06:32:27 :: [x86_64] requesting cancellation of task processing 2019-Oct-29 06:32:27 :: [aarch64] #60 libArcus.git 4.2.0-alt1: build OK 2019-Oct-29 06:32:27 :: [aarch64] task processing CANCELLED > numpy.testing.assert_array_almost_equal(temp_matrix.getData(), numpy.array([[0.5,0,0,10],[0,0.5,0,10],[0,0,0.5,10],[0,0,0,1]])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestMatrix.py:28: AttributeError -- > numpy.testing.assert_array_almost_equal(temp_matrix.getData(), numpy.array([[0.5,0,0,5],[0,0.5,0,5],[0,0,0.5,5],[0,0,0,1]])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestMatrix.py:36: AttributeError -- > numpy.testing.assert_array_almost_equal(matrix.getData(), numpy.array([[0.5,0,0,0],[0,0.5,0,0],[0,0,0.5,0],[0,0,0,1]])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestMatrix.py:41: AttributeError -- > numpy.testing.assert_array_almost_equal(matrix.getData(), numpy.array([[1,0,0,0],[0,1,0,1],[0,0,1,0],[0,0,0,1]])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestMatrix.py:56: AttributeError -- > numpy.testing.assert_array_almost_equal(temp_matrix.getData(), numpy.array([[1,0,0,0],[0,1,0,0],[0,0,1,0],[10,10,10,1]])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestMatrix.py:96: AttributeError -- > numpy.testing.assert_array_almost_equal(self._vector.getData(), numpy.array([1,0,0])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestVector.py:21: AttributeError -- > numpy.testing.assert_array_almost_equal(temp_vector.getData(), numpy.array([x,y,z])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestVector.py:41: AttributeError 2019-Oct-29 06:32:54 :: [i586] Uranium.git 4.2.0-alt1: remote: build failed 2019-Oct-29 06:32:54 :: [i586] #270 Uranium.git 4.2.0-alt1: build FAILED > numpy.testing.assert_array_almost_equal(temp_matrix.getData(), numpy.array([[0.5,0,0,10],[0,0.5,0,10],[0,0,0.5,10],[0,0,0,1]])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestMatrix.py:28: AttributeError -- > numpy.testing.assert_array_almost_equal(temp_matrix.getData(), numpy.array([[0.5,0,0,5],[0,0.5,0,5],[0,0,0.5,5],[0,0,0,1]])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestMatrix.py:36: AttributeError -- > numpy.testing.assert_array_almost_equal(matrix.getData(), numpy.array([[0.5,0,0,0],[0,0.5,0,0],[0,0,0.5,0],[0,0,0,1]])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestMatrix.py:41: AttributeError -- > numpy.testing.assert_array_almost_equal(matrix.getData(), numpy.array([[1,0,0,0],[0,1,0,1],[0,0,1,0],[0,0,0,1]])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestMatrix.py:56: AttributeError -- > numpy.testing.assert_array_almost_equal(temp_matrix.getData(), numpy.array([[1,0,0,0],[0,1,0,0],[0,0,1,0],[10,10,10,1]])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestMatrix.py:96: AttributeError -- > numpy.testing.assert_array_almost_equal(self._vector.getData(), numpy.array([1,0,0])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestVector.py:21: AttributeError -- > numpy.testing.assert_array_almost_equal(temp_vector.getData(), numpy.array([x,y,z])) E AttributeError: module 'numpy' has no attribute 'testing' tests/Math/TestVector.py:41: AttributeError 2019-Oct-29 06:33:10 :: [ppc64le] Uranium.git 4.2.0-alt1: remote: build failed 2019-Oct-29 06:33:10 :: [ppc64le] #270 Uranium.git 4.2.0-alt1: build FAILED 2019-Oct-29 06:32:27 :: [x86_64] build FAILED 2019-Oct-29 06:32:27 :: [aarch64] build FAILED 2019-Oct-29 06:32:54 :: [i586] build FAILED 2019-Oct-29 06:33:10 :: [ppc64le] build FAILED 2019-Oct-29 06:33:10 :: task #235939 for sisyphus FAILED