JuliaGizmos / InteractBase.jl

Build interactive HTML5 widgets in Julia
Other
27 stars 23 forks source link

Build fails #150

Closed cstjean closed 5 years ago

cstjean commented 5 years ago

On v0.10.2,

julia> versioninfo()
Julia Version 1.1.1
Commit 55e36cc308 (2019-05-16 04:10 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) i7-5820K CPU @ 3.30GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-6.0.1 (ORCJIT, haswell)
Environment:
  JULIA_EDITOR = emacsclient

(ConfabEnv) pkg> build InteractBase
  Building WebIO ───────→ `~/ConfabDepot/packages/WebIO/Rk8wc/deps/build.log`
  Building Knockout ────→ `~/ConfabDepot/packages/Knockout/JE2Yq/deps/build.log`
  Building InteractBase → `~/ConfabDepot/packages/InteractBase/l8cEC/deps/build.log`
┌ Error: Error building `InteractBase`: 
│   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
│                                  Dload  Upload   Total   Spent    Left  Speed
100  664k  100  664k    0     0  2712k      0 --:--:-- --:--:-- --:--:-- 2712k
│   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
│                                  Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
│ curl: (22) The requested URL returned error: 500 Internal Server Error
│ ERROR: LoadError: failed process: Process(`curl -g -L -f -o /home/cst-jean/ConfabDepot/packages/InteractBase/l8cEC/assets/prism.css https://www.gitcdn.xyz/repo/piever/InteractResources/v0.1.0/highlight/prism.css`, ProcessExited(22)) [22]
│ 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] download(::String, ::String) at ./download.jl:27
│  [6] top-level scope at /home/cst-jean/ConfabDepot/packages/InteractBase/l8cEC/deps/build.jl:18 [inlined]
│  [7] top-level scope at ./none:0
│  [8] include at ./boot.jl:326 [inlined]
│  [9] include_relative(::Module, ::String) at ./loading.jl:1038
│  [10] include(::Module, ::String) at ./sysimg.jl:29
│  [11] include(::String) at ./client.jl:403
│  [12] top-level scope at none:0
│ in expression starting at /home/cst-jean/ConfabDepot/packages/InteractBase/l8cEC/deps/build.jl:17
└ @ Pkg.Operations /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.1/Pkg/src/Operations.jl:1075

Pasting the link in the browser gives me a 500 - internal server error.

piever commented 5 years ago

It seems like gitcdn is having some temporary hiccups: https://github.com/JuliaGizmos/Interact.jl/issues/322. If it keeps happening, maybe it'd be better to find another way to download the files.

piever commented 5 years ago

Closing as gitcdn has been replaced by jsdelivr which should be more reliable.