-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
dpl 1.9.4: uninitialized constant Aws::S3::Resource (NameError) #788
Comments
Thanks for the report. Is any of these files shown in https://travis-ci.org/rust-lang/rust/jobs/355919748 actually uploaded? |
@BanzaiMan Yes, everything lists there are uploaded. |
That is quite bizarre. That means |
How big are these files? Maybe multithreading is not working well for this repo? Could you try reducing the number of threads to use for uploading? deploy:
provider: s3
max_threads: 2 # default is 5
⋮ # rest |
The files range from 366 KB to 27 MB, with an average of 12 MB among the 27 files uploaded. I'll see if reducing the number of threads helps, thanks. |
It could be a multi-threading issue. See, for example: https://aws.amazon.com/blogs/developer/threading-with-the-aws-sdk-for-ruby/ I've added deploy:
provider: s3
edge:
branch: s3-eager-autoload
⋮ # rest Thanks! |
@BanzaiMan Thanks! That sounds more plausible 😊 The job is created at https://travis-ci.org/rust-lang/rust/builds/356018991 and we should get the result in 1 to 2 hours. |
@kennytm Thanks for your help. I've got my finger crossed! 🤞 |
One complete deployment: https://travis-ci.org/rust-lang/rust/jobs/356018996#L9945 |
There is a blank line in https://travis-ci.org/rust-lang/rust/jobs/356018993#L9975; could someone confirm that the deployment was complete? |
@BanzaiMan looks like it did indeed succeed! |
Super! I'll merge #789 and release 1.9.5 tomorrow. Sorry for the troubles today. |
Apply temporary fix of travis-ci/dpl#788.
1.9.5 is out. |
…released." This reverts commit 20e65f1.
We are having deployment failures on Travis starting from dpl 1.9.2 released several hours ago, and the error is still happening as of 1.9.4.
Error logs:
https://travis-ci.org/rust-lang/rust/jobs/355835936 (1.9.2, errored at 2018-03-20T14:22:12Z)
https://travis-ci.org/rust-lang/rust/jobs/355875866 (1.9.3, errored at 2018-03-20T15:54:10Z)
https://travis-ci.org/rust-lang/rust/jobs/355919748 (1.9.4, errored at 2018-03-20T17:14:29Z)
Relevant part of our
.travis.yml
:Ruby versions:
The text was updated successfully, but these errors were encountered: