RemoteFiles

← 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 1 minute, 47 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed IniFile ──────── v0.5.0
 Installed RemoteFiles ──── v0.3.1
 Installed MbedTLS ──────── v0.7.0
 Installed FileIO ───────── v1.1.0
 Installed BinaryProvider ─ v0.5.8
 Installed HTTP ─────────── v0.8.8
  Updating `~/.julia/environments/v1.2/Project.toml`
  [cbe49d4c] + RemoteFiles v0.3.1
  Updating `~/.julia/environments/v1.2/Manifest.toml`
  [b99e7846] + BinaryProvider v0.5.8
  [5789e2e9] + FileIO v1.1.0
  [cd3eb016] + HTTP v0.8.8
  [83e8ac13] + IniFile v0.5.0
  [739be429] + MbedTLS v0.7.0
  [cbe49d4c] + RemoteFiles v0.3.1
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [76f85450] + LibGit2 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [44cfe95a] + Pkg 
  [de0858da] + Printf 
  [3fa0cd96] + REPL 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [cf7118a7] + UUIDs 
  [4ec0a83e] + Unicode 
  Building MbedTLS → `~/.julia/packages/MbedTLS/a1JFn/deps/build.log`
   Testing RemoteFiles
 Resolving package versions...
    Status `/tmp/jl_EoBV2H/Manifest.toml`
  [b99e7846] BinaryProvider v0.5.8
  [5789e2e9] FileIO v1.1.0
  [cd3eb016] HTTP v0.8.8
  [83e8ac13] IniFile v0.5.0
  [739be429] MbedTLS v0.7.0
  [cbe49d4c] RemoteFiles v0.3.1
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [76f85450] LibGit2  [`@stdlib/LibGit2`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [44cfe95a] Pkg  [`@stdlib/Pkg`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [3fa0cd96] REPL  [`@stdlib/REPL`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [cf7118a7] UUIDs  [`@stdlib/UUIDs`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
┌ Info: Downloading
│   source = "https://httpbin.org/image/png"
│   dest = "image.png"
│   progress = 1.0
│   time_taken = "0.06 s"
│   time_remaining = "0.0 s"
│   average_speed = "143.643 KiB/s"
│   downloaded = "7.900 KiB"
│   remaining = "0 bytes"
└   total = "7.900 KiB"
┌ Info: Downloading
│   source = "https://httpbin.org/image/png"
│   dest = "image.png"
│   progress = 1.0
│   time_taken = "1.3 s"
│   time_remaining = "0.0 s"
│   average_speed = "6.077 KiB/s"
│   downloaded = "7.900 KiB"
│   remaining = "0 bytes"
└   total = "7.900 KiB"
  % 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  8090  100  8090    0     0  80900      0 --:--:-- --:--:-- --:--:-- 80900
  % 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  8090  100  8090    0     0  80099      0 --:--:-- --:--:-- --:--:-- 80099
  % 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  8090  100  8090    0     0  82551      0 --:--:-- --:--:-- --:--:-- 82551
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'garbage.garbage' from 'https://garbage/garbage/garbage.garbage' with cURL.
[ Info: Downloading file 'garbage.garbage' from 'https://garbage/garbage/garbage.garbage' with HTTP.jl.
┌ Warning: Download failed with error: DNSError: garbage, unknown node or service (EAI_NONAME)
└ @ RemoteFiles ~/.julia/packages/RemoteFiles/QXzCt/src/download.jl:64
[ Info: Retrying in 0 seconds.
[ Info: Downloading file 'garbage.garbage' from 'https://garbage/garbage/garbage.garbage' with cURL.
┌ Warning: Download failed with error: failed process: Process(`/usr/bin/curl -s -o /tmp/jl_GMvsbe -L https://garbage/garbage/garbage.garbage`, ProcessExited(6)) [6]
└ @ RemoteFiles ~/.julia/packages/RemoteFiles/QXzCt/src/download.jl:64
[ Info: Retrying in 0 seconds.
[ Info: Downloading file 'garbage.garbage' from 'https://garbage/garbage/garbage.garbage' with cURL.
[ Info: Downloading file 'garbage.garbage' from 'https://garbage/garbage/garbage.garbage' with HTTP.jl.
┌ Warning: Download failed with error: DNSError: garbage, unknown node or service (EAI_NONAME)
└ @ RemoteFiles ~/.julia/packages/RemoteFiles/QXzCt/src/download.jl:64
[ Info: Retrying in 0 seconds.
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: garbage
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image1.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image2.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image1.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image2.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image1.png' from 'https://httpbin.org/image/png' with cURL.
Test Summary: | Pass  Total
RemoteFiles   |   53     53
   Testing RemoteFiles tests passed 

Results with Julia v1.3.0

Testing was successful. Last evaluation was ago and took 1 minute, 37 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed IniFile ──────── v0.5.0
 Installed RemoteFiles ──── v0.3.1
 Installed MbedTLS ──────── v0.7.0
 Installed FileIO ───────── v1.1.0
 Installed BinaryProvider ─ v0.5.8
 Installed HTTP ─────────── v0.8.8
  Updating `~/.julia/environments/v1.3/Project.toml`
  [cbe49d4c] + RemoteFiles v0.3.1
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [b99e7846] + BinaryProvider v0.5.8
  [5789e2e9] + FileIO v1.1.0
  [cd3eb016] + HTTP v0.8.8
  [83e8ac13] + IniFile v0.5.0
  [739be429] + MbedTLS v0.7.0
  [cbe49d4c] + RemoteFiles v0.3.1
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [76f85450] + LibGit2 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [44cfe95a] + Pkg 
  [de0858da] + Printf 
  [3fa0cd96] + REPL 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [cf7118a7] + UUIDs 
  [4ec0a83e] + Unicode 
  Building MbedTLS → `~/.julia/packages/MbedTLS/a1JFn/deps/build.log`
   Testing RemoteFiles
 Resolving package versions...
    Status `/tmp/jl_or4mFj/Manifest.toml`
  [b99e7846] BinaryProvider v0.5.8
  [5789e2e9] FileIO v1.1.0
  [cd3eb016] HTTP v0.8.8
  [83e8ac13] IniFile v0.5.0
  [739be429] MbedTLS v0.7.0
  [cbe49d4c] RemoteFiles v0.3.1
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [76f85450] LibGit2  [`@stdlib/LibGit2`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [44cfe95a] Pkg  [`@stdlib/Pkg`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [3fa0cd96] REPL  [`@stdlib/REPL`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [cf7118a7] UUIDs  [`@stdlib/UUIDs`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
┌ Info: Downloading
│   source = "https://httpbin.org/image/png"
│   dest = "image.png"
│   progress = 1.0
│   time_taken = "0.06 s"
│   time_remaining = "0.0 s"
│   average_speed = "131.673 KiB/s"
│   downloaded = "7.900 KiB"
│   remaining = "0 bytes"
└   total = "7.900 KiB"
┌ Info: Downloading
│   source = "https://httpbin.org/image/png"
│   dest = "image.png"
│   progress = 1.0
│   time_taken = "1.12 s"
│   time_remaining = "0.0 s"
│   average_speed = "7.067 KiB/s"
│   downloaded = "7.900 KiB"
│   remaining = "0 bytes"
└   total = "7.900 KiB"
  % 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  8090  100  8090    0     0  39082      0 --:--:-- --:--:-- --:--:-- 39082
  % 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  8090  100  8090    0     0  77047      0 --:--:-- --:--:-- --:--:-- 77047
  % 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  8090  100  8090    0     0  71592      0 --:--:-- --:--:-- --:--:-- 71592
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'garbage.garbage' from 'https://garbage/garbage/garbage.garbage' with cURL.
[ Info: Downloading file 'garbage.garbage' from 'https://garbage/garbage/garbage.garbage' with HTTP.jl.
┌ Warning: Download failed with error: DNSError: garbage, unknown node or service (EAI_NONAME)
└ @ RemoteFiles ~/.julia/packages/RemoteFiles/QXzCt/src/download.jl:64
[ Info: Retrying in 0 seconds.
[ Info: Downloading file 'garbage.garbage' from 'https://garbage/garbage/garbage.garbage' with cURL.
┌ Warning: Download failed with error: failed process: Process(`/usr/bin/curl -s -o /tmp/jl_Xgj3sy -L https://garbage/garbage/garbage.garbage`, ProcessExited(6)) [6]
└ @ RemoteFiles ~/.julia/packages/RemoteFiles/QXzCt/src/download.jl:64
[ Info: Retrying in 0 seconds.
[ Info: Downloading file 'garbage.garbage' from 'https://garbage/garbage/garbage.garbage' with cURL.
[ Info: Downloading file 'garbage.garbage' from 'https://garbage/garbage/garbage.garbage' with HTTP.jl.
┌ Warning: Download failed with error: DNSError: garbage, unknown node or service (EAI_NONAME)
└ @ RemoteFiles ~/.julia/packages/RemoteFiles/QXzCt/src/download.jl:64
[ Info: Retrying in 0 seconds.
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: garbage
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image1.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image2.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image1.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image2.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image1.png' from 'https://httpbin.org/image/png' with cURL.
Test Summary: | Pass  Total
RemoteFiles   |   53     53
   Testing RemoteFiles tests passed 

Results with Julia v1.3.1-pre-7704df0a5a

Testing was successful. Last evaluation was ago and took 1 minute, 50 seconds.

Click here to download the log file.

 Resolving package versions...
 Installed IniFile ──────── v0.5.0
 Installed RemoteFiles ──── v0.3.1
 Installed FileIO ───────── v1.1.0
 Installed MbedTLS ──────── v0.7.0
 Installed BinaryProvider ─ v0.5.8
 Installed HTTP ─────────── v0.8.8
  Updating `~/.julia/environments/v1.3/Project.toml`
  [cbe49d4c] + RemoteFiles v0.3.1
  Updating `~/.julia/environments/v1.3/Manifest.toml`
  [b99e7846] + BinaryProvider v0.5.8
  [5789e2e9] + FileIO v1.1.0
  [cd3eb016] + HTTP v0.8.8
  [83e8ac13] + IniFile v0.5.0
  [739be429] + MbedTLS v0.7.0
  [cbe49d4c] + RemoteFiles v0.3.1
  [2a0f44e3] + Base64 
  [ade2ca70] + Dates 
  [8ba89e20] + Distributed 
  [b77e0a4c] + InteractiveUtils 
  [76f85450] + LibGit2 
  [8f399da3] + Libdl 
  [56ddb016] + Logging 
  [d6f4376e] + Markdown 
  [44cfe95a] + Pkg 
  [de0858da] + Printf 
  [3fa0cd96] + REPL 
  [9a3f8284] + Random 
  [ea8e919c] + SHA 
  [9e88b42a] + Serialization 
  [6462fe0b] + Sockets 
  [8dfed614] + Test 
  [cf7118a7] + UUIDs 
  [4ec0a83e] + Unicode 
  Building MbedTLS → `~/.julia/packages/MbedTLS/a1JFn/deps/build.log`
   Testing RemoteFiles
 Resolving package versions...
    Status `/tmp/jl_4kxGmc/Manifest.toml`
  [b99e7846] BinaryProvider v0.5.8
  [5789e2e9] FileIO v1.1.0
  [cd3eb016] HTTP v0.8.8
  [83e8ac13] IniFile v0.5.0
  [739be429] MbedTLS v0.7.0
  [cbe49d4c] RemoteFiles v0.3.1
  [2a0f44e3] Base64  [`@stdlib/Base64`]
  [ade2ca70] Dates  [`@stdlib/Dates`]
  [8ba89e20] Distributed  [`@stdlib/Distributed`]
  [b77e0a4c] InteractiveUtils  [`@stdlib/InteractiveUtils`]
  [76f85450] LibGit2  [`@stdlib/LibGit2`]
  [8f399da3] Libdl  [`@stdlib/Libdl`]
  [56ddb016] Logging  [`@stdlib/Logging`]
  [d6f4376e] Markdown  [`@stdlib/Markdown`]
  [44cfe95a] Pkg  [`@stdlib/Pkg`]
  [de0858da] Printf  [`@stdlib/Printf`]
  [3fa0cd96] REPL  [`@stdlib/REPL`]
  [9a3f8284] Random  [`@stdlib/Random`]
  [ea8e919c] SHA  [`@stdlib/SHA`]
  [9e88b42a] Serialization  [`@stdlib/Serialization`]
  [6462fe0b] Sockets  [`@stdlib/Sockets`]
  [8dfed614] Test  [`@stdlib/Test`]
  [cf7118a7] UUIDs  [`@stdlib/UUIDs`]
  [4ec0a83e] Unicode  [`@stdlib/Unicode`]
┌ Info: Downloading
│   source = "https://httpbin.org/image/png"
│   dest = "image.png"
│   progress = 1.0
│   time_taken = "0.06 s"
│   time_remaining = "0.0 s"
│   average_speed = "131.673 KiB/s"
│   downloaded = "7.900 KiB"
│   remaining = "0 bytes"
└   total = "7.900 KiB"
┌ Info: Downloading
│   source = "https://httpbin.org/image/png"
│   dest = "image.png"
│   progress = 1.0
│   time_taken = "1.31 s"
│   time_remaining = "0.0 s"
│   average_speed = "6.045 KiB/s"
│   downloaded = "7.900 KiB"
│   remaining = "0 bytes"
└   total = "7.900 KiB"
  % 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  8090  100  8090    0     0  85157      0 --:--:-- --:--:-- --:--:-- 85157
  % 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  8090  100  8090    0     0  83402      0 --:--:-- --:--:-- --:--:-- 83402
  % 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  8090  100  8090    0     0  85157      0 --:--:-- --:--:-- --:--:-- 85157
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'garbage.garbage' from 'https://garbage/garbage/garbage.garbage' with cURL.
[ Info: Downloading file 'garbage.garbage' from 'https://garbage/garbage/garbage.garbage' with HTTP.jl.
┌ Warning: Download failed with error: DNSError: garbage, unknown node or service (EAI_NONAME)
└ @ RemoteFiles ~/.julia/packages/RemoteFiles/QXzCt/src/download.jl:64
[ Info: Retrying in 0 seconds.
[ Info: Downloading file 'garbage.garbage' from 'https://garbage/garbage/garbage.garbage' with cURL.
┌ Warning: Download failed with error: failed process: Process(`/usr/bin/curl -s -o /tmp/jl_XKVMuH -L https://garbage/garbage/garbage.garbage`, ProcessExited(6)) [6]
└ @ RemoteFiles ~/.julia/packages/RemoteFiles/QXzCt/src/download.jl:64
[ Info: Retrying in 0 seconds.
[ Info: Downloading file 'garbage.garbage' from 'https://garbage/garbage/garbage.garbage' with cURL.
[ Info: Downloading file 'garbage.garbage' from 'https://garbage/garbage/garbage.garbage' with HTTP.jl.
┌ Warning: Download failed with error: DNSError: garbage, unknown node or service (EAI_NONAME)
└ @ RemoteFiles ~/.julia/packages/RemoteFiles/QXzCt/src/download.jl:64
[ Info: Retrying in 0 seconds.
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: garbage
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image1.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image2.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image1.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image2.png' from 'https://httpbin.org/image/png' with cURL.
[ Info: Downloading file 'image1.png' from 'https://httpbin.org/image/png' with cURL.
Test Summary: | Pass  Total
RemoteFiles   |   53     53
   Testing RemoteFiles tests passed