Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings and test error on Julia nightly #1056

Open
ViralBShah opened this issue Apr 6, 2024 · 0 comments
Open

Warnings and test error on Julia nightly #1056

ViralBShah opened this issue Apr 6, 2024 · 0 comments
Assignees

Comments

@ViralBShah
Copy link
Contributor

It would be nice to fix these warnings.

Also the CI is erroring on Julia nightly.

 ImageMagick
│  WARNING: using deprecated binding Colors.RGB1 in ImageCore.
│  , use XRGB instead.
│  WARNING: using deprecated binding Colors.RGB4 in ImageCore.
│  , use RGBX instead.
└  
┌ LoopVectorization
│  WARNING: llvmcall with integer pointers is deprecated.
│  Use actual pointers instead, replacing i32 or i64 with i8* or ptr
│  in _vreduce(typeof(Base.:(+)), Any) at /home/runner/.julia/packages/LoopVectorization/1hqld/src/simdfunctionals/mapreduce.jl
└  
     Testing Running tests...
WARNING: using deprecated binding Colors.RGB1 in ImageCore.
, use XRGB instead.
WARNING: using deprecated binding ImageCore.RGB1 in ImageAxes.
, use ColorTypes.XRGB{T} where T<:Union{AbstractFloat, FixedPointNumbers.FixedPoint{T, f} where f where T<:Integer} instead.
WARNING: using deprecated binding ImageCore.RGB1 in ImageBase.
, use ColorTypes.XRGB{T} where T<:Union{AbstractFloat, FixedPointNumbers.FixedPoint{T, f} where f where T<:Integer} instead.
WARNING: using deprecated binding ImageAxes.RGB1 in Images.
, use ColorTypes.XRGB{T} where T<:Union{AbstractFloat, FixedPointNumbers.FixedPoint{T, f} where f where T<:Integer} instead.
WARNING: Images.RGB1 is deprecated, use ColorTypes.XRGB{T} where T<:Union{AbstractFloat, FixedPointNumbers.FixedPoint{T, f} where f where T<:Integer} instead.
  likely near /home/runner/work/Images.jl/Images.jl/test/runtests.jl:9
WARNING: using deprecated binding Colors.RGB4 in ImageCore.
, use RGBX instead.
WARNING: using deprecated binding ImageCore.RGB4 in ImageAxes.
, use ColorTypes.RGBX{T} where T<:Union{AbstractFloat, FixedPointNumbers.FixedPoint{T, f} where f where T<:Integer} instead.
WARNING: using deprecated binding ImageCore.RGB4 in ImageBase.
, use ColorTypes.RGBX{T} where T<:Union{AbstractFloat, FixedPointNumbers.FixedPoint{T, f} where f where T<:Integer} instead.
WARNING: using deprecated binding ImageAxes.RGB4 in Images.
, use ColorTypes.RGBX{T} where T<:Union{AbstractFloat, FixedPointNumbers.FixedPoint{T, f} where f where T<:Integer} instead.
WARNING: Images.RGB4 is deprecated, use ColorTypes.RGBX{T} where T<:Union{AbstractFloat, FixedPointNumbers.FixedPoint{T, f} where f where T<:Integer} instead.
  likely near /home/runner/work/Images.jl/Images.jl/test/runtests.jl:9
WARNING: both ImageMetadata and ImageAxes export "data"; uses of it in module Images must be qualified
Skipping Images.data
WARNING: using deprecated binding ImageMorphology.morphogradient in Images.
, use mgradient instead.
WARNING: Images.morphogradient is deprecated, use ImageMorphology.mgradient instead.
  likely near /home/runner/work/Images.jl/Images.jl/test/runtests.jl:9
WARNING: using deprecated binding ImageMorphology.morpholaplace in Images.
, use mlaplacian instead.
WARNING: Images.morpholaplace is deprecated, use ImageMorphology.mlaplacian instead.
  likely near /home/runner/work/Images.jl/Images.jl/test/runtests.jl:9
WARNING: using deprecated binding ImageCore.permuteddimsview in ImageAxes.
, use PermutedDimsArray instead.
WARNING: using deprecated binding ImageCore.permuteddimsview in ImageBase.
, use PermutedDimsArray instead.
WARNING: using deprecated binding ImageAxes.permuteddimsview in Images.
, use Base.PermutedDimsArrays.PermutedDimsArray{T, N, perm, iperm, AA} where AA<:(AbstractArray{T, N} where N where T) where iperm where perm where N where T instead.
WARNING: Images.permuteddimsview is deprecated, use Base.PermutedDimsArrays.PermutedDimsArray{T, N, perm, iperm, AA} where AA<:(AbstractArray{T, N} where N where T) where iperm where perm where N where T instead.
  likely near /home/runner/work/Images.jl/Images.jl/test/runtests.jl:9
┌ Error: Unexpected error: /tmp/jl_UvU70pA3Y9/done.log was not created, but precompilation exited
└ @ Aqua ~/.julia/packages/Aqua/OTNBC/src/persistent_tasks.jl:118
Persistent tasks: Test Failed at /home/runner/.julia/packages/Aqua/OTNBC/src/persistent_tasks.jl:38
  Expression: !(has_persistent_tasks(package; kwargs...))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants