Skip to content

Fix for using IJulia with Julia 1.11.1 and the new Memory array types… #132

Fix for using IJulia with Julia 1.11.1 and the new Memory array types…

Fix for using IJulia with Julia 1.11.1 and the new Memory array types… #132

Triggered via push November 6, 2024 09:04
Status Failure
Total duration 7m 36s
Artifacts

deploy_docs.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors, 4 warnings, and 1 notice
docdeploy: ../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L44
failed to run `@example` block in src/examples/finance.md:18-32 ```@example finance function ohlc2() function get_ohlc(ticker; kwargs...) res = HTTP.get("https://www.quandl.com/api/v3/datasets/WIKI/$(ticker)/data.csv?start_date=2017-01-01") df = DataFrame(CSV.File(res.body)) ohlc(df, x=:Date, open=:Open, high=:High, low=:Low, close=:Close; kwargs...) end p1 = plot(get_ohlc("AAPL", name="Apple"), Layout(title="Apple")) p2 = plot(get_ohlc("GOOG", name="Google"), Layout(title="Google")) [p1 p2] end ohlc2() ``` exception = HTTP.Exceptions.StatusError(403, "GET", "/api/v3/datasets/WIKI/AAPL/data.csv?start_date=2017-01-01", HTTP.Messages.Response: """ HTTP/1.1 403 Forbidden Content-Type: text/html Cache-Control: no-cache, no-store Connection: close Content-Length: 867 X-Iinfo: 6-33159907-0 0NNN RT(1730884294881 4) q(0 -1 -1 -1) r(0 -1) B15(11,3946292,0) U18 Strict-Transport-Security: max-age=31536000; includeSubDomains Set-Cookie: ****** Set-Cookie: ****** <html style="height:100%"><head><META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"><meta name="format-detection" content="telephone=no"><meta name="viewport" content="initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><script type="text/javascript" src="/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3"></script></head><body style="margin:0px;height:100%"><iframe id="main-iframe" src="/_Incapsula_Resource?CWUDNSAI=23&xinfo=6-33159907-0%200NNN%20RT%281730884294881%204%29%20q%280%20-1%20-1%20-1%29%20r%280%20-1%29%20B15%2811%2c3946292%2c0%29%20U18&incident_id=1161000180112331424-171826845426713734&edet=15&cinfo=0b000000&rpinfo=0&mth=GET" frameborder=0 width="100%" height="100%" marginheight="0px" marginwidth="0px">Request unsuccessful. Incapsula incident ID: 1161000180112331424-171826845426713734</iframe></body></html>""") Stacktrace: [1] (::HTTP.ConnectionRequest.var"#connections#4"{HTTP.ConnectionRequest.var"#connections#1#5"{HTTP.TimeoutRequest.var"#timeouts#3"{HTTP.TimeoutRequest.var"#timeouts#1#4"{HTTP.ExceptionRequest.var"#exceptions#2"{HTTP.ExceptionRequest.var"#exceptions#1#3"{typeof(HTTP.StreamRequest.streamlayer)}}}}}})(req::HTTP.Messages.Request; proxy::Nothing, socket_type::Type, socket_type_tls::Nothing, readtimeout::Int64, connect_timeout::Int64, logerrors::Bool, logtag::Nothing, closeimmediately::Bool, kw::@kwargs{iofunction::Nothing, decompress::Nothing, verbose::Int64}) @ HTTP.ConnectionRequest ~/.julia/packages/HTTP/y3eEt/src/clientlayers/ConnectionRequest.jl:144 [2] connections @ ~/.julia/packages/HTTP/y3eEt/src/clientlayers/ConnectionRequest.jl:60 [inlined] [3] (::Base.var"#106#108"{Base.var"#106#107#109"{ExponentialBackOff, HTTP.RetryRequest.var"#2#5"{Int64, typeof(HTTP.RetryRequest.FALSE), HTTP.Messages.Request, Base.RefValue{Int64}}, HTTP.ConnectionRequest.var"#connections#4"{HTTP.ConnectionRequest.var"#connections#1#5"{HTTP.TimeoutRequest.var"#timeouts#3"{HTTP.TimeoutRequest.var"#timeouts#1#4"{HTTP.ExceptionRequest.var"#exceptions#2"{HTTP.ExceptionRequest.var"#exceptions#1#3"{typeof(HTTP.StreamRequest.streamlayer)}}}}}}}})(args::HTTP.Messages.Request; kwargs::@kwargs{iofunction::Nothing, decompress::Nothing, verbose::Int64}) @ Base ./error.jl:312 [4] (::HTTP.RetryRequest.var"#manageretries#3"{HTTP.RetryRequest.var"#manageretries#1#4"{HTTP.ConnectionRequest.var"#connections#4"{HTTP.ConnectionRequest.var"#connections#1#5"{HTTP.TimeoutRequest.var"#timeouts#3"{HTTP.TimeoutRequest.var"#timeouts#1#4"{HTTP.ExceptionRequest.var"#exceptions#2"{HTTP.ExceptionRequest.var"#exceptions#1#3"{typeof(HTTP.StreamRequest.streamlayer)}}}}}}}})(req::HTTP.Messages.Request; retry::Bool, retries::Int64, retry_delays::ExponentialBackOff, retry_check::Function, retry_non_idempotent::Bool, kw::@kwargs{iofunction::Nothing, decompress::Nothing, verbose::Int64}) @ HTTP.RetryRequest ~/.julia/packages/HTTP/y3eEt/src/clientlayers/RetryRequest.jl:75 [5] manageretries
docdeploy: ../../../.julia/packages/Documenter/C1XEF/src/utilities/utilities.jl#L44
failed to run `@example` block in src/examples/finance.md:45-59 ```@example finance function candlestick2() function get_candlestick(ticker; kwargs...) res = HTTP.get("https://www.quandl.com/api/v3/datasets/WIKI/$(ticker)/data.csv?start_date=2017-01-01") df = DataFrame(CSV.File(res.body)) candlestick(df, x=:Date, open=:Open, high=:High, low=:Low, close=:Close; kwargs...) end p1 = plot(get_candlestick("AAPL", name="Apple"), Layout(title="Apple")) p2 = plot(get_candlestick("GOOG", name="Google"), Layout(title="Google")) [p1 p2] end candlestick2() ``` exception = HTTP.Exceptions.StatusError(403, "GET", "/api/v3/datasets/WIKI/AAPL/data.csv?start_date=2017-01-01", HTTP.Messages.Response: """ HTTP/1.1 403 Forbidden Content-Type: text/html Cache-Control: no-cache, no-store Connection: close Content-Length: 867 X-Iinfo: 1-20896228-0 0NNN RT(1730884298055 4) q(0 -1 -1 -1) r(0 -1) B15(11,3946292,0) U18 Strict-Transport-Security: max-age=31536000; includeSubDomains Set-Cookie: ****** Set-Cookie: ****** <html style="height:100%"><head><META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"><meta name="format-detection" content="telephone=no"><meta name="viewport" content="initial-scale=1.0"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><script type="text/javascript" src="/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3"></script></head><body style="margin:0px;height:100%"><iframe id="main-iframe" src="/_Incapsula_Resource?CWUDNSAI=23&xinfo=1-20896228-0%200NNN%20RT%281730884298055%204%29%20q%280%20-1%20-1%20-1%29%20r%280%20-1%29%20B15%2811%2c3946292%2c0%29%20U18&incident_id=1161000180112331424-108467736984224897&edet=15&cinfo=0b000000&rpinfo=0&mth=GET" frameborder=0 width="100%" height="100%" marginheight="0px" marginwidth="0px">Request unsuccessful. Incapsula incident ID: 1161000180112331424-108467736984224897</iframe></body></html>""") Stacktrace: [1] (::HTTP.ConnectionRequest.var"#connections#4"{HTTP.ConnectionRequest.var"#connections#1#5"{HTTP.TimeoutRequest.var"#timeouts#3"{HTTP.TimeoutRequest.var"#timeouts#1#4"{HTTP.ExceptionRequest.var"#exceptions#2"{HTTP.ExceptionRequest.var"#exceptions#1#3"{typeof(HTTP.StreamRequest.streamlayer)}}}}}})(req::HTTP.Messages.Request; proxy::Nothing, socket_type::Type, socket_type_tls::Nothing, readtimeout::Int64, connect_timeout::Int64, logerrors::Bool, logtag::Nothing, closeimmediately::Bool, kw::@kwargs{iofunction::Nothing, decompress::Nothing, verbose::Int64}) @ HTTP.ConnectionRequest ~/.julia/packages/HTTP/y3eEt/src/clientlayers/ConnectionRequest.jl:144 [2] connections @ ~/.julia/packages/HTTP/y3eEt/src/clientlayers/ConnectionRequest.jl:60 [inlined] [3] (::Base.var"#106#108"{Base.var"#106#107#109"{ExponentialBackOff, HTTP.RetryRequest.var"#2#5"{Int64, typeof(HTTP.RetryRequest.FALSE), HTTP.Messages.Request, Base.RefValue{Int64}}, HTTP.ConnectionRequest.var"#connections#4"{HTTP.ConnectionRequest.var"#connections#1#5"{HTTP.TimeoutRequest.var"#timeouts#3"{HTTP.TimeoutRequest.var"#timeouts#1#4"{HTTP.ExceptionRequest.var"#exceptions#2"{HTTP.ExceptionRequest.var"#exceptions#1#3"{typeof(HTTP.StreamRequest.streamlayer)}}}}}}}})(args::HTTP.Messages.Request; kwargs::@kwargs{iofunction::Nothing, decompress::Nothing, verbose::Int64}) @ Base ./error.jl:312 [4] (::HTTP.RetryRequest.var"#manageretries#3"{HTTP.RetryRequest.var"#manageretries#1#4"{HTTP.ConnectionRequest.var"#connections#4"{HTTP.ConnectionRequest.var"#connections#1#5"{HTTP.TimeoutRequest.var"#timeouts#3"{HTTP.TimeoutRequest.var"#timeouts#1#4"{HTTP.ExceptionRequest.var"#exceptions#2"{HTTP.ExceptionRequest.var"#exceptions#1#3"{typeof(HTTP.StreamRequest.streamlayer)}}}}}}}})(req::HTTP.Messages.Request; retry::Bool, retries::Int64, retry_delays::ExponentialBackOff, retry_check::Function, retry_non_idempotent::Bool, kw::@kwargs{iofunction::Nothing, decompress::Nothing, verbose::Int64}) @ HTTP.RetryRequest ~/.julia/packages/HTTP/y3eEt/src/clientlayers/RetryR
docdeploy
Process completed with exit code 1.
docdeploy: ../../../.julia/packages/Documenter/C1XEF/src/docchecks.jl#L233
linkcheck 'https://plot.ly/javascript' status: 308, redirects to 'https://plot.ly/javascript/'
docdeploy: ../../../.julia/packages/Documenter/C1XEF/src/docchecks.jl#L233
linkcheck 'https://community.plotly.com/c/graphing-libraries/julia/23' status: 301, redirects to 'https://community.plotly.com/c/plotly-r-matlab-julia-net/julia/23'
docdeploy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
docdeploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache. To ignore, set input `ignore-no-cache: true`