vchepkov
04/28/2022, 2:02 PMvchepkov
04/28/2022, 2:08 PMDavid Sandilands
04/28/2022, 2:59 PMDavid Sandilands
04/28/2022, 3:00 PMvchepkov
04/28/2022, 3:03 PMvchepkov
04/28/2022, 3:03 PM[2022-04-28 11:02:37 - ERROR] Error during concurrent deploy of a module: ambiguous lookup - OID prefix is too short
[2022-04-28 11:02:37 - ERROR] ambiguous lookup - OID prefix is too short
Slackbot
04/28/2022, 3:06 PMnpwalker
04/28/2022, 3:17 PMnpwalker
04/28/2022, 3:18 PMJarret Lavallee
04/29/2022, 1:48 PMlibgit2
thinks that the branch name is an OID due to the format. libgit2
is parsing the branch name to identify what the ref
is. It starts by looking at the string to see if it is hex, which could be a OID. The OID is too short as the min length is [4 characters](https://github.com/libgit2/libgit2/blob/main/include/git2/oid.h#L30) . It then sends the error [here](https://github.com/libgit2/libgit2/blob/main/src/libgit2/object.c#L187-L190).Slackbot
04/29/2022, 4:12 PMSlackbot
04/29/2022, 6:20 PMbarr
04/29/2022, 10:01 PMJoao Morgado
05/01/2022, 12:33 PMJoao Morgado
05/01/2022, 12:33 PMJoao Morgado
05/01/2022, 12:33 PMJoao Morgado
05/01/2022, 12:34 PMJoao Morgado
05/01/2022, 12:35 PMJoao Morgado
05/01/2022, 12:36 PMJoao Morgado
05/01/2022, 12:36 PMJoao Morgado
05/01/2022, 12:40 PMSlackbot
05/02/2022, 1:42 PMSlackbot
05/02/2022, 1:49 PMnwops
05/02/2022, 1:49 PMJoao Morgado
05/02/2022, 3:53 PMDavid Sandilands
05/03/2022, 11:26 AMSlackbot
05/03/2022, 1:26 PMbastelfreak
05/03/2022, 1:59 PMcould not find terminus satellite for indirection facts
. Anyone has an idea what's wrong/missing? I'm on PE 2019.5bastelfreak
05/03/2022, 1:59 PMcould not find terminus satellite for indirection facts
. Anyone has an idea what's wrong/missing? I'm on PE 2019.5vchepkov
05/03/2022, 2:15 PM