From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#22129: python-matplotlib: Non-deterministic build failures on armhf Date: Wed, 09 Dec 2015 10:38:55 -0500 Message-ID: <87y4d3eink.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35818) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6pn8-0004xO-6k for bug-guix@gnu.org; Wed, 09 Dec 2015 20:13:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6pn4-0002HJ-5s for bug-guix@gnu.org; Wed, 09 Dec 2015 20:13:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6pn4-0002HE-3A for bug-guix@gnu.org; Wed, 09 Dec 2015 20:13:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1a6pn4-0007zi-0H for bug-guix@gnu.org; Wed, 09 Dec 2015 20:13:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6gpf-0000Tz-AU for bug-guix@gnu.org; Wed, 09 Dec 2015 10:39:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6gpb-00023E-AM for bug-guix@gnu.org; Wed, 09 Dec 2015 10:39:07 -0500 Received: from world.peace.net ([50.252.239.5]:57151) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6gpb-00023A-6Q for bug-guix@gnu.org; Wed, 09 Dec 2015 10:39:03 -0500 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-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 22129@debbugs.gnu.org Over the last month, the 'python-matplotlib' build on armhf has failed non-deterministically 4 times due to timeout (1 hour of silence) in the same place: --8<---------------cut here---------------start------------->8--- phase `install' succeeded after 71.4 seconds starting phase `install-doc' Running Sphinx v1.2.3 Initializing GitHub plugin loading pickled environment... failed: [Errno 2] No such file or directory: '/tmp/nix-build-python-matplotlib-1.4.3.drv-0/matplotlib-1.4.3/doc/build/doctrees/environment.pickle' [autosummary] generating autosummary for: api/afm_api.rst, api/animation_api.rst, api/api_changes.rst, api/artist_api.rst, api/axes_api.rst, api/axis_api.rst, api/backend_bases_api.rst, api/backend_gtkagg_api.rst, api/backend_pdf_api.rst, api/backend_qt4agg_api.rst, ..., users/recipes.rst, users/screenshots.rst, users/shell.rst, users/style_sheets.rst, users/text_intro.rst, users/text_props.rst, users/tight_layout_guide.rst, users/transforms_tutorial.rst, users/usetex.rst, users/whats_new.rst Failed to import 'matplotlib.backends.backend_wxagg': no module named matplotlib.backends.backend_wxagg Failed to import 'matplotlib.backends.backend_qt4agg': no module named matplotlib.backends.backend_qt4agg animation, api, axes_grid, color, event_handling, images_contours_and_fields, lines_bars_and_markers, misc, mplot3d, pie_and_polar_charts, pylab_examples, shapes_and_collections, showcase, specialty_plots, statistics, style_sheets, subplots_axes_and_figures, tests, text_labels_and_annotations, ticks_and_spines, units, user_interfaces, widgets, building [html]: targets for 127 source files that are out of date updating environment: 607 added, 0 changed, 0 removed reading sources... [ 0%] api/afm_api reading sources... [ 0%] api/animation_api reading sources... [ 0%] api/api_changes reading sources... [ 0%] api/artist_api reading sources... [ 0%] api/axes_api reading sources... [ 0%] api/axis_api reading sources... [ 1%] api/backend_bases_api reading sources... [ 1%] api/backend_gtkagg_api reading sources... [ 1%] api/backend_pdf_api reading sources... [ 1%] api/backend_qt4agg_api reading sources... [ 1%] api/backend_wxagg_api reading sources... [ 1%] api/cbook_api reading sources... [ 2%] api/cm_api reading sources... [ 2%] api/collections_api building of `/gnu/store/0hm09h6a4469z3j2r3p7cm6jiwidm3ff-python-matplotlib-1.4.3.drv' timed out after 3600 seconds of silence @ build-failed /gnu/store/0hm09h6a4469z3j2r3p7cm6jiwidm3ff-python-matplotlib-1.4.3.drv - timeout guix build: error: build failed: build of `/gnu/store/0hm09h6a4469z3j2r3p7cm6jiwidm3ff-python-matplotlib-1.4.3.drv' failed --8<---------------cut here---------------end--------------->8--- In all four cases, the timeout occurred in the same place, after printing "reading sources... [ 2%] api/collections_api". The same builds succeeded on later attempts, e.g.: http://hydra.gnu.org:3000/build/864760#tabs-buildsteps Mark