JuliaStats / TimeModels.jl

Modeling time series in Julia
Other
57 stars 28 forks source link

[PkgEval] TimeModels may have a testing issue on Julia 0.3 (2014-07-15) #28

Closed IainNZ closed 10 years ago

IainNZ commented 10 years ago

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.2) and the nightly build of the unstable version (0.3). The results of this script are used to generate a package listing enhanced with testing results.

On Julia 0.3

Tests pass. means that PackageEvaluator found the tests for your package, executed them, and they all passed.

Package doesn't load. means that PackageEvaluator did not find tests for your package. Additionally, trying to load your package with using failed.

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:

INFO: Installing FactCheck v0.1.2
INFO: Package database updated
INFO: Installing Dates v0.0.1
INFO: Installing HDF5 v0.2.24
INFO: Installing MarketData v0.1.1
INFO: Installing TimeSeries v0.4.3
INFO: Building HDF5
INFO: Package database updated
INFO: Cloning cache of TimeModels from git://github.com/JuliaStats/TimeModels.jl.git
INFO: Installing Calculus v0.1.4
INFO: Installing Datetime v0.1.6
INFO: Installing Distributions v0.5.2
INFO: Installing DualNumbers v0.1.0
INFO: Installing NLopt v0.0.3
INFO: Installing Optim v0.3.0
INFO: Installing Options v0.2.2
INFO: Installing PDMats v0.2.1
INFO: Installing TimeModels v0.0.2
INFO: Building Datetime
INFO: Building NLopt
INFO: Package database updated
ERROR: NumericExtensions not found
 in require at loading.jl:47
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:54
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:54
 in include at ./boot.jl:245
 in include_from_node1 at ./loading.jl:128
 in reload_path at loading.jl:152
 in _require at loading.jl:67
 in require at loading.jl:51
 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
while loading /home/idunning/pkgtest/.julia/v0.3/PDMats/src/PDMats.jl, in expression starting on line 9
while loading /home/idunning/pkgtest/.julia/v0.3/Distributions/src/Distributions.jl, in expression starting on line 4
while loading /home/idunning/pkgtest/.julia/v0.3/TimeModels/src/TimeModels.jl, in expression starting on line 3
while loading /home/idunning/pkgtest/.julia/v0.3/TimeModels/testusing.jl, in expression starting on line 1
INFO: Package database updated
INFO: Package database updated
INFO: Package database updated
milktrader commented 10 years ago

ERROR: NumericExtensions not found

IainNZ commented 10 years ago

Passing now, NumericExtensions broke

milktrader commented 10 years ago

Great!