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

"(MISSING)" string in Jenkins log when pulling the VM #631

Closed
edigaryev opened this issue Jun 19, 2023 Discussed in #630 · 0 comments · Fixed by #632
Closed

"(MISSING)" string in Jenkins log when pulling the VM #631

edigaryev opened this issue Jun 19, 2023 Discussed in #630 · 0 comments · Fixed by #632
Assignees

Comments

@edigaryev
Copy link
Contributor

Discussed in #630

Originally posted by mortidlo June 19, 2023
Hi, we are using cirrus CLI in Jenkins jobs. When the VM is pulled from the registry(Harbor) we see strange lines in the log

This is output of cirrus run

10:43:36
10:43:38  
10:43:38  pulling manifest...
10:43:38  
10:43:38  pulling disk (18.7 GB compressed)...
10:43:38  
10:43:38  0%!
10:43:38  (MISSING)
10:43:45  0%!
10:43:45  (MISSING)
10:43:51  3%!
10:43:51  (MISSING)

when we run tart directly tart pull .... the output is clear

11:43:36
11:43:38  
11:43:38  pulling manifest...
11:43:38  
11:43:38  pulling disk (18.7 GB compressed)...
11:43:38  
11:43:38  0%!
11:43:45  0%!
11:43:51  3%!

I know this may depends on my env settings and it's hard to debug. My question is only if you see any issue for the first sight?

Thanks,
Pavel

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.

1 participant