gfan 0.7 #634
Annotations
12 errors and 8 warnings
test-bot (macos-14)
macaulay2/tap/gfan 0.7 did not build
|
`brew install --verbose --formula --build-bottle macaulay2/tap/gfan` failed on macOS Sonoma (14) on Apple Silicon!:
Formula/gfan.rb#L29
335 | auto X=extMul(a.v,c.v);
| ~~~~~~^~~~~~~~~
src/gfanlib_circuittableint.h:209:17: note: candidate: 'long int gfan::extMul(int, int)'
209 | static long int extMul(int a, int b)
| ^~~~~~
src/gfanlib_circuittableint.h:213:19: note: candidate: '__int128 gfan::extMul(long int, long int)'
213 | static __int128_t extMul(long int a, long int b)
| ^~~~~~
src/gfanlib_circuittableint.h:232:15: note: candidate: 'gfan::my256s gfan::extMul(__int128, __int128)'
232 | static my256s extMul(__int128_t a, __int128_t b)
| ^~~~~~
src/gfanlib_circuittableint.h:336:30: error: call of overloaded 'extMul(const long long int&, const long long int&)' is ambiguous
336 | auto Y=extMul(b.v,d.v);
| ~~~~~~^~~~~~~~~
src/gfanlib_circuittableint.h:209:17: note: candidate: 'long int gfan::extMul(int, int)'
209 | static long int extMul(int a, int b)
| ^~~~~~
src/gfanlib_circuittableint.h:213:19: note: candidate: '__int128 gfan::extMul(long int, long int)'
213 | static __int128_t extMul(long int a, long int b)
| ^~~~~~
src/gfanlib_circuittableint.h:232:15: note: candidate: 'gfan::my256s gfan::extMul(__int128, __int128)'
232 | static my256s extMul(__int128_t a, __int128_t b)
| ^~~~~~
src/gfanlib_circuittableint.h: In instantiation of 'static gfan::CircuitTableIntPOD<word, longword> gfan::CircuitTableIntPOD<word, longword>::scaleVector(gfan::CircuitTableIntPOD<word, longword>*, gfan::CircuitTableIntPOD<word, longword>, Divisor, int, gfan::CircuitTableIntPOD<word, longword>) [with word = long long int; longword = __int128]':
src/gfanlib_tableau.h:466:26: required from 'void gfan::Tableau<mvtyp>::exchange(int, int) [with mvtyp = gfan::CircuitTableInt64]'
466 | mvtyp::scaleVector(&combinedMatrix[k][0],combinedMatrix[i][j],divisorObject,getWidth(),boundK)
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/gfanlib_tableau.h:554:28: required from 'void gfan::GeneratedCone<mvtyp>::exchange(int, int) [with mvtyp = gfan::CircuitTableInt64]'
554 | Tableau<mvtyp>::exchange(i,j);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
src/gfanlib_tableau.h:691:6: required from 'gfan::GeneratedCone<mvtyp>::GeneratedCone(const gfan::Matrix<otherTyp>&, const gfan::Matrix<otherTyp>&, MR*, MR*) [with mvtyp = gfan::CircuitTableInt64; MR = std::experimental::fundamentals_v2::pmr::memory_resource]'
691 | exchange(a,i);
| ^~~~~~~~
src/gfanlib_tableau.h:2453:4: required from 'gfan::Cone<mvtyp>::Cone(const gfan::Matrix<otherTyp>&, const gfan::Matrix<otherTyp>&, MR*, MR*) [with mvtyp = gfan::CircuitTableInt64; MR = std::experimental::fundamentals_v2::pmr::memory_resource]'
2453 | dualCone(M,equations,mr,mr2)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/gfanlib_tableau.h:3328:11: required from 'gfan::Cone<otherTyp> gfan::HalfOpenCone<mvtyp>::closure(MR*, MR*) [with mvtyp = gfan::CircuitTableInt64; MR = std::experimental::fundamentals_v2::pmr::memory_resource]'
3328 | return Cone<mvtyp>(
| ^~~~~~~~~~~~
3329 | lifted.getFacetNormals(mr2,mr).submatrixRows(0,n,mr2),//HERE
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3330 | lifted.getOrthogonalComplement(mr2).submatrixRows(0,n,mr2),mr,mr2//TO HERE
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3331 | );
|
|
test-bot (macos-14)
install failed
|
test-bot (macos-14)
Process completed with exit code 1.
|
test-bot (macos-12)
macaulay2/tap/gfan 0.7 did not build
|
`brew install --verbose --formula --build-bottle macaulay2/tap/gfan` failed on macOS Monterey (12)!:
Formula/gfan.rb#L29
src/gfanlib_circuittableint.h:335:30: error: call of overloaded 'extMul(const long long int&, const long long int&)' is ambiguous
335 | auto X=extMul(a.v,c.v);
| ~~~~~~^~~~~~~~~
src/gfanlib_circuittableint.h:209:17: note: candidate: 'long int gfan::extMul(int, int)'
209 | static long int extMul(int a, int b)
| ^~~~~~
src/gfanlib_circuittableint.h:213:19: note: candidate: '__int128 gfan::extMul(long int, long int)'
213 | static __int128_t extMul(long int a, long int b)
| ^~~~~~
src/gfanlib_circuittableint.h:232:15: note: candidate: 'gfan::my256s gfan::extMul(__int128, __int128)'
232 | static my256s extMul(__int128_t a, __int128_t b)
| ^~~~~~
src/gfanlib_circuittableint.h:336:30: error: call of overloaded 'extMul(const long long int&, const long long int&)' is ambiguous
336 | auto Y=extMul(b.v,d.v);
| ~~~~~~^~~~~~~~~
src/gfanlib_circuittableint.h:209:17: note: candidate: 'long int gfan::extMul(int, int)'
209 | static long int extMul(int a, int b)
| ^~~~~~
src/gfanlib_circuittableint.h:213:19: note: candidate: '__int128 gfan::extMul(long int, long int)'
213 | static __int128_t extMul(long int a, long int b)
| ^~~~~~
src/gfanlib_circuittableint.h:232:15: note: candidate: 'gfan::my256s gfan::extMul(__int128, __int128)'
232 | static my256s extMul(__int128_t a, __int128_t b)
| ^~~~~~
src/gfanlib_circuittableint.h: In instantiation of 'static gfan::CircuitTableIntPOD<word, longword> gfan::CircuitTableIntPOD<word, longword>::scaleVector(gfan::CircuitTableIntPOD<word, longword>*, gfan::CircuitTableIntPOD<word, longword>, Divisor, int, gfan::CircuitTableIntPOD<word, longword>) [with word = long long int; longword = __int128]':
src/gfanlib_tableau.h:466:26: required from 'void gfan::Tableau<mvtyp>::exchange(int, int) [with mvtyp = gfan::CircuitTableInt64]'
466 | mvtyp::scaleVector(&combinedMatrix[k][0],combinedMatrix[i][j],divisorObject,getWidth(),boundK)
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/gfanlib_tableau.h:554:28: required from 'void gfan::GeneratedCone<mvtyp>::exchange(int, int) [with mvtyp = gfan::CircuitTableInt64]'
554 | Tableau<mvtyp>::exchange(i,j);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
src/gfanlib_tableau.h:691:6: required from 'gfan::GeneratedCone<mvtyp>::GeneratedCone(const gfan::Matrix<otherTyp>&, const gfan::Matrix<otherTyp>&, MR*, MR*) [with mvtyp = gfan::CircuitTableInt64; MR = std::experimental::fundamentals_v2::pmr::memory_resource]'
691 | exchange(a,i);
| ^~~~~~~~
src/gfanlib_tableau.h:2453:4: required from 'gfan::Cone<mvtyp>::Cone(const gfan::Matrix<otherTyp>&, const gfan::Matrix<otherTyp>&, MR*, MR*) [with mvtyp = gfan::CircuitTableInt64; MR = std::experimental::fundamentals_v2::pmr::memory_resource]'
2453 | dualCone(M,equations,mr,mr2)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/gfanlib_tableau.h:3328:11: required from 'gfan::Cone<otherTyp> gfan::HalfOpenCone<mvtyp>::closure(MR*, MR*) [with mvtyp = gfan::CircuitTableInt64; MR = std::experimental::fundamentals_v2::pmr::memory_resource]'
3328 | return Cone<mvtyp>(
| ^~~~~~~~~~~~
3329 | lifted.getFacetNormals(mr2,mr).submatrixRows(0,n,mr2),//HERE
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3330 | lifted.getOrthogonalComplement(mr2).submatrixRows(0,n,mr2),mr,mr2//TO HERE
|
|
test-bot (macos-12)
install failed
|
test-bot (macos-12)
Process completed with exit code 1.
|
test-bot (macos-13)
macaulay2/tap/gfan 0.7 did not build
|
`brew install --verbose --formula --build-bottle macaulay2/tap/gfan` failed on macOS Ventura (13)!:
Formula/gfan.rb#L29
src/gfanlib_circuittableint.h:335:30: error: call of overloaded 'extMul(const long long int&, const long long int&)' is ambiguous
335 | auto X=extMul(a.v,c.v);
| ~~~~~~^~~~~~~~~
src/gfanlib_circuittableint.h:209:17: note: candidate: 'long int gfan::extMul(int, int)'
209 | static long int extMul(int a, int b)
| ^~~~~~
src/gfanlib_circuittableint.h:213:19: note: candidate: '__int128 gfan::extMul(long int, long int)'
213 | static __int128_t extMul(long int a, long int b)
| ^~~~~~
src/gfanlib_circuittableint.h:232:15: note: candidate: 'gfan::my256s gfan::extMul(__int128, __int128)'
232 | static my256s extMul(__int128_t a, __int128_t b)
| ^~~~~~
src/gfanlib_circuittableint.h:336:30: error: call of overloaded 'extMul(const long long int&, const long long int&)' is ambiguous
336 | auto Y=extMul(b.v,d.v);
| ~~~~~~^~~~~~~~~
src/gfanlib_circuittableint.h:209:17: note: candidate: 'long int gfan::extMul(int, int)'
209 | static long int extMul(int a, int b)
| ^~~~~~
src/gfanlib_circuittableint.h:213:19: note: candidate: '__int128 gfan::extMul(long int, long int)'
213 | static __int128_t extMul(long int a, long int b)
| ^~~~~~
src/gfanlib_circuittableint.h:232:15: note: candidate: 'gfan::my256s gfan::extMul(__int128, __int128)'
232 | static my256s extMul(__int128_t a, __int128_t b)
| ^~~~~~
src/gfanlib_circuittableint.h: In instantiation of 'static gfan::CircuitTableIntPOD<word, longword> gfan::CircuitTableIntPOD<word, longword>::scaleVector(gfan::CircuitTableIntPOD<word, longword>*, gfan::CircuitTableIntPOD<word, longword>, Divisor, int, gfan::CircuitTableIntPOD<word, longword>) [with word = long long int; longword = __int128]':
src/gfanlib_tableau.h:466:26: required from 'void gfan::Tableau<mvtyp>::exchange(int, int) [with mvtyp = gfan::CircuitTableInt64]'
466 | mvtyp::scaleVector(&combinedMatrix[k][0],combinedMatrix[i][j],divisorObject,getWidth(),boundK)
| ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/gfanlib_tableau.h:554:28: required from 'void gfan::GeneratedCone<mvtyp>::exchange(int, int) [with mvtyp = gfan::CircuitTableInt64]'
554 | Tableau<mvtyp>::exchange(i,j);
| ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
src/gfanlib_tableau.h:691:6: required from 'gfan::GeneratedCone<mvtyp>::GeneratedCone(const gfan::Matrix<otherTyp>&, const gfan::Matrix<otherTyp>&, MR*, MR*) [with mvtyp = gfan::CircuitTableInt64; MR = std::experimental::fundamentals_v2::pmr::memory_resource]'
691 | exchange(a,i);
| ^~~~~~~~
src/gfanlib_tableau.h:2453:4: required from 'gfan::Cone<mvtyp>::Cone(const gfan::Matrix<otherTyp>&, const gfan::Matrix<otherTyp>&, MR*, MR*) [with mvtyp = gfan::CircuitTableInt64; MR = std::experimental::fundamentals_v2::pmr::memory_resource]'
2453 | dualCone(M,equations,mr,mr2)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/gfanlib_tableau.h:3328:11: required from 'gfan::Cone<otherTyp> gfan::HalfOpenCone<mvtyp>::closure(MR*, MR*) [with mvtyp = gfan::CircuitTableInt64; MR = std::experimental::fundamentals_v2::pmr::memory_resource]'
3328 | return Cone<mvtyp>(
| ^~~~~~~~~~~~
3329 | lifted.getFacetNormals(mr2,mr).submatrixRows(0,n,mr2),//HERE
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3330 | lifted.getOrthogonalComplement(mr2).submatrixRows(0,n,mr2),mr,mr2//TO HERE
|
|
test-bot (macos-13)
install failed
|
test-bot (macos-13)
Process completed with exit code 1.
|
test-bot (macos-14)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
|
test-bot (macos-12)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
|
test-bot (macos-13)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
|
test-bot (ubuntu-latest)
/home/linuxbrew/.linuxbrew/Cellar/gmp/6.3.0 and /home/linuxbrew/.linuxbrew/Cellar/cddlib/0.94m are required by gfan, which is currently installed.
You can silence this warning with:
brew uninstall --ignore-dependencies cddlib gmp
|
test-bot (ubuntu-latest)
Already linked: /home/linuxbrew/.linuxbrew/Cellar/gfan/0.7
|
test-bot (ubuntu-latest)
gfan: no `post_install` method was defined in the formula!
|
test-bot (ubuntu-latest)
The following openssl@3 configuration files have not been removed!
If desired, remove them manually with `rm -rf`:
/home/linuxbrew/.linuxbrew/etc/openssl@3
/home/linuxbrew/.linuxbrew/etc/openssl@3/cert.pem
/home/linuxbrew/.linuxbrew/etc/openssl@3/certs
/home/linuxbrew/.linuxbrew/etc/openssl@3/ct_log_list.cnf
/home/linuxbrew/.linuxbrew/etc/openssl@3/ct_log_list.cnf.dist
/home/linuxbrew/.linuxbrew/etc/openssl@3/misc
/home/linuxbrew/.linuxbrew/etc/openssl@3/misc/CA.pl
/home/linuxbrew/.linuxbrew/etc/openssl@3/misc/tsget
/home/linuxbrew/.linuxbrew/etc/openssl@3/misc/tsget.pl
/home/linuxbrew/.linuxbrew/etc/openssl@3/openssl.cnf
/home/linuxbrew/.linuxbrew/etc/openssl@3/openssl.cnf.dist
/home/linuxbrew/.linuxbrew/etc/openssl@3/private
|
test-bot (ubuntu-latest)
The following ca-certificates configuration files have not been removed!
If desired, remove them manually with `rm -rf`:
/home/linuxbrew/.linuxbrew/etc/ca-certificates
/home/linuxbrew/.linuxbrew/etc/ca-certificates/cert.pem
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
bottles_ubuntu-latest
Expired
|
2.65 MB |
|
logs (macos-12)
Expired
|
9.38 KB |
|
logs (macos-13)
Expired
|
7.38 KB |
|
logs (macos-14)
Expired
|
3.53 KB |
|