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

Access Denied error not displayed on Travis #74

Closed
birdsarah opened this issue Mar 20, 2017 · 2 comments
Closed

Access Denied error not displayed on Travis #74

birdsarah opened this issue Mar 20, 2017 · 2 comments

Comments

@birdsarah
Copy link

My assets weren't uploading, this is the end of the debug output from Travis:

..
assets/style.css: no such file or directory
  retry: 2
ERROR: failed to upload: /home/travis/build/test/68998280.html
assets/20e28182428903b2619580fd00061422.txt
assets/2ab8a28e5882c593e79561e618a257a0.png
assets/49686bcc48c65a6fc1217fed3873dfdb.png
assets/d708b0fdf7ff39ed464c7d4542459263.txt
assets/style.css
  err: open /home/travis/build/test/68998280.html
assets/20e28182428903b2619580fd00061422.txt
assets/2ab8a28e5882c593e79561e618a257a0.png
assets/49686bcc48c65a6fc1217fed3873dfdb.png
assets/d708b0fdf7ff39ed464c7d4542459263.txt
assets/style.css: no such file or directory
Done uploading artifacts

When I ran locally with the same credentials, the result I got was

ERRO[0007] failed to upload: /tests/assets/style.css  err=Access Denied
ERRO[0007] failed to upload: /tests/123.html  err=Access Denied

So, I'm guessing I've got a permissions issue which is entirely possible.

But it would have been helpful to see the AccessDenied error not no such file or directory

@BanzaiMan
Copy link
Contributor

Sorry for the troubles. Could you open a new issue in https://github.com/travis-ci/travis-ci/issues? This issue looks like an invocation of artifacts in the context of Travis CI, rather than artifacts itself.

Thanks.

@birdsarah
Copy link
Author

Thanks @BanzaiMan - travis-ci/travis-ci#7501

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

No branches or pull requests

2 participants