JuliaWebAPI

← Back to package list

If you think that there is an error in how your package is being tested or represented, please file an issue at NewPkgEval.jl, making sure to read the FAQ first.

Results with Julia v1.2.0

Testing was successful. Last evaluation was ago and took 3 minutes, 46 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed IniFile ──────── v0.5.0
 Installed ZMQ ──────────── v1.0.0
 Installed Parsers ──────── v0.3.10
 Installed JuliaWebAPI ──── v0.6.0
 Installed MbedTLS ──────── v0.7.0
 Installed BinaryProvider ─ v0.5.8
 Installed JSON ─────────── v0.21.0
 Installed HTTP ─────────── v0.8.8
  Updating `~/.julia/environments/v1.2/Project.toml`
  [480116ec] + JuliaWebAPI v0.6.0
  Updating `~/.julia/environments/v1.2/Manifest.toml`
  [b99e7846] + BinaryProvider v0.5.8
  [cd3eb016] + HTTP v0.8.8
  [83e8ac13] + IniFile v0.5.0
  [682c06a0] + JSON v0.21.0
  [480116ec] + JuliaWebAPI v0.6.0
  [739be429] + MbedTLS v0.7.0
  [69de0a69] + Parsers v0.3.10
  [c2297ded] + ZMQ v1.0.0
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8ba89e20] + Distributed 
  [7b1f6079] + FileWatching 
  [b77e0a4c] + InteractiveUtils 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [a63ad114] + Mmap 
  [de0858da] + Printf 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [4ec0a83e] + Unicode 
  Building MbedTLS → `~/.julia/packages/MbedTLS/a1JFn/deps/build.log`
  Building ZMQ ────→ `~/.julia/packages/ZMQ/ABGOx/deps/build.log`
   Testing JuliaWebAPI
    Status `/tmp/jl_9jbxOM/Manifest.toml`
  [b99e7846] BinaryProvider v0.5.8
  [cd3eb016] HTTP v0.8.8
  [83e8ac13] IniFile v0.5.0
  [682c06a0] JSON v0.21.0
  [480116ec] JuliaWebAPI v0.6.0
  [739be429] MbedTLS v0.7.0
  [69de0a69] Parsers v0.3.10
  [c2297ded] ZMQ v1.0.0
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [7b1f6079] FileWatching  [`@stdlib/FileWatching`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
Running tests from test_asyncsrvr.jl
============================================================
testing httpresponse...
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{"data":11,"code":0}"""
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK

11"""
testbinary: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/octet-stream

Fߊ^~p)"""
time for 100 calls to testfn1: 0.5431020259857178 secs @ 0.005431020259857177 per call
time for 100 calls to testfn2: 0.03710508346557617 secs @ 0.0003710508346557617 per call
time for 100 calls to testbinary: 0.050209999084472656 secs @ 0.0005020999908447266 per call
testing array invocation...
testing unknown method handling...
testing server method exception handling...
Finished test_asyncsrvr.jl
============================================================
Running tests from test_clntsrvr.jl
============================================================
spawining `/opt/julia/bin/julia /root/.julia/packages/JuliaWebAPI/9VrIU/test/srvr.jl --runsrvr`
started server process, running client
testing httpresponse...
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{"data":11,"code":0}"""
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK

11"""
testbinary: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/octet-stream

c?aJ"""
time for 100 calls to testfn1: 0.6868951320648193 secs @ 0.006868951320648194 per call
time for 100 calls to testfn2: 0.0379331111907959 secs @ 0.000379331111907959 per call
time for 100 calls to testbinary: 0.05751991271972656 secs @ 0.0005751991271972656 per call
testing array invocation...
testing unknown method handling...
testing server method exception handling...
stopping server process
Finished test_clntsrvr.jl
============================================================
Running tests from test_remotecall.jl
============================================================
time for 100 calls with remotecall_fetch: 1.9508230686187744 secs @ 0.019508230686187743 per call
stopped all workers
Finished test_remotecall.jl
============================================================
Running tests from test_plugins.jl
============================================================
testing httpresponse...
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{"data":11,"code":0}"""
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK

11"""
testbinary: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/octet-stream

