Update Documenter version #4
Triggered via pull request
September 20, 2023 14:21
Status
Failure
Total duration
2m 30s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
CI.yml
on: pull_request
Documentation
2m 18s
Matrix: test
Waiting for pending jobs
Annotations
11 errors
Documentation:
src/Primes.jl#L708
doctest failure in ~/work/Primes.jl/Primes.jl/src/Primes.jl:708-726
```jldoctest
julia> nextprime(4)
5
julia> nextprime(5)
5
julia> nextprime(4, 2)
7
julia> nextprime(5, 2)
7
julia> nextprime(2^10+1; interval=1024)
12289
julia> gcd(12289 - 1, 1024) # 1024 | p - 1
1024
```
Subexpression:
nextprime(4)
Evaluated output:
ERROR: UndefVarError: `nextprime` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
5
diff =
Warning: Diff output requires color.
5ERROR: UndefVarError: `nextprime` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/Primes.jl#L708
doctest failure in ~/work/Primes.jl/Primes.jl/src/Primes.jl:708-726
```jldoctest
julia> nextprime(4)
5
julia> nextprime(5)
5
julia> nextprime(4, 2)
7
julia> nextprime(5, 2)
7
julia> nextprime(2^10+1; interval=1024)
12289
julia> gcd(12289 - 1, 1024) # 1024 | p - 1
1024
```
Subexpression:
nextprime(5)
Evaluated output:
ERROR: UndefVarError: `nextprime` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
5
diff =
Warning: Diff output requires color.
5ERROR: UndefVarError: `nextprime` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/Primes.jl#L708
doctest failure in ~/work/Primes.jl/Primes.jl/src/Primes.jl:708-726
```jldoctest
julia> nextprime(4)
5
julia> nextprime(5)
5
julia> nextprime(4, 2)
7
julia> nextprime(5, 2)
7
julia> nextprime(2^10+1; interval=1024)
12289
julia> gcd(12289 - 1, 1024) # 1024 | p - 1
1024
```
Subexpression:
nextprime(4, 2)
Evaluated output:
ERROR: UndefVarError: `nextprime` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
7
diff =
Warning: Diff output requires color.
7ERROR: UndefVarError: `nextprime` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/Primes.jl#L708
doctest failure in ~/work/Primes.jl/Primes.jl/src/Primes.jl:708-726
```jldoctest
julia> nextprime(4)
5
julia> nextprime(5)
5
julia> nextprime(4, 2)
7
julia> nextprime(5, 2)
7
julia> nextprime(2^10+1; interval=1024)
12289
julia> gcd(12289 - 1, 1024) # 1024 | p - 1
1024
```
Subexpression:
nextprime(5, 2)
Evaluated output:
ERROR: UndefVarError: `nextprime` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
7
diff =
Warning: Diff output requires color.
7ERROR: UndefVarError: `nextprime` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/Primes.jl#L708
doctest failure in ~/work/Primes.jl/Primes.jl/src/Primes.jl:708-726
```jldoctest
julia> nextprime(4)
5
julia> nextprime(5)
5
julia> nextprime(4, 2)
7
julia> nextprime(5, 2)
7
julia> nextprime(2^10+1; interval=1024)
12289
julia> gcd(12289 - 1, 1024) # 1024 | p - 1
1024
```
Subexpression:
nextprime(2^10+1; interval=1024)
Evaluated output:
ERROR: UndefVarError: `nextprime` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
12289
diff =
Warning: Diff output requires color.
12289ERROR: UndefVarError: `nextprime` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/Primes.jl#L484
doctest failure in ~/work/Primes.jl/Primes.jl/src/Primes.jl:484-487
```jldoctest
julia> prodfactors(factor(100))
100
```
Subexpression:
prodfactors(factor(100))
Evaluated output:
ERROR: UndefVarError: `factor` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
100
diff =
Warning: Diff output requires color.
100ERROR: UndefVarError: `factor` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/Primes.jl#L575
doctest failure in ~/work/Primes.jl/Primes.jl/src/Primes.jl:575-581
```jldoctest
julia> ismersenneprime(2^11 - 1)
false
julia> ismersenneprime(2^13 - 1)
true
```
Subexpression:
ismersenneprime(2^11 - 1)
Evaluated output:
ERROR: UndefVarError: `ismersenneprime` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
false
diff =
Warning: Diff output requires color.
falseERROR: UndefVarError: `ismersenneprime` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/Primes.jl#L575
doctest failure in ~/work/Primes.jl/Primes.jl/src/Primes.jl:575-581
```jldoctest
julia> ismersenneprime(2^11 - 1)
false
julia> ismersenneprime(2^13 - 1)
true
```
Subexpression:
ismersenneprime(2^13 - 1)
Evaluated output:
ERROR: UndefVarError: `ismersenneprime` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
true
diff =
Warning: Diff output requires color.
trueERROR: UndefVarError: `ismersenneprime` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/Primes.jl#L831
doctest failure in ~/work/Primes.jl/Primes.jl/src/Primes.jl:831-837
```jldoctest
julia> prime(1)
2
julia> prime(3)
5
```
Subexpression:
prime(1)
Evaluated output:
ERROR: UndefVarError: `prime` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
2
diff =
Warning: Diff output requires color.
2ERROR: UndefVarError: `prime` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
Documentation:
src/Primes.jl#L831
doctest failure in ~/work/Primes.jl/Primes.jl/src/Primes.jl:831-837
```jldoctest
julia> prime(1)
2
julia> prime(3)
5
```
Subexpression:
prime(3)
Evaluated output:
ERROR: UndefVarError: `prime` not defined
Stacktrace:
[1] top-level scope
@ none:1
Expected output:
5
diff =
Warning: Diff output requires color.
5ERROR: UndefVarError: `prime` not defined
Stacktrace:
[1] top-level scope
@ none:1
|
CI
Error when evaluating 'runs-on' for job 'test'. .github/workflows/CI.yml (Line: 11, Col: 14): Unexpected value ''
|