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

Resolve memory unsafety in unpacking C enum #184

Merged
merged 4 commits into from
Jan 24, 2024

Fix typo

71047d7
Select commit
Loading
Failed to load commit list.
Merged

Resolve memory unsafety in unpacking C enum #184

Fix typo
71047d7
Select commit
Loading
Failed to load commit list.
Cirrus CI / FreeBSD JULIA_VERSION:1.3 failed Jan 24, 2024 in 1m 17s

Task Summary

Instruction build failed in 01:10

Details

⚠️ Not enough compute credits to prioritize tasks!
ℹ️ Scheduling was delayed due to a concurrency limit on community tasks

✅ 00:00 clone
✅ 00:00 artifacts
✅ 00:03 install
❌ 01:10 build

cirrusjl build
   Cloning default registries into `~/.julia`
   Cloning registry from "https://github.com/JuliaRegistries/General.git"
�[?25l    Fetching: [>                                        ]  0.0 %
    Fetching: [===>                                     ]  5.8 %
    Fetching: [=======>                                 ]  17.4 %
    Fetching: [==============>                          ]  33.4 %
    Fetching: [======================>                  ]  53.8 %
    Fetching: [=============================>           ]  70.0 %
    Fetching: [===================================>     ]  86.2 %
�[2K�[?25h     Added registry `General` to `~/.julia/registries/General`
  Updating registry at `~/.julia/registries/General`
  Updating git-repo `https://github.com/JuliaRegistries/General.git`
�[?25l�[2K�[?25h Resolving package versions...
ERROR: Unsatisfiable requirements detected for package spglib_jll [ac4a9f1e]:
 spglib_jll [ac4a9f1e] log:
 ├─possible versions are: [1.14.1, 1.15.1, 1.16.0-1.16.5, 2.0.2, 2.1.0, 2.2.0] or uninstalled
 ├─restricted to versions 2 by an explicit requirement, leaving only versions [2.0.2, 2.1.0, 2.2.0]
 └─restricted by julia compatibility requirements to versions: [1.14.1, 1.15.1, 1.16.0-1.16.2] or uninstalled — no versions left
Stacktrace:
 [1] #propagate_constraints!#61(::Bool, ::typeof(Pkg.GraphType.propagate_constraints!), ::Pkg.GraphType.Graph, ::Set{Int64}) at /usr/home/julia/buildbot/worker/package_freebsd64/build/usr/share/julia/stdlib/v1.3/Pkg/src/GraphType.jl:1007
 [2] propagate_constraints! at /usr/home/julia/buildbot/worker/package_freebsd64/build/usr/share/julia/stdlib/v1.3/Pkg/src/GraphType.jl:948 [inlined]
 [3] #simplify_graph!#121(::Bool, ::typeof(Pkg.GraphType.simplify_graph!), ::Pkg.GraphType.Graph, ::Set{Int64}) at /usr/home/julia/buildbot/worker/package_freebsd64/build/usr/share/julia/stdlib/v1.3/Pkg/src/GraphType.jl:1462
 [4] simplify_graph! at /usr/home/julia/buildbot/worker/package_freebsd64/build/usr/share/julia/stdlib/v1.3/Pkg/src/GraphType.jl:1462 [inlined] (repeats 2 times)
 [5] resolve_versions!(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /usr/home/julia/buildbot/worker/package_freebsd64/build/usr/share/julia/stdlib/v1.3/Pkg/src/Operations.jl:321
 [6] up(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}, ::Pkg.Types.UpgradeLevel) at /usr/home/julia/buildbot/worker/package_freebsd64/build/usr/share/julia/stdlib/v1.3/Pkg/src/Operations.jl:1099
 [7] #up#43(::Pkg.Types.UpgradeLevel, ::Pkg.Types.PackageMode, ::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.up), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /usr/home/julia/buildbot/worker/package_freebsd64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:170
 [8] #up#38 at ./none:0 [inlined]
 [9] #up at ./none:0 [inlined]
 [10] #instantiate#114(::Nothing, ::Bool, ::Bool, ::Pkg.BinaryPlatforms.FreeBSD, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.instantiate), ::Pkg.Types.Context) at /usr/home/julia/buildbot/worker/package_freebsd64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:722
 [11] instantiate(::Pkg.Types.Context) at /usr/home/julia/buildbot/worker/package_freebsd64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:720
 [12] build(::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}, ::Bool) at /usr/home/julia/buildbot/worker/package_freebsd64/build/usr/share/julia/stdlib/v1.3/Pkg/src/Operations.jl:753
 [13] #build#106(::Bool, ::Base.Iterators.Pairs{Union{},Union{},Tuple{},NamedTuple{(),Tuple{}}}, ::typeof(Pkg.API.build), ::Pkg.Types.Context, ::Array{Pkg.Types.PackageSpec,1}) at /usr/home/julia/buildbot/worker/package_freebsd64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:657
 [14] #build at ./none:0 [inlined]
 [15] #build#105 at /usr/home/julia/buildbot/worker/package_freebsd64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:638 [inlined]
 [16] #build at ./none:0 [inlined]
 [17] #build#102 at /usr/home/julia/buildbot/worker/package_freebsd64/build/usr/share/julia/stdlib/v1.3/Pkg/src/API.jl:635 [inlined]
 [18] (::Pkg.API.var"#kw##build")(::NamedTuple{(:verbose,),Tuple{Bool}}, ::typeof(Pkg.API.build)) at ./none:0
 [19] top-level scope at none:4
��������������