Last active
August 29, 2015 14:19
-
-
Save hamiltont/f1b269592d5afad0b48c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO:root:Running setup module start (cwd=/home/vagrant/FrameworkBenchmarks/frameworks/Clojure/compojure) | |
INFO:root:To run compojure manually, copy/paste this: | |
export FWROOT=/home/vagrant/FrameworkBenchmarks && \ | |
export TROOT=/home/vagrant/FrameworkBenchmarks/frameworks/Clojure/compojure && \ | |
export IROOT=/home/vagrant/FrameworkBenchmarks/installs && \ | |
export DBHOST=127.0.0.1 && \ | |
export LOGDIR=/home/vagrant/FrameworkBenchmarks/results/ec2/latest/logs/compojure && \ | |
export MAX_THREADS=2 && \ | |
cd /home/vagrant/FrameworkBenchmarks/frameworks/Clojure/compojure && \ | |
sudo -u testrunner -E -H stdbuf -o0 -e0 bash -ex setup.sh | |
Setup compojure: + source /home/vagrant/FrameworkBenchmarks/installs/java7.installed | |
Setup compojure: ++ export JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64 | |
Setup compojure: ++ JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64 | |
Setup compojure: ++ export PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
Setup compojure: ++ PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
Setup compojure: + export RESIN_HOME=/home/vagrant/FrameworkBenchmarks/installs/resin-4.0.41 | |
Setup compojure: + RESIN_HOME=/home/vagrant/FrameworkBenchmarks/installs/resin-4.0.41 | |
Setup compojure: + export LEIN_HOME=/home/vagrant/FrameworkBenchmarks/installs/lein | |
Setup compojure: + LEIN_HOME=/home/vagrant/FrameworkBenchmarks/installs/lein | |
Setup compojure: + export PATH=/usr/lib/jvm/java-1.7.0-openjdk-amd64/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
Setup compojure: + PATH=/usr/lib/jvm/java-1.7.0-openjdk-amd64/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin | |
Setup compojure: + sed -i 's|:subname "//.*:3306|:subname "//127.0.0.1:3306|g' hello/src/hello/handler.clj | |
Setup compojure: + echo 1 | |
Setup compojure: 1 | |
Setup compojure: + cd hello | |
Setup compojure: + echo 2 | |
Setup compojure: 2 | |
Setup compojure: + /home/vagrant/FrameworkBenchmarks/installs/lein/bin/lein clean | |
Setup compojure: + echo 3 | |
Setup compojure: 3 | |
Setup compojure: + /home/vagrant/FrameworkBenchmarks/installs/lein/bin/lein ring uberwar | |
Setup compojure: Created /FrameworkBenchmarks/frameworks/Clojure/compojure/hello/target/hello-compojure-standalone.war | |
Setup compojure: + echo 4 | |
Setup compojure: 4 | |
Setup compojure: + rm -rf /home/vagrant/FrameworkBenchmarks/installs/resin-4.0.41/webapps/compojure /home/vagrant/FrameworkBenchmarks/installs/resin-4.0.41/webapps/compojure.war | |
Setup compojure: + echo 5 | |
Setup compojure: 5 | |
Setup compojure: + cp target/hello-compojure-standalone.war /home/vagrant/FrameworkBenchmarks/installs/resin-4.0.41/webapps/compojure.war | |
Setup compojure: + echo 6 | |
Setup compojure: 6 | |
Setup compojure: + /home/vagrant/FrameworkBenchmarks/installs/resin-4.0.41/bin/resinctl start | |
Setup compojure: Resin/4.0.41 launching watchdog at 127.0.0.1:6600 | |
Setup compojure: Resin/4.0.41 started -server 'default' with watchdog at 127.0.0.1:6600 | |
compojure: setup.sh and framework processes have terminated | |
Setup compojure: Setup has terminated | |
Setup compojure: Bound port detected on 8080 | |
INFO:root:Executed setup.sh, returning 0 | |
INFO:root:Sleeping 10 seconds to ensure framework is ready | |
INFO:root:Verifying framework URLs | |
Accessing URL http://127.0.0.1:8080/compojure/db |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment