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

Pkg.test("MPIArrays") fails; julia 1.1 #2

Open
montyvesselinov opened this issue May 11, 2019 · 0 comments
Open

Pkg.test("MPIArrays") fails; julia 1.1 #2

montyvesselinov opened this issue May 11, 2019 · 0 comments

Comments

@montyvesselinov
Copy link
Contributor

julia> Pkg.test("MPIArrays")
Updating registry at ~/.julia/registries/General
Updating git-repo [email protected]:JuliaRegistries/General.git
Testing MPIArrays
Status /var/folders/3z/rj6y6gfx4nd3h867q_mvjnw0000b9r/T/tmpAMTEOd/Manifest.toml
[9e28174c] BinDeps v0.8.10
[34da2185] Compat v2.1.0
[dc8bdbbb] CustomUnitRanges v0.2.0
[aaf54ef3] DistributedArrays v0.6.2
[da04e1cc] MPI v0.8.0
[b2d6846a] MPIArrays v0.1.0 #master ([email protected]:barche/MPIArrays.jl.git)
[27ebfcd6] Primes v0.4.0
[30578b45] URIParser v0.4.0
[2a0f44e3] Base64 [@stdlib/Base64]
[ade2ca70] Dates [@stdlib/Dates]
[8bb1440f] DelimitedFiles [@stdlib/DelimitedFiles]
[8ba89e20] Distributed [@stdlib/Distributed]
[b77e0a4c] InteractiveUtils [@stdlib/InteractiveUtils]
[76f85450] LibGit2 [@stdlib/LibGit2]
[8f399da3] Libdl [@stdlib/Libdl]
[37e2e46d] LinearAlgebra [@stdlib/LinearAlgebra]
[56ddb016] Logging [@stdlib/Logging]
[d6f4376e] Markdown [@stdlib/Markdown]
[a63ad114] Mmap [@stdlib/Mmap]
[44cfe95a] Pkg [@stdlib/Pkg]
[de0858da] Printf [@stdlib/Printf]
[3fa0cd96] REPL [@stdlib/REPL]
[9a3f8284] Random [@stdlib/Random]
[ea8e919c] SHA [@stdlib/SHA]
[9e88b42a] Serialization [@stdlib/Serialization]
[1a1011a3] SharedArrays [@stdlib/SharedArrays]
[6462fe0b] Sockets [@stdlib/Sockets]
[2f01184e] SparseArrays [@stdlib/SparseArrays]
[10745b16] Statistics [@stdlib/Statistics]
[8dfed614] Test [@stdlib/Test]
[cf7118a7] UUIDs [@stdlib/UUIDs]
[4ec0a83e] Unicode [@stdlib/Unicode]
Executing mpiexec -n 4 /Applications/Julia-1.1.app/Contents/Resources/julia/bin/julia /Users/monty/.julia/packages/MPIArrays/C1A3p/test/basics.jl
ERROR: ERROR: ERROR: ERROR: LoadError: LoadError: LoadError: LoadError: ArgumentError: Package Gadfly not found in current path:

  • Run import Pkg; Pkg.add("Gadfly") to install the Gadfly package.

Stacktrace:ArgumentError: Package Gadfly not found in current path:

  • Run import Pkg; Pkg.add("Gadfly") to install the Gadfly package.

Stacktrace:ArgumentError: Package Gadfly not found in current path:

  • Run import Pkg; Pkg.add("Gadfly") to install the Gadfly package.

Stacktrace:ArgumentError: Package Gadfly not found in current path:

  • Run import Pkg; Pkg.add("Gadfly") to install the Gadfly package.

