test-mac-bundle-install ○ success

Duration: 22s
Queued: 0s
📁 Stage: test
🖥 Runner: serenity - MacOS runner with ARM CPU (M4)
Average Duration
25s
This job: 22s
Failure Rate
0.0%
last 30 days

Job Execution Phases

💡 Tip: Click on any phase bar to jump to that section in the log below

Job Analysis

Job Status: Passed

Status: Job passed successfully

Full Job Log

383 lines
Match - of 0
1 22:39:52 Running with gitlab-runner 18.1.3 (a2f2305f)
2 22:39:52 on macOS-serenity BtqX2mqxC, system ID: s_eb794d7ef2d4
3 22:39:52 feature flags: FF_USE_FASTZIP:true, FF_SCRIPT_SECTIONS:true, FF_TIMESTAMPS:true, FF_GIT_URLS_WITHOUT_TOKENS:true
4 22:39:52 Resolving secrets
5 22:39:52 section_start:1778107192:prepare_executor
6 22:39:52 +Preparing the "shell" executor
7 22:39:52 Using Shell (bash) executor...
8 22:39:52 section_end:1778107192:prepare_executor
9 22:39:52 +section_start:1778107192:prepare_script
10 22:39:52 +Preparing environment
11 22:39:53 Running on serenity.zrh.int.scandit.io...
12 22:39:53 section_end:1778107193:prepare_script
13 22:39:53 +section_start:1778107193:get_sources
14 22:39:53 +Getting source from Git repository
15 22:39:53 section_start:1778107193:section_pre_clone_script_0[hide_duration=true,collapsed=true] $ bash /Volumes/EngData/.gitlab-runner/syspolicyd_health_check.sh || true
16 22:39:53 bash /Volumes/EngData/.gitlab-runner/disk_health_check.sh
17 22:39:53 function cleanup {
18 22:39:53 rv=$?
19 22:39:53 if [ $rv -ne 0 ]; then
20 22:39:53 if [[ -z "$GIT_STRATEGY" || "$GIT_STRATEGY" = "fetch" ]]; then
21 22:39:53 if [ -d "$CI_PROJECT_DIR" ]; then
22 22:39:53 echo "Something went wrong, cleaning $CI_PROJECT_DIR"
23 22:39:53 rm -rf $CI_PROJECT_DIR/{*,.*}
24 22:39:53 fi
25 22:39:53 fi
26 22:39:53 fi
27 22:39:53 exit $rv
28 22:39:53 }
29 22:39:53 trap cleanup EXIT
30 22:39:53 if [ -d "$CI_PROJECT_DIR" ]; then
31 22:39:53 cd "$CI_PROJECT_DIR"
32 22:39:53 for path in $GIT_CLEAN_SUBMODULE_PATHS; do
33 22:39:53 if [[ $(realpath "$path") =~ ^"${CI_PROJECT_DIR}/" ]]; then
34 22:39:53 echo "deleting: $path"
35 22:39:53 rm -rf "$path"
36 22:39:53 else
37 22:39:53 echo "$path is not a subpath of $CI_PROJECT_DIR"
38 22:39:53 fi
39 22:39:53 done
40 22:39:53 cd - > /dev/null
41 22:39:53 fi
42 22:39:53 section_end:1778107193:section_pre_clone_script_0
43 22:39:53
44 22:39:53 === syspolicyd Health Check (macOS 15.x workaround) ===
45 22:39:53 ✓ syspolicyd healthy: PID=63567, Age=6h 6m, CPU=0.0%
46 22:39:53 ===================================================
47 22:39:53
48 22:39:53 Gitaly correlation ID: 01KQZQ553SXF52XSR14XWP9VQD
49 22:39:53 Fetching changes with git depth set to 50...
50 22:39:54 Initialized empty Git repository in /Volumes/EngData/builds/gitlab-templates/.git/
51 22:39:54 Created fresh repository.
52 22:39:55 Checking out b527f653 as detached HEAD (ref is master)...
53 22:39:55
54 22:39:55 Skipping Git submodules setup
55 22:39:55 section_end:1778107195:get_sources
56 22:39:55 +section_start:1778107195:step_script
57 22:39:55 +Executing "step_script" stage of the job script
58 22:39:56 section_start:1778107196:section_pre_build_script_0[hide_duration=true,collapsed=true] $ function cleanup {
59 22:39:56 rv=$?
60 22:39:56 if [ $rv -ne 0 ]; then
61 22:39:56 echo ""
62 22:39:56 echo " Scout Analysis: https://scout.scandit.io/analysis/projects/${CI_PROJECT_ID}/jobs/${CI_JOB_ID}"
63 22:39:56 echo ""
64 22:39:56 fi
65 22:39:56 exit $rv
66 22:39:56 }
67 22:39:56 trap cleanup EXIT
68 22:39:56 echo "INFO: This is the CI pre_build_script. It's defined in the backend/infra/macos repo."
69 22:39:56 echo "Sourcing ~/.bashrc"
70 22:39:56 [ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"
71 22:39:56 echo "Setting up credentials for Gitlab package registries"
72 22:39:56 echo "machine gitlab.scandit.com" > ~/.netrc
73 22:39:56 echo "login gitlab-ci-token" >> ~/.netrc
74 22:39:56 echo "password ${CI_JOB_TOKEN}" >> ~/.netrc
75 22:39:56 chmod 600 ~/.netrc
76 22:39:56 # Brew installs packages to different paths on M1.
77 22:39:56 # Thus, we need to indicate the path to some brew packages before doing the pip installation.
78 22:39:56 # At least tables package fails without this. These exports are safe to run also in Intel Macs
79 22:39:56 export HDF5_DIR="/opt/homebrew/opt/hdf5"
80 22:39:56 export OPENBLAS="/opt/homebrew/opt/openblas"
81 22:39:56 echo "Setting: HDF5_DIR=$HDF5_DIR"
82 22:39:56 echo "Setting: OPENBLAS=$OPENBLAS"
83 22:39:56 if [ -n "${XCODE_VERSION}" ]; then
84 22:39:56 echo "Using XCODE_VERSION variable to select Xcode version: $XCODE_VERSION"
85 22:39:56 sudo xcode-select --switch /Applications/Xcode.${XCODE_VERSION}.app/Contents/Developer/
86 22:39:56 else
87 22:39:56 echo "XCODE_VERSION was not defined, using Command Line Tools instead"
88 22:39:56 sudo xcode-select -s /Library/Developer/CommandLineTools
89 22:39:56 sudo xcode-select -p
90 22:39:56 fi
91 22:39:56 if [ -n "$ENABLE_DOTNET" ]; then
92 22:39:56 echo "Using DOTNET_VERSION variable to select SDK version: $DOTNET_VERSION"
93 22:39:56 dotnet new globaljson --sdk-version $DOTNET_VERSION --roll-forward feature --force
94 22:39:56 fi
95 22:39:56 python "/Volumes/EngData/.gitlab-runner/tool_versions.py" || true
96 22:39:56 echo "Killing Simulator, xcodebuild, clang, node, dotnet and machinelearningtests processes left from previous job"
97 22:39:56 pkill -9 Simulator || true
98 22:39:56 pkill -9 xcodebuild || true
99 22:39:56 pkill -9 node || true
100 22:39:56 pkill -9 clang || true
101 22:39:56 pkill -9 dotnet || true
102 22:39:56 pkill -9 machinelearningtests || true
103 22:39:56 section_end:1778107196:section_pre_build_script_0
104 22:39:56 INFO: This is the CI pre_build_script. It's defined in the backend/infra/macos repo.
105 22:39:56 Sourcing ~/.bashrc
106 22:39:56 Setting up credentials for Gitlab package registries
107 22:39:56 Setting: HDF5_DIR=/opt/homebrew/opt/hdf5
108 22:39:56 Setting: OPENBLAS=/opt/homebrew/opt/openblas
109 22:39:56 XCODE_VERSION was not defined, using Command Line Tools instead
110 22:39:56 /Library/Developer/CommandLineTools
111 22:39:58 Tool versions in this host:
112 22:39:58 Available Node versions: 16.13.0, 16.20.1, 18.19.1, 20.19.5, 22.20.0, 22.21.1, 24.14.1
113 22:39:58 Available CMake versions: 3.27.1, 4.2.2
114 22:39:58 ccache: 4.13.3
115 22:39:58 clang: 21.0.0, 2100.0.123, 25.2.0
116 22:39:58 CMake version in use: 3.27.1
117 22:39:58 dotnet sdk versions: 7.0.407, 7.0.410, 8.0.203, 8.0.406, 9.0.200, 10.0.103
118 22:39:58 Mono: not available
119 22:39:58 MS Build: not available
120 22:39:58 Xamarin.Android: not available
121 22:39:58 Xamarin.iOS: not available
122 22:39:58 active Xcode version: not available
123 22:39:58 pyenv: 2.6.26
124 22:39:58 uv: 0.7.3
125 22:39:58 Killing Simulator, xcodebuild, clang, node, dotnet and machinelearningtests processes left from previous job
126 22:39:58 pkill: signalling pid 75658: Operation not permitted
127 22:39:58 pkill: signalling pid 75660: Operation not permitted
128 22:39:58 $ if ! [[ "$VM_RUNNER" == "true" ]]; then
129 22:39:58 $ export ruby_version=$(cat ./.ruby-version || echo "3.2.1")
130 22:39:58 cat: ./.ruby-version: No such file or directory
131 22:39:58 $ export GEM_HOME=${CI_BUILDS_DIR}/cache/${CI_PROJECT_ID}/${ruby_version}/gem
132 22:39:58 $ export GEM_PATH=${GEM_HOME}
133 22:39:58 $ echo "GEM_HOME=${GEM_HOME}"
134 22:39:58 GEM_HOME=/Volumes/EngData/builds/cache/621/3.2.1/gem
135 22:39:58 $ export PATH=$GEM_HOME/bin:$PATH
136 22:39:58 $ eval "$($HOME/.rbenv/bin/rbenv init - bash)"
137 22:39:58 $ rbenv install $ruby_version -s
138 22:39:58 $ rbenv shell $ruby_version
139 22:39:58 $ rbenv which ruby
140 22:39:58 /Users/scandit/.rbenv/versions/3.2.1/bin/ruby
141 22:39:58 $ gem install bundler
142 22:39:59 Successfully installed bundler-4.0.11
143 22:39:59 Parsing documentation for bundler-4.0.11
144 22:39:59 Installing ri documentation for bundler-4.0.11
145 22:39:59 Done installing documentation for bundler after 0 seconds
146 22:39:59 1 gem installed
147 22:39:59 $ bundle install
148 22:39:59 Fetching gem metadata from https://rubygems.org/........
149 22:40:00 Resolving dependencies...
150 22:40:00 Fetching rake 13.4.2
151 22:40:01 Installing rake 13.4.2
152 22:40:01 Fetching addressable 2.9.0
153 22:40:01 Fetching base64 0.2.0
154 22:40:01 Fetching CFPropertyList 3.0.8
155 22:40:01 Fetching abbrev 0.1.2
156 22:40:01 Fetching public_suffix 7.0.5
157 22:40:01 Fetching artifactory 3.0.17
158 22:40:01 Fetching atomos 0.1.3
159 22:40:01 Fetching aws-eventstream 1.4.0
160 22:40:01 Fetching aws-sigv4 1.12.1
161 22:40:01 Fetching aws-partitions 1.1245.0
162 22:40:01 Fetching bigdecimal 4.1.2
163 22:40:01 Fetching jmespath 1.6.2
164 22:40:01 Fetching logger 1.7.0
165 22:40:01 Fetching aws-sdk-core 3.246.0
166 22:40:01 Fetching aws-sdk-kms 1.124.0
167 22:40:01 Fetching aws-sdk-s3 1.221.0
168 22:40:01 Fetching babosa 1.0.4
169 22:40:01 Fetching benchmark 0.5.0
170 22:40:01 Fetching claide 1.1.0
171 22:40:01 Fetching colored 1.2
172 22:40:01 Fetching colored2 3.1.2
173 22:40:01 Installing bigdecimal 4.1.2 with native extensions
174 22:40:01 Fetching highline 2.0.3
175 22:40:01 Fetching commander 4.6.0
176 22:40:01 Fetching csv 3.3.5
177 22:40:01 Fetching declarative 0.0.20
178 22:40:01 Fetching digest-crc 0.7.0
179 22:40:01 Fetching domain_name 0.6.20240107
180 22:40:01 Fetching dotenv 2.8.1
181 22:40:01 Fetching emoji_regex 3.2.3
182 22:40:01 Fetching excon 0.112.0
183 22:40:01 Fetching faraday-em_http 1.0.0
184 22:40:01 Fetching faraday-em_synchrony 1.0.1
185 22:40:01 Fetching faraday-excon 1.1.0
186 22:40:01 Fetching faraday-httpclient 1.0.1
187 22:40:01 Fetching multipart-post 2.4.1
188 22:40:01 Installing digest-crc 0.7.0 with native extensions
189 22:40:01 Fetching faraday-multipart 1.2.0
190 22:40:01 Fetching faraday-net_http 1.0.2
191 22:40:01 Fetching faraday-net_http_persistent 1.2.0
192 22:40:01 Fetching faraday-patron 1.0.0
193 22:40:01 Fetching faraday-rack 1.0.0
194 22:40:01 Fetching faraday-retry 1.0.4
195 22:40:01 Fetching ruby2_keywords 0.0.5
196 22:40:01 Fetching faraday 1.10.5
197 22:40:01 Fetching http-cookie 1.0.8
198 22:40:01 Fetching faraday-cookie_jar 0.0.8
199 22:40:01 Fetching faraday_middleware 1.2.1
200 22:40:01 Fetching fastimage 2.4.1
201 22:40:01 Fetching fastlane-sirp 1.1.0
202 22:40:01 Fetching gh_inspector 1.1.3
203 22:40:01 Fetching google-cloud-env 2.1.1
204 22:40:01 Fetching jwt 2.10.2
205 22:40:01 Fetching multi_json 1.21.1
206 22:40:01 Fetching os 1.1.4
207 22:40:01 Fetching signet 0.21.0
208 22:40:01 Fetching googleauth 1.11.2
209 22:40:01 Fetching mutex_m 0.3.0
210 22:40:01 Fetching httpclient 2.9.0
211 22:40:01 Fetching mini_mime 1.1.5
212 22:40:01 Fetching trailblazer-option 0.1.2
213 22:40:01 Fetching uber 0.1.0
214 22:40:01 Fetching representable 3.2.0
215 22:40:01 Fetching retriable 3.4.1
216 22:40:01 Fetching google-apis-core 0.18.0
217 22:40:01 Fetching google-apis-androidpublisher_v3 0.99.0
218 22:40:01 Fetching google-apis-playcustomapp_v1 0.17.0
219 22:40:01 Fetching google-apis-iamcredentials_v1 0.27.0
220 22:40:01 Fetching google-apis-storage_v1 0.62.0
221 22:40:01 Fetching google-cloud-errors 1.6.0
222 22:40:01 Fetching google-cloud-core 1.8.0
223 22:40:01 Fetching google-cloud-storage 1.59.0
224 22:40:01 Fetching json 2.19.5
225 22:40:01 Fetching mini_magick 4.13.2
226 22:40:01 Fetching naturally 2.3.0
227 22:40:01 Fetching nkf 0.2.0
228 22:40:01 Fetching optparse 0.8.1
229 22:40:01 Fetching ostruct 0.6.3
230 22:40:01 Fetching plist 3.7.2
231 22:40:02 Fetching rubyzip 2.4.1
232 22:40:02 Fetching security 0.1.5
233 22:40:02 Installing json 2.19.5 with native extensions
234 22:40:02 Fetching simctl 1.6.10
235 22:40:02 Fetching terminal-notifier 2.0.0
236 22:40:02 Installing nkf 0.2.0 with native extensions
237 22:40:02 Fetching unicode-display_width 2.6.0
238 22:40:02 Fetching terminal-table 3.0.2
239 22:40:02 Fetching tty-screen 0.8.2
240 22:40:02 Fetching tty-cursor 0.7.1
241 22:40:02 Fetching tty-spinner 0.9.3
242 22:40:02 Fetching word_wrap 1.0.0
243 22:40:02 Fetching nanaimo 0.4.0
244 22:40:02 Fetching rexml 3.4.4
245 22:40:02 Fetching xcodeproj 1.27.0
246 22:40:02 Fetching rouge 3.28.0
247 22:40:02 Fetching xcpretty 0.4.1
248 22:40:02 Fetching xcpretty-travis-formatter 1.0.1
249 22:40:02 Fetching fastlane 2.233.1
250 22:40:02 Installing addressable 2.9.0
251 22:40:02 Installing base64 0.2.0
252 22:40:02 Installing CFPropertyList 3.0.8
253 22:40:02 Installing abbrev 0.1.2
254 22:40:02 Installing public_suffix 7.0.5
255 22:40:02 Installing artifactory 3.0.17
256 22:40:02 Installing atomos 0.1.3
257 22:40:02 Installing aws-eventstream 1.4.0
258 22:40:02 Installing aws-partitions 1.1245.0
259 22:40:02 Installing aws-sigv4 1.12.1
260 22:40:02 Installing jmespath 1.6.2
261 22:40:02 Installing logger 1.7.0
262 22:40:02 Installing aws-sdk-core 3.246.0
263 22:40:02 Installing aws-sdk-kms 1.124.0
264 22:40:02 Installing babosa 1.0.4
265 22:40:02 Installing aws-sdk-s3 1.221.0
266 22:40:02 Installing benchmark 0.5.0
267 22:40:02 Installing claide 1.1.0
268 22:40:02 Installing colored 1.2
269 22:40:02 Installing colored2 3.1.2
270 22:40:02 Installing highline 2.0.3
271 22:40:02 Installing commander 4.6.0
272 22:40:02 Installing csv 3.3.5
273 22:40:02 Installing declarative 0.0.20
274 22:40:02 Installing domain_name 0.6.20240107
275 22:40:02 Installing dotenv 2.8.1
276 22:40:02 Installing emoji_regex 3.2.3
277 22:40:02 Installing excon 0.112.0
278 22:40:02 Installing faraday-em_http 1.0.0
279 22:40:02 Installing faraday-em_synchrony 1.0.1
280 22:40:02 Installing faraday-excon 1.1.0
281 22:40:02 Installing faraday-httpclient 1.0.1
282 22:40:02 Installing multipart-post 2.4.1
283 22:40:02 Installing faraday-multipart 1.2.0
284 22:40:02 Installing faraday-net_http 1.0.2
285 22:40:02 Installing faraday-net_http_persistent 1.2.0
286 22:40:02 Installing faraday-patron 1.0.0
287 22:40:02 Installing faraday-rack 1.0.0
288 22:40:02 Installing faraday-retry 1.0.4
289 22:40:02 Installing ruby2_keywords 0.0.5
290 22:40:02 Installing faraday 1.10.5
291 22:40:02 Installing http-cookie 1.0.8
292 22:40:02 Installing faraday-cookie_jar 0.0.8
293 22:40:02 Installing faraday_middleware 1.2.1
294 22:40:02 Installing fastimage 2.4.1
295 22:40:02 Installing fastlane-sirp 1.1.0
296 22:40:02 Installing gh_inspector 1.1.3
297 22:40:02 Installing google-cloud-env 2.1.1
298 22:40:02 Installing jwt 2.10.2
299 22:40:02 Installing multi_json 1.21.1
300 22:40:02 Installing os 1.1.4
301 22:40:02 Installing signet 0.21.0
302 22:40:02 Installing googleauth 1.11.2
303 22:40:02 Installing mutex_m 0.3.0
304 22:40:02 Installing mini_mime 1.1.5
305 22:40:02 Installing httpclient 2.9.0
306 22:40:02 Installing trailblazer-option 0.1.2
307 22:40:02 Installing uber 0.1.0
308 22:40:02 Installing representable 3.2.0
309 22:40:02 Installing retriable 3.4.1
310 22:40:02 Installing google-apis-core 0.18.0
311 22:40:02 Installing google-apis-androidpublisher_v3 0.99.0
312 22:40:02 Installing google-apis-playcustomapp_v1 0.17.0
313 22:40:02 Installing google-apis-iamcredentials_v1 0.27.0
314 22:40:02 Installing google-apis-storage_v1 0.62.0
315 22:40:02 Installing google-cloud-errors 1.6.0
316 22:40:02 Installing google-cloud-core 1.8.0
317 22:40:02 Installing google-cloud-storage 1.59.0
318 22:40:02 Installing mini_magick 4.13.2
319 22:40:02 Installing naturally 2.3.0
320 22:40:02 Installing optparse 0.8.1
321 22:40:02 Installing ostruct 0.6.3
322 22:40:02 Installing plist 3.7.2
323 22:40:02 Installing rubyzip 2.4.1
324 22:40:02 Installing security 0.1.5
325 22:40:02 Installing simctl 1.6.10
326 22:40:03 Installing unicode-display_width 2.6.0
327 22:40:03 Installing terminal-notifier 2.0.0
328 22:40:03 Installing terminal-table 3.0.2
329 22:40:03 Installing tty-screen 0.8.2
330 22:40:03 Installing tty-cursor 0.7.1
331 22:40:03 Installing tty-spinner 0.9.3
332 22:40:03 Installing word_wrap 1.0.0
333 22:40:03 Installing nanaimo 0.4.0
334 22:40:03 Installing rexml 3.4.4
335 22:40:03 Installing xcodeproj 1.27.0
336 22:40:03 Installing xcpretty-travis-formatter 1.0.1
337 22:40:03 Installing rouge 3.28.0
338 22:40:03 Installing xcpretty 0.4.1
339 22:40:03 Installing fastlane 2.233.1
340 22:40:13 Bundle complete! 1 Gemfile dependency, 95 gems now installed.
341 22:40:13 Use `bundle info [gemname]` to see where a bundled gem is installed.
342 22:40:13 Post-install message from rubyzip:
343 22:40:13 RubyZip 3.0 is coming!
344 22:40:13 **********************
345 22:40:13
346 22:40:13 The public API of some Rubyzip classes has been modernized to use named
347 22:40:13 parameters for optional arguments. Please check your usage of the
348 22:40:13 following classes:
349 22:40:13 * `Zip::File`
350 22:40:13 * `Zip::Entry`
351 22:40:13 * `Zip::InputStream`
352 22:40:13 * `Zip::OutputStream`
353 22:40:13 * `Zip::DOSTime`
354 22:40:13
355 22:40:13 Run your test suite with the `RUBYZIP_V3_API_WARN` environment
356 22:40:13 variable set to see warnings about usage of the old API. This will
357 22:40:13 help you to identify any changes that you need to make to your code.
358 22:40:13 See https://github.com/rubyzip/rubyzip/wiki/Updating-to-version-3.x for
359 22:40:13 more information.
360 22:40:13
361 22:40:13 Please ensure that your Gemfiles and .gemspecs are suitably restrictive
362 22:40:13 to avoid an unexpected breakage when 3.0 is released (e.g. ~> 2.3.0).
363 22:40:13 See https://github.com/rubyzip/rubyzip for details. The Changelog also
364 22:40:13 lists other enhancements and bugfixes that have been implemented since
365 22:40:13 version 2.3.0.
366 22:40:13 $ rbenv rehash
367 22:40:14 $ fi
368 22:40:14 $ bundle info fastlane
369 22:40:14 * fastlane (2.233.1)
370 22:40:14 Summary: The easiest way to build and release mobile apps.
371 22:40:14 Homepage: https://fastlane.tools
372 22:40:14 Documentation: https://docs.fastlane.tools/
373 22:40:14 Source Code: https://github.com/fastlane/fastlane
374 22:40:14 Changelog: https://github.com/fastlane/fastlane/releases
375 22:40:14 Bug Tracker: https://github.com/fastlane/fastlane/issues
376 22:40:14 Path: /Volumes/EngData/builds/cache/621/3.2.1/gem/gems/fastlane-2.233.1
377 22:40:14 section_end:1778107214:step_script
378 22:40:14 +section_start:1778107214:cleanup_file_variables
379 22:40:14 +Cleaning up project directory and file based variables
380 22:40:14 section_end:1778107214:cleanup_file_variables
381 22:40:14 +
382 22:40:14 Job succeeded
383