Skip to content

CI is broken again #307

@ryjones

Description

@ryjones

Something changed after this was fixed last time - error log:

   Compiling oqs-sys v0.11.0+liboqs-0.13.0 (/Users/runner/work/liboqs-rust/liboqs-rust/oqs-sys)
error[E0425]: cannot find value `OQS_SIG_alg_sphincs_sha2_128f_simple` in module `ffi`
   --> oqs/src/sig.rs:214:40
    |
 50 |                     Algorithm::$sig => &ffi::$oqs_id[..],
    |                                              ------- due to this macro variable
...
214 |     ("sphincs") SphincsSha2128fSimple: OQS_SIG_alg_sphincs_sha2_128f_simple,
    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`

error[E0425]: cannot find value `OQS_SIG_alg_sphincs_sha2_128s_simple` in module `ffi`
   --> oqs/src/sig.rs:215:40
    |
 50 |                     Algorithm::$sig => &ffi::$oqs_id[..],
    |                                              ------- due to this macro variable
...
215 |     ("sphincs") SphincsSha2128sSimple: OQS_SIG_alg_sphincs_sha2_128s_simple,
    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`

error[E0425]: cannot find value `OQS_SIG_alg_sphincs_sha2_192f_simple` in module `ffi`
   --> oqs/src/sig.rs:216:40
    |
 50 |                     Algorithm::$sig => &ffi::$oqs_id[..],
    |                                              ------- due to this macro variable
...
216 |     ("sphincs") SphincsSha2192fSimple: OQS_SIG_alg_sphincs_sha2_192f_simple,
    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`

error[E0425]: cannot find value `OQS_SIG_alg_sphincs_sha2_192s_simple` in module `ffi`
   --> oqs/src/sig.rs:217:40
    |
 50 |                     Algorithm::$sig => &ffi::$oqs_id[..],
    |                                              ------- due to this macro variable
...
217 |     ("sphincs") SphincsSha2192sSimple: OQS_SIG_alg_sphincs_sha2_192s_simple,
    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`

error[E0425]: cannot find value `OQS_SIG_alg_sphincs_sha2_256f_simple` in module `ffi`
   --> oqs/src/sig.rs:218:40
    |
 50 |                     Algorithm::$sig => &ffi::$oqs_id[..],
    |                                              ------- due to this macro variable
...
218 |     ("sphincs") SphincsSha2256fSimple: OQS_SIG_alg_sphincs_sha2_256f_simple,
    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`

error[E0425]: cannot find value `OQS_SIG_alg_sphincs_sha2_256s_simple` in module `ffi`
   --> oqs/src/sig.rs:219:40
    |
 50 |                     Algorithm::$sig => &ffi::$oqs_id[..],
    |                                              ------- due to this macro variable
...
219 |     ("sphincs") SphincsSha2256sSimple: OQS_SIG_alg_sphincs_sha2_256s_simple,
    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`

error[E0425]: cannot find value `OQS_SIG_alg_sphincs_shake_128f_simple` in module `ffi`
   --> oqs/src/sig.rs:220:41
    |
 50 |                     Algorithm::$sig => &ffi::$oqs_id[..],
    |                                              ------- due to this macro variable
...
220 |     ("sphincs") SphincsShake128fSimple: OQS_SIG_alg_sphincs_shake_128f_simple,
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`

error[E0425]: cannot find value `OQS_SIG_alg_sphincs_shake_128s_simple` in module `ffi`
   --> oqs/src/sig.rs:221:41
    |
 50 |                     Algorithm::$sig => &ffi::$oqs_id[..],
    |                                              ------- due to this macro variable
...
221 |     ("sphincs") SphincsShake128sSimple: OQS_SIG_alg_sphincs_shake_128s_simple,
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`

error[E0425]: cannot find value `OQS_SIG_alg_sphincs_shake_192f_simple` in module `ffi`
   --> oqs/src/sig.rs:222:41
    |
 50 |                     Algorithm::$sig => &ffi::$oqs_id[..],
    |                                              ------- due to this macro variable
...
222 |     ("sphincs") SphincsShake192fSimple: OQS_SIG_alg_sphincs_shake_192f_simple,
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`

error[E0425]: cannot find value `OQS_SIG_alg_sphincs_shake_192s_simple` in module `ffi`
   --> oqs/src/sig.rs:223:41
    |
 50 |                     Algorithm::$sig => &ffi::$oqs_id[..],
    |                                              ------- due to this macro variable
...
223 |     ("sphincs") SphincsShake192sSimple: OQS_SIG_alg_sphincs_shake_192s_simple,
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`

error[E0425]: cannot find value `OQS_SIG_alg_sphincs_shake_256f_simple` in module `ffi`
   --> oqs/src/sig.rs:224:41
    |
 50 |                     Algorithm::$sig => &ffi::$oqs_id[..],
    |                                              ------- due to this macro variable
...
224 |     ("sphincs") SphincsShake256fSimple: OQS_SIG_alg_sphincs_shake_256f_simple,
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`

error[E0425]: cannot find value `OQS_SIG_alg_sphincs_shake_256s_simple` in module `ffi`
   --> oqs/src/sig.rs:225:41
    |
 50 |                     Algorithm::$sig => &ffi::$oqs_id[..],
    |                                              ------- due to this macro variable
...
225 |     ("sphincs") SphincsShake256sSimple: OQS_SIG_alg_sphincs_shake_256s_simple,
    |                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `ffi`

For more information about this error, try `rustc --explain E0425`.
error: could not compile `oqs` (lib) due to 12 previous errors
Error: Process completed with exit code 101.```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions