Skip to content

chore: adjust compat entry for Nemo and bump version #129

chore: adjust compat entry for Nemo and bump version

chore: adjust compat entry for Nemo and bump version #129

Triggered via pull request January 4, 2024 21:12
@thofmathofma
synchronize #38
thofma:patch-2
Status Failure
Total duration 4m 55s
Artifacts

CI.yml

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

Annotations

7 errors and 7 warnings
test (~1.10.0-0, x64, ubuntu-latest)
Process completed with exit code 1.
test (1.9, x64, ubuntu-latest)
Process completed with exit code 1.
test (1.6, x64, ubuntu-latest)
Process completed with exit code 1.
test (nightly, x64, ubuntu-latest)
Process completed with exit code 1.
Documentation: ../../../.julia/packages/Documenter/bFHi4/src/DocTests.jl#L373
doctest failure in ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/siggb/siggb.jl:34-61 ```jldoctest julia> using AlgebraicSolving julia> R, vars = polynomial_ring(GF(17), ["x$i" for i in 1:4]) (Multivariate polynomial ring in 4 variables over GF(17), Nemo.FqMPolyRingElem[x1, x2, x3, x4]) julia> F = AlgebraicSolving.cyclic(R) Nemo.FqMPolyRingElem[x1 + x2 + x3 + x4, x1*x2 + x1*x4 + x2*x3 + x3*x4, x1*x2*x3 + x1*x2*x4 + x1*x3*x4 + x2*x3*x4, x1*x2*x3*x4 + 16] julia> Fhom = AlgebraicSolving._homogenize(F.gens) 4-element Vector{Nemo.FqMPolyRingElem}: x1 + x2 + x3 + x4 x1*x2 + x2*x3 + x1*x4 + x3*x4 x1*x2*x3 + x1*x2*x4 + x1*x3*x4 + x2*x3*x4 x1*x2*x3*x4 + 16*x5^4 julia> sig_groebner_basis(Fhom) ERROR: type FqFieldElem has no field data Stacktrace: [1] getproperty @ ./Base.jl:37 [inlined] [2] sig_groebner_basis(sys::Vector{Nemo.FqMPolyRingElem}; info_level::Int64, degbound::Int64) @ AlgebraicSolving ~/repositories/hecke3/dev/AlgebraicSolving/src/siggb/siggb.jl:134 [3] sig_groebner_basis(sys::Vector{Nemo.FqMPolyRingElem}) @ AlgebraicSolving ~/repositories/hecke3/dev/AlgebraicSolving/src/siggb/siggb.jl:61 [4] top-level scope @ none:1 ``` Subexpression: sig_groebner_basis(Fhom) Evaluated output: ERROR: type FqFieldElem has no field data Stacktrace: [1] getproperty @ ./Base.jl:37 [inlined] [2] sig_groebner_basis(sys::Vector{Nemo.FqMPolyRingElem}; info_level::Int64, degbound::Int64) @ AlgebraicSolving ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/siggb/siggb.jl:136 [3] sig_groebner_basis(sys::Vector{Nemo.FqMPolyRingElem}) @ AlgebraicSolving ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/siggb/siggb.jl:63 [4] top-level scope @ none:1 Expected output: ERROR: type FqFieldElem has no field data Stacktrace: [1] getproperty @ ./Base.jl:37 [inlined] [2] sig_groebner_basis(sys::Vector{Nemo.FqMPolyRingElem}; info_level::Int64, degbound::Int64) @ AlgebraicSolving ~/repositories/hecke3/dev/AlgebraicSolving/src/siggb/siggb.jl:134 [3] sig_groebner_basis(sys::Vector{Nemo.FqMPolyRingElem}) @ AlgebraicSolving ~/repositories/hecke3/dev/AlgebraicSolving/src/siggb/siggb.jl:61 [4] top-level scope @ none:1 diff = Warning: Diff output requires color. ERROR: type FqFieldElem has no field data Stacktrace: [1] getproperty @ ./Base.jl:37 [inlined] [2] sig_groebner_basis(sys::Vector{Nemo.FqMPolyRingElem}; info_level::Int64, degbound::Int64) @ AlgebraicSolving ~/repositories/hecke3/dev/AlgebraicSolving/src/siggb/siggb.jl:134 ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/siggb/siggb.jl:136 [3] sig_groebner_basis(sys::Vector{Nemo.FqMPolyRingElem}) @ AlgebraicSolving ~/repositories/hecke3/dev/AlgebraicSolving/src/siggb/siggb.jl:61 ~/work/AlgebraicSolving.jl/AlgebraicSolving.jl/src/siggb/siggb.jl:63 [4] top-level scope @ none:1
test (1.6, x64, macOS-latest)
Process completed with exit code 1.
test (nightly, x64, macOS-latest)
Process completed with exit code 1.
test (~1.10.0-0, x64, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (1.9, x64, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (1.6, x64, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (nightly, x64, ubuntu-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Documentation
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (1.6, x64, macOS-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (nightly, x64, macOS-latest)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/