Feature freeze for notmuch 0.30: June 1
Tomi Ollila
tomi.ollila at iki.fi
Wed Jun 17 05:49:49 PDT 2020
On Wed, Jun 17 2020, Tomi Ollila wrote:
> On Wed, Jun 17 2020, Dan Čermák wrote:
>
>>
>> I have tried updating the package in openSUSE Tumbleweed to 0.30~rc2 but
>> running the tests results in the following failures:
>> --8<---------------cut here---------------start------------->8---
>> T357-index-decryption: Testing indexing decrypted mail
>> FAIL verify signature with stashed session key
>> good_sig: value not equal: data[0][0][0]["crypto"]["signed"]["status"][0]["status"] = 'error' != 'good'
>
> FYI: On Fedora 32 I (also) get:
>
> T357-index-decryption: Testing indexing decrypted mail
> FAIL verify signature with stashed session key
> good_sig: value not equal: data[0][0][0]["crypto"]["signed"]["status"][0]["status"] = 'error' != 'good'
>
> (i.e exactly the same)
>
> I've not bothered to care ;/
However, more detail:
executed
notmuch show --format=json id:encrypted-signed at crypto.notmuchmail.org | jq .
before that failing test -- this is the related data:
"crypto": {
"signed": {
"status": [
{
"status": "error",
"keyid": "6D92612D94E46381",
"errors": {
"key-missing": true
}
}
],
"encrypted": true
},
>
> The BROKEN failures are expected failures...
>
> Tomi
>
More information about the notmuch
mailing list