Build failed: opensmalltalk-vm 1.0.1373

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

Build failed: opensmalltalk-vm 1.0.1373

AppVeyor
Reply | Threaded
Open this post in threaded view
|

Re: Build failed: opensmalltalk-vm 1.0.1373

Ben Coman
 
On Sun, 19 Aug 2018 at 17:17, AppVeyor <[hidden email]> wrote:
>
> Build opensmalltalk-vm 1.0.1373 failed
>
> Commit e5f7c08b66 by Fabio Niephaus on 8/19/2018 9:09 AM:
> Move to scripts/

This looks unrelated to the change. It failed during the git checkout.
First job succeeded, second job failed checking out the same hash.

First few log lines of first job...
[00:00:00] Build started
[00:00:00] git clone -q --depth=5 --branch=Cog
https://github.com/OpenSmalltalk/opensmalltalk-vm.git C:\projects\vm
[00:00:21] git checkout -qf e5f7c08b664823e1e92c5348c7087ca97492205a
[00:00:30] Running Install scripts
[00:00:30] curl -fsSL --retry 4 -m 600 -o "setup-x86.exe"
"http://cygwin.com/setup-x86.exe"

First few log lines of second job...
[00:00:00] Build started
[00:00:00] git clone -q --depth=5 --branch=Cog
https://github.com/OpenSmalltalk/opensmalltalk-vm.git C:\projects\vm
[00:00:24] git checkout -qf e5f7c08b664823e1e92c5348c7087ca97492205a
[00:00:25] fatal: reference is not a tree:
e5f7c08b664823e1e92c5348c7087ca97492205a
[00:00:26] Command exited with code 128

cheers -ben
Reply | Threaded
Open this post in threaded view
|

Re: Build failed: opensmalltalk-vm 1.0.1373

fniephaus
 

On Sun, Aug 19, 2018 at 3:50 PM Ben Coman <[hidden email]> wrote:
 
On Sun, 19 Aug 2018 at 17:17, AppVeyor <[hidden email]> wrote:
>
> Build opensmalltalk-vm 1.0.1373 failed
>
> Commit e5f7c08b66 by Fabio Niephaus on 8/19/2018 9:09 AM:
> Move to scripts/

This looks unrelated to the change. It failed during the git checkout.
First job succeeded, second job failed checking out the same hash.

Don't worry about it. I messed up the commit message and then fixed it with a force push. Sorry about that!

Fabio


First few log lines of first job...
[00:00:00] Build started
[00:00:00] git clone -q --depth=5 --branch=Cog
https://github.com/OpenSmalltalk/opensmalltalk-vm.git C:\projects\vm
[00:00:21] git checkout -qf e5f7c08b664823e1e92c5348c7087ca97492205a
[00:00:30] Running Install scripts
[00:00:30] curl -fsSL --retry 4 -m 600 -o "setup-x86.exe"
"http://cygwin.com/setup-x86.exe"

First few log lines of second job...
[00:00:00] Build started
[00:00:00] git clone -q --depth=5 --branch=Cog
https://github.com/OpenSmalltalk/opensmalltalk-vm.git C:\projects\vm
[00:00:24] git checkout -qf e5f7c08b664823e1e92c5348c7087ca97492205a
[00:00:25] fatal: reference is not a tree:
e5f7c08b664823e1e92c5348c7087ca97492205a
[00:00:26] Command exited with code 128

cheers -ben