dependabot/cli

v1.46.1 failing with updater failure

sblatnick opened this issue · 3 comments

This is potentially related to #229

From another project:

13:45:39    proxy | 2024/01/09 20:38:49 0/1119 calls cached (0%)
13:45:40      cli | 2024/01/09 20:38:50 updater failure: updater exited with code 1

From our test project reported in 229:

12:24:04  updater | Dependabot encountered '3' error(s) during execution, please check the logs for more details.
12:24:04  updater | +-----------------------------------------------------+
12:24:04  updater | |            Dependencies failed to update            |
12:24:04  updater | +-------------------------------------+---------------+
12:24:04  updater | | javax.servlet:javax.servlet-api     | unknown_error |
12:24:04  updater | | org.apache.logging.log4j:log4j-core | unknown_error |
12:24:04  updater | | org.apache.commons:commons-text     | unknown_error |
12:24:04  updater | +-------------------------------------+---------------+
12:24:07    proxy | 2024/01/09 19:17:18 0/0 calls cached (0%)
12:24:08      cli | 2024/01/09 19:17:19 updater failure: updater exited with code 1

Tried v1.44.1 and the error disappears.

@jakecoffman This appears to be happening again (without the key error of #229) in a different repo:

09:03:10  updater | Dependabot encountered '1119' error(s) during execution, please check the logs for more details.
09:03:10  updater | +-----------------------------------------------------------------------------------------------------------------------+
09:03:10  updater | |                                             Dependencies failed to update                                             |
09:03:10  updater | +-------------------------------------------------------------------------------+---------------------------------------+
09:03:10  updater | | @angular/animations                                                           | private_source_authentication_failure |
09:03:10  updater | | @angular/common                                                               | private_source_authentication_failure |
09:03:10  updater | | @angular/compiler                                                             | private_source_authentication_failure |
09:03:10  updater | | @angular/core                                                                 | private_source_authentication_failure |
09:03:10  updater | | @angular/forms                                                                | private_source_authentication_failure |
09:03:10  updater | | @angular/localize                                                             | private_source_authentication_failure |
09:03:10  updater | | @angular/platform-browser                                                     | private_source_authentication_failure |
09:03:10  updater | | @angular/platform-browser-dynamic                                             | private_source_authentication_failure |
09:03:10  updater | | @angular/pwa                                                                  | private_source_authentication_failure |
09:03:10  updater | | @angular/router                                                               | private_source_authentication_failure |
09:03:10  updater | | @angular/service-worker                                                       | private_source_authentication_failure |
09:03:10  updater | | @fortawesome/angular-fontawesome              
...
09:03:12    proxy | 2024/01/22 15:55:37 0/1119 calls cached (0%)
09:03:13      cli | 2024/01/22 15:55:38 updater failure: updater exited with code 1

While the reason given is different from "unknown_error", I don't think private source auth didn't use to fail the run? Should this be a new issue?

Yeah if you want to post a new issue and provide the logs around one of those dependencies that would help us track down the problem.

Also would be good to see the input file like how you posted here: #229 (comment)