-
-
Notifications
You must be signed in to change notification settings - Fork 607
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 diagnostics on permission problems #2847
Comments
Hi @eserte there was a fix some time ago to avoid using root inside the container and to pickup the current user see #2710 and #1459 - I guess that's where something goes wrong? Just so I understand: You run twice as the same user, but the second time you get the failure? Thinking on how I can reproduce. |
Yes, I know about the user changes. I am just complaining about the missing error messages. For reproducing: just execute the two commands in the first code block. |
You mean:
That works for me on OS X. What OS are you using, see if I can reproduce? |
Linux Mint18, which is roughly a Ubuntu 16.04. |
Consider the following run, which roughly simulates a system where sitespeed.io was upgraded from pre-v11.0.0 to v11.0.00 or later:
... with no further output, and exit code is 1. With more research (strace logging...) it seems that the sitespeed run fails because of permission problems, and needs to be fixed by changing the ownership of sitespeed-result:
It would be nice if sitespeed would not die silently in this situation, but clearly say that it could not create files/directories, with the filenames and the reason.
The text was updated successfully, but these errors were encountered: