Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

[PkgEval] Dates may have a testing issue on Julia 0.3 (2014-08-09) #15

Closed
IainNZ opened this issue Aug 9, 2014 · 1 comment
Closed

Comments

@IainNZ
Copy link

IainNZ commented Aug 9, 2014

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

  • On 2014-08-08 the testing status was Tests pass.
  • On 2014-08-09 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("Dates")' log
INFO: Cloning cache of Dates from git://github.com/quinnj/Dates.jl.git
INFO: Installing Dates v0.0.2
INFO: Package database updated

>>> 'using Dates' log

>>> test log

signal (15): Terminated

signal (15): Terminated
pthread_cond_wait at /usr/lib/libpthread.so.0 (unknown line)
pthread_cond_wait at /usr/lib/libpthread.so.0 (unknown line)
unknown function (ip: -1184167533)
unknown function (ip: -1184167533)
unknown function (ip: -1115164380)
unknown function (ip: -1115164380)
clone at /usr/lib/libc.so.6 (unknown line)
clone at /usr/lib/libc.so.6 (unknown line)
unknown function (ip: 0)
unknown function (ip: 0)
typeinf_3B_484 at /home/idunning/julia03/usr/bin/../lib/julia/sys.so (unknown line)
jl_apply_generic at /home/idunning/julia03/usr/bin/../lib/libjulia.so (unknown line)
abstract_call_gf at ./inference.jl:726
jl_apply_generic at /home/idunning/julia03/usr/bin/../lib/libjulia.so (unknown line)
abstract_call at ./inference.jl:845
jl_apply_generic at /home/idunning/julia03/usr/bin/../lib/libjulia.so (unknown line)
... truncated ...
include at ./boot.jl:245
typeinf at ./inference.jl:1472
jl_apply_generic at /home/idunning/julia03/usr/bin/../lib/libjulia.so (unknown line)
include_from_node1 at loading.jl:128
typeinf_3B_484 at /home/idunning/julia03/usr/bin/../lib/julia/sys.so (unknown line)
jl_apply_generic at /home/idunning/julia03/usr/bin/../lib/libjulia.so (unknown line)
jl_apply_generic at /home/idunning/julia03/usr/bin/../lib/libjulia.so (unknown line)
process_options at ./client.jl:285
typeinf_ext at ./inference.jl:1216
jl_apply_generic at /home/idunning/julia03/usr/bin/../lib/libjulia.so (unknown line)
_start at ./client.jl:354
unknown function (ip: -1107861139)
_start_3B_1710 at /home/idunning/julia03/usr/bin/../lib/julia/sys.so (unknown line)
unknown function (ip: -1107857039)
jl_apply_generic at /home/idunning/julia03/usr/bin/../lib/libjulia.so (unknown line)
jl_apply_generic at /home/idunning/julia03/usr/bin/../lib/libjulia.so (unknown line)
anonymous at test.jl:62
do_test at test.jl:37
unknown function (ip: 4200466)
jl_apply_generic at /home/idunning/julia03/usr/bin/../lib/libjulia.so (unknown line)
julia_trampoline at /home/idunning/julia03/usr/bin/../lib/libjulia.so (unknown line)
unknown function (ip: -1107570344)
unknown function (ip: 4199453)
unknown function (ip: -1107574071)
__libc_start_main at /usr/lib/libc.so.6 (unknown line)
unknown function (ip: -1107507649)
unknown function (ip: 4199507)
unknown function (ip: -1107504976)
unknown function (ip: 0)
jl_load at /home/idunning/julia03/usr/bin/../lib/libjulia.so (unknown line)

>>> end of log
@IainNZ
Copy link
Author

IainNZ commented Aug 9, 2014

Looks like Julia choking, just wanted to create the issue so we have some record that this still happens from time to time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant