Re: Unable to Trigger Build

Jie Sheng Chua <[email protected]>
Newsgroups gmane.comp.java.cruise-control.user
Message-ID <CAKuaaP6Ydie7gXkaKuiyx25wYgev3unP7=MKN=HhBkU1RnLMDQ@mail.gmail.com>
Hi,

I discover something that I find it interesting.
I unabled to attach a log.txt. It is located here:
http://www.comp.nus.edu.sg/~jiesheng/log.txt
This is the log which have -debug switched on but config.xml unchanged.
Look at the time around "Aug-15 21:58:21" for log.txt, which is when
the change is commited.

Another attached is log2.txt
This is done with a slight change to config.xml.
I comment off the mercurialbootstrapper.
This time it build, but changes are not updated. i.e detected change
but file not updated

       <project name="CS2103T_CE1">

               <listeners>
                       <currentbuildstatuslistener
file="logs/${project.name}/status.txt"/>
               </listeners>

               <bootstrappers>
                       <!--<mercurialbootstrapper
localworkingcopy="projects/${project.name}">
                       </mercurialbootstrapper>-->
                       <!--<antbootstrapper
anthome="apache-ant-1.7.0"
buildfile="projects/${project.name}/build.xml" target="test" />-->
               </bootstrappers>

               <modificationset quietperiod="30">
                       <!-- touch any file in connectfour project to
trigger a build -->
                       <mercurial
localworkingcopy="projects/${project.name}" hgcommand="incoming" />
                       <!--<filesystem folder="/projects/${project.name}" />-->
               </modificationset>

               <schedule interval="300">
                       <ant anthome="apache-ant-1.7.0"
buildfile="projects/${project.name}/build.xml" target="test" />
               </schedule>

               <log>
                       <merge
dir="projects/${project.name}/target/test-results"/>
               </log>

               <publishers>
                       <artifactspublisher
dest="artifacts/${project.name}" dir="projects/${project.name}/report"
/>
                       <onsuccess>
                               <artifactspublisher
dest="artifacts/${project.name}"
file="projects/${project.name}/dist/${project.name}.jar"/>
                       </onsuccess>
               </publishers>

       </project>

Thanks alot for helping me out with this!

Thank and Best Regard
Chua Jie Sheng

