Page MenuHomePhorge

Build 311
PassedPublic

Run Command on atomic01

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Apr 27 2015, 6:17 PM · Built for 8 m, 48 s
Status
Passed

Build Log 1110 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1+ test_build=0
2+ test_functional=0
3+ test_integration=0
4+ test_performance=0
5+ test_unit=0
6+ vcs=git
7+ '[' 12 -gt 0 ']'
8+ case $1 in
9++ eval echo ''\''311'\'''
10+++ echo 311
11+ id=311
12+ shift
13+ shift
14+ '[' 10 -gt 0 ']'
15+ case $1 in
16++ eval echo master
17+++ echo master
18+ commit=master
19+ shift
20+ shift
21+ '[' 8 -gt 0 ']'
22+ case $1 in
23++ eval echo ''\'''\'''
24+++ echo ''
25+ differential=
26+ shift
27+ shift
28+ '[' 6 -gt 0 ']'
29+ case $1 in
30++ eval echo ''\''PHID-HMBT-gk6qlzxta2cukbuziqhy'\'''
31+++ echo PHID-HMBT-gk6qlzxta2cukbuziqhy
32+ phid=PHID-HMBT-gk6qlzxta2cukbuziqhy
33+ shift
34+ shift
35+ '[' 4 -gt 0 ']'
36+ case $1 in
37++ eval echo ssh://git@git.kolab.org/diffusion/QA/stick.git
38+++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
39+ uri=ssh://git@git.kolab.org/diffusion/QA/stick.git
40+ shift
41+ shift
42+ '[' 2 -gt 0 ']'
43+ case $1 in
44++ eval echo git
45+++ echo git
46+ vcs=git
47+ shift
48+ shift
49+ '[' 0 -gt 0 ']'
50+ '[' -z master -a -z '' ']'
51+ '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']'
52+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
53+ test_build=1
54+ test_functional=1
55+ test_integration=1
56+ test_performance=1
57+ test_unit=1
58+ '[' -z git ']'
59+ case ${vcs} in
60++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git
61+ package=stick
62++ sed -e 's|ssh://git@|https://|g'
63++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
64+ ro_uri=https://git.kolab.org/diffusion/QA/stick.git
65+ case ${package} in
66+ case ${uri} in
67++ pwd
68+ export TMPDIR=/var/tmp/429
69+ TMPDIR=/var/tmp/429
70+ '[' '!' -d stick.git ']'
71+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
72+ pushd stick.git
73+ git checkout master
74Already on 'master'
75+ popd
76+ '[' stick '!=' stick ']'
77+ export commit
78+ export differential
79+ export id
80+ export package
81+ export phid
82+ export ro_uri
83+ export uri
84+ export vcs
85+ export test_build
86+ export test_functional
87+ export test_integration
88+ export test_performance
89+ export test_unit
90+ '[' -x stick.git/drydocker/stick/build.sh ']'
91+ pushd stick.git
92+ ../stick.git/drydocker/stick/build.sh
93Sending build context to Docker daemon 3.072 kB
94
95Sending build context to Docker daemon
96+ retval=0
97+ popd
98+ cd /var/tmp
99+ rm -rf /var/tmp/429
100+ exit 0
101

Build Log 1109 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Cloning into 'stick.git'...
2/var/tmp/429/stick.git /var/tmp/429
3/var/tmp/429
4/var/tmp/429/stick.git /var/tmp/429
5Cloning into '/var/tmp/429/docker.git'...
6/var/tmp/429/docker.git/ci /var/tmp/429/stick.git
7for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
8 docker build -t kolab/ci-$dist - < $dist ; \
9done
10Step 0 : FROM centos:centos7
11 ---> 214a4932132a
12Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
13 ---> Using cache
14 ---> 85a7fc22c601
15Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
16 ---> Using cache
17 ---> bcd2b3489b29
18Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
19 ---> Using cache
20 ---> 993c953beb21
21Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
22 ---> Using cache
23 ---> 02af3d0b0ea6
24Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
25 ---> Using cache
26 ---> 9e1006ebf407
27Step 6 : ENV IMAGE maipo
28 ---> Using cache
29 ---> 624cf3b1098b
30Step 7 : RUN yum clean metadata && yum -y install ant build epel-release git osc passwd perl-Digest-MD5 perl-TimeDate rpmdevtools sudo yum-utils @development @fedora-packager && yum-builddep -y $(yum -d 0 -e 0 --disablerepo=\* --enablerepo=Kolab_Development list available 2>&1 | grep -vE "^(Available Packages|\s+)" | awk '{print $1}' )
31 ---> Using cache
32 ---> 3be1ea636c25
33Step 8 : WORKDIR /srv
34 ---> Running in 3a216fe20094
35 ---> a558ad759931
36Removing intermediate container 3a216fe20094
37Step 9 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
38 ---> Running in ba0bfb696987
39Cloning into 'closure-compiler.git'...
40 ---> 3eaa850b0676
41Removing intermediate container ba0bfb696987
42Step 10 : WORKDIR /srv/closure-compiler.git
43 ---> Running in 98d1e4d0e2f2
44 ---> 62bfadc94e26
45Removing intermediate container 98d1e4d0e2f2
46Step 11 : RUN ant jar
47 ---> Running in b0c4a4372246
48Buildfile: /srv/closure-compiler.git/build.xml
49
50relversion:
51
52compile:
53 [mkdir] Created dir: /srv/closure-compiler.git/build/classes
54 [javac] Compiling 12 source files to /srv/closure-compiler.git/build/classes
55 [javac] Compiling 571 source files to /srv/closure-compiler.git/build/classes
56 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1265: warning: [unchecked] unchecked cast
57 [javac] for (TypedVar v : ((Set<TypedVar>) liveness.getEscapedLocals())) {
58 [javac] ^
59 [javac] required: Set<TypedVar>
60 [javac] found: Set<CAP#1>
61 [javac] where CAP#1 is a fresh type-variable:
62 [javac] CAP#1 extends Var from capture of ? extends Var
63 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:927: warning: [unchecked] getType(String) in JSTypeRegistry implements <T>getType(String) in TypeIRegistry
64 [javac] public JSType getType(String jsTypeName) {
65 [javac] ^
66 [javac] return type requires unchecked conversion from JSType to T
67 [javac] where T is a type-variable:
68 [javac] T extends TypeI declared in method <T>getType(String)
69 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:938: warning: [unchecked] getNativeType(JSTypeNative) in JSTypeRegistry implements <T>getNativeType(JSTypeNative) in TypeIRegistry
70 [javac] public JSType getNativeType(JSTypeNative typeId) {
71 [javac] ^
72 [javac] return type requires unchecked conversion from JSType to T
73 [javac] where T is a type-variable:
74 [javac] T extends TypeI declared in method <T>getNativeType(JSTypeNative)
75 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:943: warning: [unchecked] getNativeObjectType(JSTypeNative) in JSTypeRegistry implements <T>getNativeObjectType(JSTypeNative) in TypeIRegistry
76 [javac] public ObjectType getNativeObjectType(JSTypeNative typeId) {
77 [javac] ^
78 [javac] return type requires unchecked conversion from ObjectType to T
79 [javac] where T is a type-variable:
80 [javac] T extends ObjectTypeI declared in method <T>getNativeObjectType(JSTypeNative)
81 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:948: warning: [unchecked] getNativeFunctionType(JSTypeNative) in JSTypeRegistry implements <T>getNativeFunctionType(JSTypeNative) in TypeIRegistry
82 [javac] public FunctionType getNativeFunctionType(JSTypeNative typeId) {
83 [javac] ^
84 [javac] return type requires unchecked conversion from FunctionType to T
85 [javac] where T is a type-variable:
86 [javac] T extends FunctionTypeI declared in method <T>getNativeFunctionType(JSTypeNative)
87 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1483: warning: [unchecked] unchecked cast
88 [javac] return createFromTypeNodesInternal(n, sourceName, (StaticTypedScope<JSType>) scope);
89 [javac] ^
90 [javac] required: StaticTypedScope<JSType>
91 [javac] found: StaticTypedScope<CAP#1>
92 [javac] where CAP#1 is a fresh type-variable:
93 [javac] CAP#1 extends TypeI from capture of ? extends TypeI
94 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/MemoizedScopeCreator.java:82: warning: [unchecked] createScope(Node,Scope) in MemoizedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
95 [javac] public TypedScope createScope(Node n, Scope parent) {
96 [javac] ^
97 [javac] return type requires unchecked conversion from TypedScope to T
98 [javac] where T is a type-variable:
99 [javac] T extends Scope declared in method <T>createScope(Node,T)
100 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1759: warning: [unchecked] unchecked cast
101 [javac] return ((StaticTypedSlot<JSType>) sym).getType();
102 [javac] ^
103 [javac] required: StaticTypedSlot<JSType>
104 [javac] found: StaticSlot
105 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1766: warning: [unchecked] unchecked cast
106 [javac] return ((StaticTypedScope<JSType>) s).getTypeOfThis();
107 [javac] ^
108 [javac] required: StaticTypedScope<JSType>
109 [javac] found: StaticScope
110 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1773: warning: [unchecked] unchecked cast
111 [javac] return ((StaticTypedSlot<JSType>) sym).isTypeInferred();
112 [javac] ^
113 [javac] required: StaticTypedSlot<JSType>
114 [javac] found: StaticSlot
115 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScope.java:216: warning: [unchecked] getVars() in TypedScope overrides <T>getVars() in Scope
116 [javac] public Iterator<TypedVar> getVars() {
117 [javac] ^
118 [javac] return type requires unchecked conversion from Iterator<TypedVar> to Iterator<T>
119 [javac] where T is a type-variable:
120 [javac] T extends Var declared in method <T>getVars()
121 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScopeCreator.java:205: warning: [unchecked] createScope(Node,Scope) in TypedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
122 [javac] public TypedScope createScope(Node root, Scope parent) {
123 [javac] ^
124 [javac] return type requires unchecked conversion from TypedScope to T
125 [javac] where T is a type-variable:
126 [javac] T extends Scope declared in method <T>createScope(Node,T)
127 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
128 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
129 [javac] ^
130 [javac] required: Set<Var>
131 [javac] found: Set<CAP#1>
132 [javac] where CAP#1 is a fresh type-variable:
133 [javac] CAP#1 extends Var from capture of ? extends Var
134 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6SyntacticScopeCreator.java:55: warning: [unchecked] createScope(Node,Scope) in Es6SyntacticScopeCreator implements <T>createScope(Node,T) in ScopeCreator
135 [javac] public Scope createScope(Node n, Scope parent) {
136 [javac] ^
137 [javac] return type requires unchecked conversion from Scope to T
138 [javac] where T is a type-variable:
139 [javac] T extends Scope declared in method <T>createScope(Node,T)
140 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:113: warning: [unchecked] unchecked conversion
141 [javac] this.defineParams = new LinkedList();
142 [javac] ^
143 [javac] required: List<Parameter>
144 [javac] found: LinkedList
145 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:114: warning: [unchecked] unchecked conversion
146 [javac] this.entryPointParams = new LinkedList();
147 [javac] ^
148 [javac] required: List<Parameter>
149 [javac] found: LinkedList
150 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:115: warning: [unchecked] unchecked conversion
151 [javac] this.externFileLists = new LinkedList();
152 [javac] ^
153 [javac] required: List<FileList>
154 [javac] found: LinkedList
155 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:116: warning: [unchecked] unchecked conversion
156 [javac] this.sourceFileLists = new LinkedList();
157 [javac] ^
158 [javac] required: List<FileList>
159 [javac] found: LinkedList
160 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:117: warning: [unchecked] unchecked conversion
161 [javac] this.sourcePaths = new LinkedList();
162 [javac] ^
163 [javac] required: List<Path>
164 [javac] found: LinkedList
165 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:118: warning: [unchecked] unchecked conversion
166 [javac] this.warnings = new LinkedList();
167 [javac] ^
168 [javac] required: List<Warning>
169 [javac] found: LinkedList
170 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:497: warning: [unchecked] unchecked conversion
171 [javac] List<String> entryPoints = new LinkedList();
172 [javac] ^
173 [javac] required: List<String>
174 [javac] found: LinkedList
175 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:582: warning: [unchecked] unchecked conversion
176 [javac] List<SourceFile> files = new LinkedList();
177 [javac] ^
178 [javac] required: List<SourceFile>
179 [javac] found: LinkedList
180 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:595: warning: [unchecked] unchecked conversion
181 [javac] List<SourceFile> files = new LinkedList();
182 [javac] ^
183 [javac] required: List<SourceFile>
184 [javac] found: LinkedList
185 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:613: warning: [unchecked] unchecked conversion
186 [javac] List<SourceFile> files = new LinkedList();
187 [javac] ^
188 [javac] required: List<SourceFile>
189 [javac] found: LinkedList
190 [javac] 24 warnings
191 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
192 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
193 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing
194[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
195 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
196 [copy] Copying 3 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
197
198jar:
199 [zip] Building zip: /srv/closure-compiler.git/build/externs.zip
200 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
201
202BUILD SUCCESSFUL
203Total time: 16 seconds
204 ---> 0d989f501746
205Removing intermediate container b0c4a4372246
206Step 12 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
207 ---> 14f0c1538de3
208Removing intermediate container 75456ede54ac
209Step 13 : RUN chmod 755 /entrypoint.sh
210 ---> Running in fedd95b94b19
211 ---> cf99cce42e71
212Removing intermediate container fedd95b94b19
213Step 14 : ENTRYPOINT [ "/entrypoint.sh" ]
214 ---> Running in 743c57286a93
215 ---> 3c61497ae22a
216Removing intermediate container 743c57286a93
217Successfully built 3c61497ae22a
218/var/tmp/429
219

Run Command on atomic02

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Apr 27 2015, 6:17 PM · Built for 8 m, 57 s
Status
Passed

Build Log 1108 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1+ test_build=0
2+ test_functional=0
3+ test_integration=0
4+ test_performance=0
5+ test_unit=0
6+ vcs=git
7+ '[' 12 -gt 0 ']'
8+ case $1 in
9++ eval echo ''\''311'\'''
10+++ echo 311
11+ id=311
12+ shift
13+ shift
14+ '[' 10 -gt 0 ']'
15+ case $1 in
16++ eval echo master
17+++ echo master
18+ commit=master
19+ shift
20+ shift
21+ '[' 8 -gt 0 ']'
22+ case $1 in
23++ eval echo ''\'''\'''
24+++ echo ''
25+ differential=
26+ shift
27+ shift
28+ '[' 6 -gt 0 ']'
29+ case $1 in
30++ eval echo ''\''PHID-HMBT-c3jn2digy7yh367bs6qa'\'''
31+++ echo PHID-HMBT-c3jn2digy7yh367bs6qa
32+ phid=PHID-HMBT-c3jn2digy7yh367bs6qa
33+ shift
34+ shift
35+ '[' 4 -gt 0 ']'
36+ case $1 in
37++ eval echo ssh://git@git.kolab.org/diffusion/QA/stick.git
38+++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
39+ uri=ssh://git@git.kolab.org/diffusion/QA/stick.git
40+ shift
41+ shift
42+ '[' 2 -gt 0 ']'
43+ case $1 in
44++ eval echo git
45+++ echo git
46+ vcs=git
47+ shift
48+ shift
49+ '[' 0 -gt 0 ']'
50+ '[' -z master -a -z '' ']'
51+ '[' -z ssh://git@git.kolab.org/diffusion/QA/stick.git ']'
52+ '[' 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 -a 0 -eq 0 ']'
53+ test_build=1
54+ test_functional=1
55+ test_integration=1
56+ test_performance=1
57+ test_unit=1
58+ '[' -z git ']'
59+ case ${vcs} in
60++ basename ssh://git@git.kolab.org/diffusion/QA/stick.git .git
61+ package=stick
62++ echo ssh://git@git.kolab.org/diffusion/QA/stick.git
63++ sed -e 's|ssh://git@|https://|g'
64+ ro_uri=https://git.kolab.org/diffusion/QA/stick.git
65+ case ${package} in
66+ case ${uri} in
67++ pwd
68+ export TMPDIR=/var/tmp/428
69+ TMPDIR=/var/tmp/428
70+ '[' '!' -d stick.git ']'
71+ git clone https://git.kolab.org/diffusion/QA/stick.git stick.git
72+ pushd stick.git
73+ git checkout master
74Already on 'master'
75+ popd
76+ '[' stick '!=' stick ']'
77+ export commit
78+ export differential
79+ export id
80+ export package
81+ export phid
82+ export ro_uri
83+ export uri
84+ export vcs
85+ export test_build
86+ export test_functional
87+ export test_integration
88+ export test_performance
89+ export test_unit
90+ '[' -x stick.git/drydocker/stick/build.sh ']'
91+ pushd stick.git
92+ ../stick.git/drydocker/stick/build.sh
93Sending build context to Docker daemon 3.072 kB
94
95Sending build context to Docker daemon
96+ retval=0
97+ popd
98+ cd /var/tmp
99+ rm -rf /var/tmp/428
100+ exit 0
101

Build Log 1107 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Cloning into 'stick.git'...
2/var/tmp/428/stick.git /var/tmp/428
3/var/tmp/428
4/var/tmp/428/stick.git /var/tmp/428
5Cloning into '/var/tmp/428/docker.git'...
6/var/tmp/428/docker.git/ci /var/tmp/428/stick.git
7for dist in $(find . -mindepth 1 -maxdepth 1 -type f -exec basename {} \; | sort | grep -E '^[a-z]+$'); do \
8 docker build -t kolab/ci-$dist - < $dist ; \
9done
10Step 0 : FROM centos:centos7
11 ---> 214a4932132a
12Step 1 : MAINTAINER Kolab Systems <vanmeeuwen@kolabsys.com>
13 ---> Using cache
14 ---> 85a7fc22c601
15Step 2 : ADD http://obs.kolabsys.com/repositories/Kolab:/Development/CentOS_7/Kolab:Development.repo /etc/yum.repos.d/Kolab:Development.repo
16 ---> Using cache
17 ---> bcd2b3489b29
18Step 3 : RUN rpm --import https://ssl.kolabsys.com/community.asc
19 ---> Using cache
20 ---> 993c953beb21
21Step 4 : ADD http://download.opensuse.org/repositories/openSUSE:Tools/CentOS_7/openSUSE:Tools.repo /etc/yum.repos.d/openSUSE:Tools.repo
22 ---> Using cache
23 ---> 02af3d0b0ea6
24Step 5 : RUN rpm --import http://download.opensuse.org/repositories/openSUSE:/Tools/CentOS_7/repodata/repomd.xml.key
25 ---> Using cache
26 ---> 9e1006ebf407
27Step 6 : ENV IMAGE maipo
28 ---> Using cache
29 ---> 624cf3b1098b
30Step 7 : RUN yum clean metadata && yum -y install ant build epel-release git osc passwd perl-Digest-MD5 perl-TimeDate rpmdevtools sudo yum-utils @development @fedora-packager && yum-builddep -y $(yum -d 0 -e 0 --disablerepo=\* --enablerepo=Kolab_Development list available 2>&1 | grep -vE "^(Available Packages|\s+)" | awk '{print $1}' )
31 ---> Using cache
32 ---> 3be1ea636c25
33Step 8 : WORKDIR /srv
34 ---> Running in 8d62f70eee41
35 ---> 35ca5885716a
36Removing intermediate container 8d62f70eee41
37Step 9 : RUN git clone https://github.com/google/closure-compiler.git closure-compiler.git
38 ---> Running in e5e3bd044075
39Cloning into 'closure-compiler.git'...
40 ---> 631dc23436d6
41Removing intermediate container e5e3bd044075
42Step 10 : WORKDIR /srv/closure-compiler.git
43 ---> Running in bf062c2cee0e
44 ---> 2d43d0a93889
45Removing intermediate container bf062c2cee0e
46Step 11 : RUN ant jar
47 ---> Running in 37f834c0e8f9
48Buildfile: /srv/closure-compiler.git/build.xml
49
50relversion:
51
52compile:
53 [mkdir] Created dir: /srv/closure-compiler.git/build/classes
54 [javac] Compiling 12 source files to /srv/closure-compiler.git/build/classes
55 [javac] Compiling 571 source files to /srv/closure-compiler.git/build/classes
56 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CheckEventfulObjectDisposal.java:1265: warning: [unchecked] unchecked cast
57 [javac] for (TypedVar v : ((Set<TypedVar>) liveness.getEscapedLocals())) {
58 [javac] ^
59 [javac] required: Set<TypedVar>
60 [javac] found: Set<CAP#1>
61 [javac] where CAP#1 is a fresh type-variable:
62 [javac] CAP#1 extends Var from capture of ? extends Var
63 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:927: warning: [unchecked] getType(String) in JSTypeRegistry implements <T>getType(String) in TypeIRegistry
64 [javac] public JSType getType(String jsTypeName) {
65 [javac] ^
66 [javac] return type requires unchecked conversion from JSType to T
67 [javac] where T is a type-variable:
68 [javac] T extends TypeI declared in method <T>getType(String)
69 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:938: warning: [unchecked] getNativeType(JSTypeNative) in JSTypeRegistry implements <T>getNativeType(JSTypeNative) in TypeIRegistry
70 [javac] public JSType getNativeType(JSTypeNative typeId) {
71 [javac] ^
72 [javac] return type requires unchecked conversion from JSType to T
73 [javac] where T is a type-variable:
74 [javac] T extends TypeI declared in method <T>getNativeType(JSTypeNative)
75 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:943: warning: [unchecked] getNativeObjectType(JSTypeNative) in JSTypeRegistry implements <T>getNativeObjectType(JSTypeNative) in TypeIRegistry
76 [javac] public ObjectType getNativeObjectType(JSTypeNative typeId) {
77 [javac] ^
78 [javac] return type requires unchecked conversion from ObjectType to T
79 [javac] where T is a type-variable:
80 [javac] T extends ObjectTypeI declared in method <T>getNativeObjectType(JSTypeNative)
81 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:948: warning: [unchecked] getNativeFunctionType(JSTypeNative) in JSTypeRegistry implements <T>getNativeFunctionType(JSTypeNative) in TypeIRegistry
82 [javac] public FunctionType getNativeFunctionType(JSTypeNative typeId) {
83 [javac] ^
84 [javac] return type requires unchecked conversion from FunctionType to T
85 [javac] where T is a type-variable:
86 [javac] T extends FunctionTypeI declared in method <T>getNativeFunctionType(JSTypeNative)
87 [javac] /srv/closure-compiler.git/src/com/google/javascript/rhino/jstype/JSTypeRegistry.java:1483: warning: [unchecked] unchecked cast
88 [javac] return createFromTypeNodesInternal(n, sourceName, (StaticTypedScope<JSType>) scope);
89 [javac] ^
90 [javac] required: StaticTypedScope<JSType>
91 [javac] found: StaticTypedScope<CAP#1>
92 [javac] where CAP#1 is a fresh type-variable:
93 [javac] CAP#1 extends TypeI from capture of ? extends TypeI
94 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/MemoizedScopeCreator.java:82: warning: [unchecked] createScope(Node,Scope) in MemoizedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
95 [javac] public TypedScope createScope(Node n, Scope parent) {
96 [javac] ^
97 [javac] return type requires unchecked conversion from TypedScope to T
98 [javac] where T is a type-variable:
99 [javac] T extends Scope declared in method <T>createScope(Node,T)
100 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1759: warning: [unchecked] unchecked cast
101 [javac] return ((StaticTypedSlot<JSType>) sym).getType();
102 [javac] ^
103 [javac] required: StaticTypedSlot<JSType>
104 [javac] found: StaticSlot
105 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1766: warning: [unchecked] unchecked cast
106 [javac] return ((StaticTypedScope<JSType>) s).getTypeOfThis();
107 [javac] ^
108 [javac] required: StaticTypedScope<JSType>
109 [javac] found: StaticScope
110 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/SymbolTable.java:1773: warning: [unchecked] unchecked cast
111 [javac] return ((StaticTypedSlot<JSType>) sym).isTypeInferred();
112 [javac] ^
113 [javac] required: StaticTypedSlot<JSType>
114 [javac] found: StaticSlot
115 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScope.java:216: warning: [unchecked] getVars() in TypedScope overrides <T>getVars() in Scope
116 [javac] public Iterator<TypedVar> getVars() {
117 [javac] ^
118 [javac] return type requires unchecked conversion from Iterator<TypedVar> to Iterator<T>
119 [javac] where T is a type-variable:
120 [javac] T extends Var declared in method <T>getVars()
121 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/TypedScopeCreator.java:205: warning: [unchecked] createScope(Node,Scope) in TypedScopeCreator implements <T>createScope(Node,T) in ScopeCreator
122 [javac] public TypedScope createScope(Node root, Scope parent) {
123 [javac] ^
124 [javac] return type requires unchecked conversion from TypedScope to T
125 [javac] where T is a type-variable:
126 [javac] T extends Scope declared in method <T>createScope(Node,T)
127 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
128 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
129 [javac] ^
130 [javac] required: Set<Var>
131 [javac] found: Set<CAP#1>
132 [javac] where CAP#1 is a fresh type-variable:
133 [javac] CAP#1 extends Var from capture of ? extends Var
134 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/Es6SyntacticScopeCreator.java:55: warning: [unchecked] createScope(Node,Scope) in Es6SyntacticScopeCreator implements <T>createScope(Node,T) in ScopeCreator
135 [javac] public Scope createScope(Node n, Scope parent) {
136 [javac] ^
137 [javac] return type requires unchecked conversion from Scope to T
138 [javac] where T is a type-variable:
139 [javac] T extends Scope declared in method <T>createScope(Node,T)
140 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:113: warning: [unchecked] unchecked conversion
141 [javac] this.defineParams = new LinkedList();
142 [javac] ^
143 [javac] required: List<Parameter>
144 [javac] found: LinkedList
145 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:114: warning: [unchecked] unchecked conversion
146 [javac] this.entryPointParams = new LinkedList();
147 [javac] ^
148 [javac] required: List<Parameter>
149 [javac] found: LinkedList
150 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:115: warning: [unchecked] unchecked conversion
151 [javac] this.externFileLists = new LinkedList();
152 [javac] ^
153 [javac] required: List<FileList>
154 [javac] found: LinkedList
155 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:116: warning: [unchecked] unchecked conversion
156 [javac] this.sourceFileLists = new LinkedList();
157 [javac] ^
158 [javac] required: List<FileList>
159 [javac] found: LinkedList
160 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:117: warning: [unchecked] unchecked conversion
161 [javac] this.sourcePaths = new LinkedList();
162 [javac] ^
163 [javac] required: List<Path>
164 [javac] found: LinkedList
165 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:118: warning: [unchecked] unchecked conversion
166 [javac] this.warnings = new LinkedList();
167 [javac] ^
168 [javac] required: List<Warning>
169 [javac] found: LinkedList
170 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:497: warning: [unchecked] unchecked conversion
171 [javac] List<String> entryPoints = new LinkedList();
172 [javac] ^
173 [javac] required: List<String>
174 [javac] found: LinkedList
175 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:582: warning: [unchecked] unchecked conversion
176 [javac] List<SourceFile> files = new LinkedList();
177 [javac] ^
178 [javac] required: List<SourceFile>
179 [javac] found: LinkedList
180 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:595: warning: [unchecked] unchecked conversion
181 [javac] List<SourceFile> files = new LinkedList();
182 [javac] ^
183 [javac] required: List<SourceFile>
184 [javac] found: LinkedList
185 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:613: warning: [unchecked] unchecked conversion
186 [javac] List<SourceFile> files = new LinkedList();
187 [javac] ^
188 [javac] required: List<SourceFile>
189 [javac] found: LinkedList
190 [javac] 24 warnings
191 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
192 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
193 [copy] Copying 1 file to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing
194[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
195 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
196 [copy] Copying 3 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
197
198jar:
199 [zip] Building zip: /srv/closure-compiler.git/build/externs.zip
200 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
201
202BUILD SUCCESSFUL
203Total time: 19 seconds
204 ---> 2e612cd054ac
205Removing intermediate container 37f834c0e8f9
206Step 12 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
207 ---> 5988e90af41f
208Removing intermediate container 343f2cd3d2ab
209Step 13 : RUN chmod 755 /entrypoint.sh
210 ---> Running in 5989311e8c49
211 ---> 9e735866fc6c
212Removing intermediate container 5989311e8c49
213Step 14 : ENTRYPOINT [ "/entrypoint.sh" ]
214 ---> Running in 4b581f31972e
215 ---> fb8633394faa
216Removing intermediate container 4b581f31972e
217Successfully built fb8633394faa
218/var/tmp/428
219

Lease Host atomic01

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Apr 27 2015, 6:08 PM · Built instantly
Status
Passed

Lease Host atomic02

This build step has since been deleted on the build plan. Some information may be omitted.
When
Completed at Apr 27 2015, 6:08 PM · Built instantly
Status
Passed

Event Timeline