sK^2̸"""
time for 100 calls to testfn1: 0.5684888362884521 secs @ 0.005684888362884522 per call
time for 100 calls to testfn2: 0.04819798469543457 secs @ 0.0004819798469543457 per call
time for 100 calls to testbinary: 0.04305410385131836 secs @ 0.0004305410385131836 per call
testing array invocation...
testing unknown method handling...
testing server method exception handling...
Finished test_plugins.jl
============================================================
Running tests from test_plugins.jl
============================================================
testing httpresponse...
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{"data":11,"code":0}"""
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK

11"""
testbinary: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/octet-stream

"(0"""
time for 100 calls to testfn1: 0.49344396591186523 secs @ 0.0049344396591186526 per call
time for 100 calls to testfn2: 0.004426002502441406 secs @ 4.426002502441406e-5 per call
time for 100 calls to testbinary: 0.003358125686645508 secs @ 3.358125686645508e-5 per call
testing array invocation...
testing unknown method handling...
testing server method exception handling...
Finished test_plugins.jl
============================================================
Running tests from test_httprpc.jl
============================================================
starting httpserver in async mode...
starting client...
starting http rpc tests.
testing file upload...
testing preprocessor...
finished http rpc tests.
Finished test_httprpc.jl
============================================================
Running tests from test_create_responder.jl
============================================================
testing create_responder api...
┌ Info: registering
└   endpt = "testfn1"
┌ Info: registering
└   endpt = "testfn2"
┌ Info: registering
└   endpt = "testbinary"
┌ Info: registering
└   endpt = "testArray"
┌ Info: registering
└   endpt = "testFile"
┌ Info: registering
└   endpt = "testException"
Finished test_create_responder.jl
============================================================
   Testing JuliaWebAPI tests passed 

Results with Julia v1.3.0

