-
Notifications
You must be signed in to change notification settings - Fork 12
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
fez hangs during upload - --unattended
flag is not honored
#83
Comments
Can you point me to the repo this is happening with? (Or supply your handmade tarball?) |
And … I install fez from https://github.com/tony-o/raku-fez.git , maybe not very good idea … |
@melezhik which version does it report from |
20:13:55 :: ===> Installing: fez:ver<40>:authzef:tony-o:api<0> |
@melezhik is this running in the busybox container? |
No, this is Debian
…On Sun, Feb 5, 2023 at 3:20 PM tony-o ***@***.***> wrote:
@melezhik <https://github.com/melezhik> is this running in the busybox
container?
—
Reply to this email directly, view it on GitHub
<#83 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAHRHSJMJZZU4HQG5DQ43LTWWAKSVANCNFSM6AAAAAAUPXAGJQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Ok, this is not a tar issue, I've run command manually from container, and it seems that
|
--unattended
flag is not honored
@melezhik ahhh okay, i'm working on this issue - this is more difficult and I need a new pattern to remove universal flags in MAIN |
@tony-o sure, no rush |
IIU this issue correctly, it's the server that rejected the request because the "Key is expired". There isn't much an |
When runs with unattended flag fez should not hang if a user token is expired, but exit immediately with proper exit code. Instead of this ( and this is the essence of the issue) fez waits for a login and password to regenerate token. “Killed” line in the end of report simply means that a docker container is terminated by SparrowCI orchestrator after some timeout … Expected behavior for fez when runs with unattended flag is to exit immediately with none zero exit code ( and helpful message in stderr) in case of any errors … HTH |
@patrickbkr if the key expired then fez will prompt for a username and password This is fixed in the dist branch - |
During upload operation fez hangs. Full log including fez version and other details here - https://ci.sparrowhub.io/report/2843
HTH
The text was updated successfully, but these errors were encountered: