Hey, we have observed that now there is a test that crashes: here, for example, https://treeherder.mozilla.org/jobs?repo=nss-try&selectedTaskRun=8GdPNX-9QrCfqAUW5drHug.0&revision=b7114c18e71c5b7c3babca69c1ffe82eb2b68891 in tools.sh test#3 - ``` tools.sh: #3: Listing Alice.p12 (pk12util -l) - PASSED tools.sh: Importing Alice's pk12 Alice.p12 file to ../tools/copydir certutil -F -d ../tools/copydir -n Alice -f ../tests.pw certutil: could not authenticate to token NSS Certificate DB.: SEC_ERROR_IO: An I/O error occurred during security authorization. Assertion failure: secmod_PrivateModuleCount == 0, at pk11util.c:89 ./tools.sh: line 152: 182 Aborted (core dumped) certutil -F -d ${3} -n ${2} -f ${R_PWFILE} ``` It was not the case before, try run from 15th: https://treeherder.mozilla.org/jobs?repo=nss&revision=bd06fa3a679c7d788e30cb536023945807411bcb https://firefoxci.taskcluster-artifacts.net/-wnMaFsUSaaSFI5yiyFIxQ/0/public/logs/live_backing.log Is it expected?
Bug 1884444 Comment 41 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
Hey, we have observed that now there is a test that crashes: here, for example, https://treeherder.mozilla.org/jobs?repo=nss-try&selectedTaskRun=8GdPNX-9QrCfqAUW5drHug.0&revision=b7114c18e71c5b7c3babca69c1ffe82eb2b68891 in tools.sh test#3 - ``` tools.sh: #3: Listing Alice.p12 (pk12util -l) - PASSED tools.sh: Importing Alice's pk12 Alice.p12 file to ../tools/copydir certutil -F -d ../tools/copydir -n Alice -f ../tests.pw certutil: could not authenticate to token NSS Certificate DB.: SEC_ERROR_IO: An I/O error occurred during security authorization. Assertion failure: secmod_PrivateModuleCount == 0, at pk11util.c:89 ./tools.sh: line 152: 182 Aborted (core dumped) certutil -F -d ${3} -n ${2} -f ${R_PWFILE} ``` It was not the case before, try run from 15th: https://treeherder.mozilla.org/jobs?repo=nss&revision=bd06fa3a679c7d788e30cb536023945807411bcb https://firefoxci.taskcluster-artifacts.net/-wnMaFsUSaaSFI5yiyFIxQ/0/public/logs/live_backing.log Is it expected? P.s. if it helps: the test is `import_p12_file`