Skip to content

ci: Test on Julia 1.10 #60

ci: Test on Julia 1.10

ci: Test on Julia 1.10 #60

Re-run triggered January 15, 2024 20:19
Status Failure
Total duration 2m 54s
Artifacts

CI.yml

on: pull_request
Matrix: Linux
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 1 warning, and 1 notice
Julia 1.10 - ubuntu-latest - x64 - pull_request
Process completed with exit code 1.
Documentation: src/WolframExpr.jl#L83
doctest failure in /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:83-88 ```jldoctest julia> using MathLink, WolframExpr julia> wexpr_to_expr(W`1. + 1`) :(1.0 + 1) ``` Subexpression: wexpr_to_expr(W`1. + 1`) Evaluated output: :(1.0 + 1.0) Expected output: :(1.0 + 1) diff = Warning: Diff output requires color. :(1.0 + 1)1.0)
Documentation: src/WolframExpr.jl#L20
doctest failure in /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:20-30 ```jldoctest julia> using WolframExpr julia> f = string_to_function("x+y", [:x, :y]); julia> f(1, 2) 3 julia> f(1.2, 2) 3.2 ``` Subexpression: f = string_to_function("x+y", [:x, :y]); Evaluated output: ERROR: MethodError: no method matching wexpr_to_expr(::String) Closest candidates are: wexpr_to_expr(!Matched::MathLink.WExpr) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:102 wexpr_to_expr(!Matched::MathLink.WSymbol) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:90 wexpr_to_expr(!Matched::Number) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:98 Stacktrace: [1] |>(x::String, f::typeof(wexpr_to_expr)) @ Base ./operators.jl:917 [2] string_to_function(string::String, symbols::Vector{Symbol}) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:33 [3] top-level scope @ none:1 Expected output: diff = Warning: Diff output requires color. ERROR: MethodError: no method matching wexpr_to_expr(::String) Closest candidates are: wexpr_to_expr(!Matched::MathLink.WExpr) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:102 wexpr_to_expr(!Matched::MathLink.WSymbol) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:90 wexpr_to_expr(!Matched::Number) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:98 Stacktrace: [1] |>(x::String, f::typeof(wexpr_to_expr)) @ Base ./operators.jl:917 [2] string_to_function(string::String, symbols::Vector{Symbol}) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:33 [3] top-level scope @ none:1
Documentation: src/WolframExpr.jl#L20
doctest failure in /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:20-30 ```jldoctest julia> using WolframExpr julia> f = string_to_function("x+y", [:x, :y]); julia> f(1, 2) 3 julia> f(1.2, 2) 3.2 ``` Subexpression: f(1, 2) Evaluated output: ERROR: UndefVarError: `f` not defined Stacktrace: [1] top-level scope @ none:1 Expected output: 3 diff = Warning: Diff output requires color. 3ERROR: UndefVarError: `f` not defined Stacktrace: [1] top-level scope @ none:1
Documentation: src/WolframExpr.jl#L20
doctest failure in /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:20-30 ```jldoctest julia> using WolframExpr julia> f = string_to_function("x+y", [:x, :y]); julia> f(1, 2) 3 julia> f(1.2, 2) 3.2 ``` Subexpression: f(1.2, 2) Evaluated output: ERROR: UndefVarError: `f` not defined Stacktrace: [1] top-level scope @ none:1 Expected output: 3.2 diff = Warning: Diff output requires color. 3.2ERROR: UndefVarError: `f` not defined Stacktrace: [1] top-level scope @ none:1
Documentation: src/WolframExpr.jl#L45
doctest failure in /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:45-50 ```jldoctest julia> using WolframExpr julia> string_to_expr("(x+y)/2") :((x + y) * 2 ^ -1) ``` Subexpression: string_to_expr("(x+y)/2") Evaluated output: ERROR: MethodError: no method matching wexpr_to_expr(::String) Closest candidates are: wexpr_to_expr(!Matched::MathLink.WExpr) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:102 wexpr_to_expr(!Matched::MathLink.WSymbol) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:90 wexpr_to_expr(!Matched::Number) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:98 Stacktrace: [1] |>(x::String, f::typeof(wexpr_to_expr)) @ Base ./operators.jl:917 [2] string_to_expr(string::String) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:53 [3] top-level scope @ none:1 Expected output: :((x + y) * 2 ^ -1) diff = Warning: Diff output requires color. :((x + y) * 2 ^ -1)ERROR: MethodError: no method matching wexpr_to_expr(::String) Closest candidates are: wexpr_to_expr(!Matched::MathLink.WExpr) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:102 wexpr_to_expr(!Matched::MathLink.WSymbol) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:90 wexpr_to_expr(!Matched::Number) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:98 Stacktrace: [1] |>(x::String, f::typeof(wexpr_to_expr)) @ Base ./operators.jl:917 [2] string_to_expr(string::String) @ WolframExpr /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:53 [3] top-level scope @ none:1
Documentation: src/WolframExpr.jl#L65
doctest failure in /__w/WolframExpr.jl/WolframExpr.jl/src/WolframExpr.jl:65-70 ```jldoctest julia> using WolframExpr julia> string_to_wexpr("Sin[1]") W"Sin"(1) ``` Subexpression: string_to_wexpr("Sin[1]") Evaluated output: "Sin[1]" Expected output: W"Sin"(1) diff = Warning: Diff output requires color. W"Sin"(1)"Sin[1]"
Documentation
Process completed with exit code 1.
Documentation: ../../../github/home/.julia/packages/Documenter/bYYzK/src/deployconfig.jl#L529
Unable to verify if PR comes from destination repository -- assuming it does.
[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`