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

[PkgEval] JuliaParser may have a testing issue on Julia 0.4 (2014-09-25) #9

Closed
IainNZ opened this issue Sep 26, 2014 · 0 comments
Closed

Comments

@IainNZ
Copy link
Member

IainNZ commented Sep 26, 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.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.4

  • On 2014-09-24 the testing status was Tests pass.
  • On 2014-09-25 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("JuliaParser")' log
INFO: Installing FactCheck v0.1.2
INFO: Installing JuliaParser v0.5.2
INFO: Package database updated

>>> 'using JuliaParser' log
Julia Version 0.4.0-dev+765
Commit 5bc820e (2014-09-25 01:04 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

[1mtest skip to end of line 
[0m
[32m7 facts verified.[0m


[1mtest read operator 
[0m
[32m1260 facts verified.[0m


[1mtest string_to_number 
[0m
[32m160 facts verified.[0m


[1mtest is char hex 
[0m
[32m23 facts verified.[0m

... truncated ...



[1mTOTAL: 371[0m
[32mPassed: 370[0m
[31mFailed: 0[0m
[31mErrors: 1[0m
[31m    /home/idunning/julia04/test/staged.jl[0m

[1mParser total time: 7.21 secs[0m
[1mBase   total time: 7.59 secs[0m
[1mParser is ~5.00% faster than base[0m

INFO: Testing JuliaParser
=============================[ ERROR: JuliaParser ]=============================

failed process: Process(`/home/idunning/julia04/usr/bin/julia /home/idunning/pkgtest/.julia/v0.4/JuliaParser/test/runtests.jl`, ProcessExited(1)) [1]

================================================================================
INFO: No packages to install, update or remove
ERROR: JuliaParser had test errors
 in error at error.jl:21
 in test at pkg/entry.jl:719
 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:68
 in process_options at ./client.jl:213
 in _start at ./client.jl:354
 in _start_3B_3594 at /home/idunning/julia04/usr/bin/../lib/julia/sys.so

>>> end of log
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

2 participants