Move pirated stuff from Nemo #2056
Triggered via pull request
September 4, 2023 12:11
Status
Failure
Total duration
14m 40s
Artifacts
–
CI.yml
on: pull_request
Documentation
4m 31s
Matrix: test
Annotations
10 errors
test (nightly, ubuntu-latest)
Process completed with exit code 1.
|
test (1.6, ubuntu-latest)
Process completed with exit code 1.
|
test (~1.10.0-0, ubuntu-latest)
Process completed with exit code 1.
|
Documentation:
src/NemoStuff.jl#L109
doctest failure in ~/work/AbstractAlgebra.jl/AbstractAlgebra.jl/src/NemoStuff.jl:109-121
```jldoctest
julia> diagonal_matrix(QQ(1), QQ(2))
[1 0]
[0 2]
julia> diagonal_matrix([QQ(3), QQ(4)])
[3 0]
[0 4]
julia> diagonal_matrix(QQ, [5, 6])
[5 0]
[0 6]
```
Subexpression:
diagonal_matrix(QQ(1), QQ(2))
Evaluated output:
ERROR: UndefVarError: `QQ` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
[1 0]
[0 2]
diff =
Warning: Diff output requires color.
[1 0]
[0 2]ERROR: UndefVarError: `QQ` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/NemoStuff.jl#L109
doctest failure in ~/work/AbstractAlgebra.jl/AbstractAlgebra.jl/src/NemoStuff.jl:109-121
```jldoctest
julia> diagonal_matrix(QQ(1), QQ(2))
[1 0]
[0 2]
julia> diagonal_matrix([QQ(3), QQ(4)])
[3 0]
[0 4]
julia> diagonal_matrix(QQ, [5, 6])
[5 0]
[0 6]
```
Subexpression:
diagonal_matrix([QQ(3), QQ(4)])
Evaluated output:
ERROR: UndefVarError: `QQ` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
[3 0]
[0 4]
diff =
Warning: Diff output requires color.
[3 0]
[0 4]ERROR: UndefVarError: `QQ` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/NemoStuff.jl#L109
doctest failure in ~/work/AbstractAlgebra.jl/AbstractAlgebra.jl/src/NemoStuff.jl:109-121
```jldoctest
julia> diagonal_matrix(QQ(1), QQ(2))
[1 0]
[0 2]
julia> diagonal_matrix([QQ(3), QQ(4)])
[3 0]
[0 4]
julia> diagonal_matrix(QQ, [5, 6])
[5 0]
[0 6]
```
Subexpression:
diagonal_matrix(QQ, [5, 6])
Evaluated output:
ERROR: UndefVarError: `QQ` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
[5 0]
[0 6]
diff =
Warning: Diff output requires color.
[5 0]
[0 6]ERROR: UndefVarError: `QQ` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation
Process completed with exit code 1.
|
test (1.9, macOS-latest)
Process completed with exit code 1.
|
test (1.9, ubuntu-latest)
Process completed with exit code 1.
|
test (1.9, windows-latest)
Process completed with exit code 1.
|