forked from Tumiya/gitrise
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbitrise_log
More file actions
217 lines (188 loc) · 11.3 KB
/
bitrise_log
File metadata and controls
217 lines (188 loc) · 11.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
Hold on... We're about to liftoff! 🚀
Build URL: https://app.bitrise.io/build/04278d7d-06ef-44d8-a182-ddb42b2eb142
Build on-hold
Build in-progress
Build success
================================================================================
============================== Bitrise Logs Start ==============================
Agent version: 1.62.2
Hostname: vm-osx-ventura-g2.8core-7a175983-959f-48d5-ae9d-9dc76950cf91
Nodename: LAS1-vFW01-gen2-mmg4-10-92-231-95
Start time: 2023-01-27T22:36:44Z
Xcode version: 14.1
$ bitrise "run" "--config" "/var/folders/11/nh0v1jld7zd7b9zqm1774gtm0000gn/T/bitrise-agent618847660/bitrise.yml" "--inventory" "/var/folders/11/nh0v1jld7zd7b9zqm1774gtm0000gn/T/bitrise-agent618847660/bitrise.secrets.yml" "--json-params-base64" "eyJ3b3JrZmxvdyI6ImRldi1EdW1teSJ9"
██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗
██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝
██████╔╝██║ ██║ ██║ ██║██║███████║███████╗
╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝
version: 2.0.0
[33;1mCI mode: true
[0m[33;1mPR mode: false
[0m[33;1mDebug mode: false
[0m[33;1mSecret filtering mode: true
[0m[33;1mSecret Envs filtering mode: true
[0m[33;1mNo output timeout mode: false
[0m
[34;1mRunning workflow: dev-Dummy
[0m
[34;1mSwitching to workflow: dev-Dummy
[0mStep uses latest version, updating StepLib...
section_start:1:(0) Activate SSH key (RSA private key)
[0KHeader: (0) Activate SSH key (RSA private key)
+------------------------------------------------------------------------------+
| (0) Activate SSH key (RSA private key) |
+------------------------------------------------------------------------------+
| id: activate-ssh-key |
| version: 4.1.0 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2023-01-27T22:36:46Z |
+------------------------------------------------------------------------------+
| |
[34;1mInput:
[0m- SSHRsaPrivateKey: *****
- SSHKeySavePath: /Users/vagrant/.ssh/bitrise_step_activate_ssh_key
- IsRemoveOtherIdentities: true
- Verbose: false
$ ssh-add "-l"
ssh_agent_check_result: 1
running / accessible ssh-agent detected
$ ssh-add "-D"
All identities removed.
$ ssh-agent "-k"
SSH_AGENT_PID not set, cannot kill agent
Exit code: exit status 1
$ bash "-c" "/var/folders/11/nh0v1jld7zd7b9zqm1774gtm0000gn/T/spawn4216070466/tmp_spawn.sh"
spawn ssh-add /Users/vagrant/.ssh/bitrise_step_activate_ssh_key
Identity added: /Users/vagrant/.ssh/bitrise_step_activate_ssh_key (/Users/vagrant/.ssh/bitrise_step_activate_ssh_key)
[32;1mSuccess
[0mThe SSH key was saved to /Users/vagrant/.ssh/bitrise_step_activate_ssh_key
and was successfully added to ssh-agent.
| |
+---+---------------------------------------------------------------+----------+
| [32;1m✓[0m | [32;1mActivate SSH key (RSA private key) [0m | 9.03 sec |
+---+---------------------------------------------------------------+----------+
section_end:1:Activate SSH key (RSA private key)
[0KHeader: Activate SSH key (RSA private key)
▼
section_start:1:(1) echo
[0KHeader: (1) echo
+------------------------------------------------------------------------------+
| (1) echo |
+------------------------------------------------------------------------------+
| id: script |
| version: 1.2.0 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2023-01-27T22:36:55Z |
+------------------------------------------------------------------------------+
| |
echo 2a
echo 2b
echo 2c
| |
+---+---------------------------------------------------------------+----------+
| [32;1m✓[0m | [32;1mecho [0m | 0.92 sec |
+---+---------------------------------------------------------------+----------+
section_end:1:echo
[0KHeader: echo
▼
section_start:1:(2) echo
[0KHeader: (2) echo
+------------------------------------------------------------------------------+
| (2) echo |
+------------------------------------------------------------------------------+
| id: script |
| version: 1.2.0 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: bash |
| time: 2023-01-27T22:36:56Z |
+------------------------------------------------------------------------------+
| |
| |
+---+---------------------------------------------------------------+----------+
| [32;1m✓[0m | [32;1mecho [0m | 0.80 sec |
+---+---------------------------------------------------------------+----------+
section_end:1:echo
[0KHeader: echo
▼
section_start:1:(3) Deploy to Bitrise.io - Apps, Logs, Artifacts
[0KHeader: (3) Deploy to Bitrise.io - Apps, Logs, Artifacts
+------------------------------------------------------------------------------+
| (3) Deploy to Bitrise.io - Apps, Logs, Artifacts |
+------------------------------------------------------------------------------+
| id: deploy-to-bitrise-io |
| version: 2.1.6 |
| collection: https://github.com/bitrise-io/bitrise-steplib.git |
| toolkit: go |
| time: 2023-01-27T22:36:57Z |
+------------------------------------------------------------------------------+
| |
[34;1mConfig:
[0m- PipelineIntermediateFiles:
- BuildURL: https://app.bitrise.io/build/04278d7d-06ef-44d8-a182-ddb42b2eb142
- APIToken: [REDACTED]
- IsCompress: false
- ZipName:
- DeployPath: /Users/vagrant/deploy
- NotifyUserGroups: everyone
- NotifyEmailList:
- IsPublicPageEnabled: true
- PublicInstallPageMapFormat: {{range $index, $element := .}}{{if $index}}|{{end}}{{$element.File}}=>{{$element.URL}}{{end}}
- PermanentDownloadURLMapFormat: {{range $index, $element := .}}{{if $index}}|{{end}}{{$element.File}}=>{{$element.URL}}{{end}}
- BuildSlug: 04278d7d-06ef-44d8-a182-ddb42b2eb142
- TestDeployDir: /var/folders/11/nh0v1jld7zd7b9zqm1774gtm0000gn/T/test_results2920037622
- AppSlug: 2bf77c83826e802d
- AddonAPIBaseURL: [REDACTED]
- AddonAPIToken: [REDACTED]
- DebugMode: false
- BundletoolVersion: 1.8.1
[34;1mCollecting files to deploy...
[0mBuild Artifact deployment mode: deploying the content of the deploy directory
List of files to deploy:
- /Users/vagrant/deploy/test.txt
[34;1mDeploying files...
[0mDeploying file: /Users/vagrant/deploy/test.txt
file size: 8B
[32;1mSuccess
[0mYou can find the Build Artifact on the Build's page: https://app.bitrise.io/build/04278d7d-06ef-44d8-a182-ddb42b2eb142
A map of deployed files and their permanent download urls is now available in the Environment Variable: BITRISE_PERMANENT_DOWNLOAD_URL_MAP (value: test.txt=>https://app.bitrise.io/artifact/7e8c4b463cb832a8/download)
[34;1mCollecting test results...
[0mNo test results found
| |
+---+---------------------------------------------------------------+----------+
| [32;1m✓[0m | [32;1mDeploy to Bitrise.io - Apps, Logs, Artifacts [0m | 4.91 sec |
+---+---------------------------------------------------------------+----------+
section_end:1:Deploy to Bitrise.io - Apps, Logs, Artifacts
[0KHeader: Deploy to Bitrise.io - Apps, Logs, Artifacts
+------------------------------------------------------------------------------+
| bitrise summary: dev-Dummy |
+---+---------------------------------------------------------------+----------+
| | title | time (s) |
+---+---------------------------------------------------------------+----------+
| [32;1m✓[0m | [32;1mActivate SSH key (RSA private key)[0m | 9.03 sec |
+---+---------------------------------------------------------------+----------+
| [32;1m✓[0m | [32;1mecho[0m | 0.92 sec |
+---+---------------------------------------------------------------+----------+
| [32;1m✓[0m | [32;1mecho[0m | 0.80 sec |
+---+---------------------------------------------------------------+----------+
| [32;1m✓[0m | [32;1mDeploy to Bitrise.io - Apps, Logs, Artifacts[0m | 4.91 sec |
+---+---------------------------------------------------------------+----------+
| Total runtime: 15.67 sec |
+------------------------------------------------------------------------------+
[34;1m
[0m[34;1mSubmitting anonymized usage information...
[0m[34;1mFor more information visit:
[0m[34;1mhttps://github.com/bitrise-io/bitrise-plugins-analytics/blob/master/README.md
[0m
[32;1mBitrise build successful[0m
================================================================================
============================== Bitrise Logs End ==============================
Build Successful 🎉
🚀 Build URL: https://app.bitrise.io/build/04278d7d-06ef-44d8-a182-ddb42b2eb142
Downloading artifacts to BuildArtifacts
Download artifact meta data 7e8c4b463cb832a8
Downloading test.txt
🚀 Build URL: https://app.bitrise.io/build/04278d7d-06ef-44d8-a182-ddb42b2eb142