Testing was successful. Last evaluation was ago and took 3 minutes, 20 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed IniFile ──────── v0.5.0
 Installed Parsers ──────── v0.3.10
 Installed ZMQ ──────────── v1.0.0
 Installed JuliaWebAPI ──── v0.6.0
 Installed MbedTLS ──────── v0.7.0
 Installed BinaryProvider ─ v0.5.8
 Installed HTTP ─────────── v0.8.8
 Installed JSON ─────────── v0.21.0
  Updating `~/.julia/environments/v1.3/Project.toml`
  [480116ec] + JuliaWebAPI v0.6.0
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [b99e7846] + BinaryProvider v0.5.8
  [cd3eb016] + HTTP v0.8.8
  [83e8ac13] + IniFile v0.5.0
  [682c06a0] + JSON v0.21.0
  [480116ec] + JuliaWebAPI v0.6.0
  [739be429] + MbedTLS v0.7.0
  [69de0a69] + Parsers v0.3.10
  [c2297ded] + ZMQ v1.0.0
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8ba89e20] + Distributed 
  [7b1f6079] + FileWatching 
  [b77e0a4c] + InteractiveUtils 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [a63ad114] + Mmap 
  [de0858da] + Printf 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [4ec0a83e] + Unicode 
  Building MbedTLS → `~/.julia/packages/MbedTLS/a1JFn/deps/build.log`
  Building ZMQ ────→ `~/.julia/packages/ZMQ/ABGOx/deps/build.log`
   Testing JuliaWebAPI
    Status `/tmp/jl_1wocSS/Manifest.toml`
  [b99e7846] BinaryProvider v0.5.8
  [cd3eb016] HTTP v0.8.8
  [83e8ac13] IniFile v0.5.0
  [682c06a0] JSON v0.21.0
  [480116ec] JuliaWebAPI v0.6.0
  [739be429] MbedTLS v0.7.0
  [69de0a69] Parsers v0.3.10
  [c2297ded] ZMQ v1.0.0
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [7b1f6079] FileWatching  [`@stdlib/FileWatching`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
Running tests from test_asyncsrvr.jl
============================================================
testing httpresponse...
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{"data":11,"code":0}"""
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK

11"""
testbinary: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/octet-stream

͇Zn+!"""
time for 100 calls to testfn1: 0.5630059242248535 secs @ 0.005630059242248535 per call
time for 100 calls to testfn2: 0.025643110275268555 secs @ 0.00025643110275268554 per call
time for 100 calls to testbinary: 0.03522920608520508 secs @ 0.00035229206085205076 per call
testing array invocation...
testing unknown method handling...
testing server method exception handling...
Finished test_asyncsrvr.jl
============================================================
Running tests from test_clntsrvr.jl
============================================================
spawining `/opt/julia/bin/julia /root/.julia/packages/JuliaWebAPI/9VrIU/test/srvr.jl --runsrvr`
started server process, running client
testing httpresponse...
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{"data":11,"code":0}"""
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK

11"""
testbinary: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/octet-stream

xƞ12m"""
time for 100 calls to testfn1: 0.833050012588501 secs @ 0.00833050012588501 per call
time for 100 calls to testfn2: 0.033370018005371094 secs @ 0.00033370018005371096 per call
time for 100 calls to testbinary: 0.13650202751159668 secs @ 0.001365020275115967 per call
testing array invocation...
testing unknown method handling...
testing server method exception handling...
stopping server process
Finished test_clntsrvr.jl
============================================================
Running tests from test_remotecall.jl
============================================================
time for 100 calls with remotecall_fetch: 1.9254450798034668 secs @ 0.01925445079803467 per call
stopped all workers
Finished test_remotecall.jl
============================================================
Running tests from test_plugins.jl
============================================================
testing httpresponse...
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{"data":11,"code":0}"""
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK

11"""
testbinary: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/octet-stream

1tJ9ߍTCL"""
time for 100 calls to testfn1: 0.5322201251983643 secs @ 0.005322201251983643 per call
time for 100 calls to testfn2: 0.037809133529663086 secs @ 0.00037809133529663084 per call
time for 100 calls to testbinary: 0.028467178344726562 secs @ 0.0002846717834472656 per call
testing array invocation...
testing unknown method handling...
testing server method exception handling...
Finished test_plugins.jl
============================================================
Running tests from test_plugins.jl
============================================================
testing httpresponse...
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{"data":11,"code":0}"""
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK

11"""
testbinary: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/octet-stream

Kh+7jD"""
time for 100 calls to testfn1: 0.6547350883483887 secs @ 0.006547350883483887 per call
time for 100 calls to testfn2: 0.005084991455078125 secs @ 5.084991455078125e-5 per call
time for 100 calls to testbinary: 0.0036649703979492188 secs @ 3.664970397949219e-5 per call
testing array invocation...
testing unknown method handling...
testing server method exception handling...
Finished test_plugins.jl
============================================================
Running tests from test_httprpc.jl
============================================================
starting httpserver in async mode...
starting client...
starting http rpc tests.
testing file upload...
testing preprocessor...
finished http rpc tests.
Finished test_httprpc.jl
============================================================
Running tests from test_create_responder.jl
============================================================
testing create_responder api...
┌ Info: registering
└   endpt = "testfn1"
┌ Info: registering
└   endpt = "testfn2"
┌ Info: registering
└   endpt = "testbinary"
┌ Info: registering
└   endpt = "testArray"
┌ Info: registering
└   endpt = "testFile"
┌ Info: registering
└   endpt = "testException"
Finished test_create_responder.jl
============================================================
   Testing JuliaWebAPI tests passed 

Results with Julia v1.3.1-pre-7704df0a5a

Testing was successful. Last evaluation was ago and took 3 minutes, 12 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed IniFile ──────── v0.5.0
 Installed Parsers ──────── v0.3.10
 Installed ZMQ ──────────── v1.0.0
 Installed JuliaWebAPI ──── v0.6.0
 Installed MbedTLS ──────── v0.7.0
 Installed BinaryProvider ─ v0.5.8
 Installed HTTP ─────────── v0.8.8
 Installed JSON ─────────── v0.21.0
  Updating `~/.julia/environments/v1.3/Project.toml`
  [480116ec] + JuliaWebAPI v0.6.0
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [b99e7846] + BinaryProvider v0.5.8
  [cd3eb016] + HTTP v0.8.8
  [83e8ac13] + IniFile v0.5.0
  [682c06a0] + JSON v0.21.0
  [480116ec] + JuliaWebAPI v0.6.0
  [739be429] + MbedTLS v0.7.0
  [69de0a69] + Parsers v0.3.10
  [c2297ded] + ZMQ v1.0.0
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8ba89e20] + Distributed 
  [7b1f6079] + FileWatching 
  [b77e0a4c] + InteractiveUtils 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [a63ad114] + Mmap 
  [de0858da] + Printf 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [4ec0a83e] + Unicode 
  Building MbedTLS → `~/.julia/packages/MbedTLS/a1JFn/deps/build.log`
  Building ZMQ ────→ `~/.julia/packages/ZMQ/ABGOx/deps/build.log`
   Testing JuliaWebAPI
    Status `/tmp/jl_2zN0VI/Manifest.toml`
  [b99e7846] BinaryProvider v0.5.8
  [cd3eb016] HTTP v0.8.8
  [83e8ac13] IniFile v0.5.0
  [682c06a0] JSON v0.21.0
  [480116ec] JuliaWebAPI v0.6.0
  [739be429] MbedTLS v0.7.0
  [69de0a69] Parsers v0.3.10
  [c2297ded] ZMQ v1.0.0
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [7b1f6079] FileWatching  [`@stdlib/FileWatching`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [a63ad114] Mmap  [`@stdlib/Mmap`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
Running tests from test_asyncsrvr.jl
============================================================
testing httpresponse...
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{"data":11,"code":0}"""
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK

11"""
testbinary: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/octet-stream

tVcAշ"""
time for 100 calls to testfn1: 0.5269620418548584 secs @ 0.005269620418548584 per call
time for 100 calls to testfn2: 0.023053884506225586 secs @ 0.00023053884506225587 per call
time for 100 calls to testbinary: 0.030209064483642578 secs @ 0.00030209064483642577 per call
testing array invocation...
testing unknown method handling...
testing server method exception handling...
Finished test_asyncsrvr.jl
============================================================
Running tests from test_clntsrvr.jl
============================================================
spawining `/opt/julia/bin/julia /root/.julia/packages/JuliaWebAPI/9VrIU/test/srvr.jl --runsrvr`
started server process, running client
testing httpresponse...
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{"data":11,"code":0}"""
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK

11"""
testbinary: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/octet-stream

ȱ͠0L"""
time for 100 calls to testfn1: 0.7414839267730713 secs @ 0.007414839267730713 per call
time for 100 calls to testfn2: 0.03389620780944824 secs @ 0.00033896207809448243 per call
time for 100 calls to testbinary: 0.28813695907592773 secs @ 0.0028813695907592774 per call
testing array invocation...
testing unknown method handling...
testing server method exception handling...
stopping server process
Finished test_clntsrvr.jl
============================================================
Running tests from test_remotecall.jl
============================================================
time for 100 calls with remotecall_fetch: 1.720844030380249 secs @ 0.01720844030380249 per call
stopped all workers
Finished test_remotecall.jl
============================================================
Running tests from test_plugins.jl
============================================================
testing httpresponse...
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{"data":11,"code":0}"""
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK

11"""
testbinary: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/octet-stream

de!"""
time for 100 calls to testfn1: 0.5270860195159912 secs @ 0.005270860195159912 per call
time for 100 calls to testfn2: 0.03490591049194336 secs @ 0.0003490591049194336 per call
time for 100 calls to testbinary: 0.02432394027709961 secs @ 0.0002432394027709961 per call
testing array invocation...
testing unknown method handling...
testing server method exception handling...
Finished test_plugins.jl
============================================================
Running tests from test_plugins.jl
============================================================
testing httpresponse...
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8

{"data":11,"code":0}"""
testfn1: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK

11"""
testbinary: HTTP.Messages.Response:
"""
HTTP/1.1 200 OK
Content-Type: application/octet-stream

ב]K"""
time for 100 calls to testfn1: 0.5678648948669434 secs @ 0.0056786489486694335 per call
time for 100 calls to testfn2: 0.004703044891357422 secs @ 4.7030448913574217e-5 per call
time for 100 calls to testbinary: 0.003047943115234375 secs @ 3.047943115234375e-5 per call
testing array invocation...
testing unknown method handling...
testing server method exception handling...
Finished test_plugins.jl
============================================================
Running tests from test_httprpc.jl
============================================================
starting httpserver in async mode...
starting client...
starting http rpc tests.
testing file upload...
testing preprocessor...
finished http rpc tests.
Finished test_httprpc.jl
============================================================
Running tests from test_create_responder.jl
============================================================
testing create_responder api...
┌ Info: registering
└   endpt = "testfn1"
┌ Info: registering
└   endpt = "testfn2"
┌ Info: registering
└   endpt = "testbinary"
┌ Info: registering
└   endpt = "testArray"
┌ Info: registering
└   endpt = "testFile"
┌ Info: registering
└   endpt = "testException"
Finished test_create_responder.jl
============================================================
   Testing JuliaWebAPI tests passed