Bump julia-actions/setup-julia from 1 to 2 #38
CI.yml
on: push
Aqua tests
47s
Documentation
4m 45s
Matrix: test
Annotations
20 errors, 13 warnings, and 2 notices
|
Julia 1 - ubuntu-latest - x64 - push
Missing download info for actions/cache@v1
|
|
Julia 1.6 - ubuntu-latest - x64 - push
Missing download info for actions/cache@v1
|
|
Julia nightly - macOS-latest - x64 - push
Missing download info for actions/cache@v1
|
|
Julia nightly - ubuntu-latest - x64 - push
Missing download info for actions/cache@v1
|
|
Julia 1 - macOS-latest - x64 - push
Missing download info for actions/cache@v1
|
|
Julia 1 - windows-latest - x64 - push
Missing download info for actions/cache@v1
|
|
Julia 1.6 - macOS-latest - x64 - push
Missing download info for actions/cache@v1
|
|
Julia nightly - windows-latest - x64 - push
Missing download info for actions/cache@v1
|
|
Julia 1.6 - windows-latest - x64 - push
Missing download info for actions/cache@v1
|
|
Aqua tests
Process completed with exit code 1.
|
|
Documentation:
src/Mueller.jl#L139
doctest failure in ~/work/Mueller.jl/Mueller.jl/src/Mueller.jl:139-162
```jldoctest
julia> M = hwp()
4×4 StaticArrays.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
1.0 0.0 0.0 0.0
0.0 1.0 0.0 0.0
0.0 0.0 -1.0 -1.22465e-16
0.0 -0.0 1.22465e-16 -1.0
julia> S = [1, 1, 0, 0]; # I, Q, U, V
julia> M * S # allow +Q through unchanged
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
1.0
1.0
0.0
0.0
julia> rotate(M, π/8) * S # switch +Q to +U
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
1.0
1.9967346175427393e-16
1.0
-8.659560562354932e-17
```
Subexpression:
M * S # allow +Q through unchanged
Evaluated output:
4-element StaticArraysCore.SVector{4, Float64} with indices SOneTo(4):
1.0
1.0
0.0
0.0
Expected output:
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
1.0
1.0
0.0
0.0
diff =
Warning: Diff output requires color.
4-element StaticArrays.SVector{4, StaticArraysCore.SVector{4, Float64} with indices SOneTo(4):
1.0
1.0
0.0
0.0
|
|
Documentation:
src/Mueller.jl#L139
doctest failure in ~/work/Mueller.jl/Mueller.jl/src/Mueller.jl:139-162
```jldoctest
julia> M = hwp()
4×4 StaticArrays.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
1.0 0.0 0.0 0.0
0.0 1.0 0.0 0.0
0.0 0.0 -1.0 -1.22465e-16
0.0 -0.0 1.22465e-16 -1.0
julia> S = [1, 1, 0, 0]; # I, Q, U, V
julia> M * S # allow +Q through unchanged
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
1.0
1.0
0.0
0.0
julia> rotate(M, π/8) * S # switch +Q to +U
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
1.0
1.9967346175427393e-16
1.0
-8.659560562354932e-17
```
Subexpression:
M = hwp()
Evaluated output:
4×4 StaticArraysCore.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
1.0 0.0 0.0 0.0
0.0 1.0 0.0 0.0
0.0 0.0 -1.0 -0.0
0.0 -0.0 0.0 -1.0
Expected output:
4×4 StaticArrays.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
1.0 0.0 0.0 0.0
0.0 1.0 0.0 0.0
0.0 0.0 -1.0 -1.22465e-16
0.0 -0.0 1.22465e-16 -1.0
diff =
Warning: Diff output requires color.
4×4 StaticArrays.SMatrix{4, StaticArraysCore.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
1.0 0.0 0.0 0.0 0.0
0.0 1.0 0.0 0.0 0.0
0.0 0.0 -1.0 -1.22465e-16
-1.0 -0.0
0.0 -0.0 1.22465e-16 0.0 -1.0
|
|
Documentation:
src/Mueller.jl#L178
doctest failure in ~/work/Mueller.jl/Mueller.jl/src/Mueller.jl:178-201
```jldoctest
julia> M = qwp()
4×4 StaticArrays.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
1.0 0.0 0.0 0.0
0.0 1.0 0.0 0.0
0.0 0.0 6.12323e-17 -1.0
0.0 -0.0 1.0 6.12323e-17
julia> S = [1, 1, 0, 0]; # I, Q, U, V
julia> M * S # allow +Q through unchanged
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
1.0
1.0
0.0
0.0
julia> qwp(-π/4) * S # switch +Q to +V
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
1.0
6.123233995736766e-17
-6.123233995736765e-17
1.0
```
Subexpression:
qwp(-π/4) * S # switch +Q to +V
Evaluated output:
4-element StaticArraysCore.SVector{4, Float64} with indices SOneTo(4):
1.0
6.123233995736766e-17
-6.123233995736765e-17
1.0
Expected output:
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
1.0
6.123233995736766e-17
-6.123233995736765e-17
1.0
diff =
Warning: Diff output requires color.
4-element StaticArrays.SVector{4, StaticArraysCore.SVector{4, Float64} with indices SOneTo(4):
1.0
6.123233995736766e-17
-6.123233995736765e-17
1.0
|
|
Documentation:
src/Mueller.jl#L178
doctest failure in ~/work/Mueller.jl/Mueller.jl/src/Mueller.jl:178-201
```jldoctest
julia> M = qwp()
4×4 StaticArrays.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
1.0 0.0 0.0 0.0
0.0 1.0 0.0 0.0
0.0 0.0 6.12323e-17 -1.0
0.0 -0.0 1.0 6.12323e-17
julia> S = [1, 1, 0, 0]; # I, Q, U, V
julia> M * S # allow +Q through unchanged
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
1.0
1.0
0.0
0.0
julia> qwp(-π/4) * S # switch +Q to +V
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
1.0
6.123233995736766e-17
-6.123233995736765e-17
1.0
```
Subexpression:
M * S # allow +Q through unchanged
Evaluated output:
4-element StaticArraysCore.SVector{4, Float64} with indices SOneTo(4):
1.0
1.0
0.0
0.0
Expected output:
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
1.0
1.0
0.0
0.0
diff =
Warning: Diff output requires color.
4-element StaticArrays.SVector{4, StaticArraysCore.SVector{4, Float64} with indices SOneTo(4):
1.0
1.0
0.0
0.0
|
|
Documentation:
src/Mueller.jl#L178
doctest failure in ~/work/Mueller.jl/Mueller.jl/src/Mueller.jl:178-201
```jldoctest
julia> M = qwp()
4×4 StaticArrays.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
1.0 0.0 0.0 0.0
0.0 1.0 0.0 0.0
0.0 0.0 6.12323e-17 -1.0
0.0 -0.0 1.0 6.12323e-17
julia> S = [1, 1, 0, 0]; # I, Q, U, V
julia> M * S # allow +Q through unchanged
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
1.0
1.0
0.0
0.0
julia> qwp(-π/4) * S # switch +Q to +V
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
1.0
6.123233995736766e-17
-6.123233995736765e-17
1.0
```
Subexpression:
M = qwp()
Evaluated output:
4×4 StaticArraysCore.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
1.0 0.0 0.0 0.0
0.0 1.0 0.0 0.0
0.0 0.0 6.12323e-17 -1.0
0.0 -0.0 1.0 6.12323e-17
Expected output:
4×4 StaticArrays.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
1.0 0.0 0.0 0.0
0.0 1.0 0.0 0.0
0.0 0.0 6.12323e-17 -1.0
0.0 -0.0 1.0 6.12323e-17
diff =
Warning: Diff output requires color.
4×4 StaticArrays.SMatrix{4, StaticArraysCore.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
1.0 0.0 0.0 0.0
0.0 1.0 0.0 0.0
0.0 0.0 6.12323e-17 -1.0
0.0 -0.0 1.0 6.12323e-17
|
|
Documentation:
src/Mueller.jl#L71
doctest failure in ~/work/Mueller.jl/Mueller.jl/src/Mueller.jl:71-87
```jldoctest
julia> M = linear_polarizer()
4×4 StaticArrays.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
0.5 0.5 0.0 0.0
0.5 0.5 0.0 0.0
0.0 0.0 0.0 0.0
0.0 0.0 0.0 0.0
julia> S = [1, 0, 0, 0]; # I, Q, U, V
julia> M * S # only horizontal component (+Q) remains
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
0.5
0.5
0.0
0.0
```
Subexpression:
M * S # only horizontal component (+Q) remains
Evaluated output:
4-element StaticArraysCore.SVector{4, Float64} with indices SOneTo(4):
0.5
0.5
0.0
0.0
Expected output:
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
0.5
0.5
0.0
0.0
diff =
Warning: Diff output requires color.
4-element StaticArrays.SVector{4, StaticArraysCore.SVector{4, Float64} with indices SOneTo(4):
0.5
0.5
0.0
0.0
|
|
Documentation:
src/Mueller.jl#L71
doctest failure in ~/work/Mueller.jl/Mueller.jl/src/Mueller.jl:71-87
```jldoctest
julia> M = linear_polarizer()
4×4 StaticArrays.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
0.5 0.5 0.0 0.0
0.5 0.5 0.0 0.0
0.0 0.0 0.0 0.0
0.0 0.0 0.0 0.0
julia> S = [1, 0, 0, 0]; # I, Q, U, V
julia> M * S # only horizontal component (+Q) remains
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
0.5
0.5
0.0
0.0
```
Subexpression:
M = linear_polarizer()
Evaluated output:
4×4 StaticArraysCore.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
0.5 0.5 0.0 0.0
0.5 0.5 0.0 0.0
0.0 0.0 0.0 0.0
0.0 0.0 0.0 0.0
Expected output:
4×4 StaticArrays.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
0.5 0.5 0.0 0.0
0.5 0.5 0.0 0.0
0.0 0.0 0.0 0.0
0.0 0.0 0.0 0.0
diff =
Warning: Diff output requires color.
4×4 StaticArrays.SMatrix{4, StaticArraysCore.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
0.5 0.5 0.0 0.0
0.5 0.5 0.0 0.0
0.0 0.0 0.0 0.0
0.0 0.0 0.0 0.0
|
|
Documentation:
docs/src/index.md#L55
doctest failure in src/index.md:55-69
```jldoctest example
julia> S = [1, 0, 0, 0] # I, Q, U, V
4-element Vector{Int64}:
1
0
0
0
julia> Sp = M * S
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
0.125
-0.125
0.0
0.0
```
Subexpression:
Sp = M * S
Evaluated output:
4-element StaticArraysCore.SVector{4, Float64} with indices SOneTo(4):
0.125
-0.125
0.0
0.0
Expected output:
4-element StaticArrays.SVector{4, Float64} with indices SOneTo(4):
0.125
-0.125
0.0
0.0
diff =
Warning: Diff output requires color.
4-element StaticArrays.SVector{4, StaticArraysCore.SVector{4, Float64} with indices SOneTo(4):
0.125
-0.125
0.0
0.0
|
|
Documentation:
docs/src/index.md#L42
doctest failure in src/index.md:42-51
```jldoctest example
julia> using Unitful: °
julia> M = linear_polarizer(90°) * linear_polarizer(45°) * linear_polarizer(0°)
4×4 StaticArrays.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
0.125 0.125 0.0 0.0
-0.125 -0.125 0.0 0.0
0.0 0.0 0.0 0.0
0.0 0.0 0.0 0.0
```
Subexpression:
M = linear_polarizer(90°) * linear_polarizer(45°) * linear_polarizer(0°)
Evaluated output:
4×4 StaticArraysCore.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
0.125 0.125 0.0 0.0
-0.125 -0.125 0.0 0.0
0.0 0.0 0.0 0.0
0.0 0.0 0.0 0.0
Expected output:
4×4 StaticArrays.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
0.125 0.125 0.0 0.0
-0.125 -0.125 0.0 0.0
0.0 0.0 0.0 0.0
0.0 0.0 0.0 0.0
diff =
Warning: Diff output requires color.
4×4 StaticArrays.SMatrix{4, StaticArraysCore.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
0.125 0.125 0.0 0.0
-0.125 -0.125 0.0 0.0
0.0 0.0 0.0 0.0
0.0 0.0 0.0 0.0
|
|
Documentation:
docs/src/index.md#L31
doctest failure in src/index.md:31-38
```jldoctest example
julia> M = linear_polarizer(π/2) * linear_polarizer(π/4) * linear_polarizer(0)
4×4 StaticArrays.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
0.125 0.125 0.0 0.0
-0.125 -0.125 0.0 0.0
1.53081e-17 1.53081e-17 0.0 0.0
0.0 0.0 0.0 0.0
```
Subexpression:
M = linear_polarizer(π/2) * linear_polarizer(π/4) * linear_polarizer(0)
Evaluated output:
4×4 StaticArraysCore.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
0.125 0.125 0.0 0.0
-0.125 -0.125 0.0 0.0
1.53081e-17 1.53081e-17 0.0 0.0
0.0 0.0 0.0 0.0
Expected output:
4×4 StaticArrays.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
0.125 0.125 0.0 0.0
-0.125 -0.125 0.0 0.0
1.53081e-17 1.53081e-17 0.0 0.0
0.0 0.0 0.0 0.0
diff =
Warning: Diff output requires color.
4×4 StaticArrays.SMatrix{4, StaticArraysCore.SMatrix{4, 4, Float64, 16} with indices SOneTo(4)×SOneTo(4):
0.125 0.125 0.0 0.0
-0.125 -0.125 0.0 0.0
1.53081e-17 1.53081e-17 0.0 0.0
0.0 0.0 0.0 0.0
|
|
Julia 1 - ubuntu-latest - x64 - push
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
|
Julia 1.6 - ubuntu-latest - x64 - push
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
|
Julia nightly - macOS-latest - x64 - push
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
|
Julia 1 - macOS-latest - x64 - push
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
|
Julia nightly - ubuntu-latest - x64 - push
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
|
Julia 1.6 - macOS-latest - x64 - push
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
|
Julia 1 - windows-latest - x64 - push
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
|
Julia nightly - windows-latest - x64 - push
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
|
Julia 1.6 - windows-latest - x64 - push
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
|
Documentation:
../../../.julia/packages/Documenter/qdbx6/src/Expanders.jl#L591
failed to run `@example` block in src/examples.md:252-255
```@example mirror
Isub = substitute.(Iout, (rules,))
nothing # hide
```
c.value =
UndefVarError: `substitute` not defined in `Main.__atexample__named__mirror`
Suggestion: check for spelling errors or missing imports.
|
|
Documentation:
../../../.julia/packages/Documenter/qdbx6/src/Expanders.jl#L591
failed to run `@example` block in src/examples.md:243-248
```@example mirror
rules = [
cos(2χ)^2 - sin(2χ)^2 => cos(4χ),
sin(2χ)^2 - cos(2χ)^2 => sin(4χ)
]
```
c.value =
UndefVarError: `χ` not defined in `Main.__atexample__named__mirror`
Suggestion: check for spelling errors or missing imports.
|
|
Documentation:
../../../.julia/packages/Documenter/qdbx6/src/Expanders.jl#L591
failed to run `@example` block in src/examples.md:222-226
```@example mirror
# "apply" mirror to light
Iout = M * S
nothing # hide
```
c.value =
UndefVarError: `M` not defined in `Main.__atexample__named__mirror`
Suggestion: check for spelling errors or missing imports.
|
|
Documentation:
../../../.julia/packages/Documenter/qdbx6/src/Expanders.jl#L591
failed to run `@example` block in src/examples.md:193-207
```@example mirror
using Latexify
using Mueller
using Symbolics
using Unitful: °
@variables I γ χ
# represent light using the polarization ellipse angle γ
S = [I, cos(2γ), sin(2γ), 0]
# need to specify eltype for symbolic variable
# perfect mirror
M = mirror(typeof(I), 1, 180°, χ)
nothing # hide
```
c.value =
The following 1 direct dependency failed to precompile:
SymbolicUtils
Failed to precompile SymbolicUtils [d1185830-fcd6-423d-90d6-eec64667417b] to "/home/runner/.julia/compiled/v1.11/SymbolicUtils/jl_ZlDFwF".
ERROR: LoadError: too many parameters for type AbstractTriangular
Stacktrace:
[1] top-level scope
@ ~/.julia/packages/ArrayInterface/dX1NB/src/ArrayInterface.jl:62
[2] include
@ ./Base.jl:557 [inlined]
[3] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::String)
@ Base ./loading.jl:2881
[4] top-level scope
@ stdin:6
in expression starting at /home/runner/.julia/packages/ArrayInterface/dX1NB/src/ArrayInterface.jl:1
in expression starting at stdin:6
ERROR: LoadError: Failed to precompile ArrayInterface [4fba245c-0d91-5ea0-9b3e-6abc04ee57a9] to "/home/runner/.julia/compiled/v1.11/ArrayInterface/jl_Sty3or".
Stacktrace:
[1] error(s::String)
@ Base ./error.jl:35
[2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing)
@ Base ./loading.jl:3174
[3] (::Base.var"#1110#1111"{Base.PkgId})()
@ Base ./loading.jl:2579
[4] mkpidlock(f::Base.var"#1110#1111"{Base.PkgId}, at::String, pid::Int32; kwopts::@kwargs{stale_age::Int64, wait::Bool})
@ FileWatching.Pidfile /opt/hostedtoolcache/julia/1.11.5/x64/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:95
[5] #mkpidlock#6
@ /opt/hostedtoolcache/julia/1.11.5/x64/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:90 [inlined]
[6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@kwargs{stale_age::Int64})
@ FileWatching.Pidfile /opt/hostedtoolcache/julia/1.11.5/x64/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:116
[7] #invokelatest#2
@ ./essentials.jl:1057 [inlined]
[8] invokelatest
@ ./essentials.jl:1052 [inlined]
[9] maybe_cachefile_lock(f::Base.var"#1110#1111"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64)
�[9
|
|
[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`
|
|
[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`
|