Created
November 20, 2013 15:18
-
-
Save msmith-techempower/7564868 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
| test.os.lower() = linux test.database_os.lower() = linux | |
| self.results['frameworks'] != None: True | |
| test.name: spring | |
| self.results['completed']: {} | |
| ===================================================== | |
| Beginning spring | |
| ----------------------------------------------------- | |
| ----------------------------------------------------- | |
| Starting spring | |
| ----------------------------------------------------- | |
| Welcome to Ubuntu 12.04.3 LTS (GNU/Linux 3.2.0-23-generic x86_64) | |
| * Documentation: https://help.ubuntu.com/ | |
| System information as of Tue Nov 19 15:34:43 PST 2013 | |
| System load: 0.0 Processes: 120 | |
| Usage of /: 8.0% of 131.33GB Users logged in: 0 | |
| Memory usage: 16% IP address for eth0: 172.16.98.118 | |
| Swap usage: 2% | |
| Graph this data and manage this system at https://landscape.canonical.com/ | |
| 109 packages can be updated. | |
| 52 updates are security updates. | |
| mysql start/running, process 1207 | |
| mongodb start/running, process 1268 | |
| * Restarting PostgreSQL 9.1 database server | |
| ...done. | |
| [INFO] Scanning for projects... | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building Spring MVC sample project 1.0.0-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] | |
| [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ spring --- | |
| [INFO] Deleting /home/tfb/FrameworkBenchmarks/spring/target | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ spring --- | |
| [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! | |
| [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! | |
| [INFO] Copying 1 resource | |
| [INFO] Copying 3 resources | |
| [INFO] | |
| [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ spring --- | |
| [INFO] Changes detected - recompiling the module! | |
| [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! | |
| [INFO] Compiling 8 source files to /home/tfb/FrameworkBenchmarks/spring/target/classes | |
| [INFO] | |
| [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ spring --- | |
| [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! | |
| [INFO] skip non existing resourceDirectory /home/tfb/FrameworkBenchmarks/spring/src/test/resources | |
| [INFO] | |
| [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ spring --- | |
| [INFO] No sources to compile | |
| [INFO] | |
| [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ spring --- | |
| [INFO] No tests to run. | |
| [INFO] | |
| [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ spring --- | |
| [INFO] Building jar: /home/tfb/FrameworkBenchmarks/spring/target/spring.jar | |
| [INFO] | |
| [INFO] --- spring-boot-maven-plugin:0.5.0.M6:repackage (default) @ spring --- | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD SUCCESS | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Total time: 2.162s | |
| [INFO] Finished at: Tue Nov 19 15:34:57 PST 2013 | |
| [INFO] Final Memory: 21M/215M | |
| [INFO] ------------------------------------------------------------------------ | |
| . ____ _ __ _ _ | |
| /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ | |
| ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ | |
| \\/ ___)| |_)| | | | | || (_| | ) ) ) ) | |
| ' |____| .__|_| |_|_| |_\__, | / / / / | |
| =========|_|==============|___/=/_/_/_/ | |
| :: Spring Boot :: (v0.5.0.M6) | |
| INFO Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] | |
| INFO Mapped "{[/db],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto com.techempower.spring.domain.World com.techempower.spring.web.WorldDatabaseController.singleQuery() | |
| INFO Mapped "{[/queries],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.util.List<com.techempower.spring.domain.World> com.techempower.spring.web.WorldDatabaseController.multipleQueries(java.lang.Integer) | |
| INFO Mapped "{[/updates],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto java.util.List<com.techempower.spring.domain.World> com.techempower.spring.web.WorldDatabaseController.updateQueries(java.lang.Integer) | |
| INFO Mapped "{[/json],methods=[],params=[],headers=[],consumes=[],produces=[application/json],custom=[]}" onto com.techempower.spring.web.HelloController$Message com.techempower.spring.web.HelloController.json() | |
| INFO Mapped "{[/plaintext],methods=[],params=[],headers=[],consumes=[],produces=[text/plain],custom=[]}" onto java.lang.String com.techempower.spring.web.HelloController.plaintext() | |
| INFO Mapped "{[/fortunes],methods=[],params=[],headers=[],consumes=[],produces=[],custom=[]}" onto java.lang.String com.techempower.spring.web.FortuneController.fortunes(org.springframework.ui.ModelMap) | |
| INFO Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] | |
| INFO Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] | |
| ----------------------------------------------------- | |
| Verifying URLs for spring | |
| ----------------------------------------------------- | |
| VERIFYING JSON (/spring/json) ... | |
| HTTP/1.1 404 Not Found | |
| Server: Apache-Coyote/1.1 | |
| Content-Type: text/html;charset=utf-8 | |
| Content-Language: en | |
| Content-Length: 998 | |
| Date: Tue, 19 Nov 2013 23:35:58 GMT | |
| <!DOCTYPE html><html><head><title>Apache Tomcat/8.0.0-RC5 - Error report</title><style type="text/css">H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}.line {height: 1px; background-color: #525D76; border: none;}</style> </head><body><h1>HTTP Status 404 - </h1><div class="line"></div><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource is not available.</u></p><hr class="line"><h3>Apache Tomcat/8.0.0-RC5</h3></body></html> | |
| VERIFYING DB (/spring/db) ... | |
| HTTP/1.1 404 Not Found | |
| Server: Apache-Coyote/1.1 | |
| Content-Type: text/html;charset=utf-8 | |
| Content-Language: en | |
| Content-Length: 998 | |
| Date: Tue, 19 Nov 2013 23:35:58 GMT | |
| <!DOCTYPE html><html><head><title>Apache Tomcat/8.0.0-RC5 - Error report</title><style type="text/css">H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}.line {height: 1px; background-color: #525D76; border: none;}</style> </head><body><h1>HTTP Status 404 - </h1><div class="line"></div><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource is not available.</u></p><hr class="line"><h3>Apache Tomcat/8.0.0-RC5</h3></body></html> | |
| VERIFYING Query (/spring/queries?queries=2) ... | |
| HTTP/1.1 404 Not Found | |
| Server: Apache-Coyote/1.1 | |
| Content-Type: text/html;charset=utf-8 | |
| Content-Language: en | |
| Content-Length: 998 | |
| Date: Tue, 19 Nov 2013 23:35:58 GMT | |
| <!DOCTYPE html><html><head><title>Apache Tomcat/8.0.0-RC5 - Error report</title><style type="text/css">H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}.line {height: 1px; background-color: #525D76; border: none;}</style> </head><body><h1>HTTP Status 404 - </h1><div class="line"></div><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource is not available.</u></p><hr class="line"><h3>Apache Tomcat/8.0.0-RC5</h3></body></html> | |
| VERIFYING Fortune (/spring/fortunes) ... | |
| HTTP/1.1 404 Not Found | |
| Server: Apache-Coyote/1.1 | |
| Content-Type: text/html;charset=utf-8 | |
| Content-Language: en | |
| Content-Length: 998 | |
| Date: Tue, 19 Nov 2013 23:35:58 GMT | |
| <!DOCTYPE html><html><head><title>Apache Tomcat/8.0.0-RC5 - Error report</title><style type="text/css">H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}.line {height: 1px; background-color: #525D76; border: none;}</style> </head><body><h1>HTTP Status 404 - </h1><div class="line"></div><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource is not available.</u></p><hr class="line"><h3>Apache Tomcat/8.0.0-RC5</h3></body></html> | |
| VERIFYING Update (/spring/updates?queries=2) ... | |
| HTTP/1.1 404 Not Found | |
| Server: Apache-Coyote/1.1 | |
| Content-Type: text/html;charset=utf-8 | |
| Content-Language: en | |
| Content-Length: 998 | |
| Date: Tue, 19 Nov 2013 23:35:58 GMT | |
| <!DOCTYPE html><html><head><title>Apache Tomcat/8.0.0-RC5 - Error report</title><style type="text/css">H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}.line {height: 1px; background-color: #525D76; border: none;}</style> </head><body><h1>HTTP Status 404 - </h1><div class="line"></div><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource is not available.</u></p><hr class="line"><h3>Apache Tomcat/8.0.0-RC5</h3></body></html> | |
| VERIFYING Plaintext (/spring/plaintext) ... | |
| HTTP/1.1 404 Not Found | |
| Server: Apache-Coyote/1.1 | |
| Content-Type: text/html;charset=utf-8 | |
| Content-Language: en | |
| Content-Length: 998 | |
| Date: Tue, 19 Nov 2013 23:35:58 GMT | |
| <!DOCTYPE html><html><head><title>Apache Tomcat/8.0.0-RC5 - Error report</title><style type="text/css">H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}.line {height: 1px; background-color: #525D76; border: none;}</style> </head><body><h1>HTTP Status 404 - </h1><div class="line"></div><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource is not available.</u></p><hr class="line"><h3>Apache Tomcat/8.0.0-RC5</h3></body></html> | |
| ----------------------------------------------------- | |
| Stopping spring | |
| ----------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment