Skip to content
Success

#27703 (Mar 20, 2026, 9:35:07 PM)

Started 8 hr 12 min ago
Took 5 sec on build4-deb12build-ansible

Started by upstream project gerrit-pysim build number 2995
originally caused by:

This run spent:

  • 1 min 15 sec waiting;
  • 5 sec build duration;
  • 1 min 20 sec total from scheduled to completion.
Revision: 09ae327f8b53e325fb7ea799dd09b120a3c0acb4
Repository: $GERRIT_REPO_URL
  • master
ota: OtaAlgo{Crypt,Auth}: fix algo_auth vs algo_crypt

* OtaAlgoCrypt.from_keyset() searches by `otak.algo_crypt`
  but the error message prints `otak.algo_auth`.  Should be
  `otak.algo_crypt` instead.

* OtaAlgoAuth.__init__() checks `algo_auth` but the error message
  prints `algo_crypt`.  Should be `otak.algo_auth` instead.

Change-Id: Ia636fffaeadc68e3f6d5b65d477e753834c95895
laforge at