Build failed in Jenkins: Weld-2.x-WF9.x-build-osprey #243
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>
Changes:
[mkouba] WFLY-4275 Don't recognize implicit EE components attached to an implicit
[tadamski] WFLY-4303 Allow expressions in jboss-ejb-client.xml
[Stuart Douglas] Add more configuration options to the reverse proxy and mod_cluster handlers, and fix some existing issues
[Jim Ma] [WFLY-2129][WFLY-3988]:Fix ejb method level annotation @PermitAll;Honors the ejb method level security permission if there is no class level security permission
[Frank Langelage] Update google guava from 17 to 18.
[jmesnil] [WFLY-4423] ClassNotFoundException when restarting a jms-bridge
[tom.jenkinson] WFLY-3619 Added a TransactionSynchronizationRegistry that can order the
[Sanne Grinovero] WFLY-4428 Upgrade to Hibernate Search 5.1.1.Final, Apache Lucene 4.10.4
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on osprey-02 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-WF9.x-build-...>
Deleting project workspace... done
ERROR: Workspace has a .git repository, but it appears to be corrupt.
hudson.plugins.git.GitException: Command "git rev-parse --is-inside-work-tree" returned status code 128:
stdout:
stderr: fatal: Not a git repository (or any parent up to mount point /mnt/hudson_workspace)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1276)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1075)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.hasGitRepo(CliGitAPIImpl.java:171)
at hudson.plugins.git.GitAPI.hasGitRepo(GitAPI.java:186)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:275)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:256)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:215)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at hudson.remoting.Engine$1$1.run(Engine.java:60)
at java.lang.Thread.run(Thread.java:744)
Cloning the remote Git repository
Cloning repository git@github.com:wildfly/wildfly.git
Fetching upstream changes from git@github.com:wildfly/wildfly.git
Fetching upstream changes from git@github.com:wildfly/wildfly.git
Checking out Revision 09ea8ef1ed8f199e65321bdafce47082e6a0401b (origin/master)
[Weld-2.x-WF9.x-build-osprey] $ bash -xe /tmp/hudson5866849050193839262.sh
+ source /mnt/osprey-share/weld/common-osprey.sh
/tmp/hudson5866849050193839262.sh: line 2: /mnt/osprey-share/weld/common-osprey.sh: No such file or directory
Build step 'Execute shell' marked build as failure
9 years, 7 months
Build failed in Jenkins: Weld-1.1.x-CI-osprey #16
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-1.1.x-CI-osprey/16/>
------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on osprey-01 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-1.1.x-CI-osprey/ws/>
Fetching changes from the remote Git repository
FATAL: Failed to fetch from git://github.com/weld/core.git
hudson.plugins.git.GitException: Failed to fetch from git://github.com/weld/core.git
at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:624)
at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:856)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:881)
at org.jenkinsci.plugins.multiplescms.MultiSCM.checkout(MultiSCM.java:117)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1411)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:652)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:561)
at hudson.model.Run.execute(Run.java:1665)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:246)
Caused by: hudson.plugins.git.GitException: Command "git config remote.origin.url git://github.com/weld/core.git" returned status code 255:
stdout:
stderr: error: could not lock config file .git/config: Permission denied
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1276)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1075)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.setRemoteUrl(CliGitAPIImpl.java:787)
at hudson.plugins.git.GitAPI.setRemoteUrl(GitAPI.java:120)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.perform(RemoteInvocationHandler.java:275)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:256)
at hudson.remoting.RemoteInvocationHandler$RPCRequest.call(RemoteInvocationHandler.java:215)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:326)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at hudson.remoting.Engine$1$1.run(Engine.java:60)
at java.lang.Thread.run(Thread.java:744)
9 years, 8 months
Build failed in Jenkins: Weld-2.x-perf-bean-testing-producers-CI #959
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
------------------------------------------
[...truncated 862 lines...]
remote: Counting objects: 2019
remote: Counting objects: 2021
remote: Counting objects: 2024
remote: Counting objects: 2030
remote: Counting objects: 2034
remote: Counting objects: 2038
remote: Counting objects: 2043
remote: Counting objects: 2055
remote: Counting objects: 2056
remote: Counting objects: 2072
remote: Counting objects: 2073
remote: Counting objects: 2074
remote: Counting objects: 2078
remote: Counting objects: 2079
remote: Counting objects: 2084
remote: Counting objects: 2099
remote: Counting objects: 2107
remote: Counting objects: 2108
remote: Counting objects: 2109
remote: Counting objects: 2111
remote: Counting objects: 2112
remote: Counting objects: 2113
remote: Counting objects: 2114
remote: Counting objects: 2115
remote: Counting objects: 2119
remote: Counting objects: 2134
remote: Counting objects: 2137
remote: Counting objects: 2138
remote: Counting objects: 2139
remote: Counting objects: 2140
remote: Counting objects: 2141
remote: Counting objects: 2142
remote: Counting objects: 2143
remote: Counting objects: 2148
remote: Counting objects: 2149
remote: Counting objects: 2155
remote: Counting objects: 2156
remote: Counting objects: 2157
remote: Counting objects: 2158
remote: Counting objects: 2159
remote: Counting objects: 2161
remote: Counting objects: 2164
remote: Counting objects: 2166
remote: Counting objects: 2168
remote: Counting objects: 2169
remote: Counting objects: 2170
remote: Counting objects: 2171
remote: Counting objects: 2172
remote: Counting objects: 2173
remote: Counting objects: 2174
remote: Counting objects: 2175
remote: Counting objects: 2176
remote: Counting objects: 2178
remote: Counting objects: 2181
remote: Counting objects: 2184
remote: Counting objects: 2248
remote: Counting objects: 2262
remote: Counting objects: 2266
remote: Counting objects: 2267
remote: Counting objects: 2268
remote: Counting objects: 2269
remote: Counting objects: 2270
remote: Counting objects: 2271
remote: Counting objects: 2272
remote: Counting objects: 2273
remote: Counting objects: 2274
remote: Counting objects: 2288
remote: Counting objects: 2289
remote: Counting objects: 2295
remote: Counting objects: 2296
remote: Counting objects: 2297
remote: Counting objects: 2298
remote: Counting objects: 2299
remote: Counting objects: 2300
remote: Counting objects: 2301
remote: Counting objects: 2302
remote: Counting objects: 2308
remote: Counting objects: 2457
remote: Counting objects: 2462
remote: Counting objects: 2463
remote: Counting objects: 2464
remote: Counting objects: 2465
remote: Counting objects: 2466
remote: Counting objects: 2467
remote: Counting objects: 2468
remote: Counting objects: 2469
remote: Counting objects: 2475
remote: Counting objects: 2476
remote: Counting objects: 2478
remote: Counting objects: 2613
remote: Counting objects: 2633
remote: Counting objects: 2635
remote: Counting objects: 2636
remote: Counting objects: 2637
remote: Counting objects: 2638
remote: Counting objects: 2639
remote: Counting objects: 2640
remote: Counting objects: 2642
remote: Counting objects: 2645
remote: Counting objects: 2646
remote: Counting objects: 2647
remote: Counting objects: 2649
remote: Counting objects: 2653
remote: Counting objects: 2808
remote: Counting objects: 2810
remote: Counting objects: 2812
remote: Counting objects: 2821
remote: Counting objects: 2822
remote: Counting objects: 2825
remote: Counting objects: 2831
remote: Counting objects: 2834
remote: Counting objects: 2835
remote: Counting objects: 2836
remote: Counting objects: 2837
remote: Counting objects: 2838
remote: Counting objects: 2839
remote: Counting objects: 2840
remote: Counting objects: 2842
remote: Counting objects: 2845
remote: Counting objects: 2848
remote: Counting objects: 2849
remote: Counting objects: 2850
remote: Counting objects: 2852
remote: Counting objects: 2853
remote: Counting objects: 2854
remote: Counting objects: 2855
remote: Counting objects: 2858
remote: Counting objects: 2859
remote: Counting objects: 2860
remote: Counting objects: 2861
remote: Counting objects: 2862
remote: Counting objects: 2863
remote: Counting objects: 2866
remote: Counting objects: 2869
remote: Counting objects: 2871
remote: Counting objects: 2872
remote: Counting objects: 2876
remote: Counting objects: 2879
remote: Counting objects: 2894
remote: Counting objects: 2895
remote: Counting objects: 2896
remote: Counting objects: 2897
remote: Counting objects: 2898
remote: Counting objects: 2899
remote: Counting objects: 2900
remote: Counting objects: 2901
remote: Counting objects: 2902
remote: Counting objects: 2903
remote: Counting objects: 2904
remote: Counting objects: 2906
remote: Counting objects: 2907
remote: Counting objects: 2908
remote: Counting objects: 2909
remote: Counting objects: 2910
remote: Counting objects: 2915
remote: Counting objects: 2917
remote: Counting objects: 2919
remote: Counting objects: 2920
remote: Counting objects: 2921
remote: Counting objects: 2922
remote: Counting objects: 2923
remote: Counting objects: 2928
remote: Counting objects: 2929
remote: Counting objects: 2930
remote: Counting objects: 2931
remote: Counting objects: 2932
remote: Counting objects: 2933
remote: Counting objects: 2937
remote: Counting objects: 2942
remote: Counting objects: 2943
remote: Counting objects: 2944
remote: Counting objects: 2945
remote: Counting objects: 2946
remote: Counting objects: 2947
remote: Counting objects: 2948
remote: Counting objects: 2949
remote: Counting objects: 2950
remote: Counting objects: 2951
remote: Counting objects: 2952
remote: Counting objects: 2953
remote: Counting objects: 2957
remote: Counting objects: 2990
remote: Counting objects: 2993
remote: Counting objects: 3000
remote: Counting objects: 3003
remote: Counting objects: 3004
remote: Counting objects: 3005
remote: Counting objects: 3006
remote: Counting objects: 3007
remote: Counting objects: 3008
remote: Counting objects: 3009
remote: Counting objects: 3010
remote: Counting objects: 3013
remote: Counting objects: 3016
remote: Counting objects: 3020
remote: Counting objects: 3021
remote: Counting objects: 3023
remote: Counting objects: 3024
remote: Counting objects: 3026
remote: Counting objects: 3027
remote: Counting objects: 3029
remote: Counting objects: 3031
remote: Counting objects: 3034
remote: Counting objects: 3035
remote: Counting objects: 3036
remote: Counting objects: 3037
remote: Counting objects: 3038
remote: Counting objects: 3039
remote: Counting objects: 3040
remote: Counting objects: 3041
remote: Counting objects: 3042
remote: Counting objects: 3043
remote: Counting objects: 3045
remote: Counting objects: 3046
remote: Counting objects: 3047
remote: Counting objects: 3048
remote: Counting objects: 3049
remote: Counting objects: 3050
remote: Counting objects: 3051
remote: Counting objects: 3052
remote: Counting objects: 3053
remote: Counting objects: 3054
remote: Counting objects: 3056
remote: Counting objects: 3057
remote: Counting objects: 3058
remote: Counting objects: 3059
remote: Counting objects: 3061
remote: Counting objects: 3062
remote: Counting objects: 3064
remote: Counting objects: 3066
remote: Counting objects: 3069
remote: Counting objects: 3070
remote: Counting objects: 3071
remote: Counting objects: 3072
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1276)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1146)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:254)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
9 years, 8 months
Build failed in Jenkins: Weld-2.x-perf-bean-testing-interceptors-CI #919
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
------------------------------------------
[...truncated 876 lines...]
remote: Counting objects: 14852
remote: Counting objects: 14857
remote: Counting objects: 14861
remote: Counting objects: 14864
remote: Counting objects: 14868
remote: Counting objects: 14869
remote: Counting objects: 14871
remote: Counting objects: 14873
remote: Counting objects: 14879
remote: Counting objects: 14881
remote: Counting objects: 14883
remote: Counting objects: 14885
remote: Counting objects: 14886
remote: Counting objects: 14889
remote: Counting objects: 14891
remote: Counting objects: 14894
remote: Counting objects: 14896
remote: Counting objects: 14899
remote: Counting objects: 14902
remote: Counting objects: 14904
remote: Counting objects: 14906
remote: Counting objects: 14908
remote: Counting objects: 14909
remote: Counting objects: 14911
remote: Counting objects: 14913
remote: Counting objects: 14916
remote: Counting objects: 14917
remote: Counting objects: 14919
remote: Counting objects: 14920
remote: Counting objects: 14921
remote: Counting objects: 14923
remote: Counting objects: 14926
remote: Counting objects: 14927
remote: Counting objects: 14929
remote: Counting objects: 14931
remote: Counting objects: 14932
remote: Counting objects: 14934
remote: Counting objects: 14937
remote: Counting objects: 14938
remote: Counting objects: 14940
remote: Counting objects: 14941
remote: Counting objects: 14943
remote: Counting objects: 14946
remote: Counting objects: 14948
remote: Counting objects: 14950
remote: Counting objects: 14951
remote: Counting objects: 14954
remote: Counting objects: 14956
remote: Counting objects: 14957
remote: Counting objects: 14958
remote: Counting objects: 14960
remote: Counting objects: 14961
remote: Counting objects: 14962
remote: Counting objects: 14965
remote: Counting objects: 14966
remote: Counting objects: 14967
remote: Counting objects: 14969
remote: Counting objects: 14971
remote: Counting objects: 14972
remote: Counting objects: 14974
remote: Counting objects: 14976
remote: Counting objects: 14978
remote: Counting objects: 14981
remote: Counting objects: 14982
remote: Counting objects: 14985
remote: Counting objects: 14987
remote: Counting objects: 14988
remote: Counting objects: 14991
remote: Counting objects: 14992
remote: Counting objects: 14995
remote: Counting objects: 14996
remote: Counting objects: 14999
remote: Counting objects: 15000
remote: Counting objects: 15003
remote: Counting objects: 15004
remote: Counting objects: 15005
remote: Counting objects: 15008
remote: Counting objects: 15010
remote: Counting objects: 15014
remote: Counting objects: 15017
remote: Counting objects: 15019
remote: Counting objects: 15023
remote: Counting objects: 15024
remote: Counting objects: 15026
remote: Counting objects: 15029
remote: Counting objects: 15030
remote: Counting objects: 15032
remote: Counting objects: 15034
remote: Counting objects: 15036
remote: Counting objects: 15038
remote: Counting objects: 15041
remote: Counting objects: 15043
remote: Counting objects: 15045
remote: Counting objects: 15047
remote: Counting objects: 15051
remote: Counting objects: 15053
remote: Counting objects: 15056
remote: Counting objects: 15057
remote: Counting objects: 15059
remote: Counting objects: 15060
remote: Counting objects: 15062
remote: Counting objects: 15064
remote: Counting objects: 15066
remote: Counting objects: 15069
remote: Counting objects: 15070
remote: Counting objects: 15072
remote: Counting objects: 15075
remote: Counting objects: 15078
remote: Counting objects: 15080
remote: Counting objects: 15082
remote: Counting objects: 15084
remote: Counting objects: 15085
remote: Counting objects: 15086
remote: Counting objects: 15088
remote: Counting objects: 15091
remote: Counting objects: 15093
remote: Counting objects: 15098
remote: Counting objects: 15099
remote: Counting objects: 15103
remote: Counting objects: 15107
remote: Counting objects: 15109
remote: Counting objects: 15113
remote: Counting objects: 15115
remote: Counting objects: 15119
remote: Counting objects: 15123
remote: Counting objects: 15127
remote: Counting objects: 15129
remote: Counting objects: 15132
remote: Counting objects: 15137
remote: Counting objects: 15138
remote: Counting objects: 15142
remote: Counting objects: 15143
remote: Counting objects: 15147
remote: Counting objects: 15152
remote: Counting objects: 15155
remote: Counting objects: 15157
remote: Counting objects: 15159
remote: Counting objects: 15162
remote: Counting objects: 15164
remote: Counting objects: 15167
remote: Counting objects: 15170
remote: Counting objects: 15173
remote: Counting objects: 15175
remote: Counting objects: 15176
remote: Counting objects: 15177
remote: Counting objects: 15179
remote: Counting objects: 15181
remote: Counting objects: 15182
remote: Counting objects: 15185
remote: Counting objects: 15189
remote: Counting objects: 15191
remote: Counting objects: 15194
remote: Counting objects: 15196
remote: Counting objects: 15198
remote: Counting objects: 15200
remote: Counting objects: 15205
remote: Counting objects: 15207
remote: Counting objects: 15210
remote: Counting objects: 15212
remote: Counting objects: 15214
remote: Counting objects: 15215
remote: Counting objects: 15216
remote: Counting objects: 15219
remote: Counting objects: 15221
remote: Counting objects: 15223
remote: Counting objects: 15224
remote: Counting objects: 15226
remote: Counting objects: 15228
remote: Counting objects: 15231
remote: Counting objects: 15233
remote: Counting objects: 15234
remote: Counting objects: 15235
remote: Counting objects: 15237
remote: Counting objects: 15239
remote: Counting objects: 15241
remote: Counting objects: 15242
remote: Counting objects: 15246
remote: Counting objects: 15247
remote: Counting objects: 15248
remote: Counting objects: 15251
remote: Counting objects: 15254
remote: Counting objects: 15255
remote: Counting objects: 15256
remote: Counting objects: 15259
remote: Counting objects: 15261
remote: Counting objects: 15262
remote: Counting objects: 15265
remote: Counting objects: 15266
remote: Counting objects: 15268
remote: Counting objects: 15270
remote: Counting objects: 15273
remote: Counting objects: 15275
remote: Counting objects: 15276
remote: Counting objects: 15285
remote: Counting objects: 15291
remote: Counting objects: 15293
remote: Counting objects: 15294
remote: Counting objects: 15296
remote: Counting objects: 15299
remote: Counting objects: 15301
remote: Counting objects: 15302
remote: Counting objects: 15303
remote: Counting objects: 15304
remote: Counting objects: 15306
remote: Counting objects: 15307
remote: Counting objects: 15308
remote: Counting objects: 15310
remote: Counting objects: 15313
remote: Counting objects: 15315
remote: Counting objects: 15316
remote: Counting objects: 15320
remote: Counting objects: 15322
remote: Counting objects: 15323
remote: Counting objects: 15325
remote: Counting objects: 15330
remote: Counting objects: 15333
remote: Counting objects: 15336
remote: Counting objects: 15339
remote: Counting objects: 15343
remote: Counting objects: 15346
remote: Counting objects: 15379
remote: Counting objects: 15444
remote: Counting objects: 15446
remote: Counting objects: 15448
remote: Counting objects: 15451
remote: Counting objects: 15453
remote: Counting objects: 15458
remote: Counting objects: 15460
remote: Counting objects: 15463
remote: Counting objects: 15466
remote: Counting objects: 15470
remote: Counting objects: 15473
remote: Counting objects: 15474
remote: Counting objects: 15477
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1276)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1146)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$200(CliGitAPIImpl.java:87)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:254)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
9 years, 8 months
Build failed in Jenkins: Weld-2.x-perf-bean-testing-events-CI #948
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
------------------------------------------
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on seam-perf-qa05 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-perf-bean-te...>
Deleting project workspace... done
Cloning the remote Git repository
Cloning repository git://10.16.101.32/jbossqe/seam.git
Fetching upstream changes from git://10.16.101.32/jbossqe/seam.git
Fetching upstream changes from git://10.16.101.32/jbossqe/seam.git
Seen branch in repository origin/master
Seen 1 remote branch
Checking out Revision f272eba649a24c09095f46004a954b1f04ddf329 (origin/master)
ERROR: Timeout after 10 minutes
FATAL: Could not checkout null with start point f272eba649a24c09095f46004a954b1f04ddf329
hudson.plugins.git.GitException: Could not checkout null with start point f272eba649a24c09095f46004a954b1f04ddf329
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1448)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
at hudson.remoting.UserRequest.perform(UserRequest.java:118)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:328)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: hudson.plugins.git.GitException: Command "git checkout -f f272eba649a24c09095f46004a954b1f04ddf329" returned status code 143:
stdout:
stderr:
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1276)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1253)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:1249)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1065)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommand(CliGitAPIImpl.java:1075)
at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$8.execute(CliGitAPIImpl.java:1443)
... 11 more
9 years, 8 months
Build failed in Jenkins: Weld-2.x-incontainer-WF9.x-osprey #153
by ci-builds@redhat.com
See <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
------------------------------------------
Started by upstream project "Weld-2.x-WF9.x-build-osprey" build number 241
originally caused by:
Started by timer
[EnvInject] - Loading node environment variables.
Building remotely on osprey-04 in workspace <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
Cloning the remote Git repository
Cloning repository git://github.com/weld/core.git
Fetching upstream changes from git://github.com/weld/core.git
Fetching upstream changes from git://github.com/weld/core.git
Checking out Revision 6c42629ff56211ef5852b5ecf922e4482422a3b6 (origin/2.2)
[Weld-2.x-incontainer-WF9.x-osprey] $ bash -xe /tmp/hudson7085269051696836315.sh
+ source /mnt/osprey-share/weld/common-osprey.sh
+ setup-environment
+ export WELD_TOOLS=/mnt/osprey-share/weld
+ WELD_TOOLS=/mnt/osprey-share/weld
+ export JAVA_HOME=/mnt/osprey-share/weld/jdk1.8.0_20
+ JAVA_HOME=/mnt/osprey-share/weld/jdk1.8.0_20
+ export M2_HOME=/mnt/osprey-share/weld/apache-maven-3.2.1
+ M2_HOME=/mnt/osprey-share/weld/apache-maven-3.2.1
+ export PATH=/mnt/osprey-share/weld/jdk1.8.0_20/bin:/mnt/osprey-share/weld/apache-maven-3.2.1/bin:/qa/tools/opt/jdk1.7.0_last/bin:/usr/local/bin:/usr/bin:/home/hudson/.rvm/bin
+ PATH=/mnt/osprey-share/weld/jdk1.8.0_20/bin:/mnt/osprey-share/weld/apache-maven-3.2.1/bin:/qa/tools/opt/jdk1.7.0_last/bin:/usr/local/bin:/usr/bin:/home/hudson/.rvm/bin
+ export 'MVN=/mnt/osprey-share/weld/apache-maven-3.2.1/bin/mvn -s /mnt/osprey-share/weld/settings.xml'
+ MVN='/mnt/osprey-share/weld/apache-maven-3.2.1/bin/mvn -s /mnt/osprey-share/weld/settings.xml'
+ mvn -version
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-15T01:37:52+08:00)
Maven home: /mnt/osprey-share/weld/apache-maven-3.2.1
Java version: 1.8.0_20, vendor: Oracle Corporation
Java home: /mnt/osprey-share/weld/jdk1.8.0_20/jre
Default locale: en_GB, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-123.el7.x86_64", arch: "amd64", family: "unix"
+ whoami
hudson
+ prepare-jbossas
+ local zip=/mnt/osprey-share/weld/artifacts/wildfly9-SNAPSHOT.zip
+ export JBOSS_HOME=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
+ JBOSS_HOME=<http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
+ rm -rf <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
+ rm -rf unzip
+ mkdir unzip
+ unzip -q /mnt/osprey-share/weld/artifacts/wildfly9-SNAPSHOT.zip -d <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
+ mkdir <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
+ mv <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> jboss-as
+ rm -rf <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
+ /mnt/osprey-share/weld/apache-maven-3.2.1/bin/mvn -s /mnt/osprey-share/weld/settings.xml clean install -DskipTests -Dweld.default.build.cditck10=false -Dweld.default.build.cditck11=false -f weld/pom.xml
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Weld Parent
[INFO] Weld Implementation (Core)
[INFO] Weld Core - JSF
[INFO] Weld Implementation
[INFO] Weld Porting Package for the CDI TCK 1.1
[INFO] Weld Test Utilities
[INFO] Weld Unit Tests
[INFO] Weld Integration Tests (JBoss AS)
[INFO] AtInject TCK runner for Weld
[INFO] Weld Environment Common
[INFO] Weld SE (Core)
[INFO] Weld SE (Uber Jar)
[INFO] Weld Servlet Parent
[INFO] Weld Servlet Core
[INFO] Weld Servlet (Uber Jar)
[INFO] Weld Servlet Integration Tests (Base)
[INFO] Weld Servlet Integration Tests (Tomcat)
[INFO] Weld Servlet Integration Tests (Jetty)
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Parent 2.2.10-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven...
779/779 B
Downloaded: https://repository.jboss.org/nexus/content/groups/public/org/apache/maven... (779 B at 0.4 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-parent ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-parent ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-parent ---
[INFO] Checking for local modifications: skipped.
[INFO] Updating project files from SCM: skipped.
[INFO] Executing: /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
[INFO] Storing buildNumber: 6c42629ff56211ef5852b5ecf922e4482422a3b6 at timestamp: 14 March 2015 11:54:58 SGT
[INFO] Executing: /bin/sh -c cd <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> && git rev-parse --verify HEAD
[INFO] Working directory: <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-parent ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-checkstyle-plugin:2.12.1:checkstyle (check-style) @ weld-core-parent ---
[INFO] Starting audit...
Audit done.
[INFO]
[INFO] >>> maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-parent >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-parent ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-parent ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-parent ---
[INFO]
[INFO] <<< maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-parent <<<
[INFO]
[INFO] --- maven-source-plugin:2.1.2:jar (attach-sources) @ weld-core-parent ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ weld-core-parent ---
[INFO] Installing <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...> to /home/hudson/.m2/repository/org/jboss/weld/weld-core-parent/2.2.10-SNAPSHOT/weld-core-parent-2.2.10-SNAPSHOT.pom
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Weld Implementation (Core) 2.2.10-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ weld-core-impl ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.0-beta-1:enforce (enforce) @ weld-core-impl ---
[WARNING] This rule is not compatible with the current version of Maven. The rule is not able to perform any checks.
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:maven-version (default) @ weld-core-impl ---
[INFO]
[INFO] --- build-helper-maven-plugin:1.5:parse-version (default) @ weld-core-impl ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.2:create (set-build-properties) @ weld-core-impl ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ weld-core-impl ---
[INFO]
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ weld-core-impl ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ weld-core-impl ---
[INFO] Compiling 756 source files to <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>:[27,18] ReflectionFactory is internal proprietary API and may be removed in a future release
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>:[26,15] Unsafe is internal proprietary API and may be removed in a future release
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>:[27,18] ReflectionFactory is internal proprietary API and may be removed in a future release
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>:[26,15] Unsafe is internal proprietary API and may be removed in a future release
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>:[36,39] error: package org.jboss.weld.configuration.spi does not exist
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>:[27,18] ReflectionFactory is internal proprietary API and may be removed in a future release
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>:[26,15] Unsafe is internal proprietary API and may be removed in a future release
[INFO] 7 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Weld Parent ....................................... SUCCESS [ 5.562 s]
[INFO] Weld Implementation (Core) ........................ FAILURE [ 4.929 s]
[INFO] Weld Core - JSF ................................... SKIPPED
[INFO] Weld Implementation ............................... SKIPPED
[INFO] Weld Porting Package for the CDI TCK 1.1 .......... SKIPPED
[INFO] Weld Test Utilities ............................... SKIPPED
[INFO] Weld Unit Tests ................................... SKIPPED
[INFO] Weld Integration Tests (JBoss AS) ................. SKIPPED
[INFO] AtInject TCK runner for Weld ...................... SKIPPED
[INFO] Weld Environment Common ........................... SKIPPED
[INFO] Weld SE (Core) .................................... SKIPPED
[INFO] Weld SE (Uber Jar) ................................ SKIPPED
[INFO] Weld Servlet Parent ............................... SKIPPED
[INFO] Weld Servlet Core ................................. SKIPPED
[INFO] Weld Servlet (Uber Jar) ........................... SKIPPED
[INFO] Weld Servlet Integration Tests (Base) ............. SKIPPED
[INFO] Weld Servlet Integration Tests (Tomcat) ........... SKIPPED
[INFO] Weld Servlet Integration Tests (Jetty) ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.990 s
[INFO] Finished at: 2015-03-14T11:55:06+08:00
[INFO] Final Memory: 38M/425M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project weld-core-impl: Compilation failure: Compilation failure:
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>:[27,18] ReflectionFactory is internal proprietary API and may be removed in a future release
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>:[26,15] Unsafe is internal proprietary API and may be removed in a future release
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>:[27,18] ReflectionFactory is internal proprietary API and may be removed in a future release
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>:[26,15] Unsafe is internal proprietary API and may be removed in a future release
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>:[36,39] error: package org.jboss.weld.configuration.spi does not exist
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>:[27,18] ReflectionFactory is internal proprietary API and may be removed in a future release
[ERROR] <http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/Weld-2.x-incontainer-...>:[26,15] Unsafe is internal proprietary API and may be removed in a future release
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :weld-core-impl
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results
9 years, 8 months