Skip to content

Fix group update

Fix group update #1162

Triggered via pull request April 13, 2024 07:00
Status Failure
Total duration 4m 49s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
cannot find function `default_remove_installation_policy` in this scope: xmtp_mls/src/groups/group_permissions.rs#L248
error[E0425]: cannot find function `default_remove_installation_policy` in this scope --> xmtp_mls/src/groups/group_permissions.rs:248:41 | 248 | remove_installation_policy: default_remove_installation_policy(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
cannot find function `default_add_installation_policy` in this scope: xmtp_mls/src/groups/group_permissions.rs#L247
error[E0425]: cannot find function `default_add_installation_policy` in this scope --> xmtp_mls/src/groups/group_permissions.rs:247:38 | 247 | add_installation_policy: default_add_installation_policy(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
test
Process completed with exit code 101.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/