From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#37373: python-ipython-documentation build is not reproducible Date: Wed, 11 Sep 2019 23:31:10 +0200 Message-ID: <87o8zqplk1.fsf@elephly.net> References: <87impzsmk1.fsf@gmail.com> <87o8zrqaqc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58732) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i8ADc-0002ny-6l for bug-guix@gnu.org; Wed, 11 Sep 2019 17:32:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i8ADb-0000yW-6C for bug-guix@gnu.org; Wed, 11 Sep 2019 17:32:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34018) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i8ADa-0000wT-3L for bug-guix@gnu.org; Wed, 11 Sep 2019 17:32:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i8ADZ-0003qD-Ul for bug-guix@gnu.org; Wed, 11 Sep 2019 17:32:01 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-reply-to: <87o8zrqaqc.fsf@gmail.com> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Maxim Cournoyer Cc: 37373-done@debbugs.gnu.org Hi Maxim, > --8<---------------cut here---------------start------------->8--- > diff -r /gnu/store/crwhhm91cgms8fnydvqkmbqbjrypqv48-python-ipython-documentation-7.5.0/share/doc/python-ipython-documentation-7.5.0/html/sphinxext.html /gnu/store/crwhhm91cgms8fnydvqkmbqbjrypqv48-python-ipython-documentation-7.5.0-check/share/doc/python-ipython-documentation-7.5.0/html/sphinxext.html > 624c624 > < Out[2]: datetime.datetime(2019, 9, 11, 0, 16, 37, 683664) > --- >> Out[2]: datetime.datetime(2019, 9, 11, 1, 19, 45, 915814) > 632c632 > < 50.1 ms +- 2.31 us per loop (mean +- std. dev. of 7 runs, 10 loops each) > --- >> 50.1 ms +- 11 us per loop (mean +- std. dev. of 7 runs, 10 loops each) > --8<---------------cut here---------------end--------------->8--- This is now fixed in commit 0f272518eca06f849cef86d26c294f17edc82c3e. Thanks for the report! -- Ricardo