Page MenuHomePhorge

Build 312
PassedPublic

Run Command on atomic01

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

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

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

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

119 [javac] T extends Var declared in method <T>getVars()
120 [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
121 [javac] public TypedScope createScope(Node root, Scope parent) {
122 [javac] ^
123 [javac] return type requires unchecked conversion from TypedScope to T
124 [javac] where T is a type-variable:
125 [javac] T extends Scope declared in method <T>createScope(Node,T)
126 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
127 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
128 [javac] ^
129 [javac] required: Set<Var>
130 [javac] found: Set<CAP#1>
131 [javac] where CAP#1 is a fresh type-variable:
132 [javac] CAP#1 extends Var from capture of ? extends Var
133 [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
134 [javac] public Scope createScope(Node n, Scope parent) {
135 [javac] ^
136 [javac] return type requires unchecked conversion from Scope to T
137 [javac] where T is a type-variable:
138 [javac] T extends Scope declared in method <T>createScope(Node,T)
139 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:113: warning: [unchecked] unchecked conversion
140 [javac] this.defineParams = new LinkedList();
141 [javac] ^
142 [javac] required: List<Parameter>
143 [javac] found: LinkedList
144 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:114: warning: [unchecked] unchecked conversion
145 [javac] this.entryPointParams = new LinkedList();
146 [javac] ^
147 [javac] required: List<Parameter>
148 [javac] found: LinkedList
149 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:115: warning: [unchecked] unchecked conversion
150 [javac] this.externFileLists = new LinkedList();
151 [javac] ^
152 [javac] required: List<FileList>
153 [javac] found: LinkedList
154 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:116: warning: [unchecked] unchecked conversion
155 [javac] this.sourceFileLists = new LinkedList();
156 [javac] ^
157 [javac] required: List<FileList>
158 [javac] found: LinkedList
159 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:117: warning: [unchecked] unchecked conversion
160 [javac] this.sourcePaths = new LinkedList();
161 [javac] ^
162 [javac] required: List<Path>
163 [javac] found: LinkedList
164 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:118: warning: [unchecked] unchecked conversion
165 [javac] this.warnings = new LinkedList();
166 [javac] ^
167 [javac] required: List<Warning>
168 [javac] found: LinkedList
169 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:497: warning: [unchecked] unchecked conversion
170 [javac] List<String> entryPoints = new LinkedList();
171 [javac] ^
172 [javac] required: List<String>
173 [javac] found: LinkedList
174 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:582: warning: [unchecked] unchecked conversion
175 [javac] List<SourceFile> files = new LinkedList();
176 [javac] ^
177 [javac] required: List<SourceFile>
178 [javac] found: LinkedList
179 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:595: warning: [unchecked] unchecked conversion
180 [javac] List<SourceFile> files = new LinkedList();
181 [javac] ^
182 [javac] required: List<SourceFile>
183 [javac] found: LinkedList
184 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:613: warning: [unchecked] unchecked conversion
185 [javac] List<SourceFile> files = new LinkedList();
186 [javac] ^
187 [javac] required: List<SourceFile>
188 [javac] found: LinkedList
189 [javac] 24 warnings
190 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
191 [copy] Copying 1 file to /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/com/google/javascript/jscomp/parsing
193[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
194 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
195 [copy] Copying 3 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
196
197jar:
198 [zip] Building zip: /srv/closure-compiler.git/build/externs.zip
199 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
200
201BUILD SUCCESSFUL
202Total time: 19 seconds
203 ---> e53070725c77
204Removing intermediate container bc2c0146d58b
205Step 12 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
206 ---> 4fdb089e9256
207Removing intermediate container 663ed2bd1875
208Step 13 : RUN chmod 755 /entrypoint.sh
209 ---> Running in e4383db0b778
210 ---> 3bc09954e01f
211Removing intermediate container e4383db0b778
212Step 14 : ENTRYPOINT [ "/entrypoint.sh" ]
213 ---> Running in cf1918e5f017
214 ---> 388e34a97a09
215Removing intermediate container cf1918e5f017
216Successfully built 388e34a97a09
217/var/tmp/431
218

Run Command on atomic02

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

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

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

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

119 [javac] T extends Var declared in method <T>getVars()
120 [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
121 [javac] public TypedScope createScope(Node root, Scope parent) {
122 [javac] ^
123 [javac] return type requires unchecked conversion from TypedScope to T
124 [javac] where T is a type-variable:
125 [javac] T extends Scope declared in method <T>createScope(Node,T)
126 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/CoalesceVariableNames.java:124: warning: [unchecked] unchecked cast
127 [javac] t, cfg, (Set<Var>) liveness.getEscapedLocals());
128 [javac] ^
129 [javac] required: Set<Var>
130 [javac] found: Set<CAP#1>
131 [javac] where CAP#1 is a fresh type-variable:
132 [javac] CAP#1 extends Var from capture of ? extends Var
133 [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
134 [javac] public Scope createScope(Node n, Scope parent) {
135 [javac] ^
136 [javac] return type requires unchecked conversion from Scope to T
137 [javac] where T is a type-variable:
138 [javac] T extends Scope declared in method <T>createScope(Node,T)
139 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:113: warning: [unchecked] unchecked conversion
140 [javac] this.defineParams = new LinkedList();
141 [javac] ^
142 [javac] required: List<Parameter>
143 [javac] found: LinkedList
144 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:114: warning: [unchecked] unchecked conversion
145 [javac] this.entryPointParams = new LinkedList();
146 [javac] ^
147 [javac] required: List<Parameter>
148 [javac] found: LinkedList
149 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:115: warning: [unchecked] unchecked conversion
150 [javac] this.externFileLists = new LinkedList();
151 [javac] ^
152 [javac] required: List<FileList>
153 [javac] found: LinkedList
154 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:116: warning: [unchecked] unchecked conversion
155 [javac] this.sourceFileLists = new LinkedList();
156 [javac] ^
157 [javac] required: List<FileList>
158 [javac] found: LinkedList
159 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:117: warning: [unchecked] unchecked conversion
160 [javac] this.sourcePaths = new LinkedList();
161 [javac] ^
162 [javac] required: List<Path>
163 [javac] found: LinkedList
164 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:118: warning: [unchecked] unchecked conversion
165 [javac] this.warnings = new LinkedList();
166 [javac] ^
167 [javac] required: List<Warning>
168 [javac] found: LinkedList
169 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:497: warning: [unchecked] unchecked conversion
170 [javac] List<String> entryPoints = new LinkedList();
171 [javac] ^
172 [javac] required: List<String>
173 [javac] found: LinkedList
174 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:582: warning: [unchecked] unchecked conversion
175 [javac] List<SourceFile> files = new LinkedList();
176 [javac] ^
177 [javac] required: List<SourceFile>
178 [javac] found: LinkedList
179 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:595: warning: [unchecked] unchecked conversion
180 [javac] List<SourceFile> files = new LinkedList();
181 [javac] ^
182 [javac] required: List<SourceFile>
183 [javac] found: LinkedList
184 [javac] /srv/closure-compiler.git/src/com/google/javascript/jscomp/ant/CompileTask.java:613: warning: [unchecked] unchecked conversion
185 [javac] List<SourceFile> files = new LinkedList();
186 [javac] ^
187 [javac] required: List<SourceFile>
188 [javac] found: LinkedList
189 [javac] 24 warnings
190 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/rhino_ast/java/com/google/javascript/rhino
191 [copy] Copying 1 file to /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/com/google/javascript/jscomp/parsing
193[propertyfile] Updating property file: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/parsing/ParserConfig.properties
194 [mkdir] Created dir: /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
195 [copy] Copying 3 files to /srv/closure-compiler.git/build/classes/com/google/javascript/jscomp/js
196
197jar:
198 [zip] Building zip: /srv/closure-compiler.git/build/externs.zip
199 [jar] Building jar: /srv/closure-compiler.git/build/compiler.jar
200
201BUILD SUCCESSFUL
202Total time: 17 seconds
203 ---> 12e1dcdf81da
204Removing intermediate container f57385fb131f
205Step 12 : ADD https://cgit.kolab.org/docker/plain/ci/entrypoint.sh /
206 ---> 03294df69fdd
207Removing intermediate container a0dee3ca8431
208Step 13 : RUN chmod 755 /entrypoint.sh
209 ---> Running in 45f99625afec
210 ---> bab11ac29b7b
211Removing intermediate container 45f99625afec
212Step 14 : ENTRYPOINT [ "/entrypoint.sh" ]
213 ---> Running in e8a3fe4661fc
214 ---> 71595802b4a4
215Removing intermediate container e8a3fe4661fc
216Successfully built 71595802b4a4
217/var/tmp/430
218

Lease Host atomic01

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

Lease Host atomic02

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

Event Timeline