Skip to content

Console Output

Started by user mstoodle@ca.ibm.com
Building on master in workspace /home/hudson/genie.omr/.jenkins/jobs/sync_omr_website_from_github_to_eclipse/workspace
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/eclipse/omr.website.git # timeout=10
Fetching upstream changes from https://github.com/eclipse/omr.website.git
 > git --version # timeout=10
 > git fetch --tags --progress https://github.com/eclipse/omr.website.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision bb22d5e6ad44a399d706b46dc657cd2b64ac917d (origin/master)
Commit message: "Merge pull request #14 from dorrab/addVideos"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bb22d5e6ad44a399d706b46dc657cd2b64ac917d
First time build. Skipping changelog.
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
[workspace] $ /bin/bash -l /tmp/jenkins3262810764511596532.sh
Rev:
Configuration file: /jobs/genie.omr/sync_omr_website_from_github_to_eclipse/workspace/git-repo/_config.yml
            Source: /jobs/genie.omr/sync_omr_website_from_github_to_eclipse/workspace/git-repo
       Destination: /jobs/genie.omr/sync_omr_website_from_github_to_eclipse/workspace/git-repo/_site
 Incremental build: disabled. Enable with --incremental
      Generating... 
                    done in 2.386 seconds.
 Auto-regeneration: disabled. Use --watch to enable.
HEAD is now at c15e081 Generated from commit: https://github.com/eclipse/omr.website/commit/8457ea67cf432dd8ded3017e704254025ba66e3e
diff --git a/feed.xml b/feed.xml
index 3a7ce8e..5de5284 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
     <description></description>
     <link>/omr/</link>
     <atom:link href="/omr/feed.xml" rel="self" type="application/rss+xml"/>
-    <pubDate>Thu, 09 Feb 2017 22:14:16 -0500</pubDate>
-    <lastBuildDate>Thu, 09 Feb 2017 22:14:16 -0500</lastBuildDate>
+    <pubDate>Thu, 24 Aug 2017 14:42:01 -0400</pubDate>
+    <lastBuildDate>Thu, 24 Aug 2017 14:42:01 -0400</lastBuildDate>
     <generator>Jekyll v3.3.0</generator>
     
       <item>
diff --git a/resources/presentations.html b/resources/presentations.html
index 79a7547..5c0cf26 100644
--- a/resources/presentations.html
+++ b/resources/presentations.html
@@ -105,25 +105,28 @@
       <div id="overlay"></div>
 
       
-<h1 id="recent-presentations">Recent presentations</h1>
+<h1 id="case-studies">Case Studies</h1>
 
 <ul>
   <li><a href="https://fosdem.org/2017/schedule/event/ruby_highly_surmountable_challenges_in_ruby_omr_jit_compilation/"><em>Highly Surmountable Challenges in Ruby+OMR JIT Compilation</em></a> Matthew Gaudet, FOSDEM, February 2017.</li>
   <li><a href="https://fosdem.org/2017/schedule/event/eclipse_omr/"><em>A different Lua JIT using Eclipse OMR</em></a> Charlie Gracie, FOSDEM, February 2017.</li>
-  <li><a href="https://developer.ibm.com/open/videos/eclipse-omr-update-tech-talk/"><em>Eclipse OMR Update Tech Talk</em></a> Mark Stoodley, developerWorks Open, January 2017.</li>
+  <li><a href="https://github.com/youngar/Base9/blob/master/CUSEC%202017%20-%20Buildering%20a%20JIT.pdf"><em>OMR B9</em></a> Andrew Young, Kim Briggs, Shelley Lambert and John Duimovich, CUSEC, January 2017.</li>
+  <li><a href="http://bofh.nikhef.nl/events/FOSDEM/2016/h2213/ruby-and-omr.mp4"><em>Ruby and OMR: Experiments in utilizing OMR technologies in MRI</em></a> Charlie Gracie, FOSDEM, February 2016.</li>
 </ul>
 
-<h1 id="previous-presentations-and-events">Previous presentations and events</h1>
+<h1 id="deep-dives">Deep Dives</h1>
 
 <ul>
