[Glass] Problem loading Grease in GLASS (file too short...from github)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[Glass] Problem loading Grease in GLASS (file too short...from github)

GLASS mailing list
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...


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
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] Problem loading Grease in GLASS (file too short...from github)

Paul DeBruicker
It could be github dropping the ball.  


GLASS mailing list wrote
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...

% curl -L https://github.com/GsDevKit/Grease/zipball/v1.1.11
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?



--
Mariano
http://marianopeck.wordpress.com

_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] Problem loading Grease in GLASS (file too short...from github)

GLASS mailing list


On Fri, Mar 13, 2015 at 1:30 PM, Mariano Martinez Peck <[hidden email]> wrote:


On Fri, Mar 13, 2015 at 1:18 PM, Paul DeBruicker via Glass <[hidden email]> wrote:
It could be github dropping the ball.


Hi Paul,

But there is no 1.1.11 release in: https://github.com/GsDevKit/Grease/releases
 


GLASS mailing list wrote
> 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...
>
> % curl -L https://github.com/GsDevKit/Grease/zipball/v1.1.11
> 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?
>
>
>
> --
> Mariano
> http://marianopeck.wordpress.com
>
> _______________________________________________
> Glass mailing list

> Glass@.gemtalksystems

> http://lists.gemtalksystems.com/mailman/listinfo/glass





--
View this message in context: http://forum.world.st/Glass-Problem-loading-Grease-in-GLASS-file-too-short-from-github-tp4811715p4811743.html
Sent from the GLASS mailing list archive at Nabble.com.
_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass



--



--

_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] Problem loading Grease in GLASS (file too short...from github)

GLASS mailing list
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:
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...


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


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] Problem loading Grease in GLASS (file too short...from github)

GLASS mailing list
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:
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:
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...


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


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass




--

_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass
Reply | Threaded
Open this post in threaded view
|

Re: [Glass] Problem loading Grease in GLASS (file too short...from github)

GLASS mailing list
Mariano,

Is it consistently failing?

Dale

On 03/13/2015 10:06 AM, Mariano Martinez Peck wrote:
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:
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:
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...


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


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass




--


_______________________________________________
Glass mailing list
[hidden email]
http://lists.gemtalksystems.com/mailman/listinfo/glass