Skip to content

gfan 0.7

gfan 0.7 #651

Triggered via pull request October 4, 2024 21:27
@mahrudmahrud
synchronize #238
gfan
Status Failure
Total duration 10m 1s
Artifacts 4

tests.yml

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

Annotations

15 errors and 16 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
409 | auto F=E.closure(); | ~~~~~~~~~^~ src/gfanlib_hypersurfaceintersection.cpp:1127:22: required from here 1127 | template class gfan::PolytopeIntersectionData<gfan::CircuitTableInt64>; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gfanlib_circuittableint.h:629:89: error: cannot convert 'gfan::my256s' to 'gfan::MyMakeUnsigned<__int128>::type' {aka '__int128 unsigned'} in initialization 629 | typename MyMakeUnsigned<longword>::type positiveResultBoundTimesD=extMul(negabs(s).v,boundA.v); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ | | | gfan::my256s src/gfanlib_circuittableint.h:656:54: error: invalid cast from type 'gfan::my256s' to type 'long long int' 656 | aa[i].v=((((word)((/*(uint64_t)*/(extMul(s.v,aa[i].v)))>>denominatorDivisor.shift)))*denominatorDivisor.multiplicativeInverse); | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gfanlib_circuittableint.h:682:81: error: cannot convert 'gfan::my256s' to '__int128' in initialization 682 | longword/*int64_t*/ temp=(extMul(s.v,aa[i].v))/denominatorDivisor.v; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ | | | gfan::my256s src/gfanlib_circuittableint.h:169:18: note: explicit conversion function was not considered 169 | explicit operator __int128()const | ^~~~~~~~ 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) |
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
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
409 | auto F=E.closure(); | ~~~~~~~~~^~ src/gfanlib_hypersurfaceintersection.cpp:1127:22: required from here 1127 | template class gfan::PolytopeIntersectionData<gfan::CircuitTableInt64>; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gfanlib_circuittableint.h:629:89: error: cannot convert 'gfan::my256s' to 'gfan::MyMakeUnsigned<__int128>::type' {aka '__int128 unsigned'} in initialization 629 | typename MyMakeUnsigned<longword>::type positiveResultBoundTimesD=extMul(negabs(s).v,boundA.v); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ | | | gfan::my256s src/gfanlib_circuittableint.h:656:54: error: invalid cast from type 'gfan::my256s' to type 'long long int' 656 | aa[i].v=((((word)((/*(uint64_t)*/(extMul(s.v,aa[i].v)))>>denominatorDivisor.shift)))*denominatorDivisor.multiplicativeInverse); | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gfanlib_circuittableint.h:682:81: error: cannot convert 'gfan::my256s' to '__int128' in initialization 682 | longword/*int64_t*/ temp=(extMul(s.v,aa[i].v))/denominatorDivisor.v; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ | | | gfan::my256s src/gfanlib_circuittableint.h:169:18: note: explicit conversion function was not considered 169 | explicit operator __int128()const | ^~~~~~~~ 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) |
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)
macaulay2/tap/gfan 0.7 did not build
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.
`brew install --verbose --formula --build-bottle macaulay2/tap/gfan` failed on macOS Monterey (12)!: Formula/gfan.rb#L29
409 | auto F=E.closure(); | ~~~~~~~~~^~ src/gfanlib_hypersurfaceintersection.cpp:1127:22: required from here 1127 | template class gfan::PolytopeIntersectionData<gfan::CircuitTableInt64>; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gfanlib_circuittableint.h:629:89: error: cannot convert 'gfan::my256s' to 'gfan::MyMakeUnsigned<__int128>::type' {aka '__int128 unsigned'} in initialization 629 | typename MyMakeUnsigned<longword>::type positiveResultBoundTimesD=extMul(negabs(s).v,boundA.v); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ | | | gfan::my256s src/gfanlib_circuittableint.h:656:54: error: invalid cast from type 'gfan::my256s' to type 'long long int' 656 | aa[i].v=((((word)((/*(uint64_t)*/(extMul(s.v,aa[i].v)))>>denominatorDivisor.shift)))*denominatorDivisor.multiplicativeInverse); | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gfanlib_circuittableint.h:682:81: error: cannot convert 'gfan::my256s' to '__int128' in initialization 682 | longword/*int64_t*/ temp=(extMul(s.v,aa[i].v))/denominatorDivisor.v; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ | | | gfan::my256s src/gfanlib_circuittableint.h:169:18: note: explicit conversion function was not considered 169 | explicit operator __int128()const | ^~~~~~~~ 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) |
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.
`brew install --verbose --formula --build-bottle macaulay2/tap/gfan` failed on macOS Sequoia (15) on Apple Silicon!: Formula/gfan.rb#L29
409 | auto F=E.closure(); | ~~~~~~~~~^~ src/gfanlib_hypersurfaceintersection.cpp:1127:22: required from here 1127 | template class gfan::PolytopeIntersectionData<gfan::CircuitTableInt64>; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gfanlib_circuittableint.h:629:89: error: cannot convert 'gfan::my256s' to 'gfan::MyMakeUnsigned<__int128>::type' {aka '__int128 unsigned'} in initialization 629 | typename MyMakeUnsigned<longword>::type positiveResultBoundTimesD=extMul(negabs(s).v,boundA.v); | ~~~~~~^~~~~~~~~~~~~~~~~~~~~~ | | | gfan::my256s src/gfanlib_circuittableint.h:656:54: error: invalid cast from type 'gfan::my256s' to type 'long long int' 656 | aa[i].v=((((word)((/*(uint64_t)*/(extMul(s.v,aa[i].v)))>>denominatorDivisor.shift)))*denominatorDivisor.multiplicativeInverse); | ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/gfanlib_circuittableint.h:682:81: error: cannot convert 'gfan::my256s' to '__int128' in initialization 682 | longword/*int64_t*/ temp=(extMul(s.v,aa[i].v))/denominatorDivisor.v; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ | | | gfan::my256s src/gfanlib_circuittableint.h:169:18: note: explicit conversion function was not considered 169 | explicit operator __int128()const | ^~~~~~~~ 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) |
test-bot (macos-15)
install failed
test-bot (macos-13)
No files were found with the provided path: *.bottle.*. No artifacts will be uploaded.
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 "165989c62c4285437aac6db7899f1766842c418f9155c8746e4be20fbb2fbfac"
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
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)
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.

Artifacts

Produced during runtime
Name Size
bottles_ubuntu-latest Expired
2.65 MB
logs (macos-12) Expired
1.82 MB
logs (macos-13) Expired
7.59 KB
logs (macos-14) Expired
3.52 KB