Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upstream PRs 1228, 1236, 1243, 1238, 1246, 1247, 1242, 1250, 1244, 1241, 1257, 1226, 1252, 1118, 1245, 1266, 1269 #253

Closed
wants to merge 274 commits into from

Merge commits '56582094 427bc3cd 0cf2fb91 9c8c4f44 70be3cad f16a709f …

ecbbfd4
Select commit
Loading
Failed to load commit list.
Closed

Upstream PRs 1228, 1236, 1243, 1238, 1246, 1247, 1242, 1250, 1244, 1241, 1257, 1226, 1252, 1118, 1245, 1266, 1269 #253

Merge commits '56582094 427bc3cd 0cf2fb91 9c8c4f44 70be3cad f16a709f …
ecbbfd4
Select commit
Loading
Failed to load commit list.
Cirrus CI / arm64: macOS Ventura BENCH:yes BPPP:no BUILD:check CC:clang ECDH:no ECDSAADAPTOR:no ECDSA_S2C:no ECMULTGENPRECISION:auto ECMULTWINDOW:auto EXPERIMENTAL:no GENERATOR:no MUSIG:no RANGEPROOF:no RECOVERY:no SCHNORRSIG:no WHITELIST:no WIDEMUL:int128_struct failed Jul 21, 2023 in 36s

Task Summary

Instruction test failed in 00:10

Details

ℹ️ Scheduling was delayed due to a concurrency limit on community tasks
ℹ️ Consider upgrading to a $10/month plan to get 2x the limits on any public and private repository

✅ 00:01 clone
✅ 00:08 brew
✅ 00:01 merge_base
❌ 00:10 test

        uint128_t t = (uint128_t)a * b; \
        ^
src/scalar_4x64_impl.h:906:5: error: use of undeclared identifier 't'
src/scalar_4x64_impl.h:256:19: note: expanded from macro 'muladd2'
        uint128_t t = (uint128_t)a * b; \
                  ^
src/scalar_4x64_impl.h:906:5: error: use of undeclared identifier 'uint128_t'
src/scalar_4x64_impl.h:256:24: note: expanded from macro 'muladd2'
        uint128_t t = (uint128_t)a * b; \
                       ^
src/scalar_4x64_impl.h:906:5: error: use of undeclared identifier 't'
src/scalar_4x64_impl.h:257:14: note: expanded from macro 'muladd2'
        th = t >> 64;               /* at most 0xFFFFFFFFFFFFFFFE */ \
             ^
src/scalar_4x64_impl.h:906:5: error: use of undeclared identifier 't'
src/scalar_4x64_impl.h:258:14: note: expanded from macro 'muladd2'
        tl = t; \
             ^
src/scalar_4x64_impl.h:909:5: error: expected ';' after expression
    muladd2(a->d[0], a->d[3]);
    ^
src/scalar_4x64_impl.h:256:19: note: expanded from macro 'muladd2'
        uint128_t t = (uint128_t)a * b; \
                  ^
src/scalar_4x64_impl.h:909:5: error: use of undeclared identifier 'uint128_t'
src/scalar_4x64_impl.h:256:9: note: expanded from macro 'muladd2'
        uint128_t t = (uint128_t)a * b; \
        ^
src/scalar_4x64_impl.h:909:5: error: use of undeclared identifier 't'
src/scalar_4x64_impl.h:256:19: note: expanded from macro 'muladd2'
        uint128_t t = (uint128_t)a * b; \
                  ^
src/scalar_4x64_impl.h:909:5: error: use of undeclared identifier 'uint128_t'
src/scalar_4x64_impl.h:256:24: note: expanded from macro 'muladd2'
        uint128_t t = (uint128_t)a * b; \
                       ^
src/scalar_4x64_impl.h:909:5: error: use of undeclared identifier 't'
src/scalar_4x64_impl.h:257:14: note: expanded from macro 'muladd2'
        th = t >> 64;               /* at most 0xFFFFFFFFFFFFFFFE */ \
             ^
src/scalar_4x64_impl.h:909:5: error: use of undeclared identifier 't'
src/scalar_4x64_impl.h:258:14: note: expanded from macro 'muladd2'
        tl = t; \
             ^
src/scalar_4x64_impl.h:910:5: error: expected ';' after expression
    muladd2(a->d[1], a->d[2]);
    ^
src/scalar_4x64_impl.h:256:19: note: expanded from macro 'muladd2'
        uint128_t t = (uint128_t)a * b; \
                  ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
make[1]: *** [src/libsecp256k1_la-secp256k1.lo] Error 1
make: *** [all] Error 2

Exit status: 2