Skip to content

Fix documentation build #4

Fix documentation build

Fix documentation build #4

Triggered via push March 6, 2026 18:39
Status Cancelled
Total duration 41m 9s
Artifacts

juliaci.yml

on: push
Matrix: julia-ci / run-tests
julia-ci  /  report-results
4m 14s
julia-ci / report-results
Fit to window
Zoom out
Zoom in

Annotations

20 errors
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L187
doctest failure in src/NamedTupleUtilities.jl:187-194 ```jldoctest julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Int64)) (a = [4, 5, 6],) julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Number)) (a = [4, 5, 6], b = [3., 2., 1.]) julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Float32)) NamedTuple() ``` Subexpression: QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Float32)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: NamedTuple() diff = Warning: Diff output requires color. NamedTuple()ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L187
doctest failure in src/NamedTupleUtilities.jl:187-194 ```jldoctest julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Int64)) (a = [4, 5, 6],) julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Number)) (a = [4, 5, 6], b = [3., 2., 1.]) julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Float32)) NamedTuple() ``` Subexpression: QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Number)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (a = [4, 5, 6], b = [3., 2., 1.]) diff = Warning: Diff output requires color. (a = [4, 5, 6], b = [3., 2., 1.])ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L187
doctest failure in src/NamedTupleUtilities.jl:187-194 ```jldoctest julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Int64)) (a = [4, 5, 6],) julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Number)) (a = [4, 5, 6], b = [3., 2., 1.]) julia> QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Float32)) NamedTuple() ``` Subexpression: QueryOperators.NamedTupleUtilities.oftype((a = [4,5,6], b = [3.,2.,1.], c = ["He","llo","World!"]), Val(Int64)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (a = [4, 5, 6],) diff = Warning: Diff output requires color. (a = [4, 5, 6],)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L112
doctest failure in src/NamedTupleUtilities.jl:112-115 ```jldoctest julia> QueryOperators.NamedTupleUtilities.not_startswith((abc=1,bcd=2,cde=3),Val(:a)) (bcd = 2, cde = 3) ``` Subexpression: QueryOperators.NamedTupleUtilities.not_startswith((abc=1,bcd=2,cde=3),Val(:a)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (bcd = 2, cde = 3) diff = Warning: Diff output requires color. (bcd = 2, cde = 3)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L142
doctest failure in src/NamedTupleUtilities.jl:142-145 ```jldoctest julia> QueryOperators.NamedTupleUtilities.endswith((abc=1,bcd=2,cde=3),Val(:d)) (bcd = 2,) ``` Subexpression: QueryOperators.NamedTupleUtilities.endswith((abc=1,bcd=2,cde=3),Val(:d)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (bcd = 2,) diff = Warning: Diff output requires color. (bcd = 2,)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L97
doctest failure in src/NamedTupleUtilities.jl:97-100 ```jldoctest julia> QueryOperators.NamedTupleUtilities.startswith((abc=1,bcd=2,cde=3),Val(:a)) (abc = 1,) ``` Subexpression: QueryOperators.NamedTupleUtilities.startswith((abc=1,bcd=2,cde=3),Val(:a)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (abc = 1,) diff = Warning: Diff output requires color. (abc = 1,)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L172
doctest failure in src/NamedTupleUtilities.jl:172-175 ```jldoctest julia> QueryOperators.NamedTupleUtilities.not_occursin((abc=1,bcd=2,cde=3),Val(:d)) (abc = 1,) ``` Subexpression: QueryOperators.NamedTupleUtilities.not_occursin((abc=1,bcd=2,cde=3),Val(:d)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (abc = 1,) diff = Warning: Diff output requires color. (abc = 1,)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L127
doctest failure in src/NamedTupleUtilities.jl:127-130 ```jldoctest julia> QueryOperators.NamedTupleUtilities.not_endswith((abc=1,bcd=2,cde=3),Val(:d)) (abc = 1, cde = 3) ``` Subexpression: QueryOperators.NamedTupleUtilities.not_endswith((abc=1,bcd=2,cde=3),Val(:d)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (abc = 1, cde = 3) diff = Warning: Diff output requires color. (abc = 1, cde = 3)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L38
doctest failure in src/NamedTupleUtilities.jl:38-41 ```jldoctest julia> QueryOperators.NamedTupleUtilities.range((a=1,b=2,c=3),Val(:a),Val(:b)) (a = 1, b = 2) ``` Subexpression: QueryOperators.NamedTupleUtilities.range((a=1,b=2,c=3),Val(:a),Val(:b)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (a = 1, b = 2) diff = Warning: Diff output requires color. (a = 1, b = 2)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / deploy-docs: src/NamedTupleUtilities.jl#L21
doctest failure in src/NamedTupleUtilities.jl:21-24 ```jldoctest julia> QueryOperators.NamedTupleUtilities.remove((a=1,b=2,c=3),Val(:c)) (a = 1, b = 2) ``` Subexpression: QueryOperators.NamedTupleUtilities.remove((a=1,b=2,c=3),Val(:c)) Evaluated output: ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1 Expected output: (a = 1, b = 2) diff = Warning: Diff output requires color. (a = 1, b = 2)ERROR: UndefVarError: `QueryOperators` not defined in `Main` Suggestion: check for spelling errors or missing imports. Hint: a global variable of this name also exists in QueryOperators. Stacktrace: [1] top-level scope @ none:1
julia-ci / run-tests (1.11.9~x64, macos-26-intel)
The run was canceled by @davidanthoff.
julia-ci / run-tests (1.11.9~aarch64, macos-26)
The run was canceled by @davidanthoff.
julia-ci / run-tests (1.10.10~x64, macos-26-intel)
The run was canceled by @davidanthoff.
julia-ci / run-tests (1.10.10~x64, macos-26-intel)
The operation was canceled.
julia-ci / run-tests (rc~aarch64, macos-26)
The run was canceled by @davidanthoff.
julia-ci / run-tests (rc~aarch64, macos-26)
The operation was canceled.
julia-ci / run-tests (1.12.5~aarch64, macos-26)
The run was canceled by @davidanthoff.
julia-ci / run-tests (1.12.5~aarch64, macos-26)
The operation was canceled.
Julia CI
The run was canceled by @davidanthoff.
Julia CI
The run was canceled by @davidanthoff.