Hi guys,
I am trying to update code in my server and I am suddenly getting this error that I didn't have before: a GoferRepositoryError occurred (error 2710), UserDefinedError: Error during download: 'UserDefinedError: file is too short'. Error could have been caused by: ' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 128 0 128 0 0 360 0 --:--:-- --:--:-- --:--:-- 359 100 9 100 9 0 0 15 0 --:--:-- --:--:-- --:--:-- 15 ' And Transcript showing: Project: Grease stable [1.1.11] ...RETRY->BaselineOfGrease ...RETRY->BaselineOfGrease gofer repository error: 'GoferRepositoryError: UserDefinedError: Error during download: ''UserDefinedError: file is too short''. Error could have been caused by: '' % Total % Received % Xferd Average Speed Time Time Time Current ..... Debugging a bit, it seems the curl download is being done to this URL: https://github.com/GsDevKit/Grease/zipball/v1.1.11 but that gives me a not found... Not Found% In addition, it seems to be no release 1.1.11. Doing same for 1.1.12 or 1.1.10 does work. So..either someone removed release 1.1.11 or I don't understand. Note that this stone already did the #upgradeGrease and the rest a few weeks ago. More... for the ConfigurationOfGrease I have loaded in that image, the #stable version does answer 1.1.11. Finally...I don't understand why it is trying to download Grease if it should have been locked during the #upgradeGrease. Thoughts? Any ideas? _______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
It could be github dropping the ball.
|
On Fri, Mar 13, 2015 at 1:30 PM, Mariano Martinez Peck <[hidden email]> wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
In reply to this post by GLASS mailing list
Mariano,
I think I need more context from the Transcript ... With the lock on the Grease project (from GsUpgrader), the Grease version reported in the Transcript probably does not mean much other than the project that references Grease is calling for the #stable version and that in the ConfigurationOfGrease currently loaded the #stable version is 1.1.11.... But then the `lock` kicks in and Metacello is downloading Grease from github (github://GsDevKit/Grease:master/repository) and presumably (as Paul suggests), the download from github may have failed ... Dale On 03/13/2015 07:12 AM, Mariano
Martinez Peck via Glass wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Hi Dale, Ok, Transcript output: Loading 1.5 of ConfigurationOfMyApp... Project: Seaside 3.1.3 Project: Seaside3 baseline Project: Swazoo2 stable [2.2.0.6] Project: Core 0.247 [0.248] Project: Grease stable [1.1.11] ...RETRY->BaselineOfGrease ...RETRY->BaselineOfGrease gofer repository error: 'GoferRepositoryError: UserDefinedError: Error during download: ''UserDefinedError: file is too short''. Error could have been caused by: '' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 128 0 128 0 0 361 0 --:--:-- --:--:-- --:--:-- 362 100 9 100 9 0 0 15 0 --:--:-- --:--:-- --:--:-- 15 '''...ignoring ...FAILED->BaselineOfGrease Exception message: a MetacelloPackageSpecResolutionError occurred (error 2710), Could not resolve: BaselineOfGrease [BaselineOfGrease] in cache github://GsDevKit/Grease:v1.1.11/repository ERROR: 'GoferRepositoryError: UserDefinedError: Error during download: ''UserDefinedError: file is too short''. Error could have been caused by: '' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 128 0 128 0 0 361 0 --:--:-- --:--:-- --:--:-- 362 100 9 100 9 0 0 15 0 --:--:-- --:--:-- --:--:-- 15 ''' On Fri, Mar 13, 2015 at 2:01 PM, Dale Henrichs via Glass <[hidden email]> wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Mariano,
Is it consistently failing? Dale On 03/13/2015 10:06 AM, Mariano
Martinez Peck wrote:
_______________________________________________ Glass mailing list [hidden email] http://lists.gemtalksystems.com/mailman/listinfo/glass |
Free forum by Nabble | Edit this page |