Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PkgEval] EconDatasets may have a testing issue on Julia 0.4 (2014-10-28) #2

Open
IainNZ opened this issue Oct 28, 2014 · 0 comments
Open

Comments

@IainNZ
Copy link

IainNZ commented Oct 28, 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-10-27 the testing status was Package doesn't load.
  • On 2014-10-28 the testing status changed to Tests fail, but package loads.

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.

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:

>>> 'Pkg.add("EconDatasets")' log

WARNING: deprecated syntax "{}" at /home/idunning/pkgtest/.julia/v0.4/BinDeps/src/BinDeps.jl:103.
Use "[]" instead.

WARNING: deprecated syntax "{}" at /home/idunning/pkgtest/.julia/v0.4/BinDeps/src/BinDeps.jl:104.
Use "[]" instead.

WARNING: deprecated syntax "(String=>String)[]" at /home/idunning/pkgtest/.julia/v0.4/BinDeps/src/BinDeps.jl:146.
Use "Dict{String,String}()" instead.

WARNING: deprecated syntax "(String=>String)[]" at /home/idunning/pkgtest/.julia/v0.4/BinDeps/src/BinDeps.jl:147.
Use "Dict{String,String}()" instead.

WARNING: deprecated syntax "(String=>String)[]" at /home/idunning/pkgtest/.julia/v0.4/BinDeps/src/BinDeps.jl:148.
Use "Dict{String,String}()" instead.

WARNING: deprecated syntax "(String=>String)[]" at /home/idunning/pkgtest/.julia/v0.4/BinDeps/src/BinDeps.jl:149.
Use "Dict{String,String}()" instead.

WARNING: deprecated syntax "{}" at /home/idunning/pkgtest/.julia/v0.4/BinDeps/src/dependencies.jl:87.
... truncated ...
libtool: install: ranlib /home/idunning/pkgtest/.julia/v0.4/Gumbo/deps/usr/lib/libgumbo.a
libtool: finish: PATH="/home/idunning/pkgtest/.julia/v0.4/Gumbo/deps/usr/bin:/usr/bin:/bin:/home/idunning/julia04:/sbin" ldconfig -n /home/idunning/pkgtest/.julia/v0.4/Gumbo/deps/usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /home/idunning/pkgtest/.julia/v0.4/Gumbo/deps/usr/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[1]: Leaving directory '/home/idunning/pkgtest/.julia/v0.4/Gumbo/deps/builds/libgumbo'
INFO: Cloning cache of EconDatasets from git://github.com/JuliaFinMetriX/EconDatasets.jl.git
INFO: Installing ArrayViews v0.4.8
INFO: Installing BinDeps v0.3.6
INFO: Installing DataArrays v0.2.5
INFO: Installing DataFrames v0.5.11
INFO: Installing Dates v0.4.4
INFO: Installing EconDatasets v0.0.1
INFO: Installing GZip v0.2.13
INFO: Installing Gumbo v0.1.0
INFO: Installing Reexport v0.0.2
INFO: Installing SHA v0.0.3
INFO: Installing SortingAlgorithms v0.0.2
INFO: Installing StatsBase v0.6.8
INFO: Installing TimeData v0.5.0
INFO: Installing TimeSeries v0.4.5
INFO: Installing URIParser v0.0.3
INFO: Building Gumbo
INFO: Attempting to Create directory /home/idunning/pkgtest/.julia/v0.4/Gumbo/deps/downloads
INFO: Downloading file http://jamesporter.me/static/julia/gumbo-1.0.tar.gz
INFO: Done downloading file http://jamesporter.me/static/julia/gumbo-1.0.tar.gz
INFO: Attempting to Create directory /home/idunning/pkgtest/.julia/v0.4/Gumbo/deps/src
INFO: Attempting to Create directory /home/idunning/pkgtest/.julia/v0.4/Gumbo/deps
INFO: Directory /home/idunning/pkgtest/.julia/v0.4/Gumbo/deps already created
INFO: Attempting to Create directory /home/idunning/pkgtest/.julia/v0.4/Gumbo/deps/src/gumbo-1.0
INFO: Attempting to Create directory /home/idunning/pkgtest/.julia/v0.4/Gumbo/deps/builds/libgumbo
INFO: Changing Directory to /home/idunning/pkgtest/.julia/v0.4/Gumbo/deps/builds/libgumbo
INFO: Changing Directory to /home/idunning/pkgtest/.julia/v0.4/Gumbo/deps/builds/libgumbo
INFO: Changing Directory to /home/idunning/pkgtest/.julia/v0.4/Gumbo/deps/builds/libgumbo
INFO: Package database updated

>>> 'using EconDatasets' log
Warning: could not import Base.evaluate into StatsBase
Warning: requiring "Dates" did not define a corresponding module.
Warning: requiring "Dates" did not define a corresponding module.
Warning: New definition 
    get at /home/idunning/pkgtest/.julia/v0.4/TimeData/src/abstractFuncs.jl:77
is ambiguous with: 
    get at nullable.jl:28.
To fix, define 
    get
before the new definition.
Julia Version 0.4.0-dev+1330
Commit 7fdc860 (2014-10-28 03:56 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
(Any,Colon)(Nullable{S},T)(Nullable{S},Colon)
>>> test log
Warning: could not import Base.evaluate into StatsBase
Warning: requiring "Dates" did not define a corresponding module.
Warning: requiring "Dates" did not define a corresponding module.
Warning: New definition 
    get at /home/idunning/pkgtest/.julia/v0.4/TimeData/src/abstractFuncs.jl:77
is ambiguous with: 
    get at nullable.jl:28.
To fix, define 
    get
before the new definition.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 69601    0 69601    0     0   273k      0 --:--:-- --:--:-- --:--:--  274k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  329k    0  329k    0     0   478k      0 --:--:-- --:--:-- --:--:--  478k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 31457    0 31457    0     0   189k      0 --:--:-- --:--:-- --:--:--  188k
100  734k    0  734k    0     0  1342k      0 --:--:-- --:--:-- --:--:-- 1340k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
... truncated ...

   test getting UMD

--------------------------------
--------------------------------


   test getting Treasury rates

--------------------------------
--------------------------------


(Any,Colon)(Nullable{S},T)(Nullable{S},Colon)ERROR: `-` has no method matching -(::Uint8, ::Char)
 in bytestotype at /home/idunning/pkgtest/.julia/v0.4/DataFrames/src/dataframe/io.jl:396
 in builddf at /home/idunning/pkgtest/.julia/v0.4/DataFrames/src/dataframe/io.jl:570
 in readtable! at /home/idunning/pkgtest/.julia/v0.4/DataFrames/src/dataframe/io.jl:783
 in readtable at /home/idunning/pkgtest/.julia/v0.4/DataFrames/src/dataframe/io.jl:868
 in readtable at /home/idunning/pkgtest/.julia/v0.4/DataFrames/src/dataframe/io.jl:935
 in readUSTreasuries at /home/idunning/pkgtest/.julia/v0.4/EconDatasets/src/readTreasuryRates.jl:15
 in getTreasuries at /home/idunning/pkgtest/.julia/v0.4/EconDatasets/src/getDataset/getTreasuries.jl:3
 in getDataset at /home/idunning/pkgtest/.julia/v0.4/EconDatasets/src/getDataset.jl:16
 in include at ./boot.jl:242
 in include_from_node1 at ./loading.jl:128
 in anonymous at no file:18
 in include at ./boot.jl:242
 in include_from_node1 at loading.jl:128
 in process_options at ./client.jl:293
 in _start at ./client.jl:362
 in _start_3B_3769 at /home/idunning/julia04/usr/bin/../lib/julia/sys.so
while loading /home/idunning/pkgtest/.julia/v0.4/EconDatasets/test/getDataset.jl, in expression starting on line 23
while loading /home/idunning/pkgtest/.julia/v0.4/EconDatasets/test/runtests.jl, in expression starting on line 17

INFO: Testing EconDatasets
============================[ ERROR: EconDatasets ]=============================

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

================================================================================
INFO: No packages to install, update or remove
ERROR: EconDatasets 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:221
 in _start at ./client.jl:362
 in _start_3B_3769 at /home/idunning/julia04/usr/bin/../lib/julia/sys.so

>>> end of log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant