Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.46.1 failing with updater failure #230

Closed
sblatnick opened this issue Jan 10, 2024 · 3 comments · Fixed by #242
Closed

v1.46.1 failing with updater failure #230

sblatnick opened this issue Jan 10, 2024 · 3 comments · Fixed by #242

Comments

@sblatnick
Copy link

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
@sblatnick
Copy link
Author

Tried v1.44.1 and the error disappears.

@sblatnick
Copy link
Author

sblatnick commented Jan 22, 2024

@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?

@jakecoffman
Copy link
Member

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants