XMage Automatic / Nightly Builds
by BetaSteward
Moderators: North, BetaSteward, noxx, jeffwadsworth, JayDi, TheElk801, LevelX, CCGHQ Admins
XMage Automatic / Nightly Builds
by atomicinf » 21 Oct 2013, 00:29
Can't wait for the next dev build to get that critical bugfix?
Too hard to wind your way around Maven?
Try new XMage automatic and nightly builds!
Where can I find these?
Automatic and nightly builds can be found at http://averyradio.caltech.edu/mage-nightly/
Build statuses can be reviewed at http://averyradio.caltech.edu:8086
Every 30 minutes, Jenkins checks to see if there were changes in GitHub.
If there was, Jenkins will schedule an automatic build.
Additionally, every day around 00:00 UTC, a build is scheduled whether or not a GitHub change happened.
These are the nightly builds.
Jenkins runs through the entire test suite as part of the build, so each build currently takes around 30 minutes.
The build status page reflects the health of the last automatic / nightly build, and links to detailed build reports.
Which build should I use?
The automatic build is the latest and greatest 'bleeding-edge' build.
When a change enters GitHub, an automatic build will have that change in less than an hour.
Use these if you want to test something before the nightly goes out.
The nightly build is more regularly scheduled, so might be more suitable if you're trying to get a bunch of friends on the same version for a play session.
Also, if you're running a server, picking a convenient nightly might be the best choice, instead of tracking automatic builds as they become available.
Other Information
The nightly and automatic builds are provided as a shared public resource.
Please do your part to help preserve their availability.
Older nightly and automatic builds may be deleted in the future.
Too hard to wind your way around Maven?
Try new XMage automatic and nightly builds!
Where can I find these?
Automatic and nightly builds can be found at http://averyradio.caltech.edu/mage-nightly/
Build statuses can be reviewed at http://averyradio.caltech.edu:8086
Every 30 minutes, Jenkins checks to see if there were changes in GitHub.
If there was, Jenkins will schedule an automatic build.
Additionally, every day around 00:00 UTC, a build is scheduled whether or not a GitHub change happened.
These are the nightly builds.
Jenkins runs through the entire test suite as part of the build, so each build currently takes around 30 minutes.
The build status page reflects the health of the last automatic / nightly build, and links to detailed build reports.
Which build should I use?
The automatic build is the latest and greatest 'bleeding-edge' build.
When a change enters GitHub, an automatic build will have that change in less than an hour.
Use these if you want to test something before the nightly goes out.
The nightly build is more regularly scheduled, so might be more suitable if you're trying to get a bunch of friends on the same version for a play session.
Also, if you're running a server, picking a convenient nightly might be the best choice, instead of tracking automatic builds as they become available.
Other Information
The nightly and automatic builds are provided as a shared public resource.
Please do your part to help preserve their availability.
Older nightly and automatic builds may be deleted in the future.
Last edited by atomicinf on 04 Jun 2014, 15:07, edited 2 times in total.
Re: MAGE Automatic / Nightly Builds
by atomicinf » 03 Dec 2013, 07:18
Builds between 2013-11-25 and 2013-12-03 were being wonky for some reason.
Updated Jenkins and reran everything and things look fine for now.
I'll keep an eye on things to see what's going on.
Updated Jenkins and reran everything and things look fine for now.
I'll keep an eye on things to see what's going on.
Re: MAGE Automatic / Nightly Builds
by atomicinf » 04 Jan 2014, 02:17
Removed all builds from 2013 to save disk space.
The build process appears to have been stable for the last few weeks.
The build process appears to have been stable for the last few weeks.
Re: MAGE Automatic / Nightly Builds
by atomicinf » 12 Feb 2014, 12:58
Both automatic and nightly builds were hanging for 6 days, which is why there haven't been new builds in that time.
Turns out the automatic build was sticking on org.mage.test.cards.single.IncreasingCardsTest (commit 6fe430ec) for some bizarre reason.
Automatic builds are working again so we should be all good.
Turns out the automatic build was sticking on org.mage.test.cards.single.IncreasingCardsTest (commit 6fe430ec) for some bizarre reason.
Automatic builds are working again so we should be all good.
Re: MAGE Automatic / Nightly Builds
by North » 16 Feb 2014, 19:16
It's very nice to see there is a Jenkins for MAGE. Very nicely done atomicinf.
At some point I tried to maintain a Sonar instance for MAGE and try to improve code quality but one could get lost in the large sea of false positives (not to mention the sonar build took quite a while and Sonar itself ate a lot of system resources.).
At some point I tried to maintain a Sonar instance for MAGE and try to improve code quality but one could get lost in the large sea of false positives (not to mention the sonar build took quite a while and Sonar itself ate a lot of system resources.).
Re: MAGE Automatic / Nightly Builds
by atomicinf » 16 Mar 2014, 00:55
Automatic build #284 (started March 12 17:12 UTC) ended up generating almost 5GB of logs from org.mage.test.cards.abilities.oneshot.sacrifice.MorticianBeetleTest apparently generating neverending ClassCastExceptions.
As a side effect no builds could proceed since the Jenkins instance currently uses local VM storage for its workspace.
I've verified that the build process currently works properly. In the meantime I'm looking through the VM filesystem to see if any other large files got deposited; cleaning out the 5GB used in /tmp didn't free as much local VM storage as I was expecting.
- Code: Select all
java.lang.ClassCastException: org.mage.test.player.TestPlayer cannot be cast to
mage.filter.predicate.ObjectSourcePlayer
at mage.filter.predicate.other.PlayerPredicate.apply(PlayerPredicate.jav
a:41)
at mage.filter.predicate.Predicates$AndPredicate.apply(Predicates.java:1
72)
at mage.filter.FilterImpl.match(FilterImpl.java:63)
at mage.filter.FilterPlayer.match(FilterPlayer.java:68)
at mage.target.TargetPlayer.canChoose(TargetPlayer.java:99)
at mage.target.Targets.canChoose(Targets.java:132)
at mage.abilities.AbilityImpl.canChooseTarget(AbilityImpl.java:661)
at mage.abilities.SpellAbility.canActivate(SpellAbility.java:109)
at mage.players.PlayerImpl.canPlay(PlayerImpl.java:1730)
at mage.players.PlayerImpl.getPlayable(PlayerImpl.java:1776)
at org.mage.test.player.TestPlayer.priority(TestPlayer.java:104)
at mage.game.GameImpl.playPriority(GameImpl.java:971)
at mage.game.turn.Step.priority(Step.java:88)
at mage.game.turn.Phase.playStep(Phase.java:198)
at mage.game.turn.Phase.play(Phase.java:115)
at mage.game.turn.Turn.play(Turn.java:132)
at mage.game.GameImpl.playTurn(GameImpl.java:626)
at mage.game.GameImpl.play(GameImpl.java:597)
at mage.game.GameImpl.start(GameImpl.java:566)
at org.mage.test.serverside.base.CardTestPlayerBase.execute(CardTestPlayerBase.java:163)
at org.mage.test.cards.abilities.oneshot.sacrifice.MorticianBeetleTest.testSacrifice(MorticianBeetleTest.java:31)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at ...
As a side effect no builds could proceed since the Jenkins instance currently uses local VM storage for its workspace.
I've verified that the build process currently works properly. In the meantime I'm looking through the VM filesystem to see if any other large files got deposited; cleaning out the 5GB used in /tmp didn't free as much local VM storage as I was expecting.
Re: MAGE Automatic / Nightly Builds
by LevelX » 16 Mar 2014, 01:04
Yes, there was a casting problem for 2-3 days. But now all should build again correctly.atomicinf wrote:Automatic build #284 (started March 12 17:12 UTC) ended up generating almost 5GB of logs from org.mage.test.cards.abilities.oneshot.sacrifice.MorticianBeetleTest apparently generating neverending ClassCastExceptions.This would of course eventually consume our (extremely large) NFS backing storage, but to my surprise the local VM storage was exhausted first. It turns out Jenkins generates temporary files in /tmp (apparently from deferring output to stderr and stdout) that ballooned to consume all available space absolutely everywhere.
- Code: Select all
java.lang.ClassCastException: org.mage.test.player.TestPlayer cannot be cast to
mage.filter.predicate.ObjectSourcePlayer
at mage.filter.predicate.other.PlayerPredicate.apply(PlayerPredicate.jav
a:41)
at mage.filter.predicate.Predicates$AndPredicate.apply(Predicates.java:1
72)
at mage.filter.FilterImpl.match(FilterImpl.java:63)
at mage.filter.FilterPlayer.match(FilterPlayer.java:68)
at mage.target.TargetPlayer.canChoose(TargetPlayer.java:99)
at mage.target.Targets.canChoose(Targets.java:132)
at mage.abilities.AbilityImpl.canChooseTarget(AbilityImpl.java:661)
at mage.abilities.SpellAbility.canActivate(SpellAbility.java:109)
at mage.players.PlayerImpl.canPlay(PlayerImpl.java:1730)
at mage.players.PlayerImpl.getPlayable(PlayerImpl.java:1776)
at org.mage.test.player.TestPlayer.priority(TestPlayer.java:104)
at mage.game.GameImpl.playPriority(GameImpl.java:971)
at mage.game.turn.Step.priority(Step.java:88)
at mage.game.turn.Phase.playStep(Phase.java:198)
at mage.game.turn.Phase.play(Phase.java:115)
at mage.game.turn.Turn.play(Turn.java:132)
at mage.game.GameImpl.playTurn(GameImpl.java:626)
at mage.game.GameImpl.play(GameImpl.java:597)
at mage.game.GameImpl.start(GameImpl.java:566)
at org.mage.test.serverside.base.CardTestPlayerBase.execute(CardTestPlayerBase.java:163)
at org.mage.test.cards.abilities.oneshot.sacrifice.MorticianBeetleTest.testSacrifice(MorticianBeetleTest.java:31)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at ...
As a side effect no builds could proceed since the Jenkins instance currently uses local VM storage for its workspace.
I've verified that the build process currently works properly. In the meantime I'm looking through the VM filesystem to see if any other large files got deposited; cleaning out the 5GB used in /tmp didn't free as much local VM storage as I was expecting.
Regards
-
LevelX - DEVELOPER
- Posts: 1677
- Joined: 08 Dec 2011, 15:08
- Has thanked: 174 times
- Been thanked: 374 times
Re: XMage Automatic / Nightly Builds
by atomicinf » 04 Jun 2014, 16:01
Some hiccups with the build server have been resolved:
Some of the builds between May 26 and now might be 'polluted', so don't rely on them.
- A h2.mv.db file was eating all available local scratch space. Clearing the workspace resolved this.
- Maven was complaining about memory, so some more was provisioned.
Some of the builds between May 26 and now might be 'polluted', so don't rely on them.
Re: XMage Automatic / Nightly Builds
by gabriele83 » 16 Mar 2015, 13:11
I used to check on averyradio.caltech.edu:8086/job/MAGE Nightly/changes the changes of the nightly builds, but that page isn't accessible anymore.
Is there a place to check for nightly builds changelogs?
Is there a place to check for nightly builds changelogs?
- gabriele83
- Posts: 31
- Joined: 23 Oct 2014, 10:26
- Has thanked: 7 times
- Been thanked: 1 time
Re: XMage Automatic / Nightly Builds
by atomicinf » 16 Mar 2015, 21:32
Build VM had melted two weeks ago and never told me. Restarted the VM; I think the server is in good shape again for now (at least manual forcing of the nightly build produces a build).
Nightly #494 should be a good build; #493 didn't finish, but has the changelog since #492.
Nightly #494 should be a good build; #493 didn't finish, but has the changelog since #492.
Re: XMage Automatic / Nightly Builds
by gabriele83 » 30 Aug 2015, 10:08
The page http://averyradio.caltech.edu:8086/job/ ... ly/changes is offline again.
It has been at least 3 days.
It has been at least 3 days.
- gabriele83
- Posts: 31
- Joined: 23 Oct 2014, 10:26
- Has thanked: 7 times
- Been thanked: 1 time
Re: XMage Automatic / Nightly Builds
by atomicinf » 24 Sep 2015, 01:46
Jenkins got killed by an OOM condition and I couldn't discover this until I remembered how to log in to the VM again.
I'm watching the build closely to see whether the VM needs more memory.
I might not be able to keep this service running for much longer because of the limited time I have on hand and the limited access I might have to this particular VM host in the future.
If Jenkins decides to break again in the distant future then I might not be available to bring it back up.
If you find a CI service useful for this project then you might consider provisioning a replacement...
I'm watching the build closely to see whether the VM needs more memory.
I might not be able to keep this service running for much longer because of the limited time I have on hand and the limited access I might have to this particular VM host in the future.
If Jenkins decides to break again in the distant future then I might not be available to bring it back up.
If you find a CI service useful for this project then you might consider provisioning a replacement...
Re: XMage Automatic / Nightly Builds
by Finbez » 14 Nov 2015, 19:24
There hasn't been a new build since Oct. 1 even though there have been github changes? What's up with that?
Re: XMage Automatic / Nightly Builds
by atomicinf » 14 Nov 2015, 19:41
OOM killer ate Jenkins again after a week of normal operation. I've provisioned some extra RAM, we'll see if that staves off the problem for a while.
Re: XMage Automatic / Nightly Builds
by Finbez » 15 Nov 2015, 00:23
Poor Jenkins
Do these builds not include new cards as well? None of the C15 cards are in.
Do these builds not include new cards as well? None of the C15 cards are in.
17 posts
• Page 1 of 2 • 1, 2
Who is online
Users browsing this forum: No registered users and 11 guests