From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 Date: Tue, 13 Jun 2023 09:24:05 +0000 From: "Girar awaiter (slev)" To: Stanislav Levin Subject: [#322696] FAILED (try 2) python3-module-big-O.git=0.11.0-alt1 ... Message-ID: Mail-Followup-To: Girar awaiter robot References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-girar-task-id: 322696 X-girar-task-owner: slev X-girar-task-repo: sisyphus X-girar-task-try: 2 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/322696/ X-girar-task-log: logs/events.2.1.log X-girar-task-summary: [#322696] FAILED (try 2) python3-module-big-O.git=0.11.0-alt1 python3-module-jaraco.itertools.git=6.3.0-alt1.1 python3-module-zipp.git=3.15.0-alt2 User-Agent: Mutt/1.10.1 (2018-07-13) 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: ALT Devel discussion list List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jun 2023 09:24:12 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/322696/logs/events.2.1.log subtask name aarch64 armh i586 ppc64le x86_64 #140 python3-module-big-O 1:29 failed 55 2:00 52 #300 python3-module-jaraco.itertools 40 ? 21 44 21 #400 python3-module-zipp ? ? 27 ? 26 2023-Jun-13 09:21:18 :: task #322696 for sisyphus resumed by slev: #100 removed #140 build 0.11.0-alt1 from /people/slev/packages/python3-module-big-O.git fetched at 2023-Jun-13 09:20:28 #200 removed #300 build 6.3.0-alt1.1 from /people/slev/packages/python3-module-jaraco.itertools.git fetched at 2023-Jun-09 14:51:01 #400 build 3.15.0-alt2 from /people/slev/packages/python3-module-zipp.git fetched at 2023-Jun-09 14:54:39 2023-Jun-13 09:21:19 :: created build repo 2023-Jun-13 09:21:20 :: [x86_64] #140 python3-module-big-O.git 0.11.0-alt1: build start 2023-Jun-13 09:21:20 :: [aarch64] #140 python3-module-big-O.git 0.11.0-alt1: build start 2023-Jun-13 09:21:20 :: [i586] #140 python3-module-big-O.git 0.11.0-alt1: build start 2023-Jun-13 09:21:20 :: [ppc64le] #140 python3-module-big-O.git 0.11.0-alt1: build start 2023-Jun-13 09:21:20 :: [armh] #140 python3-module-big-O.git 0.11.0-alt1: build start 2023-Jun-13 09:22:12 :: [x86_64] #140 python3-module-big-O.git 0.11.0-alt1: build OK 2023-Jun-13 09:22:12 :: [x86_64] #300 python3-module-jaraco.itertools.git 6.3.0-alt1.1: build start 2023-Jun-13 09:22:15 :: [i586] #140 python3-module-big-O.git 0.11.0-alt1: build OK 2023-Jun-13 09:22:15 :: [i586] #300 python3-module-jaraco.itertools.git 6.3.0-alt1.1: build start 2023-Jun-13 09:22:33 :: [x86_64] #300 python3-module-jaraco.itertools.git 6.3.0-alt1.1: build OK 2023-Jun-13 09:22:34 :: [x86_64] #400 python3-module-zipp.git 3.15.0-alt2: build start 2023-Jun-13 09:22:36 :: [i586] #300 python3-module-jaraco.itertools.git 6.3.0-alt1.1: build OK 2023-Jun-13 09:22:37 :: [i586] #400 python3-module-zipp.git 3.15.0-alt2: build start 2023-Jun-13 09:22:49 :: [aarch64] #140 python3-module-big-O.git 0.11.0-alt1: build OK 2023-Jun-13 09:22:50 :: [aarch64] #300 python3-module-jaraco.itertools.git 6.3.0-alt1.1: build start 2023-Jun-13 09:23:00 :: [x86_64] #400 python3-module-zipp.git 3.15.0-alt2: build OK 2023-Jun-13 09:23:04 :: [i586] #400 python3-module-zipp.git 3.15.0-alt2: build OK 2023-Jun-13 09:23:20 :: [ppc64le] #140 python3-module-big-O.git 0.11.0-alt1: build OK 2023-Jun-13 09:23:20 :: [ppc64le] #300 python3-module-jaraco.itertools.git 6.3.0-alt1.1: build start [armh] .format(res_class, residuals, sol_class, sol_residuals)) [armh] E AssertionError: is not an instance of : Best matched complexity is Polynomial: time = 3.9E-06 * x^1.2 (sec) (r=0.000072) when Linearithmic: time = -0.00073 + 1.9E-06*n*log(n) (sec) (r=0.000078) was expected [armh] big_o/test/test_big_o.py:154: AssertionError [armh] =========================== short test summary info ============================ [armh] FAILED big_o/test/test_big_o.py::TestBigO::test_big_o - AssertionError: