gfan 0.7 #679
Annotations
17 errors and 14 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#L25
370 | if(temp.isEmpty(&stackResource))
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
src/gfanlib_hypersurfaceintersection.cpp:1127:22: required from here
1127 | template class gfan::PolytopeIntersectionData<gfan::CircuitTableInt64>;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/gfanlib_circuittableint.h:358:29: error: call of overloaded 'toStr(const long long int&)' is ambiguous
358 | return toStr(v);
| ~~~~~^~~
src/gfanlib_circuittableint.h:54:20: note: candidate: 'std::string gfan::toStr(__int128)'
54 | static std::string toStr(__int128_t b)
| ^~~~~
src/gfanlib_circuittableint.h:61:20: note: candidate: 'std::string gfan::toStr(__int128 unsigned)'
61 | static std::string toStr(__uint128_t b)
| ^~~~~
src/gfanlib_circuittableint.h:68:20: note: candidate: 'std::string gfan::toStr(long int)'
68 | static std::string toStr(long int b)
| ^~~~~
src/gfanlib_circuittableint.h:75:20: note: candidate: 'std::string gfan::toStr(__uint64_t)'
75 | static std::string toStr(__uint64_t b)
| ^~~~~
src/gfanlib_circuittableint.h:82:20: note: candidate: 'std::string gfan::toStr(__int32_t)'
82 | static std::string toStr(__int32_t b)
| ^~~~~
src/gfanlib_circuittableint.h:89:20: note: candidate: 'std::string gfan::toStr(__uint32_t)'
89 | static std::string toStr(__uint32_t b)
| ^~~~~
src/gfanlib_circuittableint.h: In instantiation of 'static gfan::CircuitTableIntPOD<word, longword> gfan::CircuitTableIntPOD<word, longword>::dotDivVector(gfan::CircuitTableIntPOD<word, longword>*, gfan::CircuitTableIntPOD<word, longword>*, gfan::CircuitTableIntPOD<word, longword>, gfan::CircuitTableIntPOD<word, longword>, Divisor, int, gfan::CircuitTableIntPOD<word, longword>, gfan::CircuitTableIntPOD<word, longword>) [with word = long long int; longword = __int128]':
src/gfanlib_tableau.h:468:27: required from 'void gfan::Tableau<mvtyp>::exchange(int, int) [with mvtyp = gfan::CircuitTableInt64]'
468 | mvtyp::dotDivVector(&combinedMatrix[k][0],&combinedMatrix[i][0],combinedMatrix[i][j],temp,divisorObject,getWidth(),boundK,boundI);
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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,
|
test-bot (macos-14)
install failed
|
test-bot (macos-14)
Process completed with exit code 1.
|
test-bot (macos-15)
macaulay2/tap/gfan 0.7 did not build
|
`brew install --verbose --formula --build-bottle macaulay2/tap/gfan` failed on macOS Sequoia (15) on Apple Silicon!:
Formula/gfan.rb#L25
370 | if(temp.isEmpty(&stackResource))
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
src/gfanlib_hypersurfaceintersection.cpp:1127:22: required from here
1127 | template class gfan::PolytopeIntersectionData<gfan::CircuitTableInt64>;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/gfanlib_circuittableint.h:358:29: error: call of overloaded 'toStr(const long long int&)' is ambiguous
358 | return toStr(v);
| ~~~~~^~~
src/gfanlib_circuittableint.h:54:20: note: candidate: 'std::string gfan::toStr(__int128)'
54 | static std::string toStr(__int128_t b)
| ^~~~~
src/gfanlib_circuittableint.h:61:20: note: candidate: 'std::string gfan::toStr(__int128 unsigned)'
61 | static std::string toStr(__uint128_t b)
| ^~~~~
src/gfanlib_circuittableint.h:68:20: note: candidate: 'std::string gfan::toStr(long int)'
68 | static std::string toStr(long int b)
| ^~~~~
src/gfanlib_circuittableint.h:75:20: note: candidate: 'std::string gfan::toStr(__uint64_t)'
75 | static std::string toStr(__uint64_t b)
| ^~~~~
src/gfanlib_circuittableint.h:82:20: note: candidate: 'std::string gfan::toStr(__int32_t)'
82 | static std::string toStr(__int32_t b)
| ^~~~~
src/gfanlib_circuittableint.h:89:20: note: candidate: 'std::string gfan::toStr(__uint32_t)'
89 | static std::string toStr(__uint32_t b)
| ^~~~~
src/gfanlib_circuittableint.h: In instantiation of 'static gfan::CircuitTableIntPOD<word, longword> gfan::CircuitTableIntPOD<word, longword>::dotDivVector(gfan::CircuitTableIntPOD<word, longword>*, gfan::CircuitTableIntPOD<word, longword>*, gfan::CircuitTableIntPOD<word, longword>, gfan::CircuitTableIntPOD<word, longword>, Divisor, int, gfan::CircuitTableIntPOD<word, longword>, gfan::CircuitTableIntPOD<word, longword>) [with word = long long int; longword = __int128]':
src/gfanlib_tableau.h:468:27: required from 'void gfan::Tableau<mvtyp>::exchange(int, int) [with mvtyp = gfan::CircuitTableInt64]'
468 | mvtyp::dotDivVector(&combinedMatrix[k][0],&combinedMatrix[i][0],combinedMatrix[i][j],temp,divisorObject,getWidth(),boundK,boundI);
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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,
|
test-bot (macos-15)
install failed
|
test-bot (macos-15)
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#L25
370 | if(temp.isEmpty(&stackResource))
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~
src/gfanlib_hypersurfaceintersection.cpp:1127:22: required from here
1127 | template class gfan::PolytopeIntersectionData<gfan::CircuitTableInt64>;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/gfanlib_circuittableint.h:358:29: error: call of overloaded 'toStr(const long long int&)' is ambiguous
358 | return toStr(v);
| ~~~~~^~~
src/gfanlib_circuittableint.h:54:20: note: candidate: 'std::string gfan::toStr(__int128)'
54 | static std::string toStr(__int128_t b)
| ^~~~~
src/gfanlib_circuittableint.h:61:20: note: candidate: 'std::string gfan::toStr(__int128 unsigned)'
61 | static std::string toStr(__uint128_t b)
| ^~~~~
src/gfanlib_circuittableint.h:68:20: note: candidate: 'std::string gfan::toStr(long int)'
68 | static std::string toStr(long int b)
| ^~~~~
src/gfanlib_circuittableint.h:75:20: note: candidate: 'std::string gfan::toStr(__uint64_t)'
75 | static std::string toStr(__uint64_t b)
| ^~~~~
src/gfanlib_circuittableint.h:82:20: note: candidate: 'std::string gfan::toStr(__int32_t)'
82 | static std::string toStr(__int32_t b)
| ^~~~~
src/gfanlib_circuittableint.h:89:20: note: candidate: 'std::string gfan::toStr(__uint32_t)'
89 | static std::string toStr(__uint32_t b)
| ^~~~~
src/gfanlib_circuittableint.h: In instantiation of 'static gfan::CircuitTableIntPOD<word, longword> gfan::CircuitTableIntPOD<word, longword>::dotDivVector(gfan::CircuitTableIntPOD<word, longword>*, gfan::CircuitTableIntPOD<word, longword>*, gfan::CircuitTableIntPOD<word, longword>, gfan::CircuitTableIntPOD<word, longword>, Divisor, int, gfan::CircuitTableIntPOD<word, longword>, gfan::CircuitTableIntPOD<word, longword>) [with word = long long int; longword = __int128]':
src/gfanlib_tableau.h:468:27: required from 'void gfan::Tableau<mvtyp>::exchange(int, int) [with mvtyp = gfan::CircuitTableInt64]'
468 | mvtyp::dotDivVector(&combinedMatrix[k][0],&combinedMatrix[i][0],combinedMatrix[i][j],temp,divisorObject,getWidth(),boundK,boundI);
| ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
|
test-bot (macos-13)
install failed
|
test-bot (macos-13)
Process completed with exit code 1.
|
test-bot (macos-12)
The following formula cannot be installed from bottle and must be
built from source.
xz
|
test-bot (macos-12)
The following formula cannot be installed from bottle and must be
built from source.
xz
|
`brew install --verbose --formula --build-bottle macaulay2/tap/gfan` failed on macOS Monterey (12)!:
Formula/gfan.rb#L25
::error::The following formula cannot be installed from bottle and must be%0Abuilt from source.%0A xz%0A
|
test-bot (macos-12)
install failed
|
test-bot (macos-12)
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-15)
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 (macos-12)
A brownout will take place on November 4, 14:00 UTC - November 5, 00:00 UTC to raise awareness of the upcoming macOS-12 environment removal. For more details, see https://github.com/actions/runner-images/issues/10721
|
test-bot (macos-12)
You are using macOS 12.
We (and Apple) do not provide support for this old version.
It is expected behaviour that some formulae will fail to build in this old version.
It is expected behaviour that Homebrew will be buggy and slow.
Do not create any issues about this on Homebrew's GitHub repositories.
Do not create any issues even if you think this message is unrelated.
Any opened issues will be immediately closed without response.
Do not ask for help from Homebrew or its maintainers on social media.
You may ask for help in Homebrew's discussions but are unlikely to receive a response.
Try to figure out the problem yourself and submit a fix as a pull request.
We will review it but may or may not accept it.
|
test-bot (macos-12)
You are using macOS 12.
We (and Apple) do not provide support for this old version.
It is expected behaviour that some formulae will fail to build in this old version.
It is expected behaviour that Homebrew will be buggy and slow.
Do not create any issues about this on Homebrew's GitHub repositories.
Do not create any issues even if you think this message is unrelated.
Any opened issues will be immediately closed without response.
Do not ask for help from Homebrew or its maintainers on social media.
You may ask for help in Homebrew's discussions but are unlikely to receive a response.
Try to figure out the problem yourself and submit a fix as a pull request.
We will review it but may or may not accept it.
|
test-bot (macos-12)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
|
test-bot (ubuntu-latest)
String '/home/linuxbrew/.linuxbrew/opt' still exists in these files:
|
test-bot (ubuntu-latest)
Cannot verify integrity of 'gfan--0.7.x86_64_linux.bottle.tar.gz'.
No checksum was provided.
For your reference, the checksum is:
sha256 "4a5052f91d57239e261f0b79fa9ee06dc244643024d3de86a6bef27767120355"
|
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/certs/.keepme
/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
/home/linuxbrew/.linuxbrew/etc/openssl@3/private/.keepme
|
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
|
38.1 MB |
|
logs (macos-12)
|
1.82 MB |
|
logs (macos-13)
|
7.61 KB |
|
logs (macos-14)
|
5.07 KB |
|
logs (macos-15)
|
5.07 KB |
|