-  <li><a href="https://developer.ibm.com/open/videos/eclipse-omr-tech-talk/"><em>Eclipse OMR Tech Talk.</em></a> Mark Stoodley, developerWorks Open, July 2016.</li>
-  <li><a href="http://www.slideshare.net/MarkStoodley/omr-a-modern-toolkit-for-building-language-runtimes"><em>OMR: A modern toolkit for building language runtimes</em></a>. Mark Stoodley, EclipseCON, March 2016.</li>
-  <li><a href="https://t.co/efCKf6aCB4"><em>A JVMs Journey into Polyglot Runtimes.</em></a> Charlie Gracie, jFokus, February 2016.</li>
-  <li><a href="http://bofh.nikhef.nl/events/FOSDEM/2016/h2213/ruby-and-omr.mp4"><em>Ruby and OMR: Experiments in utilizing OMR technologies in MRI.</em></a> Charlie Gracie, FOSDEM, February 2016.</li>
-  <li><a href="https://ibm.box.com/s/7xdg25we2ezmdjjbqdys30d7dl1iyo49"><em>Building Your Own Runtime.</em></a> Angela Lin, Robert Young, Craig Lehmann, and Xiaoli Liang, CASCON Workshop, November 2015.</li>
-  <li><a href="http://www.slideshare.net/charliegracie1/javaone-whats-in-an-object"><em>What’s in an Object? Java Garbage Collection for the Polyglot.</em></a> Charlie Gracie, Java One, October 2015.</li>
-  <li><a href="http://www.slideshare.net/0xdaryl/javaone-2015-con7547-beyond-the-coffee-cup-leveraging-java-runtime-technologies-for-polyglot?related=1"><em>Beyond the Coffee Cup: Leveraging Java Runtime Technologies for the Polyglot.</em></a> Daryl Maier, Java One, October 2015.</li>
-  <li><a href="https://www.youtube.com/watch?v=kOnyJurioyw"><em>A VM is a VM is a VM: The Secret Path to High Performance Multi-Language Runtimes.</em></a> Mark Stoodley, JVM Languages Summit, August 2015.</li>
+  <li><a href="https://youtu.be/D0BCftV6DpE"><em>Testing Testarossa - The Eclipse OMR Compiler</em></a> Leonardo Banderali, August, 2017.</li>
+  <li><a href="http://www.ustream.tv/recorded/105013815"><em>Eclipse OMR: How does all this compare to LLVM?</em></a> Mark Stoodley, June, 2017.</li>
+  <li><a href="http://www.ustream.tv/recorded/98846650"><em>Eclipse OMR Update: compiler component, JitBuilder and proof of concepts</em></a> Mark Stoodley, developerWorks Open, January 2017.</li>
+  <li><a href="https://developer.ibm.com/open/videos/eclipse-omr-tech-talk/"><em>Eclipse OMR Tech Talk</em></a> Mark Stoodley, developerWorks Open, July 2016.</li>
+  <li><a href="http://www.slideshare.net/MarkStoodley/omr-a-modern-toolkit-for-building-language-runtimes"><em>OMR: A modern toolkit for building language runtimes</em></a> Mark Stoodley, EclipseCON, March 2016.</li>
+  <li><a href="https://t.co/efCKf6aCB4"><em>A JVMs Journey into Polyglot Runtimes</em></a> Charlie Gracie, jFokus, February 2016.</li>
+  <li><a href="https://ibm.box.com/s/7xdg25we2ezmdjjbqdys30d7dl1iyo49"><em>Building Your Own Runtime</em></a> Angela Lin, Robert Young, Craig Lehmann, and Xiaoli Liang, CASCON Workshop, November 2015.</li>
+  <li><a href="http://www.slideshare.net/charliegracie1/javaone-whats-in-an-object"><em>What’s in an Object? Java Garbage Collection for the Polyglot</em></a> Charlie Gracie, Java One, October 2015.</li>
+  <li><a href="http://www.slideshare.net/0xdaryl/javaone-2015-con7547-beyond-the-coffee-cup-leveraging-java-runtime-technologies-for-polyglot?related=1"><em>Beyond the Coffee Cup: Leveraging Java Runtime Technologies for the Polyglot</em></a> Daryl Maier, Java One, October 2015.</li>
+  <li><a href="https://www.youtube.com/watch?v=kOnyJurioyw"><em>A VM is a VM is a VM: The Secret Path to High Performance Multi-Language Runtimes</em></a> Mark Stoodley, JVM Languages Summit, August 2015.</li>
 </ul>
 
 <p>Note: Some slides have been modified since the original presentation to include the Eclipse OMR project name.</p>
[master 8b051ab] Generated from commit: https://github.com/eclipse/omr.website/commit/bb22d5e6ad44a399d706b46dc657cd2b64ac917d
 2 files changed, 16 insertions(+), 13 deletions(-)
On branch master
Your branch is ahead of 'origin/master' by 1 commit.
  (use "git push" to publish your local commits)

nothing to commit, working directory clean
To /gitroot/www.eclipse.org/omr.git/
   c15e081..8b051ab  master -> master
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: SUCCESS