You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PackageEvaluator.jl is a script that runs nightly. It attempts to load all Julia packages and run their tests (if available) on both the stable version of Julia (0.3) and the nightly build of the unstable version (0.4). The results of this script are used to generate a package listing enhanced with testing results.
On Julia 0.3
On 2014-10-11 the testing status was Tests pass.
On 2014-10-12 the testing status changed to Tests fail, but package loads.
Tests pass. means that PackageEvaluator found the tests for your package, executed them, and they all passed.
Tests fail, but package loads. means that PackageEvaluator found the tests for your package, executed them, and they didn't pass. However, trying to load your package with using worked.
This issue was filed because your testing status became worse. No additional issues will be filed if your package remains in this state, and no issue will be filed if it improves. If you'd like to opt-out of these status-change messages, reply to this message saying you'd like to and @IainNZ will add an exception. If you'd like to discuss PackageEvaluator.jl please file an issue at the repository. For example, your package may be untestable on the test machine due to a dependency - an exception can be added.
Test log:
>>> 'Pkg.add("GoogleCharts")' log
INFO: Cloning cache of GoogleCharts from git://github.com/jverzani/GoogleCharts.jl.git
INFO: Installing ArrayViews v0.4.6
INFO: Installing DataArrays v0.2.3
INFO: Installing DataFrames v0.5.10
INFO: Installing Dates v0.3.2
INFO: Installing GZip v0.2.13
INFO: Installing GoogleCharts v0.0.5
INFO: Installing JSON v0.3.8
INFO: Installing Mustache v0.0.6
INFO: Installing Reexport v0.0.1
INFO: Installing SortingAlgorithms v0.0.2
INFO: Installing StatsBase v0.6.8
INFO: Package database updated
>>> 'using GoogleCharts' log
Julia Version 0.3.1
Commit c03f413* (2014-09-21 21:30 UTC)
Platform Info:
System: Linux (x86_64-unknown-linux-gnu)
CPU: Intel(R) Xeon(R) CPU E5-2650 0 @ 2.00GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
LAPACK: libopenblas
LIBM: libopenlibm
LLVM: libLLVM-3.3
>>> test log
START /usr/bin/chromium "/tmp/juliaJ9inHy.html"
[2777:2777:1012/023513:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/juliaKiycvt.html"
[4283:4283:1012/023516:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/juliarRhpuu.html"
[5800:5800:1012/023518:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/juliaC1mEwB.html"
[7304:7304:1012/023521:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/julialh7ktO.html"
[8808:8808:1012/023524:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/juliaAF9Yh7.html"
[10312:10312:1012/023527:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/juliaROnlWv.html"
[11823:11823:1012/023529:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/juliaOVsHh0.html"
[13327:13327:1012/023532:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/juliafBlDsA.html"
[14831:14831:1012/023534:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/julia2UEfug.html"
[16335:16335:1012/023537:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
... truncated ...
START /usr/bin/chromium "/tmp/juliadyV9aM.html"
[29881:29881:1012/023602:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/juliaCf5B1r.html"
[31385:31385:1012/023605:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/julia3f2tDd.html"
[426:426:1012/023608:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/juliaC891H6.html"
[1977:1977:1012/023612:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/juliaPBXnB6.html"
[3483:3483:1012/023615:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/juliaEPsmZh.html"
[4988:4988:1012/023620:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/juliafZK7Kz.html"
[6505:6505:1012/023623:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/julia8BdMlX.html"
[8009:8009:1012/023625:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/julialXaVJq.html"
[9513:9513:1012/023628:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
START /usr/bin/chromium "/tmp/juliaCQOnUZ.html"
[11024:11024:1012/023631:ERROR:browser_main_loop.cc(208)] Gtk: cannot open display:
nothing
ERROR: RDatasets not found
in require at loading.jl:47
in include at ./boot.jl:245
in include_from_node1 at ./loading.jl:128
in include at ./boot.jl:245
in include_from_node1 at loading.jl:128
in process_options at ./client.jl:285
in _start at ./client.jl:354
in _start_3B_1712 at /home/idunning/julia03/usr/bin/../lib/julia/sys.so
while loading /home/idunning/pkgtest/.julia/v0.3/GoogleCharts/test/tests.jl, in expression starting on line 301
while loading /home/idunning/pkgtest/.julia/v0.3/GoogleCharts/test/runtests.jl, in expression starting on line 1
INFO: Testing GoogleCharts
============================[ ERROR: GoogleCharts ]=============================
failed process: Process(`/home/idunning/julia03/usr/bin/julia /home/idunning/pkgtest/.julia/v0.3/GoogleCharts/test/runtests.jl`, ProcessExited(1)) [1]
================================================================================
INFO: No packages to install, update or remove
ERROR: GoogleCharts had test errors
in error at error.jl:21
in test at pkg/entry.jl:715
in anonymous at pkg/dir.jl:28
in cd at ./file.jl:20
in cd at pkg/dir.jl:28
in test at pkg.jl:67
in process_options at ./client.jl:213
in _start at ./client.jl:354
in _start_3B_1712 at /home/idunning/julia03/usr/bin/../lib/julia/sys.so
>>> end of log
The text was updated successfully, but these errors were encountered:
PackageEvaluator.jl is a script that runs nightly. It attempts to load all Julia packages and run their tests (if available) on both the stable version of Julia (0.3) and the nightly build of the unstable version (0.4). The results of this script are used to generate a package listing enhanced with testing results.
On Julia 0.3
Tests pass.
Tests fail, but package loads.
Tests pass.
means that PackageEvaluator found the tests for your package, executed them, and they all passed.Tests fail, but package loads.
means that PackageEvaluator found the tests for your package, executed them, and they didn't pass. However, trying to load your package withusing
worked.This issue was filed because your testing status became worse. No additional issues will be filed if your package remains in this state, and no issue will be filed if it improves. If you'd like to opt-out of these status-change messages, reply to this message saying you'd like to and @IainNZ will add an exception. If you'd like to discuss PackageEvaluator.jl please file an issue at the repository. For example, your package may be untestable on the test machine due to a dependency - an exception can be added.
Test log:
The text was updated successfully, but these errors were encountered: