Title: Tests fail to run (killed manually after 7000 sec) · Issue #5446 · matplotlib/matplotlib · GitHub
Open Graph Title: Tests fail to run (killed manually after 7000 sec) · Issue #5446 · matplotlib/matplotlib
X Title: Tests fail to run (killed manually after 7000 sec) · Issue #5446 · matplotlib/matplotlib
Description: I'm building the matplotlib 1.5 package for Anaconda on Windows. This is using the split structure with matplotlib and matplotlib-tests introduced by @mdboom. Tests run, but seem to hang. I killed it after several hours: import: matplotl...
Open Graph Description: I'm building the matplotlib 1.5 package for Anaconda on Windows. This is using the split structure with matplotlib and matplotlib-tests introduced by @mdboom. Tests run, but seem to hang. I killed ...
X Description: I'm building the matplotlib 1.5 package for Anaconda on Windows. This is using the split structure with matplotlib and matplotlib-tests introduced by @mdboom. Tests run, but seem to hang. I kil...
Opengraph URL: https://github.com/matplotlib/matplotlib/issues/5446
X: @github
Domain: github.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Tests fail to run (killed manually after 7000 sec)","articleBody":"I'm building the matplotlib 1.5 package for Anaconda on Windows. This is using the split structure with matplotlib and matplotlib-tests introduced by @mdboom. Tests run, but seem to hang. I killed it after several hours:\n\n```\nimport: matplotlib\n....EC:\\aroot\\stage\\lib\\site-packages\\matplotlib\\_pylab_helpers.py:96: ResourceWarning: unclosed file \u003c_io.BufferedWriter name=5\u003e\n gc.collect(1)\nC:\\aroot\\stage\\lib\\site-packages\\matplotlib\\_pylab_helpers.py:96: ResourceWarning: unclosed file \u003c_io.BufferedReader name=7\u003e\n gc.collect(1)\nC:\\aroot\\stage\\lib\\site-packages\\matplotlib\\_pylab_helpers.py:96: ResourceWarning: unclosed file \u003c_io.BufferedReader name=6\u003e\n gc.collect(1)\nKEKKKKK...KK.KK.....KK...KK.KK.KK.KK.....KK.KK.KK.KK...KK..........................KK.KK.KK.KK...KK.KK.KK.KK.KK.KK.KK.KK...KKC:\\aroot\\stage\\lib\\site-packages\\dateutil\\rrule.py:833: DeprecationWarning: fractions.gcd() is deprecated. Use math.gcd() instead.\n i_gcd = gcd(self._interval, base)\n..KK.KK.KK.KK.KK.KK.....KK.KK.KK..KK.KK.KK.KK.KK.KK.KK.KK.KK......KK........KK.KK.KK.KK.....KK...KK.KK.KK.KK.KK.KK..KK.KK.KK...KK...........KK.KK.KK.KK.KK.KK.KK.KK.KK.KK.....KK...KK..KK.KK.KK.KK.............KK.KK.KK.KK.KK.KK.KK.KK.KK....KK......................................................KK....'gs' is not recognized as an internal or external command,\noperable program or batch file.\n'gs' is not recognized as an internal or external command,\noperable program or batch file.\n'latex' is not recognized as an internal or external command,\noperable program or batch file.\n'latex' is not recognized as an internal or external command,\noperable program or batch file.\nSSSSSSKKK....C:\\aroot\\stage\\lib\\site-packages\\matplotlib\\font_manager.py:1287: UserWarning: findfont: Font family ['Bitstream Vera Sans'] not found. Falling back to Helvetica\n (prop.get_family(), self.defaultFamily[fontext]))\n.............KKKKKKKKKKKKKKK.KK....K..KK.KK.KK.KK........................S\n======================================================================\nERROR: matplotlib.tests.test_animation.test_save_animation_smoketest('imagemagick', 'gif')\n----------------------------------------------------------------------\nTraceback (most recent call last):\n File \"C:\\aroot\\stage\\lib\\site-packages\\nose\\case.py\", line 198, in runTest\n self.test(*self.arg)\n File \"C:\\aroot\\stage\\lib\\site-packages\\matplotlib\\testing\\decorators.py\", line 118, in wrapped_function\n func(*args, **kwargs)\n File \"C:\\aroot\\stage\\lib\\site-packages\\matplotlib\\tests\\test_animation.py\", line 57, in check_save_animation\n anim.save(F.name, fps=30, writer=writer, bitrate=500)\n File \"C:\\aroot\\stage\\lib\\site-packages\\matplotlib\\animation.py\", line 780, in save\n writer.grab_frame(**savefig_kwargs)\n File \"C:\\aroot\\stage\\lib\\site-packages\\matplotlib\\animation.py\", line 225, in grab_frame\n dpi=self.dpi, **savefig_kwargs)\n File \"C:\\aroot\\stage\\lib\\site-packages\\matplotlib\\figure.py\", line 1539, in savefig\n self.canvas.print_figure(*args, **kwargs)\n File \"C:\\aroot\\stage\\lib\\site-packages\\matplotlib\\backend_bases.py\", line 2230, in print_figure\n **kwargs)\n File \"C:\\aroot\\stage\\lib\\site-packages\\matplotlib\\backends\\backend_agg.py\", line 519, in print_raw\n fileobj.write(renderer._renderer.buffer_rgba())\nOSError: [Errno 22] Invalid argument\n\n======================================================================\nERROR: matplotlib.tests.test_animation.test_save_animation_smoketest('imagemagick_file', 'gif')\n----------------------------------------------------------------------\nTraceback (most recent call last):\n File \"C:\\aroot\\stage\\lib\\site-packages\\nose\\case.py\", line 198, in runTest\n self.test(*self.arg)\n File \"C:\\aroot\\stage\\lib\\site-packages\\matplotlib\\testing\\decorators.py\", line 118, in wrapped_function\n func(*args, **kwargs)\n File \"C:\\aroot\\stage\\lib\\site-packages\\matplotlib\\tests\\test_animation.py\", line 57, in check_save_animation\n anim.save(F.name, fps=30, writer=writer, bitrate=500)\n File \"C:\\aroot\\stage\\lib\\site-packages\\matplotlib\\animation.py\", line 780, in save\n writer.grab_frame(**savefig_kwargs)\n File \"C:\\aroot\\stage\\lib\\contextlib.py\", line 66, in __exit__\n next(self.gen)\n File \"C:\\aroot\\stage\\lib\\site-packages\\matplotlib\\animation.py\", line 191, in saving\n self.finish()\n File \"C:\\aroot\\stage\\lib\\site-packages\\matplotlib\\animation.py\", line 382, in finish\n + ' Try running with --verbose-debug')\nRuntimeError: Error creating movie, return code: 4 Try running with --verbose-debug\n\n----------------------------------------------------------------------\nRan 517 tests in 6983.421s\n\nFAILED (KNOWNFAIL=207, SKIP=7, errors=2)\nC:\\aroot\\stage\\lib\\site-packages\\matplotlib\\__init__.py:1350: UserWarning: This call to matplotlib.use() has no effect\nbecause the backend has already been chosen;\nmatplotlib.use() must be called *before* pylab, matplotlib.pyplot,\nor matplotlib.backends is imported for the first time.\n\n warnings.warn(_use_error_msg)\n===== matplotlib-1.5.0 OK =====\nTraceback (most recent call last):\n File \"C:\\Users\\builder\\Miniconda2\\Scripts\\build-script.py\", line 9, in \u003cmodule\u003e\n load_entry_point('abts==0.0.0', 'console_scripts', 'build')()\n File \"z:\\documents\\code\\anaconda\\bt\\build.py\", line 428, in main\n build(pkg, only_build = opts.only_build)\n File \"z:\\documents\\code\\anaconda\\bt\\build.py\", line 327, in build\n test(pkg)\n File \"z:\\documents\\code\\anaconda\\bt\\build.py\", line 372, in test\n env=env, cwd=tmp_dir)\n File \"C:\\Users\\builder\\Miniconda2\\lib\\subprocess.py\", line 535, in check_call\n retcode = call(*popenargs, **kwargs)\n File \"C:\\Users\\builder\\Miniconda2\\lib\\subprocess.py\", line 522, in call\n return Popen(*popenargs, **kwargs).wait()\n File \"C:\\Users\\builder\\Miniconda2\\lib\\subprocess.py\", line 1007, in wait\n _subprocess.INFINITE)\nKeyboardInterrupt\n```\n","author":{"url":"https://github.com/msarahan","@type":"Person","name":"msarahan"},"datePublished":"2015-11-08T23:31:27.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":12},"url":"https://github.com/5446/matplotlib/issues/5446"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:5c21e686-8963-7c78-fcbc-d75ca7179ff8 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | A6E8:193149:4A12C5:632568:6A529690 |
| html-safe-nonce | 2608450abfb875cadfa5be435bb44f196a5ce5f067777892d80d9a83a7b47445 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBNkU4OjE5MzE0OTo0QTEyQzU6NjMyNTY4OjZBNTI5NjkwIiwidmlzaXRvcl9pZCI6IjY1OTM1NDcwNTIzMTc3OTQ3MiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | cb02f2377e619857187a48c91265ad5ecd4335fcd0e9b9f35745e9c763c32654 |
| hovercard-subject-tag | issue:115769469 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/5446/issue_layout |
| twitter:image | https://opengraph.githubassets.com/7346a7ea8999a6a5a4544bbc5b0318400d03602f8a494efde68d84676ef0e469/matplotlib/matplotlib/issues/5446 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/7346a7ea8999a6a5a4544bbc5b0318400d03602f8a494efde68d84676ef0e469/matplotlib/matplotlib/issues/5446 |
| og:image:alt | I'm building the matplotlib 1.5 package for Anaconda on Windows. This is using the split structure with matplotlib and matplotlib-tests introduced by @mdboom. Tests run, but seem to hang. I killed ... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | msarahan |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| go-import | github.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git |
| octolytics-dimension-user_id | 215947 |
| octolytics-dimension-user_login | matplotlib |
| octolytics-dimension-repository_id | 1385122 |
| octolytics-dimension-repository_nwo | matplotlib/matplotlib |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 1385122 |
| octolytics-dimension-repository_network_root_nwo | matplotlib/matplotlib |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | canary-2 |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width