On 15 August 2011 10:44, Dan Rollo <[email protected]> wrote:
> Hi,
>
> I don't see anything obviously wrong with your config.xml.
>  From your log, it seems the mercurialbootstrapper is working. (I
> noticed the log message uses the wrong classname [svnbootstrapper], I've
> fixed that in the trunk).
>
> You might try running CruiseControl with the -debug switch to see the
> exact commands being issued by the mercurial sourcecontrol. Then you can
> try executing the same commands manually in a shell and see if you get
> any changes shown in the history result.
>
> Have you also tried leaving out the 'hgcommand' attribute (should not
> make any difference), and/or using hgcommand='log' ? If you try this,
> the "-debug" switch output might help to find out why no changes are
> being detected.
>
> Please let us know what you find.
>
> Dan
>
>
>
> From: Jie Sheng Chua <[email protected]>
> Subject: [Cruisecontrol-user] Unable to Trigger Build
> To: [email protected]
>
> Hi People,
>
> I have a project that I was CruiseControl to build whenever I commit
> to Mercurial, Bitbucket.
> But I only manage to let it update and it does not trigger build.
> How do I make it build when he detect a commit in Mercurial?
> Please help.
>
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> config.xml
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>        <project name="CS2103T_CE1">
>
>                <listeners>
>                        <currentbuildstatuslistener
> file="logs/${project.name}/status.txt"/>
>                </listeners>
>
>                <bootstrappers>
>                        <mercurialbootstrapper
> localworkingcopy="projects/${project.name}">
>                        </mercurialbootstrapper>
>                        <!--<antbootstrapper
> anthome="apache-ant-1.7.0"
> buildfile="projects/${project.name}/build.xml" target="test" />-->
>                </bootstrappers>
>
>                <modificationset quietperiod="30">
>                        <!-- touch any file in connectfour project to
> trigger a build -->
>                        <mercurial
> localworkingcopy="projects/${project.name}" hgcommand="incoming" />
>                </modificationset>
>
>                <schedule interval="300">
>                        <ant anthome="apache-ant-1.7.0"
> buildfile="projects/${project.name}/build.xml" target="test" />
>                </schedule>
>
>                <log>
>                        <merge
> dir="projects/${project.name}/target/test-results"/>
>                </log>
>
>                <publishers>
>                        <artifactspublisher
> dest="artifacts/${project.name}" dir="projects/${project.name}/report"
> />
>                        <onsuccess>
>                                <artifactspublisher
> dest="artifacts/${project.name}"
> file="projects/${project.name}/dist/${project.name}.jar"/>
>                        </onsuccess>
>                </publishers>
>
>        </project>
>
>
>
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> Log from CruiseControl
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> [cc]Aug-14 17:13:48 Project       - Project CS2103T_CE1:  in build queue
> [cc]Aug-14 17:13:48 jectController- CS2103T_CE1 Controller: build
> progress event: in build queue
> [cc]Aug-14 17:13:48 BuildQueue    - now adding to the thread queue:
> CS2103T_CE1
> [cc]Aug-14 17:13:48 Project       - Project CS2103T_CE1:  bootstrapping
> [cc]Aug-14 17:13:48 jectController- CS2103T_CE1 Controller: build
> progress event: bootstrapping
> [cc]Aug-14 17:13:51 VNBootstrapper- warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:13:52 VNBootstrapper- warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:13:53 VNBootstrapper- warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:13:53 VNBootstrapper- pulling from
> https://[username]:***@bitbucket.org/chuajiesheng/cs2103t_ce1
> [cc]Aug-14 17:13:54 VNBootstrapper- warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:13:55 VNBootstrapper- searching for changes
> [cc]Aug-14 17:13:55 VNBootstrapper- warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:13:55 VNBootstrapper- warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:13:56 VNBootstrapper- warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:13:57 VNBootstrapper- warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:13:58 VNBootstrapper- warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:13:59 VNBootstrapper- warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:14:00 VNBootstrapper- adding changesets
> [cc]Aug-14 17:14:00 VNBootstrapper- warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:14:00 VNBootstrapper- adding manifests
> [cc]Aug-14 17:14:00 VNBootstrapper- adding file changes
> [cc]Aug-14 17:14:00 VNBootstrapper- added 1 changesets with 1 changes to
> 1 files
> [cc]Aug-14 17:14:01 VNBootstrapper- warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:14:01 VNBootstrapper- 1 files updated, 0 files merged, 0
> files removed, 0 files unresolved
> [cc]Aug-14 17:14:02 Project       - Project CS2103T_CE1:  checking for
> modifications
> [cc]Aug-14 17:14:02 jectController- CS2103T_CE1 Controller: build
> progress event: checking for modifications
> [cc]Aug-14 17:14:02 Mercurial     - Using Mercurial: 'version 1.9.1'
> [cc]Aug-14 17:14:05 Mercurial     - warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:14:06 Mercurial     - warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:14:07 Mercurial     - warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:14:08 Mercurial     - warning: certificate for
> bitbucket.org can't be verified (Python too old)
> [cc]Aug-14 17:14:08 Project       - Project CS2103T_CE1:  No
> modifications found, build not necessary.
> [cc]Aug-14 17:14:08 Project       - Project CS2103T_CE1:  idle
> [cc]Aug-14 17:14:08 jectController- CS2103T_CE1 Controller: build
> progress event: idle
> [cc]Aug-14 17:14:08 Project       - Project CS2103T_CE1:  next build
> in 5 minutes
> [cc]Aug-14 17:14:08 Project       - Project CS2103T_CE1:  waiting for
> next time to build
> [cc]Aug-14 17:14:08 jectController- CS2103T_CE1 Controller: build
> progress event: waiting for next time to build
>
> Thanks and Best Regards
> Chua Jie Sheng
>
> ------------------------------------------------------------------------------
> uberSVN's rich system and user administration capabilities and model
> configuration take the hassle out of deploying and managing Subversion and
> the tools developers use with it. Learn more about uberSVN and get a free
> download at:  http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> Cruisecontrol-user mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
>

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev

