simonster / Synchrony.jl

Coherence/phase-locking statistics in Julia
Other
22 stars 7 forks source link

[PkgEval] Synchrony may have a testing issue on Julia 0.3 (2014-07-27) #3

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.

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:

INFO: Installing CrossDecomposition v0.0.1
INFO: Package database updated
INFO: Cloning cache of Synchrony from git://github.com/simonster/Synchrony.jl.git
INFO: Installing DSP v0.0.3
INFO: Installing NumericExtensions v0.6.2
INFO: Installing NumericFuns v0.2.3
INFO: Installing Polynomials v0.0.2
INFO: Installing Synchrony v0.0.1
INFO: Package database updated
Warning: could not import Base.add! into NumericExtensions

signal (11): Segmentation fault
??? at ???:-453180846
??? at ???:-453181405
??? at ???:-453178638
??? at ???:-453174939
??? at ???:-453259506
??? at ???:-453258358
??? at ???:-453267356
??? at ???:-453264214
..truncated..
??? at ???:-453546683
??? at ???:-453206803
??? at ???:-453202245
??? at ???:-453202729
??? at ???:-453200240
??? at ???:-453199808
include at ./boot.jl:245
??? at ???:-453546822
include_from_node1 at ./loading.jl:128
??? at ???:-453546822
anonymous at no file:12
??? at ???:-453202656
??? at ???:-453200240
??? at ???:-453199808
include at ./boot.jl:245
??? at ???:-453546822
include_from_node1 at loading.jl:128
??? at ???:-453546683
process_options at ./client.jl:285
_start at ./client.jl:354
??? at ???:-486091783
??? at ???:-453546822
??? at ???:4200466
??? at ???:-453244153
??? at ???:4199453
??? at ???:-473153536
??? at ???:4199507
??? at ???:0
timeout: the monitored command dumped core
INFO: Package database updated
INFO: Package database updated
IainNZ commented 10 years ago

Glitch in the matrix?

simonster commented 10 years ago

Not sure whether this bug is in Julia or my code, but I'm going to assume the former for now.