[1]
Stacktrace:
[1]
[1]
[1] requirerequirerequirerequire(::(((::::::Module, ::Symbol) at ./loading.jl:823
[2] top-level scope at /Users/monty/.julia/config/startup.jl:20
[3] include at ./boot.jl:326 [inlined]
[4] include_relative(::Module, ::String) at ./loading.jl:1038
[5] include at ./sysimg.jl:29 [inlined]
[6] include_ifexists at ./client.jl:191 [inlined]
[7] load_julia_startup() at ./client.jl:299
[8] exec_options(::Base.JLOptions) at ./client.jl:238
[9] _start() at ./client.jl:436
in expression starting at /Users/monty/.julia/config/startup.jl:16
Module, ::Symbol) at ./loading.jl:823
[2] top-level scope at /Users/monty/.julia/config/startup.jl:20
[3] Module, ::Symbol) at ./loading.jl:823
[2] top-level scope at /Users/monty/.julia/config/startup.jl:20
[3] include at ./boot.jl:326 [inlined]
[4] include_relative(::Module, ::String) at ./loading.jl:1038
[5] include at ./sysimg.jl:29 [inlined]
[6] include_ifexists at ./client.jl:191 [inlined]
[7] load_julia_startup() at ./client.jl:299
[8] exec_options(::Base.JLOptions) at ./client.jl:238
[9] _start() at ./client.jl:436
in expression starting at /Users/monty/.julia/config/startup.jl:16
include at ./boot.jl:326 [inlined]
[4] include_relative(::Module, ::String) at ./loading.jl:1038
[5] include at ./sysimg.jl:29 [inlined]
[6] include_ifexists at ./client.jl:191 [inlined]
[7] load_julia_startup() at ./client.jl:299
[8] exec_options(::Base.JLOptions) at ./client.jl:238
[9] _start() at ./client.jl:436
in expression starting at /Users/monty/.julia/config/startup.jl:16
Module, ::Symbol) at ./loading.jl:823
[2] top-level scope at /Users/monty/.julia/config/startup.jl:20
[3] include at ./boot.jl:326 [inlined]
[4] include_relative(::Module, ::String) at ./loading.jl:1038
[5] include at ./sysimg.jl:29 [inlined]
[6] include_ifexists at ./client.jl:191 [inlined]
[7] load_julia_startup() at ./client.jl:299
[8] exec_options(::Base.JLOptions) at ./client.jl:238
[9] _start() at ./client.jl:436
in expression starting at /Users/monty/.julia/config/startup.jl:16

Primary job terminated normally, but 1 process returned
a non-zero exit code. Per user-direction, the job has been aborted.


mpiexec detected that one or more processes exited with non-zero status, thus causing
the job to be terminated. The first process to do so was:

Process name: [[20191,1],0]
Exit code: 1

ERROR: LoadError: failed process: Process(mpiexec -n 4 /Applications/Julia-1.1.app/Contents/Resources/julia/bin/julia /Users/monty/.julia/packages/MPIArrays/C1A3p/test/basics.jl, ProcessExited(1)) [1]
Stacktrace:
[1] error(::String, ::Base.Process, ::String, ::Int64, ::String) at ./error.jl:42
[2] pipeline_error at ./process.jl:785 [inlined]
[3] #run#515(::Bool, ::Function, ::Cmd) at ./process.jl:726
[4] run at ./process.jl:724 [inlined]
[5] top-level scope at /Users/monty/.julia/packages/MPIArrays/C1A3p/test/runtests.jl:17 [inlined]
[6] top-level scope at ./none:0
[7] include at ./boot.jl:326 [inlined]
[8] include_relative(::Module, ::String) at ./loading.jl:1038
[9] include(::Module, ::String) at ./sysimg.jl:29
[10] include(::String) at ./client.jl:403
[11] top-level scope at none:0
in expression starting at /Users/monty/.julia/packages/MPIArrays/C1A3p/test/runtests.jl:14
ERROR: Package MPIArrays errored during testing
Stacktrace:
[1] pkgerror(::String, ::Vararg{String,N} where N) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Types.jl:120
[2] #test#66(::Bool, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:1328
[3] #test at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:0 [inlined]
[4] #test#44(::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:193
[5] test at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:178 [inlined]
[6] #test#43 at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[7] test at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:175 [inlined]
[8] #test#42 at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[9] test at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:174 [inlined]
[10] #test#41(::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::Function, ::String) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[11] test(::String) at /Users/osx/buildbot/slave/package_osx64/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:173
[12] top-level scope at none:0

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