_______________________________________________
Cruisecontrol-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user
log2.txt (text/plain, 13.2 KB)
Using Cruise Control at /home/sadm/cruisecontrol-bin-2.8.4
/usr/java/bin/java -Djavax.management.builder.initial=mx4j.server.MX4JMBeanServerBuilder -Dcc.library.dir=/home/sadm/cruisecontrol-bin-2.8.4/lib -Djetty.logs=/home/sadm/cruisecontrol-bin-2.8.4/logs -jar /home/sadm/cruisecontrol-bin-2.8.4/lib/cruisecontrol-launcher.jar -jmxport 8000 -webport 8080 -rmiport 1099
WARNING: cc.home reset to /home/sadm/cruisecontrol-bin-2.8.4
Classpath: /home/sadm/cruisecontrol-bin-2.8.4/lib/cruisecontrol-launcher.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/xstream-1.2.2.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/saxon9.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/junit-4.4.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jsp-api-2.1.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jetty-ajp-6.1.11.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/xmlrpc-2.0.1.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/mail.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jetty-6.1.11.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/commons-logging.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/cruisecontrol.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/commons-codec-1.3.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/core-3.1.1.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/xpp3_min-1.1.3.4.O.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jug-lgpl-2.0.0.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/cruisecontrol-antprogresslogger.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/activation.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/twitter4j-1.1.4.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/ant.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/commons-net-1.1.0.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jaxen-1.1-beta-8.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/emma.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/serializer-2.7.0.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/ivy-2.0.0-beta2.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/xercesImpl-2.8.0.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/aspirin.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jdom.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/ant-launcher.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/servlet-api-2.5-6.1.11.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jetty-util-6.1.11.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/commons-pool-1.5.4.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/x10.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/commons-validator-1.3.1.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jakarta-oro-2.0.8.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/log4j.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/dnsjava-2.0.8.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/commons-httpclient-3.0.1.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/maven-embedder-2.0.4-dep.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/mx4j.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/fast-md5.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/smack.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/saxon9-dom.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/smackx.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/velocity-1.5.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/aspirin-0.8.3.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jsp-2.1.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/mx4j-remote.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/xml-apis-2.8.0.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/mx4j-tools.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/emma_ant.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/cruisecontrol-launcher.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/velocity-dep-1.5.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/comm.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/xstream-1.2.2.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/saxon9.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/junit-4.4.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jsp-api-2.1.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jetty-ajp-6.1.11.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/xmlrpc-2.0.1.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/mail.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jetty-6.1.11.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/commons-logging.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/cruisecontrol.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/commons-codec-1.3.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/core-3.1.1.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/xpp3_min-1.1.3.4.O.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jug-lgpl-2.0.0.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/cruisecontrol-antprogresslogger.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/activation.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/twitter4j-1.1.4.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/ant.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/commons-net-1.1.0.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jaxen-1.1-beta-8.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/emma.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/serializer-2.7.0.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/ivy-2.0.0-beta2.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/xercesImpl-2.8.0.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/aspirin.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jdom.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/ant-launcher.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/servlet-api-2.5-6.1.11.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jetty-util-6.1.11.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/commons-pool-1.5.4.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/x10.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/commons-validator-1.3.1.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jakarta-oro-2.0.8.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/log4j.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/dnsjava-2.0.8.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/commons-httpclient-3.0.1.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/maven-embedder-2.0.4-dep.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/mx4j.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/fast-md5.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/smack.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/saxon9-dom.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/smackx.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/velocity-1.5.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/aspirin-0.8.3.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/jsp-2.1.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/mx4j-remote.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/xml-apis-2.8.0.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/mx4j-tools.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/emma_ant.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/cruisecontrol-launcher.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/velocity-dep-1.5.jar:/home/sadm/cruisecontrol-bin-2.8.4/lib/comm.jar:/usr/jdk/instances/jdk1.5.0/lib/tools.jar:.:/home/sadm/cruisecontrol-bin-2.8.4/
[cc]Aug-15 22:18:47 Main          - CruiseControl Version 2.8.4 Compiled on September 15 2010 1952
[cc]Aug-15 22:18:47 LConfigManager- reading settings from config file [/home/sadm/cruisecontrol-bin-2.8.4/config.xml]
[cc]Aug-15 22:18:48 trolController- projectName = [CS2103T_CE1]
[cc]Aug-15 22:18:48 LConfigManager- using settings from config file [/home/sadm/cruisecontrol-bin-2.8.4/config.xml]
[cc]Aug-15 22:18:49 Project       - Project CS2103T_CE1 starting
[cc]Aug-15 22:18:49 Project       - Project CS2103T_CE1:  idle
[cc]Aug-15 22:18:49 Project       - Project CS2103T_CE1 started
[cc]Aug-15 22:18:49 Project       - Project CS2103T_CE1:  next build in 5 minutes 
[cc]Aug-15 22:18:49 Project       - Project CS2103T_CE1:  waiting for next time to build
[cc]Aug-15 22:18:50 ontrollerAgent- Starting HttpAdaptor with CC-Stylesheets
[cc]Aug-15 22:18:50 ontrollerAgent- starting httpAdaptor
[cc]Aug-15 22:18:50 ontrollerAgent- starting rmiRegistry
[cc]Aug-15 22:18:51 ontrollerAgent- starting connectorServer
2011-08-15 22:18:51.933::INFO:  Logging to STDERR via org.mortbay.log.StdErrLog
2011-08-15 22:18:52.466::INFO:  jetty-6.1.11
2011-08-15 22:19:00.373:/dashboard:INFO:  Initializing Spring root WebApplicationContext
2011-08-15 22:19:04.754:/dashboard:INFO:  Set web app root system property: 'webapp.root' = [/home/sadm/cruisecontrol-bin-2.8.4/webapps/dashboard/]
2011-08-15 22:19:04.864:/dashboard:INFO:  Initializing Spring FrameworkServlet 'spring-ajax'
2011-08-15 22:19:05.670:/dashboard:INFO:  Initializing Spring FrameworkServlet 'spring-exceptions'
2011-08-15 22:19:07.048:/dashboard:INFO:  Initializing Spring FrameworkServlet 'spring-pages'
2011-08-15 22:19:07.861:/dashboard:INFO:  Initializing Spring FrameworkServlet 'spring-tabs'
2011-08-15 22:19:09.749::INFO:  Opened /home/sadm/cruisecontrol-bin-2.8.4/logs/2011_08_15.request.log
2011-08-15 22:19:10.879::INFO:  Started [email protected]:8080
[cc]Aug-15 22:19:10 BuildQueue    - BuildQueue started
[cc]Aug-15 22:23:49 Project       - Project CS2103T_CE1:  in build queue
[cc]Aug-15 22:23:49 jectController- CS2103T_CE1 Controller: build progress event: in build queue
[cc]Aug-15 22:23:49 BuildQueue    - now adding to the thread queue: CS2103T_CE1
[cc]Aug-15 22:23:49 Project       - Project CS2103T_CE1:  bootstrapping
[cc]Aug-15 22:23:49 jectController- CS2103T_CE1 Controller: build progress event: bootstrapping
[cc]Aug-15 22:23:49 Project       - Project CS2103T_CE1:  checking for modifications
[cc]Aug-15 22:23:49 jectController- CS2103T_CE1 Controller: build progress event: checking for modifications
[cc]Aug-15 22:23:49 Mercurial     - Using Mercurial: 'version 1.9.1'
[cc]Aug-15 22:23:52 Mercurial     - warning: certificate for bitbucket.org can't be verified (Python too old)
[cc]Aug-15 22:23:53 Mercurial     - warning: certificate for bitbucket.org can't be verified (Python too old)
[cc]Aug-15 22:23:54 Mercurial     - warning: certificate for bitbucket.org can't be verified (Python too old)
[cc]Aug-15 22:23:55 Mercurial     - warning: certificate for bitbucket.org can't be verified (Python too old)
[cc]Aug-15 22:23:56 Mercurial     - warning: certificate for bitbucket.org can't be verified (Python too old)
[cc]Aug-15 22:23:57 Mercurial     - warning: certificate for bitbucket.org can't be verified (Python too old)
[cc]Aug-15 22:23:58 Mercurial     - warning: certificate for bitbucket.org can't be verified (Python too old)
[cc]Aug-15 22:23:59 Mercurial     - warning: certificate for bitbucket.org can't be verified (Python too old)
[cc]Aug-15 22:24:00 Mercurial     - warning: certificate for bitbucket.org can't be verified (Python too old)
[cc]Aug-15 22:24:01 Mercurial     - warning: certificate for bitbucket.org can't be verified (Python too old)
[cc]Aug-15 22:24:02 odificationSet- 2 modifications have been detected.
[cc]Aug-15 22:24:02 Project       - Project CS2103T_CE1:  now building
[cc]Aug-15 22:24:02 jectController- CS2103T_CE1 Controller: build progress event: now building
[cc]Aug-15 22:24:03 ScriptRunner  - Buildfile: /home/sadm/cruisecontrol-bin-2.8.4/projects/CS2103T_CE1/build.xml
[cc]Aug-15 22:24:06 ScriptRunner  - ccAntProgress -- clean
[cc]Aug-15 22:24:06 ScriptRunner  -    [delete] Deleting directory /home/sadm/cruisecontrol-bin-2.8.4/projects/CS2103T_CE1/bin
[cc]Aug-15 22:24:06 ScriptRunner  -    [delete] Deleting directory /home/sadm/cruisecontrol-bin-2.8.4/projects/CS2103T_CE1/dist
[cc]Aug-15 22:24:06 ScriptRunner  -    [delete] Deleting directory /home/sadm/cruisecontrol-bin-2.8.4/projects/CS2103T_CE1/report
[cc]Aug-15 22:24:06 ScriptRunner  - ccAntProgress -- init
[cc]Aug-15 22:24:06 ScriptRunner  -     [mkdir] Created dir: /home/sadm/cruisecontrol-bin-2.8.4/projects/CS2103T_CE1/bin
[cc]Aug-15 22:24:06 ScriptRunner  -     [mkdir] Created dir: /home/sadm/cruisecontrol-bin-2.8.4/projects/CS2103T_CE1/dist
[cc]Aug-15 22:24:06 ScriptRunner  -     [mkdir] Created dir: /home/sadm/cruisecontrol-bin-2.8.4/projects/CS2103T_CE1/report
[cc]Aug-15 22:24:06 ScriptRunner  - ccAntProgress -- compile
[cc]Aug-15 22:24:06 ScriptRunner  -     [javac] Compiling 4 source files to /home/sadm/cruisecontrol-bin-2.8.4/projects/CS2103T_CE1/bin
[cc]Aug-15 22:24:10 ScriptRunner  - ccAntProgress -- dist
[cc]Aug-15 22:24:10 ScriptRunner  -       [jar] Building jar: /home/sadm/cruisecontrol-bin-2.8.4/projects/CS2103T_CE1/dist/CS2103T_CE1.jar
[cc]Aug-15 22:24:10 ScriptRunner  - ccAntProgress -- test
[cc]Aug-15 22:24:13 ScriptRunner  -     [junit] Running com.blogspot.freakcodes.cs2103t.ce1.test.TestBuddy
[cc]Aug-15 22:24:13 ScriptRunner  -     [junit] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.092 sec
[cc]Aug-15 22:24:14 ScriptRunner  -     [junit] Test com.blogspot.freakcodes.cs2103t.ce1.test.TestBuddy FAILED
[cc]Aug-15 22:24:14 ScriptRunner  - 
[cc]Aug-15 22:24:14 ScriptRunner  - BUILD SUCCESSFUL
[cc]Aug-15 22:24:14 ScriptRunner  - Total time: 10 seconds
[cc]Aug-15 22:24:14 jectController- CS2103T_CE1 Controller: build result event: build successful
[cc]Aug-15 22:24:14 Project       - Project CS2103T_CE1:  merging accumulated log files
[cc]Aug-15 22:24:14 jectController- CS2103T_CE1 Controller: build progress event: merging accumulated log files
[cc]Aug-15 22:24:14 MergeLogger   - projects/CS2103T_CE1/target/test-results does not exist. Skipping ...
[cc]Aug-15 22:24:14 Project       - Project CS2103T_CE1:  build successful
[cc]Aug-15 22:24:14 Project       - Project CS2103T_CE1:  publishing build results
[cc]Aug-15 22:24:14 jectController- CS2103T_CE1 Controller: build progress event: publishing build results
[cc]Aug-15 22:24:14 Project       - Project CS2103T_CE1:  idle
[cc]Aug-15 22:24:14 jectController- CS2103T_CE1 Controller: build progress event: idle
[cc]Aug-15 22:24:14 Project       - Project CS2103T_CE1:  next build in 5 minutes 
[cc]Aug-15 22:24:14 Project       - Project CS2103T_CE1:  waiting for next time to build
[cc]Aug-15 22:24:14 jectController- CS2103T_CE1 Controller: build progress event: waiting for next time to build
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.