|
|
|
1 | 2024-04-23T17:49:41.942Z | job assigned to worker 01HW613D5FMHN9K0AJJA2D1QSX (queued for 2 m 30 s) |
|
2 | 2024-04-23T17:49:49.921Z | starting task 0: "setup" |
3 | 2024-04-23T17:49:50.011Z | ++ uname -s |
4 | 2024-04-23T17:49:50.011Z | + kern=SunOS |
5 | 2024-04-23T17:49:50.011Z | + case "$kern" in |
6 | 2024-04-23T17:49:50.011Z | + groupadd -g 12345 build |
7 | 2024-04-23T17:49:50.011Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-23T17:49:51.933Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-23T17:49:52.050Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-23T17:49:52.056Z | + home_fs=zfs |
11 | 2024-04-23T17:49:52.056Z | + [[ zfs == autofs ]] |
12 | 2024-04-23T17:49:52.056Z | + mkdir -p /home/build |
13 | 2024-04-23T17:49:52.057Z | + chown build:build /home/build /work |
14 | 2024-04-23T17:49:54.105Z | + chmod 0700 /home/build /work |
15 | 2024-04-23T17:49:54.142Z | process exited: duration 4237 ms, exit code 0 |
|
16 | 2024-04-23T17:49:54.210Z | starting task 1: "rust-toolchain" |
17 | 2024-04-23T17:49:54.237Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-23T17:49:54.237Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-23T17:49:54.374Z | info: downloading installer |
20 | 2024-04-23T17:49:56.249Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-23T17:49:56.249Z | warning: /opt/ooce/bin |
22 | 2024-04-23T17:49:56.249Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-23T17:49:56.249Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-23T17:49:56.249Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-23T17:49:56.250Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-23T17:49:56.250Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-23T17:49:56.250Z | error: cannot install while Rust is installed |
28 | 2024-04-23T17:49:56.250Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-23T17:49:56.280Z | info: profile set to 'default' |
30 | 2024-04-23T17:49:56.280Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-23T17:49:56.280Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-23T17:49:56.280Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-23T17:49:56.280Z | info: downloading component 'cargo' |
34 | 2024-04-23T17:49:57.047Z | info: downloading component 'clippy' |
35 | 2024-04-23T17:49:57.221Z | info: downloading component 'rust-docs' |
36 | 2024-04-23T17:49:58.177Z | info: downloading component 'rust-std' |
37 | 2024-04-23T17:50:00.590Z | info: downloading component 'rustc' |
38 | 2024-04-23T17:50:03.860Z | info: downloading component 'rustfmt' |
39 | 2024-04-23T17:50:04.099Z | info: installing component 'cargo' |
40 | 2024-04-23T17:50:04.907Z | info: installing component 'clippy' |
41 | 2024-04-23T17:50:05.309Z | info: installing component 'rust-docs' |
42 | 2024-04-23T17:50:06.639Z | info: installing component 'rust-std' |
43 | 2024-04-23T17:50:08.445Z | info: installing component 'rustc' |
44 | 2024-04-23T17:50:12.372Z | info: installing component 'rustfmt' |
45 | 2024-04-23T17:50:12.709Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-23T17:50:12.709Z | |
47 | 2024-04-23T17:50:12.973Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-23T17:50:12.973Z | |
49 | 2024-04-23T17:50:12.976Z | |
50 | 2024-04-23T17:50:12.976Z | Rust is installed now. Great! |
51 | 2024-04-23T17:50:12.976Z | |
52 | 2024-04-23T17:50:12.977Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-23T17:50:12.977Z | environment variable. This has not been done automatically. |
54 | 2024-04-23T17:50:12.977Z | |
55 | 2024-04-23T17:50:12.977Z | To configure your current shell, you need to source |
56 | 2024-04-23T17:50:12.977Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-23T17:50:12.977Z | |
58 | 2024-04-23T17:50:12.977Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-23T17:50:12.977Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-23T17:50:12.977Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-23T17:50:13.070Z | + rustc --version |
62 | 2024-04-23T17:50:13.130Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-23T17:50:13.134Z | process exited: duration 18955 ms, exit code 0 |
|
64 | 2024-04-23T17:50:13.141Z | starting task 2: "authentication" |
65 | 2024-04-23T17:50:13.162Z | process exited: duration 20 ms, exit code 0 |
|
66 | 2024-04-23T17:50:13.171Z | starting task 3: "clone repository" |
67 | 2024-04-23T17:50:13.176Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-23T17:50:13.180Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-23T17:50:13.545Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-23T17:50:20.543Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-23T17:50:20.543Z | + git fetch origin 2e887c544da19e4a6b77aecbd7f3a16312eab13d |
72 | 2024-04-23T17:50:20.837Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-23T17:50:20.837Z | * branch 2e887c544da19e4a6b77aecbd7f3a16312eab13d -> FETCH_HEAD |
74 | 2024-04-23T17:50:20.928Z | + [[ -n provision-crucible-on-active-zpools-only ]] |
75 | 2024-04-23T17:50:20.928Z | ++ git branch --show-current |
76 | 2024-04-23T17:50:20.928Z | + current=main |
77 | 2024-04-23T17:50:20.928Z | + [[ main != provision-crucible-on-active-zpools-only ]] |
78 | 2024-04-23T17:50:20.928Z | + git branch -f provision-crucible-on-active-zpools-only 2e887c544da19e4a6b77aecbd7f3a16312eab13d |
79 | 2024-04-23T17:50:20.928Z | + git checkout -f provision-crucible-on-active-zpools-only |
80 | 2024-04-23T17:50:21.103Z | Switched to branch 'provision-crucible-on-active-zpools-only' |
81 | 2024-04-23T17:50:21.103Z | + git reset --hard 2e887c544da19e4a6b77aecbd7f3a16312eab13d |
82 | 2024-04-23T17:50:21.225Z | HEAD is now at 2e887c544 zpool filter |
83 | 2024-04-23T17:50:21.225Z | process exited: duration 7808 ms, exit code 0 |
|
84 | 2024-04-23T17:50:21.365Z | starting task 4: "build" |
85 | 2024-04-23T17:50:21.527Z | + cargo --version |
86 | 2024-04-23T17:50:21.527Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
87 | 2024-04-23T17:50:21.847Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
88 | 2024-04-23T17:50:21.848Z | info: downloading component 'cargo' |
89 | 2024-04-23T17:50:22.358Z | info: downloading component 'clippy' |
90 | 2024-04-23T17:50:23.135Z | info: downloading component 'rust-docs' |
91 | 2024-04-23T17:50:24.172Z | info: downloading component 'rust-std' |
92 | 2024-04-23T17:50:25.130Z | info: downloading component 'rustc' |
93 | 2024-04-23T17:50:28.807Z | info: downloading component 'rustfmt' |
94 | 2024-04-23T17:50:29.024Z | info: installing component 'cargo' |
95 | 2024-04-23T17:50:29.835Z | info: installing component 'clippy' |
96 | 2024-04-23T17:50:30.171Z | info: installing component 'rust-docs' |
97 | 2024-04-23T17:50:31.637Z | info: installing component 'rust-std' |
98 | 2024-04-23T17:50:33.272Z | info: installing component 'rustc' |
99 | 2024-04-23T17:50:37.280Z | info: installing component 'rustfmt' |
100 | 2024-04-23T17:50:37.667Z | cargo 1.77.2 (e52e36006 2024-03-26) |
101 | 2024-04-23T17:50:37.673Z | + rustc --version |
102 | 2024-04-23T17:50:37.733Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
103 | 2024-04-23T17:50:37.736Z | + WORK=/work |
104 | 2024-04-23T17:50:37.736Z | + pfexec mkdir -p /work |
105 | 2024-04-23T17:50:37.740Z | + pfexec chown build /work |
106 | 2024-04-23T17:50:37.743Z | ++ git rev-parse HEAD |
107 | 2024-04-23T17:50:37.747Z | + COMMIT=2e887c544da19e4a6b77aecbd7f3a16312eab13d |
108 | 2024-04-23T17:50:37.747Z | + VERSION=8.0.0-0.ci+git2e887c544da |
109 | 2024-04-23T17:50:37.747Z | + echo 8.0.0-0.ci+git2e887c544da |
110 | 2024-04-23T17:50:37.747Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
111 | 2024-04-23T17:50:47.246Z | Startup: Refreshing catalog 'helios-dev' ... Done |
112 | 2024-04-23T17:50:48.974Z | Startup: Caching catalogs ... Done |
113 | 2024-04-23T17:50:51.423Z | Planning: Solver setup ... Done (1.987s) |
114 | 2024-04-23T17:50:51.465Z | Planning: Running solver ... Done (0.042s) |
115 | 2024-04-23T17:50:51.622Z | Planning: Finding local manifests ... Done (0.119s) |
116 | 2024-04-23T17:50:51.631Z | Planning: Fetching manifests: 0/4 0% complete |
117 | 2024-04-23T17:50:51.901Z | Planning: Fetching manifests: 4/4 100% complete |
118 | 2024-04-23T17:50:51.949Z | Planning: Package planning ... Done (0.049s) |
119 | 2024-04-23T17:50:52.001Z | Planning: Merging actions ... Done (0.051s) |
120 | 2024-04-23T17:50:52.393Z | Planning: Checking for conflicting actions ... Done (0.392s) |
121 | 2024-04-23T17:50:52.405Z | Planning: Consolidating action changes ... Done (0.011s) |
122 | 2024-04-23T17:50:57.960Z | Planning: Evaluating mediators ... Done (5.553s) |
123 | 2024-04-23T17:50:57.968Z | Planning: Planning completed in 8.94 seconds |
124 | 2024-04-23T17:50:57.981Z | Packages to install: 4 |
125 | 2024-04-23T17:50:57.982Z | Mediators to change: 2 |
126 | 2024-04-23T17:50:57.985Z | Services to change: 1 |
127 | 2024-04-23T17:50:57.985Z | Estimated space available: 155.32 GB |
128 | 2024-04-23T17:50:57.985Z | Estimated space to be consumed: 1.44 GB |
129 | 2024-04-23T17:50:57.985Z | Create boot environment: No |
130 | 2024-04-23T17:50:57.985Z | Create backup boot environment: No |
131 | 2024-04-23T17:50:57.985Z | Rebuild boot archive: No |
132 | 2024-04-23T17:50:57.985Z | |
133 | 2024-04-23T17:50:57.985Z | Changed mediators: |
134 | 2024-04-23T17:50:57.985Z | mediator clang: |
135 | 2024-04-23T17:50:57.985Z | version: None -> 15 (system default) |
136 | 2024-04-23T17:50:57.985Z | |
137 | 2024-04-23T17:50:57.985Z | mediator llvm: |
138 | 2024-04-23T17:50:57.985Z | version: 14 (system default) -> 15 (system default) |
139 | 2024-04-23T17:50:57.985Z | |
140 | 2024-04-23T17:50:57.985Z | Changed packages: |
141 | 2024-04-23T17:50:57.985Z | helios-dev |
142 | 2024-04-23T17:50:57.985Z | developer/build-essential |
143 | 2024-04-23T17:50:57.985Z | None -> 11-2.0 |
144 | 2024-04-23T17:50:57.986Z | library/libxmlsec1 |
145 | 2024-04-23T17:50:57.986Z | None -> 1.2.35-2.0 |
146 | 2024-04-23T17:50:57.986Z | ooce/developer/clang-15 |
147 | 2024-04-23T17:50:57.986Z | None -> 15.0.7-2.0 |
148 | 2024-04-23T17:50:57.986Z | ooce/developer/llvm-15 |
149 | 2024-04-23T17:50:57.986Z | None -> 15.0.7-2.0 |
150 | 2024-04-23T17:50:57.986Z | |
151 | 2024-04-23T17:50:57.986Z | Services: |
152 | 2024-04-23T17:50:57.986Z | restart_fmri: |
153 | 2024-04-23T17:50:57.986Z | svc:/system/update-man-index:default |
154 | 2024-04-23T17:50:58.055Z | |
155 | 2024-04-23T17:50:58.056Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
156 | 2024-04-23T17:51:04.186Z | Download: 211/3290 items 1.3/212.6MB 0% complete (378k/s) |
157 | 2024-04-23T17:51:09.225Z | Download: 1191/3290 items 79.8/212.6MB 37% complete (7.9M/s) |
158 | 2024-04-23T17:51:14.246Z | Download: 1857/3290 items 118.5/212.6MB 55% complete (11.9M/s) |
159 | 2024-04-23T17:51:19.255Z | Download: 2521/3290 items 120.3/212.6MB 56% complete (4.1M/s) |
160 | 2024-04-23T17:51:24.255Z | Download: 3240/3290 items 177.4/212.6MB 83% complete (5.8M/s) |
161 | 2024-04-23T17:51:31.204Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
162 | 2024-04-23T17:51:37.501Z | Download: 3289/3290 items 212.0/212.6MB 99% complete (4.7M/s) |
163 | 2024-04-23T17:51:37.534Z | Download: Completed 212.60 MB in 39.48 seconds (5.4M/s) |
164 | 2024-04-23T17:51:37.702Z | Actions: 1/3689 actions (Installing new actions) |
165 | 2024-04-23T17:51:42.743Z | Actions: 3598/3689 actions (Installing new actions) |
166 | 2024-04-23T17:51:42.867Z | Actions: Completed 3689 actions in 5.16 seconds. |
167 | 2024-04-23T17:51:43.080Z | Done (0.207s) |
168 | 2024-04-23T17:51:43.080Z | Done (0.000s) |
169 | 2024-04-23T17:51:43.351Z | Done (0.271s) |
170 | 2024-04-23T17:51:48.411Z | Done (4.917s) |
171 | 2024-04-23T17:51:48.560Z | Done (0.081s) |
172 | 2024-04-23T17:51:48.563Z | Done (0.000s) |
173 | 2024-04-23T17:51:48.752Z | Done (0.000s) |
174 | 2024-04-23T17:51:49.283Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-04-23T17:51:49.442Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-04-23T17:51:49.446Z | Planning: Consolidating action changes ... Done |
177 | 2024-04-23T17:51:49.708Z | Planning: Evaluating mediators ... Done |
178 | 2024-04-23T17:51:49.711Z | Planning: Planning completed in 0.43 seconds |
179 | 2024-04-23T17:51:49.742Z | Mediators to change: 2 |
180 | 2024-04-23T17:51:49.743Z | Create boot environment: No |
181 | 2024-04-23T17:51:49.746Z | Create backup boot environment: No |
182 | 2024-04-23T17:51:49.812Z | Done |
183 | 2024-04-23T17:51:49.812Z | Done |
184 | 2024-04-23T17:51:49.978Z | Done |
185 | 2024-04-23T17:51:53.533Z | Done |
186 | 2024-04-23T17:51:53.624Z | Done |
187 | 2024-04-23T17:51:53.624Z | Done |
188 | 2024-04-23T17:51:53.729Z | Done |
189 | 2024-04-23T17:51:54.352Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-04-23T17:51:54.356Z | Planning: Merging actions ... Done |
191 | 2024-04-23T17:51:54.540Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-04-23T17:51:54.544Z | Planning: Consolidating action changes ... Done |
193 | 2024-04-23T17:51:54.802Z | Planning: Evaluating mediators ... Done |
194 | 2024-04-23T17:51:54.856Z | Planning: Planning completed in 0.77 seconds |
195 | 2024-04-23T17:51:54.890Z | Packages to change: 1 |
196 | 2024-04-23T17:51:54.890Z | Mediators to change: 1 |
197 | 2024-04-23T17:51:54.894Z | Services to change: 1 |
198 | 2024-04-23T17:51:54.894Z | Create boot environment: No |
199 | 2024-04-23T17:51:54.894Z | Create backup boot environment: Yes |
200 | 2024-04-23T17:51:56.758Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2024-04-23T17:51:56.762Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2024-04-23T17:51:56.762Z | Done |
203 | 2024-04-23T17:51:56.762Z | Done |
204 | 2024-04-23T17:51:56.818Z | Done |
205 | 2024-04-23T17:52:00.336Z | Done |
206 | 2024-04-23T17:52:00.417Z | Done |
207 | 2024-04-23T17:52:00.421Z | Done |
208 | 2024-04-23T17:52:00.526Z | Done |
209 | 2024-04-23T17:52:00.954Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2024-04-23T17:52:00.954Z | clang system 15 system |
211 | 2024-04-23T17:52:00.954Z | csh system system illumos |
212 | 2024-04-23T17:52:00.955Z | ctags system system illumos |
213 | 2024-04-23T17:52:00.955Z | gcc vendor 12 vendor |
214 | 2024-04-23T17:52:00.955Z | gcc system 10 system |
215 | 2024-04-23T17:52:00.955Z | gcc system 7 system |
216 | 2024-04-23T17:52:00.955Z | go system 1.20 system |
217 | 2024-04-23T17:52:00.955Z | go system 1.19 system |
218 | 2024-04-23T17:52:00.955Z | llvm system 15 system |
219 | 2024-04-23T17:52:00.955Z | llvm system 14 system |
220 | 2024-04-23T17:52:00.955Z | mariadb system 10.6 system |
221 | 2024-04-23T17:52:00.955Z | mta vendor vendor dma |
222 | 2024-04-23T17:52:00.955Z | openjdk system 17 system |
223 | 2024-04-23T17:52:00.955Z | openjdk system 11 system |
224 | 2024-04-23T17:52:00.955Z | openjdk system 1.8 system |
225 | 2024-04-23T17:52:00.955Z | openssl vendor 3 vendor |
226 | 2024-04-23T17:52:00.955Z | perl system 5.36 system |
227 | 2024-04-23T17:52:00.955Z | postgresql system 15 system |
228 | 2024-04-23T17:52:00.955Z | postgresql system 13 system |
229 | 2024-04-23T17:52:00.955Z | python vendor 3 vendor |
230 | 2024-04-23T17:52:00.955Z | python system 2 system |
231 | 2024-04-23T17:52:00.955Z | python3 system 3.11 system |
232 | 2024-04-23T17:52:00.955Z | ruby system 3.0 system |
233 | 2024-04-23T17:52:00.955Z | words vendor vendor american-english |
234 | 2024-04-23T17:52:00.955Z | words system system australian-english |
235 | 2024-04-23T17:52:00.956Z | words system system british-english |
236 | 2024-04-23T17:52:00.956Z | words system system canadian-english |
237 | 2024-04-23T17:52:00.956Z | words system system french |
238 | 2024-04-23T17:52:00.956Z | words system system italian |
239 | 2024-04-23T17:52:00.956Z | words system system ngerman |
240 | 2024-04-23T17:52:00.956Z | words system system ogerman |
241 | 2024-04-23T17:52:00.956Z | words system system spanish |
242 | 2024-04-23T17:52:01.280Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2024-04-23T17:52:01.280Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2024-04-23T17:52:02.608Z | FMRI IFO |
245 | 2024-04-23T17:52:02.608Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2024-04-23T17:52:02.608Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2024-04-23T17:52:02.608Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2024-04-23T17:52:02.608Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2024-04-23T17:52:02.608Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2024-04-23T17:52:02.608Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-04-23T17:52:02.608Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-04-23T17:52:02.608Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2024-04-23T17:52:02.608Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-04-23T17:52:02.608Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2024-04-23T17:52:02.608Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
256 | 2024-04-23T17:52:02.608Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
257 | 2024-04-23T17:52:02.855Z | + set -o errexit |
258 | 2024-04-23T17:52:02.866Z | +++ dirname ./tools/ci_download_cockroachdb |
259 | 2024-04-23T17:52:02.867Z | ++ cd ./tools |
260 | 2024-04-23T17:52:02.867Z | ++ pwd |
261 | 2024-04-23T17:52:02.867Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
262 | 2024-04-23T17:52:02.867Z | ++ basename ./tools/ci_download_cockroachdb |
263 | 2024-04-23T17:52:02.867Z | + ARG0=ci_download_cockroachdb |
264 | 2024-04-23T17:52:02.867Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
265 | 2024-04-23T17:52:02.867Z | + CIDL_VERSION=v22.1.9 |
266 | 2024-04-23T17:52:02.867Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
267 | 2024-04-23T17:52:02.867Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
268 | 2024-04-23T17:52:02.867Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
269 | 2024-04-23T17:52:02.867Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
270 | 2024-04-23T17:52:02.868Z | + TARGET_DIR=out |
271 | 2024-04-23T17:52:02.868Z | + DOWNLOAD_DIR=out/downloads |
272 | 2024-04-23T17:52:02.868Z | + DEST_DIR=./out/cockroachdb |
273 | 2024-04-23T17:52:02.868Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
274 | 2024-04-23T17:52:02.868Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
275 | 2024-04-23T17:52:02.868Z | + main |
276 | 2024-04-23T17:52:02.868Z | + [[ 0 != 0 ]] |
277 | 2024-04-23T17:52:02.868Z | + CIDL_OS=solaris2.11 |
278 | 2024-04-23T17:52:02.868Z | + [[ 0 != 0 ]] |
279 | 2024-04-23T17:52:02.868Z | + configure_os solaris2.11 |
280 | 2024-04-23T17:52:02.868Z | + echo 'current directory: /work/oxidecomputer/omicron' |
281 | 2024-04-23T17:52:02.868Z | current directory: /work/oxidecomputer/omicron |
282 | 2024-04-23T17:52:02.868Z | + echo 'configuring based on OS: "solaris2.11"' |
283 | 2024-04-23T17:52:02.868Z | configuring based on OS: "solaris2.11" |
284 | 2024-04-23T17:52:02.869Z | + case "$1" in |
285 | 2024-04-23T17:52:02.869Z | + CIDL_BUILD=illumos |
286 | 2024-04-23T17:52:02.869Z | + CIDL_SUFFIX=tar.gz |
287 | 2024-04-23T17:52:02.869Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
288 | 2024-04-23T17:52:02.869Z | + CIDL_URL_BASE=https://illumos.org/downloads |
289 | 2024-04-23T17:52:02.869Z | + CIDL_ASSEMBLE=do_assemble_illumos |
290 | 2024-04-23T17:52:02.869Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
291 | 2024-04-23T17:52:02.869Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-04-23T17:52:02.869Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-04-23T17:52:02.869Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
294 | 2024-04-23T17:52:02.869Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-04-23T17:52:02.869Z | + CIDL_SHA256FUNC=do_sha256sum |
296 | 2024-04-23T17:52:02.869Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
297 | 2024-04-23T17:52:02.869Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-04-23T17:52:02.870Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-04-23T17:52:02.870Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
300 | 2024-04-23T17:52:02.870Z | + mkdir -p out/downloads |
301 | 2024-04-23T17:52:02.870Z | + mkdir -p ./out/cockroachdb |
302 | 2024-04-23T17:52:02.877Z | + local DO_DOWNLOAD=true |
303 | 2024-04-23T17:52:02.877Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
304 | 2024-04-23T17:52:02.877Z | + '[' true == true ']' |
305 | 2024-04-23T17:52:02.877Z | + echo Downloading... |
306 | 2024-04-23T17:52:02.877Z | Downloading... |
307 | 2024-04-23T17:52:02.877Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-04-23T17:52:02.877Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-04-23T17:52:07.644Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-04-23T17:52:07.647Z | ++ sha256sum |
311 | 2024-04-23T17:52:07.647Z | ++ awk '{print $1}' |
312 | 2024-04-23T17:52:07.754Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
313 | 2024-04-23T17:52:07.754Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
314 | 2024-04-23T17:52:07.758Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2024-04-23T17:52:07.758Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
316 | 2024-04-23T17:52:09.916Z | + do_assemble_illumos |
317 | 2024-04-23T17:52:09.919Z | + rm -r ./out/cockroachdb |
318 | 2024-04-23T17:52:09.919Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
319 | 2024-04-23T17:52:10.322Z | + ./out/cockroachdb/bin/cockroach version |
320 | 2024-04-23T17:52:10.489Z | Build Tag: v22.1.9-dirty |
321 | 2024-04-23T17:52:10.490Z | Build Time: 2022/10/26 21:17:46 |
322 | 2024-04-23T17:52:10.490Z | Distribution: OSS |
323 | 2024-04-23T17:52:10.490Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
324 | 2024-04-23T17:52:10.490Z | Go Version: go1.17.13 |
325 | 2024-04-23T17:52:10.490Z | C Compiler: gcc 10.3.0 |
326 | 2024-04-23T17:52:10.490Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
327 | 2024-04-23T17:52:10.490Z | Build Type: release |
328 | 2024-04-23T17:52:10.509Z | + set -o errexit |
329 | 2024-04-23T17:52:10.514Z | +++ dirname ./tools/ci_download_clickhouse |
330 | 2024-04-23T17:52:10.514Z | ++ cd ./tools |
331 | 2024-04-23T17:52:10.514Z | ++ pwd |
332 | 2024-04-23T17:52:10.515Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
333 | 2024-04-23T17:52:10.515Z | ++ basename ./tools/ci_download_clickhouse |
334 | 2024-04-23T17:52:10.515Z | + ARG0=ci_download_clickhouse |
335 | 2024-04-23T17:52:10.515Z | + TARGET_DIR=out |
336 | 2024-04-23T17:52:10.515Z | + DOWNLOAD_DIR=out/downloads |
337 | 2024-04-23T17:52:10.515Z | + DEST_DIR=./out/clickhouse |
338 | 2024-04-23T17:52:10.515Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
339 | 2024-04-23T17:52:10.515Z | + CIDL_VERSION=v23.8.7.24 |
340 | 2024-04-23T17:52:10.515Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
341 | 2024-04-23T17:52:10.515Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
342 | 2024-04-23T17:52:10.515Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
343 | 2024-04-23T17:52:10.515Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
344 | 2024-04-23T17:52:10.516Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
345 | 2024-04-23T17:52:10.516Z | + main |
346 | 2024-04-23T17:52:10.516Z | + [[ 0 != 0 ]] |
347 | 2024-04-23T17:52:10.516Z | + CIDL_OS=solaris2.11 |
348 | 2024-04-23T17:52:10.516Z | + [[ 0 != 0 ]] |
349 | 2024-04-23T17:52:10.516Z | + configure_os solaris2.11 |
350 | 2024-04-23T17:52:10.516Z | + echo 'current directory: /work/oxidecomputer/omicron' |
351 | 2024-04-23T17:52:10.516Z | current directory: /work/oxidecomputer/omicron |
352 | 2024-04-23T17:52:10.516Z | + echo 'configuring based on OS: "solaris2.11"' |
353 | 2024-04-23T17:52:10.516Z | + CIDL_DASHREV= |
354 | 2024-04-23T17:52:10.516Z | + case "$1" in |
355 | 2024-04-23T17:52:10.517Z | configuring based on OS: "solaris2.11" |
356 | 2024-04-23T17:52:10.517Z | + CIDL_PLATFORM=illumos |
357 | 2024-04-23T17:52:10.517Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
358 | 2024-04-23T17:52:10.517Z | + CIDL_MD5FUNC=do_md5sum |
359 | 2024-04-23T17:52:10.517Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
360 | 2024-04-23T17:52:10.517Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
361 | 2024-04-23T17:52:10.517Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
362 | 2024-04-23T17:52:10.517Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
363 | 2024-04-23T17:52:10.517Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
364 | 2024-04-23T17:52:10.517Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
365 | 2024-04-23T17:52:10.517Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
366 | 2024-04-23T17:52:10.517Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
367 | 2024-04-23T17:52:10.517Z | + mkdir -p out/downloads |
368 | 2024-04-23T17:52:10.518Z | + mkdir -p ./out/clickhouse |
369 | 2024-04-23T17:52:10.518Z | + local DO_DOWNLOAD=true |
370 | 2024-04-23T17:52:10.518Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
371 | 2024-04-23T17:52:10.518Z | + '[' true == true ']' |
372 | 2024-04-23T17:52:10.518Z | + echo Downloading... |
373 | 2024-04-23T17:52:10.518Z | Downloading... |
374 | 2024-04-23T17:52:10.518Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-04-23T17:52:10.518Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
376 | 2024-04-23T17:52:12.101Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
377 | 2024-04-23T17:52:12.106Z | ++ md5sum |
378 | 2024-04-23T17:52:12.107Z | ++ awk '{print $1}' |
379 | 2024-04-23T17:52:12.332Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
380 | 2024-04-23T17:52:12.332Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
381 | 2024-04-23T17:52:12.333Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
382 | 2024-04-23T17:52:12.343Z | + mkdir -p ./out/clickhouse |
383 | 2024-04-23T17:52:12.343Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
384 | 2024-04-23T17:52:16.156Z | + [[ solaris2.11 == darwin* ]] |
385 | 2024-04-23T17:52:16.156Z | + ./out/clickhouse/clickhouse server --version |
386 | 2024-04-23T17:52:16.435Z | ClickHouse server version 23.8.7.1. |
387 | 2024-04-23T17:52:16.454Z | + set -o errexit |
388 | 2024-04-23T17:52:16.458Z | +++ dirname ./tools/ci_download_console |
389 | 2024-04-23T17:52:16.463Z | ++ cd ./tools |
390 | 2024-04-23T17:52:16.463Z | ++ pwd |
391 | 2024-04-23T17:52:16.463Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2024-04-23T17:52:16.463Z | ++ basename ./tools/ci_download_console |
393 | 2024-04-23T17:52:16.463Z | + ARG0=ci_download_console |
394 | 2024-04-23T17:52:16.463Z | + TARGET_DIR=out |
395 | 2024-04-23T17:52:16.463Z | + DOWNLOAD_DIR=out/downloads |
396 | 2024-04-23T17:52:16.463Z | + DEST_DIR=./out/console-assets |
397 | 2024-04-23T17:52:16.463Z | + source /work/oxidecomputer/omicron/tools/console_version |
398 | 2024-04-23T17:52:16.464Z | ++ COMMIT=c008d365b38b53c962a80e9c352e4e09ec18b436 |
399 | 2024-04-23T17:52:16.464Z | ++ SHA2=fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223 |
400 | 2024-04-23T17:52:16.464Z | + URL=https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz |
401 | 2024-04-23T17:52:16.464Z | + TARBALL_FILE=out/downloads/console.tar.gz |
402 | 2024-04-23T17:52:16.467Z | + main |
403 | 2024-04-23T17:52:16.467Z | + [[ 0 != 0 ]] |
404 | 2024-04-23T17:52:16.467Z | + echo 'URL: https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz' |
405 | 2024-04-23T17:52:16.467Z | URL: https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz |
406 | 2024-04-23T17:52:16.467Z | Local file: out/downloads/console.tar.gz |
407 | 2024-04-23T17:52:16.467Z | + echo 'Local file: out/downloads/console.tar.gz' |
408 | 2024-04-23T17:52:16.467Z | + local DO_DOWNLOAD=true |
409 | 2024-04-23T17:52:16.467Z | + [[ -f out/downloads/console.tar.gz ]] |
410 | 2024-04-23T17:52:16.467Z | + mkdir -p out/downloads |
411 | 2024-04-23T17:52:16.467Z | + '[' true == true ']' |
412 | 2024-04-23T17:52:16.468Z | + echo Downloading... |
413 | 2024-04-23T17:52:16.468Z | Downloading... |
414 | 2024-04-23T17:52:16.468Z | + do_download_curl https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz out/downloads/console.tar.gz |
415 | 2024-04-23T17:52:16.468Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/c008d365b38b53c962a80e9c352e4e09ec18b436.tar.gz |
416 | 2024-04-23T17:52:17.082Z | ++ do_sha256sum out/downloads/console.tar.gz |
417 | 2024-04-23T17:52:17.089Z | ++ case "$OSTYPE" in |
418 | 2024-04-23T17:52:17.089Z | ++ SHA=sha256sum |
419 | 2024-04-23T17:52:17.090Z | ++ sha256sum |
420 | 2024-04-23T17:52:17.090Z | ++ awk '{print $1}' |
421 | 2024-04-23T17:52:17.090Z | + calculated_sha2=fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223 |
422 | 2024-04-23T17:52:17.091Z | + [[ fed49e7611283f7dc0f006e26d0e111318c8d95f9dca70804590782055615223 != \f\e\d\4\9\e\7\6\1\1\2\8\3\f\7\d\c\0\f\0\0\6\e\2\6\d\0\e\1\1\1\3\1\8\c\8\d\9\5\f\9\d\c\a\7\0\8\0\4\5\9\0\7\8\2\0\5\5\6\1\5\2\2\3 ]] |
423 | 2024-04-23T17:52:17.091Z | + rm -rf ./out/console-assets |
424 | 2024-04-23T17:52:17.101Z | + mkdir -p ./out/console-assets |
425 | 2024-04-23T17:52:17.101Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
426 | 2024-04-23T17:52:17.101Z | + mkdir -p ./out/console-assets |
427 | 2024-04-23T17:52:17.101Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
428 | 2024-04-23T17:52:17.201Z | + set -o errexit |
429 | 2024-04-23T17:52:17.212Z | +++ dirname ./tools/ci_download_maghemite_openapi |
430 | 2024-04-23T17:52:17.212Z | ++ cd ./tools |
431 | 2024-04-23T17:52:17.212Z | ++ pwd |
432 | 2024-04-23T17:52:17.212Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
433 | 2024-04-23T17:52:17.212Z | ++ basename ./tools/ci_download_maghemite_openapi |
434 | 2024-04-23T17:52:17.212Z | + ARG0=ci_download_maghemite_openapi |
435 | 2024-04-23T17:52:17.213Z | + TARGET_DIR=out |
436 | 2024-04-23T17:52:17.213Z | + DOWNLOAD_DIR=out/downloads |
437 | 2024-04-23T17:52:17.213Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
438 | 2024-04-23T17:52:17.213Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
439 | 2024-04-23T17:52:17.213Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
440 | 2024-04-23T17:52:17.213Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
441 | 2024-04-23T17:52:17.213Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
442 | 2024-04-23T17:52:17.213Z | + main |
443 | 2024-04-23T17:52:17.213Z | + rm -rf out/downloads/root |
444 | 2024-04-23T17:52:17.213Z | + [[ 0 != 0 ]] |
445 | 2024-04-23T17:52:17.213Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
446 | 2024-04-23T17:52:17.213Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
447 | 2024-04-23T17:52:17.214Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
448 | 2024-04-23T17:52:17.214Z | + local DO_DOWNLOAD=true |
449 | 2024-04-23T17:52:17.214Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
450 | 2024-04-23T17:52:17.214Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
451 | 2024-04-23T17:52:17.214Z | + mkdir -p out/downloads |
452 | 2024-04-23T17:52:17.214Z | + '[' true == true ']' |
453 | 2024-04-23T17:52:17.214Z | + echo Downloading... |
454 | 2024-04-23T17:52:17.214Z | Downloading... |
455 | 2024-04-23T17:52:17.214Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
456 | 2024-04-23T17:52:17.214Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
457 | 2024-04-23T17:52:17.398Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
458 | 2024-04-23T17:52:17.398Z | ++ case "$OSTYPE" in |
459 | 2024-04-23T17:52:17.398Z | ++ SHA=sha256sum |
460 | 2024-04-23T17:52:17.407Z | ++ sha256sum |
461 | 2024-04-23T17:52:17.407Z | ++ awk '{print $1}' |
462 | 2024-04-23T17:52:17.407Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
463 | 2024-04-23T17:52:17.408Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
464 | 2024-04-23T17:52:17.408Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
465 | 2024-04-23T17:52:17.408Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
466 | 2024-04-23T17:52:17.408Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
467 | 2024-04-23T17:52:17.408Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
468 | 2024-04-23T17:52:17.408Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
469 | 2024-04-23T17:52:17.408Z | + main |
470 | 2024-04-23T17:52:17.408Z | + rm -rf out/downloads/root |
471 | 2024-04-23T17:52:17.409Z | + [[ 0 != 0 ]] |
472 | 2024-04-23T17:52:17.409Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
473 | 2024-04-23T17:52:17.409Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
474 | 2024-04-23T17:52:17.409Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
475 | 2024-04-23T17:52:17.409Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
476 | 2024-04-23T17:52:17.410Z | + local DO_DOWNLOAD=true |
477 | 2024-04-23T17:52:17.410Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
478 | 2024-04-23T17:52:17.410Z | + mkdir -p out/downloads |
479 | 2024-04-23T17:52:17.445Z | + '[' true == true ']' |
480 | 2024-04-23T17:52:17.445Z | + echo Downloading... |
481 | 2024-04-23T17:52:17.445Z | Downloading... |
482 | 2024-04-23T17:52:17.445Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
483 | 2024-04-23T17:52:17.445Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
484 | 2024-04-23T17:52:17.978Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
485 | 2024-04-23T17:52:17.992Z | ++ case "$OSTYPE" in |
486 | 2024-04-23T17:52:17.992Z | ++ SHA=sha256sum |
487 | 2024-04-23T17:52:17.993Z | ++ sha256sum |
488 | 2024-04-23T17:52:17.993Z | ++ awk '{print $1}' |
489 | 2024-04-23T17:52:17.993Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
490 | 2024-04-23T17:52:17.993Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
491 | 2024-04-23T17:52:17.993Z | + set -o errexit |
492 | 2024-04-23T17:52:18.007Z | +++ dirname ./tools/ci_download_dendrite_openapi |
493 | 2024-04-23T17:52:18.007Z | ++ cd ./tools |
494 | 2024-04-23T17:52:18.008Z | ++ pwd |
495 | 2024-04-23T17:52:18.008Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
496 | 2024-04-23T17:52:18.008Z | ++ basename ./tools/ci_download_dendrite_openapi |
497 | 2024-04-23T17:52:18.008Z | + ARG0=ci_download_dendrite_openapi |
498 | 2024-04-23T17:52:18.009Z | + TARGET_DIR=out |
499 | 2024-04-23T17:52:18.009Z | + DOWNLOAD_DIR=out/downloads |
500 | 2024-04-23T17:52:18.009Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
501 | 2024-04-23T17:52:18.009Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
502 | 2024-04-23T17:52:18.009Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
503 | 2024-04-23T17:52:18.009Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
504 | 2024-04-23T17:52:18.009Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
505 | 2024-04-23T17:52:18.009Z | + main |
506 | 2024-04-23T17:52:18.010Z | + [[ 0 != 0 ]] |
507 | 2024-04-23T17:52:18.010Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
508 | 2024-04-23T17:52:18.010Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
509 | 2024-04-23T17:52:18.010Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
510 | 2024-04-23T17:52:18.010Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
511 | 2024-04-23T17:52:18.010Z | + local DO_DOWNLOAD=true |
512 | 2024-04-23T17:52:18.010Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
513 | 2024-04-23T17:52:18.010Z | + mkdir -p out/downloads |
514 | 2024-04-23T17:52:18.010Z | + '[' true == true ']' |
515 | 2024-04-23T17:52:18.010Z | + echo Downloading... |
516 | 2024-04-23T17:52:18.011Z | Downloading... |
517 | 2024-04-23T17:52:18.011Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
518 | 2024-04-23T17:52:18.011Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
519 | 2024-04-23T17:52:18.159Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
520 | 2024-04-23T17:52:18.160Z | ++ case "$OSTYPE" in |
521 | 2024-04-23T17:52:18.160Z | ++ SHA=sha256sum |
522 | 2024-04-23T17:52:18.165Z | ++ sha256sum |
523 | 2024-04-23T17:52:18.165Z | ++ awk '{print $1}' |
524 | 2024-04-23T17:52:18.165Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
525 | 2024-04-23T17:52:18.165Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
526 | 2024-04-23T17:52:18.169Z | + set -o errexit |
527 | 2024-04-23T17:52:18.172Z | +++ dirname ./tools/ci_download_dendrite_stub |
528 | 2024-04-23T17:52:18.172Z | ++ cd ./tools |
529 | 2024-04-23T17:52:18.172Z | ++ pwd |
530 | 2024-04-23T17:52:18.181Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
531 | 2024-04-23T17:52:18.181Z | ++ basename ./tools/ci_download_dendrite_stub |
532 | 2024-04-23T17:52:18.181Z | + ARG0=ci_download_dendrite_stub |
533 | 2024-04-23T17:52:18.181Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
534 | 2024-04-23T17:52:18.181Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
535 | 2024-04-23T17:52:18.181Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
536 | 2024-04-23T17:52:18.181Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
537 | 2024-04-23T17:52:18.181Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
538 | 2024-04-23T17:52:18.181Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
539 | 2024-04-23T17:52:18.182Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
540 | 2024-04-23T17:52:18.182Z | + TARGET_DIR=out |
541 | 2024-04-23T17:52:18.182Z | + DOWNLOAD_DIR=out/downloads |
542 | 2024-04-23T17:52:18.182Z | + DEST_DIR=./out/dendrite-stub |
543 | 2024-04-23T17:52:18.182Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
544 | 2024-04-23T17:52:18.182Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
545 | 2024-04-23T17:52:18.182Z | + REPO=oxidecomputer/dendrite |
546 | 2024-04-23T17:52:18.182Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
547 | 2024-04-23T17:52:18.182Z | + main |
548 | 2024-04-23T17:52:18.182Z | + [[ 0 != 0 ]] |
549 | 2024-04-23T17:52:18.182Z | + CIDL_OS=solaris2.11 |
550 | 2024-04-23T17:52:18.182Z | + [[ 0 != 0 ]] |
551 | 2024-04-23T17:52:18.182Z | + configure_os solaris2.11 |
552 | 2024-04-23T17:52:18.182Z | + echo 'current directory: /work/oxidecomputer/omicron' |
553 | 2024-04-23T17:52:18.182Z | current directory: /work/oxidecomputer/omicron |
554 | 2024-04-23T17:52:18.183Z | + echo 'configuring based on OS: "solaris2.11"' |
555 | 2024-04-23T17:52:18.183Z | configuring based on OS: "solaris2.11" |
556 | 2024-04-23T17:52:18.183Z | + case "$1" in |
557 | 2024-04-23T17:52:18.183Z | + SET_BINARIES= |
558 | 2024-04-23T17:52:18.183Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
559 | 2024-04-23T17:52:18.183Z | + CIDL_SHA256FUNC=do_sha256sum |
560 | 2024-04-23T17:52:18.183Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
561 | 2024-04-23T17:52:18.183Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
562 | 2024-04-23T17:52:18.183Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
563 | 2024-04-23T17:52:18.183Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
564 | 2024-04-23T17:52:18.183Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
565 | 2024-04-23T17:52:18.183Z | Local file: out/downloads/dendrite-stub.tar.gz |
566 | 2024-04-23T17:52:18.183Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
567 | 2024-04-23T17:52:18.183Z | + mkdir -p out/downloads |
568 | 2024-04-23T17:52:18.189Z | + mkdir -p ./out/dendrite-stub |
569 | 2024-04-23T17:52:18.189Z | + fetch_and_verify |
570 | 2024-04-23T17:52:18.189Z | + local DO_DOWNLOAD=true |
571 | 2024-04-23T17:52:18.189Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
572 | 2024-04-23T17:52:18.189Z | + '[' true == true ']' |
573 | 2024-04-23T17:52:18.189Z | + echo Downloading... |
574 | 2024-04-23T17:52:18.190Z | Downloading... |
575 | 2024-04-23T17:52:18.190Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
576 | 2024-04-23T17:52:18.190Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
577 | 2024-04-23T17:52:23.906Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
578 | 2024-04-23T17:52:23.909Z | ++ sha256sum |
579 | 2024-04-23T17:52:23.909Z | ++ awk '{print $1}' |
580 | 2024-04-23T17:52:23.928Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
581 | 2024-04-23T17:52:23.931Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
582 | 2024-04-23T17:52:23.931Z | + do_untar out/downloads/dendrite-stub.tar.gz |
583 | 2024-04-23T17:52:23.931Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
584 | 2024-04-23T17:52:24.522Z | + do_assemble |
585 | 2024-04-23T17:52:24.522Z | + rm -r ./out/dendrite-stub |
586 | 2024-04-23T17:52:24.525Z | + mkdir ./out/dendrite-stub |
587 | 2024-04-23T17:52:24.525Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
588 | 2024-04-23T17:52:24.604Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
589 | 2024-04-23T17:52:24.614Z | + set -o errexit |
590 | 2024-04-23T17:52:24.617Z | +++ dirname ./tools/ci_download_maghemite_mgd |
591 | 2024-04-23T17:52:24.620Z | ++ cd ./tools |
592 | 2024-04-23T17:52:24.620Z | ++ pwd |
593 | 2024-04-23T17:52:24.620Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
594 | 2024-04-23T17:52:24.620Z | ++ basename ./tools/ci_download_maghemite_mgd |
595 | 2024-04-23T17:52:24.620Z | + ARG0=ci_download_maghemite_mgd |
596 | 2024-04-23T17:52:24.620Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
597 | 2024-04-23T17:52:24.620Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
598 | 2024-04-23T17:52:24.621Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
599 | 2024-04-23T17:52:24.621Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
600 | 2024-04-23T17:52:24.621Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
601 | 2024-04-23T17:52:24.621Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
602 | 2024-04-23T17:52:24.624Z | + TARGET_DIR=out |
603 | 2024-04-23T17:52:24.624Z | + DOWNLOAD_DIR=out/downloads |
604 | 2024-04-23T17:52:24.624Z | + DEST_DIR=./out/mgd |
605 | 2024-04-23T17:52:24.624Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
606 | 2024-04-23T17:52:24.624Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
607 | 2024-04-23T17:52:24.624Z | + REPO=oxidecomputer/maghemite |
608 | 2024-04-23T17:52:24.624Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
609 | 2024-04-23T17:52:24.624Z | + main |
610 | 2024-04-23T17:52:24.624Z | + rm -rf out/downloads/root |
611 | 2024-04-23T17:52:24.629Z | + [[ 0 != 0 ]] |
612 | 2024-04-23T17:52:24.629Z | + CIDL_OS=solaris2.11 |
613 | 2024-04-23T17:52:24.629Z | + [[ 0 != 0 ]] |
614 | 2024-04-23T17:52:24.633Z | + configure_os solaris2.11 |
615 | 2024-04-23T17:52:24.633Z | + echo 'current directory: /work/oxidecomputer/omicron' |
616 | 2024-04-23T17:52:24.633Z | current directory: /work/oxidecomputer/omicron |
617 | 2024-04-23T17:52:24.633Z | + echo 'configuring based on OS: "solaris2.11"' |
618 | 2024-04-23T17:52:24.633Z | configuring based on OS: "solaris2.11" |
619 | 2024-04-23T17:52:24.633Z | + case "$1" in |
620 | 2024-04-23T17:52:24.633Z | + SET_BINARIES= |
621 | 2024-04-23T17:52:24.633Z | + CIDL_SHA256FUNC=do_sha256sum |
622 | 2024-04-23T17:52:24.633Z | + TARBALL_FILENAME=mgd.tar.gz |
623 | 2024-04-23T17:52:24.633Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
624 | 2024-04-23T17:52:24.633Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
625 | 2024-04-23T17:52:24.633Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
626 | 2024-04-23T17:52:24.633Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
627 | 2024-04-23T17:52:24.633Z | Local file: out/downloads/mgd.tar.gz |
628 | 2024-04-23T17:52:24.633Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
629 | 2024-04-23T17:52:24.634Z | + mkdir -p out/downloads |
630 | 2024-04-23T17:52:24.634Z | + mkdir -p ./out/mgd |
631 | 2024-04-23T17:52:24.637Z | + fetch_and_verify |
632 | 2024-04-23T17:52:24.637Z | + local DO_DOWNLOAD=true |
633 | 2024-04-23T17:52:24.637Z | + [[ -f out/downloads/mgd.tar.gz ]] |
634 | 2024-04-23T17:52:24.638Z | + '[' true == true ']' |
635 | 2024-04-23T17:52:24.638Z | + echo Downloading... |
636 | 2024-04-23T17:52:24.638Z | Downloading... |
637 | 2024-04-23T17:52:24.638Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
638 | 2024-04-23T17:52:24.638Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
639 | 2024-04-23T17:52:34.844Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
640 | 2024-04-23T17:52:34.848Z | ++ sha256sum |
641 | 2024-04-23T17:52:34.848Z | ++ awk '{print $1}' |
642 | 2024-04-23T17:52:34.876Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
643 | 2024-04-23T17:52:34.879Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
644 | 2024-04-23T17:52:34.880Z | + do_untar out/downloads/mgd.tar.gz |
645 | 2024-04-23T17:52:34.880Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
646 | 2024-04-23T17:52:35.618Z | + do_assemble |
647 | 2024-04-23T17:52:35.618Z | + rm -r ./out/mgd |
648 | 2024-04-23T17:52:35.621Z | + mkdir ./out/mgd |
649 | 2024-04-23T17:52:35.622Z | + cp -r out/downloads/root ./out/mgd/root |
650 | 2024-04-23T17:52:35.706Z | + set -o errexit |
651 | 2024-04-23T17:52:35.710Z | +++ dirname ./tools/ci_download_transceiver_control |
652 | 2024-04-23T17:52:35.710Z | ++ cd ./tools |
653 | 2024-04-23T17:52:35.710Z | ++ pwd |
654 | 2024-04-23T17:52:35.717Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
655 | 2024-04-23T17:52:35.717Z | ++ basename ./tools/ci_download_transceiver_control |
656 | 2024-04-23T17:52:35.717Z | + ARG0=ci_download_transceiver_control |
657 | 2024-04-23T17:52:35.717Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
658 | 2024-04-23T17:52:35.717Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
659 | 2024-04-23T17:52:35.718Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2024-04-23T17:52:35.718Z | + TARGET_DIR=out |
661 | 2024-04-23T17:52:35.718Z | + DOWNLOAD_DIR=out/downloads |
662 | 2024-04-23T17:52:35.718Z | + DEST_DIR=./out/transceiver-control |
663 | 2024-04-23T17:52:35.718Z | + BIN_DIR=/opt/oxide/bin |
664 | 2024-04-23T17:52:35.718Z | + BINARY=xcvradm |
665 | 2024-04-23T17:52:35.718Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
666 | 2024-04-23T17:52:35.718Z | + REPO=oxidecomputer/transceiver-control |
667 | 2024-04-23T17:52:35.718Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
668 | 2024-04-23T17:52:35.718Z | + main |
669 | 2024-04-23T17:52:35.718Z | + [[ 0 != 0 ]] |
670 | 2024-04-23T17:52:35.718Z | + CIDL_OS=solaris2.11 |
671 | 2024-04-23T17:52:35.718Z | + [[ 0 != 0 ]] |
672 | 2024-04-23T17:52:35.718Z | + configure_os solaris2.11 |
673 | 2024-04-23T17:52:35.718Z | + echo 'current directory: /work/oxidecomputer/omicron' |
674 | 2024-04-23T17:52:35.718Z | current directory: /work/oxidecomputer/omicron |
675 | 2024-04-23T17:52:35.718Z | + echo 'configuring based on OS: "solaris2.11"' |
676 | 2024-04-23T17:52:35.718Z | + case "$1" in |
677 | 2024-04-23T17:52:35.718Z | configuring based on OS: "solaris2.11" |
678 | 2024-04-23T17:52:35.718Z | + SET_BINARIES= |
679 | 2024-04-23T17:52:35.718Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
680 | 2024-04-23T17:52:35.718Z | + CIDL_SHA256FUNC=do_sha256sum |
681 | 2024-04-23T17:52:35.718Z | + ARCHIVE_FILENAME=xcvradm.gz |
682 | 2024-04-23T17:52:35.719Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
683 | 2024-04-23T17:52:35.719Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
684 | 2024-04-23T17:52:35.719Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
685 | 2024-04-23T17:52:35.719Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
686 | 2024-04-23T17:52:35.719Z | Local file: out/downloads/xcvradm.gz |
687 | 2024-04-23T17:52:35.719Z | + echo 'Local file: out/downloads/xcvradm.gz' |
688 | 2024-04-23T17:52:35.719Z | + mkdir -p out/downloads |
689 | 2024-04-23T17:52:35.722Z | + mkdir -p ./out/transceiver-control |
690 | 2024-04-23T17:52:35.722Z | + fetch_and_verify |
691 | 2024-04-23T17:52:35.722Z | + local DO_DOWNLOAD=true |
692 | 2024-04-23T17:52:35.723Z | + [[ -f out/downloads/xcvradm.gz ]] |
693 | 2024-04-23T17:52:35.723Z | + '[' true == true ']' |
694 | 2024-04-23T17:52:35.723Z | + echo Downloading... |
695 | 2024-04-23T17:52:35.723Z | Downloading... |
696 | 2024-04-23T17:52:35.723Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
697 | 2024-04-23T17:52:35.723Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
698 | 2024-04-23T17:52:37.674Z | ++ do_sha256sum out/downloads/xcvradm.gz |
699 | 2024-04-23T17:52:37.678Z | ++ sha256sum |
700 | 2024-04-23T17:52:37.678Z | ++ awk '{print $1}' |
701 | 2024-04-23T17:52:37.683Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
702 | 2024-04-23T17:52:37.683Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
703 | 2024-04-23T17:52:37.687Z | + do_unpack out/downloads/xcvradm.gz |
704 | 2024-04-23T17:52:37.687Z | + mkdir -p out/downloads/root//opt/oxide/bin |
705 | 2024-04-23T17:52:37.687Z | + gzip -dc out/downloads/xcvradm.gz |
706 | 2024-04-23T17:52:37.806Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
707 | 2024-04-23T17:52:37.811Z | + do_assemble |
708 | 2024-04-23T17:52:37.811Z | + rm -r ./out/transceiver-control |
709 | 2024-04-23T17:52:37.811Z | + mkdir ./out/transceiver-control |
710 | 2024-04-23T17:52:37.816Z | + cp -r out/downloads/root ./out/transceiver-control/root |
711 | 2024-04-23T17:52:37.914Z | + set -o errexit |
712 | 2024-04-23T17:52:37.917Z | +++ dirname ./tools/ci_download_thundermuffin |
713 | 2024-04-23T17:52:37.921Z | ++ cd ./tools |
714 | 2024-04-23T17:52:37.921Z | ++ pwd |
715 | 2024-04-23T17:52:37.921Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
716 | 2024-04-23T17:52:37.921Z | ++ basename ./tools/ci_download_thundermuffin |
717 | 2024-04-23T17:52:37.921Z | + ARG0=ci_download_thundermuffin |
718 | 2024-04-23T17:52:37.921Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
719 | 2024-04-23T17:52:37.921Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
720 | 2024-04-23T17:52:37.921Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
721 | 2024-04-23T17:52:37.921Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
722 | 2024-04-23T17:52:37.921Z | + TARGET_DIR=out |
723 | 2024-04-23T17:52:37.921Z | + DOWNLOAD_DIR=out/downloads |
724 | 2024-04-23T17:52:37.922Z | + DEST_DIR=./out/thundermuffin |
725 | 2024-04-23T17:52:37.922Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
726 | 2024-04-23T17:52:37.922Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
727 | 2024-04-23T17:52:37.922Z | + REPO=oxidecomputer/thundermuffin |
728 | 2024-04-23T17:52:37.922Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
729 | 2024-04-23T17:52:37.922Z | + main |
730 | 2024-04-23T17:52:37.925Z | + rm -rf out/downloads/root |
731 | 2024-04-23T17:52:37.928Z | + [[ 0 != 0 ]] |
732 | 2024-04-23T17:52:37.928Z | + CIDL_OS=solaris2.11 |
733 | 2024-04-23T17:52:37.928Z | + [[ 0 != 0 ]] |
734 | 2024-04-23T17:52:37.929Z | + configure_os solaris2.11 |
735 | 2024-04-23T17:52:37.929Z | + echo 'current directory: /work/oxidecomputer/omicron' |
736 | 2024-04-23T17:52:37.932Z | current directory: /work/oxidecomputer/omicron |
737 | 2024-04-23T17:52:37.932Z | + echo 'configuring based on OS: "solaris2.11"' |
738 | 2024-04-23T17:52:37.932Z | + case "$1" in |
739 | 2024-04-23T17:52:37.932Z | + SET_BINARIES= |
740 | 2024-04-23T17:52:37.932Z | configuring based on OS: "solaris2.11" |
741 | 2024-04-23T17:52:37.932Z | + CIDL_SHA256FUNC=do_sha256sum |
742 | 2024-04-23T17:52:37.932Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
743 | 2024-04-23T17:52:37.932Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
744 | 2024-04-23T17:52:37.932Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
745 | 2024-04-23T17:52:37.932Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
746 | 2024-04-23T17:52:37.932Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
747 | 2024-04-23T17:52:37.932Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
748 | 2024-04-23T17:52:37.932Z | Local file: out/downloads/thundermuffin.tar.gz |
749 | 2024-04-23T17:52:37.932Z | + mkdir -p out/downloads |
750 | 2024-04-23T17:52:37.932Z | + mkdir -p ./out/thundermuffin |
751 | 2024-04-23T17:52:37.939Z | + fetch_and_verify |
752 | 2024-04-23T17:52:37.939Z | + local DO_DOWNLOAD=true |
753 | 2024-04-23T17:52:37.939Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
754 | 2024-04-23T17:52:37.939Z | + '[' true == true ']' |
755 | 2024-04-23T17:52:37.940Z | + echo Downloading... |
756 | 2024-04-23T17:52:37.940Z | Downloading... |
757 | 2024-04-23T17:52:37.940Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
758 | 2024-04-23T17:52:37.940Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
759 | 2024-04-23T17:52:38.926Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
760 | 2024-04-23T17:52:38.931Z | ++ sha256sum |
761 | 2024-04-23T17:52:38.931Z | ++ awk '{print $1}' |
762 | 2024-04-23T17:52:38.936Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
763 | 2024-04-23T17:52:38.936Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
764 | 2024-04-23T17:52:38.936Z | + do_untar out/downloads/thundermuffin.tar.gz |
765 | 2024-04-23T17:52:38.936Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
766 | 2024-04-23T17:52:38.999Z | + do_assemble |
767 | 2024-04-23T17:52:38.999Z | + rm -r ./out/thundermuffin |
768 | 2024-04-23T17:52:39.007Z | + mkdir ./out/thundermuffin |
769 | 2024-04-23T17:52:39.007Z | + cp -r out/downloads/root ./out/thundermuffin/root |
770 | 2024-04-23T17:52:39.011Z | All prerequisites installed successfully |
771 | 2024-04-23T17:52:39.011Z | |
772 | 2024-04-23T17:52:39.011Z | real 2:01.221355121 |
773 | 2024-04-23T17:52:39.011Z | user 36.939247376 |
774 | 2024-04-23T17:52:39.011Z | sys 6.797992549 |
775 | 2024-04-23T17:52:39.011Z | trap 0.008946896 |
776 | 2024-04-23T17:52:39.011Z | tflt 0.133742655 |
777 | 2024-04-23T17:52:39.012Z | dflt 0.371797179 |
778 | 2024-04-23T17:52:39.012Z | kflt 0.088119840 |
779 | 2024-04-23T17:52:39.012Z | lock 0.898587535 |
780 | 2024-04-23T17:52:39.012Z | slp 4:01.234440017 |
781 | 2024-04-23T17:52:39.012Z | lat 2.076702636 |
782 | 2024-04-23T17:52:39.012Z | stop 0.125006802 |
783 | 2024-04-23T17:52:39.016Z | + ptime -m ./tools/ci_download_softnpu_machinery |
784 | 2024-04-23T17:52:39.021Z | fetching npuzone |
785 | 2024-04-23T17:52:39.027Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
786 | 2024-04-23T17:52:39.027Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
787 | 2024-04-23T17:52:39.027Z | Getting hash for npuzone |
788 | 2024-04-23T17:52:39.111Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
789 | 2024-04-23T17:52:46.471Z | npuzone downloaded successfully |
790 | 2024-04-23T17:52:46.477Z | |
791 | 2024-04-23T17:52:46.477Z | real 7.447432350 |
792 | 2024-04-23T17:52:46.477Z | user 0.345714814 |
793 | 2024-04-23T17:52:46.478Z | sys 0.121460304 |
794 | 2024-04-23T17:52:46.478Z | trap 0.000040338 |
795 | 2024-04-23T17:52:46.478Z | tflt 0.000000000 |
796 | 2024-04-23T17:52:46.478Z | dflt 0.000000000 |
797 | 2024-04-23T17:52:46.478Z | kflt 0.000000000 |
798 | 2024-04-23T17:52:46.478Z | lock 0.000000000 |
799 | 2024-04-23T17:52:46.478Z | slp 21.746131121 |
800 | 2024-04-23T17:52:46.478Z | lat 0.100915812 |
801 | 2024-04-23T17:52:46.478Z | stop 0.000169069 |
802 | 2024-04-23T17:52:46.478Z | + export CARGO_INCREMENTAL=0 |
803 | 2024-04-23T17:52:46.478Z | + CARGO_INCREMENTAL=0 |
804 | 2024-04-23T17:52:46.478Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
805 | 2024-04-23T17:52:46.669Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
806 | 2024-04-23T17:52:47.046Z | Updating git repository `https://github.com/oxidecomputer/zone` |
807 | 2024-04-23T17:52:47.352Z | Updating crates.io index |
808 | 2024-04-23T17:52:47.395Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
809 | 2024-04-23T17:52:48.112Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
810 | 2024-04-23T17:52:48.800Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
811 | 2024-04-23T17:52:50.802Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
812 | 2024-04-23T17:52:51.335Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
813 | 2024-04-23T17:52:51.624Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
814 | 2024-04-23T17:52:52.572Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
815 | 2024-04-23T17:52:54.280Z | Updating git repository `https://github.com/oxidecomputer/opte` |
816 | 2024-04-23T17:52:55.349Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
817 | 2024-04-23T17:52:55.992Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
818 | 2024-04-23T17:52:56.290Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
819 | 2024-04-23T17:52:56.832Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
820 | 2024-04-23T17:52:57.167Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
821 | 2024-04-23T17:52:57.487Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
822 | 2024-04-23T17:52:57.898Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
823 | 2024-04-23T17:52:58.219Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
824 | 2024-04-23T17:52:58.562Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
825 | 2024-04-23T17:52:58.840Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
826 | 2024-04-23T17:52:59.097Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
827 | 2024-04-23T17:52:59.482Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
828 | 2024-04-23T17:52:59.889Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
829 | 2024-04-23T17:53:00.166Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
830 | 2024-04-23T17:53:00.830Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
831 | 2024-04-23T17:53:01.216Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
832 | 2024-04-23T17:53:01.541Z | Updating git repository `https://github.com/jgallagher/nix` |
833 | 2024-04-23T17:53:02.497Z | Updating git repository `https://github.com/cbiffle/hubpack` |
834 | 2024-04-23T17:53:02.832Z | Updating git repository `https://github.com/oxidecomputer/typify` |
835 | 2024-04-23T17:53:04.850Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
836 | 2024-04-23T17:53:05.245Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
837 | 2024-04-23T17:53:05.555Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
838 | 2024-04-23T17:53:06.005Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
839 | 2024-04-23T17:53:07.300Z | Downloading crates ... |
840 | 2024-04-23T17:53:07.412Z | Downloaded addr2line v0.21.0 |
841 | 2024-04-23T17:53:07.416Z | Downloaded aead v0.5.2 |
842 | 2024-04-23T17:53:07.423Z | Downloaded ahash v0.8.8 |
843 | 2024-04-23T17:53:07.423Z | Downloaded adler v1.0.2 |
844 | 2024-04-23T17:53:07.444Z | Downloaded aho-corasick v1.1.2 |
845 | 2024-04-23T17:53:07.452Z | Downloaded anstyle v1.0.6 |
846 | 2024-04-23T17:53:07.455Z | Downloaded anstyle-query v1.0.0 |
847 | 2024-04-23T17:53:07.455Z | Downloaded crossbeam-utils v0.8.19 |
848 | 2024-04-23T17:53:07.455Z | Downloaded anyhow v1.0.82 |
849 | 2024-04-23T17:53:07.459Z | Downloaded headers-core v0.2.0 |
850 | 2024-04-23T17:53:07.463Z | Downloaded heapless v0.7.16 |
851 | 2024-04-23T17:53:07.466Z | Downloaded heck v0.5.0 |
852 | 2024-04-23T17:53:07.466Z | Downloaded atty v0.2.14 |
853 | 2024-04-23T17:53:07.469Z | Downloaded hex v0.4.3 |
854 | 2024-04-23T17:53:07.469Z | Downloaded backoff v0.4.0 |
855 | 2024-04-23T17:53:07.473Z | Downloaded backtrace v0.3.69 |
856 | 2024-04-23T17:53:07.476Z | Downloaded hkdf v0.12.4 |
857 | 2024-04-23T17:53:07.480Z | Downloaded base64 v0.21.7 |
858 | 2024-04-23T17:53:07.483Z | Downloaded home v0.5.5 |
859 | 2024-04-23T17:53:07.486Z | Downloaded bit-set v0.5.3 |
860 | 2024-04-23T17:53:07.486Z | Downloaded base64 v0.22.0 |
861 | 2024-04-23T17:53:07.490Z | Downloaded http v0.2.12 |
862 | 2024-04-23T17:53:07.494Z | Downloaded httpdate v1.0.3 |
863 | 2024-04-23T17:53:07.497Z | Downloaded humantime v2.1.0 |
864 | 2024-04-23T17:53:07.497Z | Downloaded httparse v1.8.0 |
865 | 2024-04-23T17:53:07.501Z | Downloaded bcs v0.1.6 |
866 | 2024-04-23T17:53:07.507Z | Downloaded http-range v0.1.5 |
867 | 2024-04-23T17:53:07.507Z | Downloaded http-body v0.4.5 |
868 | 2024-04-23T17:53:07.510Z | Downloaded http v1.0.0 |
869 | 2024-04-23T17:53:07.510Z | Downloaded ident_case v1.0.1 |
870 | 2024-04-23T17:53:07.510Z | Downloaded iana-time-zone v0.1.57 |
871 | 2024-04-23T17:53:07.513Z | Downloaded bitvec v1.0.1 |
872 | 2024-04-23T17:53:07.530Z | Downloaded idna v0.2.3 |
873 | 2024-04-23T17:53:07.537Z | Downloaded block-padding v0.3.3 |
874 | 2024-04-23T17:53:07.541Z | Downloaded blake3 v1.5.0 |
875 | 2024-04-23T17:53:07.545Z | Downloaded hyper-staticfile v0.9.5 |
876 | 2024-04-23T17:53:07.548Z | Downloaded blake2 v0.10.6 |
877 | 2024-04-23T17:53:07.553Z | Downloaded array-init v0.0.4 |
878 | 2024-04-23T17:53:07.553Z | Downloaded hyper-tls v0.5.0 |
879 | 2024-04-23T17:53:07.557Z | Downloaded hyper-rustls v0.24.2 |
880 | 2024-04-23T17:53:07.557Z | Downloaded hyper v0.14.28 |
881 | 2024-04-23T17:53:07.564Z | Downloaded indexmap v2.2.6 |
882 | 2024-04-23T17:53:07.567Z | Downloaded indexmap v1.9.3 |
883 | 2024-04-23T17:53:07.572Z | Downloaded ipnetwork v0.20.0 |
884 | 2024-04-23T17:53:07.575Z | Downloaded ipnet v2.9.0 |
885 | 2024-04-23T17:53:07.579Z | Downloaded instant v0.1.12 |
886 | 2024-04-23T17:53:07.579Z | Downloaded itertools v0.10.5 |
887 | 2024-04-23T17:53:07.584Z | Downloaded itoa v1.0.9 |
888 | 2024-04-23T17:53:07.589Z | Downloaded cancel-safe-futures v0.1.5 |
889 | 2024-04-23T17:53:07.592Z | Downloaded lazycell v1.3.0 |
890 | 2024-04-23T17:53:07.592Z | Downloaded libefi-sys v0.1.0 |
891 | 2024-04-23T17:53:07.595Z | Downloaded chrono v0.4.38 |
892 | 2024-04-23T17:53:07.603Z | Downloaded clang-sys v1.6.1 |
893 | 2024-04-23T17:53:07.606Z | Downloaded cipher v0.4.4 |
894 | 2024-04-23T17:53:07.606Z | Downloaded ciborium-ll v0.2.2 |
895 | 2024-04-23T17:53:07.606Z | Downloaded chacha20poly1305 v0.10.1 |
896 | 2024-04-23T17:53:07.610Z | Downloaded clap v4.5.4 |
897 | 2024-04-23T17:53:07.617Z | Downloaded libm v0.2.7 |
898 | 2024-04-23T17:53:07.627Z | Downloaded log v0.4.21 |
899 | 2024-04-23T17:53:07.630Z | Downloaded const-oid v0.9.6 |
900 | 2024-04-23T17:53:07.633Z | Downloaded linked-hash-map v0.5.6 |
901 | 2024-04-23T17:53:07.633Z | Downloaded libxml v0.3.3 |
902 | 2024-04-23T17:53:07.640Z | Downloaded maybe-uninit v2.0.0 |
903 | 2024-04-23T17:53:07.643Z | Downloaded crc32fast v1.3.2 |
904 | 2024-04-23T17:53:07.643Z | Downloaded matches v0.1.10 |
905 | 2024-04-23T17:53:07.647Z | Downloaded memoffset v0.7.1 |
906 | 2024-04-23T17:53:07.647Z | Downloaded mime_guess v2.0.4 |
907 | 2024-04-23T17:53:07.651Z | Downloaded mime v0.3.17 |
908 | 2024-04-23T17:53:07.651Z | Downloaded crossbeam-deque v0.8.3 |
909 | 2024-04-23T17:53:07.651Z | Downloaded crossbeam-epoch v0.9.18 |
910 | 2024-04-23T17:53:07.655Z | Downloaded mio v0.8.11 |
911 | 2024-04-23T17:53:07.659Z | Downloaded minimal-lexical v0.2.1 |
912 | 2024-04-23T17:53:07.668Z | Downloaded nanorand v0.7.0 |
913 | 2024-04-23T17:53:07.671Z | Downloaded newtype-uuid v1.1.0 |
914 | 2024-04-23T17:53:07.671Z | Downloaded native-tls v0.2.11 |
915 | 2024-04-23T17:53:07.671Z | Downloaded bstr v1.9.0 |
916 | 2024-04-23T17:53:07.681Z | Downloaded multer v3.0.0 |
917 | 2024-04-23T17:53:07.685Z | Downloaded regex v1.10.4 |
918 | 2024-04-23T17:53:07.698Z | Downloaded ron v0.7.1 |
919 | 2024-04-23T17:53:07.702Z | Downloaded num-bigint-dig v0.8.4 |
920 | 2024-04-23T17:53:07.708Z | Downloaded rustls-pemfile v2.1.2 |
921 | 2024-04-23T17:53:07.711Z | Downloaded nodrop v0.1.14 |
922 | 2024-04-23T17:53:07.714Z | Downloaded md-5 v0.10.5 |
923 | 2024-04-23T17:53:07.714Z | Downloaded new_debug_unreachable v1.0.4 |
924 | 2024-04-23T17:53:07.718Z | Downloaded miniz_oxide v0.7.1 |
925 | 2024-04-23T17:53:07.721Z | Downloaded slog-stdlog v4.1.1 |
926 | 2024-04-23T17:53:07.721Z | Downloaded tokio-macros v2.2.0 |
927 | 2024-04-23T17:53:07.721Z | Downloaded sec1 v0.7.3 |
928 | 2024-04-23T17:53:07.724Z | Downloaded smallvec v0.6.14 |
929 | 2024-04-23T17:53:07.727Z | Downloaded untrusted v0.7.1 |
930 | 2024-04-23T17:53:07.727Z | Downloaded serde_tokenstream v0.1.7 |
931 | 2024-04-23T17:53:07.730Z | Downloaded uuid v0.8.2 |
932 | 2024-04-23T17:53:07.734Z | Downloaded uuid v1.8.0 |
933 | 2024-04-23T17:53:07.737Z | Downloaded tabwriter v1.4.0 |
934 | 2024-04-23T17:53:07.743Z | Downloaded time v0.3.34 |
935 | 2024-04-23T17:53:07.746Z | Downloaded vcpkg v0.2.15 |
936 | 2024-04-23T17:53:07.782Z | Downloaded zeroize v1.7.0 |
937 | 2024-04-23T17:53:07.787Z | Downloaded version_check v0.9.4 |
938 | 2024-04-23T17:53:07.787Z | Downloaded unarray v0.1.4 |
939 | 2024-04-23T17:53:07.791Z | Downloaded tower-service v0.3.2 |
940 | 2024-04-23T17:53:07.791Z | Downloaded tough v0.17.1 |
941 | 2024-04-23T17:53:07.796Z | Downloaded ed25519 v1.5.3 |
942 | 2024-04-23T17:53:07.800Z | Downloaded dyn-clone v1.0.17 |
943 | 2024-04-23T17:53:07.804Z | Downloaded embedded-io v0.4.0 |
944 | 2024-04-23T17:53:07.804Z | Downloaded elliptic-curve v0.13.8 |
945 | 2024-04-23T17:53:07.810Z | Downloaded futures v0.3.30 |
946 | 2024-04-23T17:53:07.813Z | Downloaded futures-channel v0.3.30 |
947 | 2024-04-23T17:53:07.817Z | Downloaded fragile v2.0.0 |
948 | 2024-04-23T17:53:07.817Z | Downloaded hash32 v0.2.1 |
949 | 2024-04-23T17:53:07.821Z | Downloaded h2 v0.3.26 |
950 | 2024-04-23T17:53:07.824Z | Downloaded portpicker v0.1.1 |
951 | 2024-04-23T17:53:07.827Z | Downloaded percent-encoding v2.3.1 |
952 | 2024-04-23T17:53:07.827Z | Downloaded resolv-conf v0.7.0 |
953 | 2024-04-23T17:53:07.831Z | Downloaded rustc-hash v1.1.0 |
954 | 2024-04-23T17:53:07.831Z | Downloaded hashbrown v0.13.2 |
955 | 2024-04-23T17:53:07.834Z | Downloaded sct v0.7.0 |
956 | 2024-04-23T17:53:07.838Z | Downloaded sha2 v0.10.8 |
957 | 2024-04-23T17:53:07.843Z | Downloaded openssl-sys v0.9.102 |
958 | 2024-04-23T17:53:07.847Z | Downloaded parking_lot v0.12.1 |
959 | 2024-04-23T17:53:07.850Z | Downloaded pest v2.7.6 |
960 | 2024-04-23T17:53:07.855Z | Downloaded predicates-tree v1.0.9 |
961 | 2024-04-23T17:53:07.860Z | Downloaded pretty-hex v0.2.1 |
962 | 2024-04-23T17:53:07.860Z | Downloaded prettyplease v0.2.19 |
963 | 2024-04-23T17:53:07.863Z | Downloaded smf v0.2.3 |
964 | 2024-04-23T17:53:07.863Z | Downloaded regex-automata v0.1.10 |
965 | 2024-04-23T17:53:07.869Z | Downloaded pretty-hex v0.4.1 |
966 | 2024-04-23T17:53:07.873Z | Downloaded precomputed-hash v0.1.1 |
967 | 2024-04-23T17:53:07.873Z | Downloaded smawk v0.3.1 |
968 | 2024-04-23T17:53:07.873Z | Downloaded syn v2.0.59 |
969 | 2024-04-23T17:53:07.883Z | Downloaded socket2 v0.4.9 |
970 | 2024-04-23T17:53:07.886Z | Downloaded snafu v0.8.2 |
971 | 2024-04-23T17:53:07.891Z | Downloaded tokio-tungstenite v0.20.1 |
972 | 2024-04-23T17:53:07.895Z | Downloaded tokio-tungstenite v0.21.0 |
973 | 2024-04-23T17:53:07.898Z | Downloaded tokio-stream v0.1.15 |
974 | 2024-04-23T17:53:07.903Z | Downloaded toml_datetime v0.6.5 |
975 | 2024-04-23T17:53:07.906Z | Downloaded wyz v0.5.1 |
976 | 2024-04-23T17:53:07.906Z | Downloaded tokio-rustls v0.25.0 |
977 | 2024-04-23T17:53:07.909Z | Downloaded toml_edit v0.19.15 |
978 | 2024-04-23T17:53:07.923Z | Downloaded dof v0.3.0 |
979 | 2024-04-23T17:53:07.927Z | Downloaded difflib v0.4.0 |
980 | 2024-04-23T17:53:07.927Z | Downloaded derive-where v1.2.7 |
981 | 2024-04-23T17:53:07.930Z | Downloaded zerocopy v0.7.32 |
982 | 2024-04-23T17:53:07.945Z | Downloaded endian-type v0.1.2 |
983 | 2024-04-23T17:53:07.948Z | Downloaded csv-core v0.1.11 |
984 | 2024-04-23T17:53:07.948Z | Downloaded toolchain_find v0.4.0 |
985 | 2024-04-23T17:53:07.948Z | Downloaded toml_edit v0.22.9 |
986 | 2024-04-23T17:53:07.972Z | Downloaded float-cmp v0.9.0 |
987 | 2024-04-23T17:53:07.975Z | Downloaded flagset v0.4.3 |
988 | 2024-04-23T17:53:07.976Z | Downloaded fixedbitset v0.4.2 |
989 | 2024-04-23T17:53:07.976Z | Downloaded filetime v0.2.23 |
990 | 2024-04-23T17:53:07.976Z | Downloaded ff v0.13.0 |
991 | 2024-04-23T17:53:07.979Z | Downloaded enum-as-inner v0.5.1 |
992 | 2024-04-23T17:53:07.979Z | Downloaded derive_builder v0.20.0 |
993 | 2024-04-23T17:53:07.983Z | Downloaded phf_shared v0.10.0 |
994 | 2024-04-23T17:53:07.986Z | Downloaded glob v0.3.1 |
995 | 2024-04-23T17:53:07.986Z | Downloaded flume v0.11.0 |
996 | 2024-04-23T17:53:07.991Z | Downloaded pkcs1 v0.7.5 |
997 | 2024-04-23T17:53:07.994Z | Downloaded num-conv v0.1.0 |
998 | 2024-04-23T17:53:07.994Z | Downloaded headers v0.3.9 |
999 | 2024-04-23T17:53:07.999Z | Downloaded packed_struct_codegen v0.10.1 |
1000 | 2024-04-23T17:53:09.006Z | Downloaded packed_struct v0.10.1 |
1001 | 2024-04-23T17:53:09.006Z | Downloaded regress v0.9.1 |
1002 | 2024-04-23T17:53:09.012Z | Downloaded rayon-core v1.12.1 |
1003 | 2024-04-23T17:53:09.012Z | Downloaded signal-hook-mio v0.2.3 |
1004 | 2024-04-23T17:53:09.012Z | Downloaded rayon v1.10.0 |
1005 | 2024-04-23T17:53:09.012Z | Downloaded ucd-trie v0.1.6 |
1006 | 2024-04-23T17:53:09.012Z | Downloaded unicode-segmentation v1.10.1 |
1007 | 2024-04-23T17:53:09.012Z | Downloaded portable-atomic v1.4.3 |
1008 | 2024-04-23T17:53:09.013Z | Downloaded wait-timeout v0.2.0 |
1009 | 2024-04-23T17:53:09.013Z | Downloaded zerocopy-derive v0.7.32 |
1010 | 2024-04-23T17:53:09.013Z | Downloaded zeroize_derive v1.4.2 |
1011 | 2024-04-23T17:53:09.013Z | Downloaded tabled v0.15.0 |
1012 | 2024-04-23T17:53:09.013Z | Downloaded equivalent v1.0.1 |
1013 | 2024-04-23T17:53:09.013Z | Downloaded env_logger v0.10.0 |
1014 | 2024-04-23T17:53:09.013Z | Downloaded env_logger v0.9.3 |
1015 | 2024-04-23T17:53:09.013Z | Downloaded getopts v0.2.21 |
1016 | 2024-04-23T17:53:09.013Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1017 | 2024-04-23T17:53:09.013Z | Downloaded opaque-debug v0.3.0 |
1018 | 2024-04-23T17:53:09.013Z | Downloaded once_cell v1.19.0 |
1019 | 2024-04-23T17:53:09.013Z | Downloaded termios v0.3.3 |
1020 | 2024-04-23T17:53:09.013Z | Downloaded olpc-cjson v0.1.3 |
1021 | 2024-04-23T17:53:09.013Z | Downloaded erased-serde v0.3.31 |
1022 | 2024-04-23T17:53:09.013Z | Downloaded omicron-zone-package v0.11.0 |
1023 | 2024-04-23T17:53:09.013Z | Downloaded der_derive v0.7.2 |
1024 | 2024-04-23T17:53:09.013Z | Downloaded num-traits v0.2.18 |
1025 | 2024-04-23T17:53:09.013Z | Downloaded walkdir v2.5.0 |
1026 | 2024-04-23T17:53:09.013Z | Downloaded waitgroup v0.1.2 |
1027 | 2024-04-23T17:53:09.013Z | Downloaded test-strategy v0.3.1 |
1028 | 2024-04-23T17:53:09.013Z | Downloaded num-rational v0.4.1 |
1029 | 2024-04-23T17:53:09.013Z | Downloaded radium v0.7.0 |
1030 | 2024-04-23T17:53:09.013Z | Downloaded openssl-probe v0.1.5 |
1031 | 2024-04-23T17:53:09.013Z | Downloaded openssl-macros v0.1.1 |
1032 | 2024-04-23T17:53:09.014Z | Downloaded unicode_categories v0.1.1 |
1033 | 2024-04-23T17:53:09.014Z | Downloaded ref-cast-impl v1.0.22 |
1034 | 2024-04-23T17:53:09.014Z | Downloaded oso-derive v0.27.3 |
1035 | 2024-04-23T17:53:09.014Z | Downloaded rand v0.8.5 |
1036 | 2024-04-23T17:53:09.014Z | Downloaded rand_chacha v0.3.1 |
1037 | 2024-04-23T17:53:09.014Z | Downloaded rand_xorshift v0.3.0 |
1038 | 2024-04-23T17:53:09.014Z | Downloaded rand_core v0.6.4 |
1039 | 2024-04-23T17:53:09.014Z | Downloaded oso v0.27.3 |
1040 | 2024-04-23T17:53:09.014Z | Downloaded radix_trie v0.2.1 |
1041 | 2024-04-23T17:53:09.014Z | Downloaded thread_local v1.1.7 |
1042 | 2024-04-23T17:53:09.014Z | Downloaded thread-id v4.2.0 |
1043 | 2024-04-23T17:53:09.014Z | Downloaded ref-cast v1.0.22 |
1044 | 2024-04-23T17:53:09.014Z | Downloaded rand_seeder v0.2.3 |
1045 | 2024-04-23T17:53:09.014Z | Downloaded smoltcp v0.9.1 |
1046 | 2024-04-23T17:53:09.014Z | Downloaded usdt-attr-macro v0.5.0 |
1047 | 2024-04-23T17:53:09.014Z | Downloaded reedline v0.31.0 |
1048 | 2024-04-23T17:53:09.014Z | Downloaded which v4.4.0 |
1049 | 2024-04-23T17:53:09.014Z | Downloaded usdt-impl v0.3.5 |
1050 | 2024-04-23T17:53:09.014Z | Downloaded unicode-xid v0.2.4 |
1051 | 2024-04-23T17:53:09.014Z | Downloaded unicode-width v0.1.11 |
1052 | 2024-04-23T17:53:09.014Z | Downloaded termtree v0.4.1 |
1053 | 2024-04-23T17:53:09.014Z | Downloaded tar v0.4.40 |
1054 | 2024-04-23T17:53:09.014Z | Downloaded deranged v0.3.11 |
1055 | 2024-04-23T17:53:09.014Z | Downloaded derive_more v0.99.17 |
1056 | 2024-04-23T17:53:09.015Z | Downloaded derive_builder_macro v0.20.0 |
1057 | 2024-04-23T17:53:09.015Z | Downloaded derive_builder_core v0.20.0 |
1058 | 2024-04-23T17:53:09.015Z | Downloaded diesel_derives v2.1.2 |
1059 | 2024-04-23T17:53:09.015Z | Downloaded untrusted v0.9.0 |
1060 | 2024-04-23T17:53:09.015Z | Downloaded supports-color v3.0.0 |
1061 | 2024-04-23T17:53:09.015Z | Downloaded subtle v2.5.0 |
1062 | 2024-04-23T17:53:09.015Z | Downloaded trust-dns-server v0.22.1 |
1063 | 2024-04-23T17:53:09.015Z | Downloaded num_enum v0.5.11 |
1064 | 2024-04-23T17:53:09.015Z | Downloaded crunchy v0.2.2 |
1065 | 2024-04-23T17:53:09.015Z | Downloaded trust-dns-resolver v0.22.0 |
1066 | 2024-04-23T17:53:09.015Z | Downloaded proc-macro-error-attr v1.0.4 |
1067 | 2024-04-23T17:53:09.015Z | Downloaded phf v0.11.2 |
1068 | 2024-04-23T17:53:09.015Z | Downloaded proc-macro2 v1.0.81 |
1069 | 2024-04-23T17:53:09.015Z | Downloaded digest v0.10.7 |
1070 | 2024-04-23T17:53:09.015Z | Downloaded diff v0.1.13 |
1071 | 2024-04-23T17:53:09.015Z | Downloaded quick-error v1.2.3 |
1072 | 2024-04-23T17:53:09.015Z | Downloaded psl-types v2.0.11 |
1073 | 2024-04-23T17:53:09.015Z | Downloaded proptest v1.4.0 |
1074 | 2024-04-23T17:53:09.015Z | Downloaded quick-xml v0.31.0 |
1075 | 2024-04-23T17:53:09.015Z | Downloaded serde_json v1.0.116 |
1076 | 2024-04-23T17:53:09.015Z | Downloaded signal-hook v0.3.17 |
1077 | 2024-04-23T17:53:09.015Z | Downloaded tokio v1.37.0 |
1078 | 2024-04-23T17:53:09.015Z | Downloaded unicode-bidi v0.3.15 |
1079 | 2024-04-23T17:53:09.015Z | Downloaded shlex v1.3.0 |
1080 | 2024-04-23T17:53:09.015Z | Downloaded publicsuffix v2.2.3 |
1081 | 2024-04-23T17:53:09.016Z | Downloaded dirs-next v2.0.0 |
1082 | 2024-04-23T17:53:09.016Z | Downloaded futures-macro v0.3.30 |
1083 | 2024-04-23T17:53:09.016Z | Downloaded pin-utils v0.1.0 |
1084 | 2024-04-23T17:53:09.016Z | Downloaded futures-sink v0.3.30 |
1085 | 2024-04-23T17:53:09.016Z | Downloaded futures-io v0.3.30 |
1086 | 2024-04-23T17:53:09.016Z | Downloaded r2d2 v0.8.10 |
1087 | 2024-04-23T17:53:09.016Z | Downloaded serde_plain v1.0.2 |
1088 | 2024-04-23T17:53:09.016Z | Downloaded string_cache v0.8.7 |
1089 | 2024-04-23T17:53:09.016Z | Downloaded zerocopy-derive v0.2.0 |
1090 | 2024-04-23T17:53:09.016Z | Downloaded serde_with v3.7.0 |
1091 | 2024-04-23T17:53:09.016Z | Downloaded strum_macros v0.24.3 |
1092 | 2024-04-23T17:53:09.016Z | Downloaded structmeta v0.2.0 |
1093 | 2024-04-23T17:53:09.016Z | Downloaded strsim v0.10.0 |
1094 | 2024-04-23T17:53:09.016Z | Downloaded strsim v0.11.0 |
1095 | 2024-04-23T17:53:09.016Z | Downloaded futures-task v0.3.30 |
1096 | 2024-04-23T17:53:09.016Z | Downloaded vsss-rs v3.3.4 |
1097 | 2024-04-23T17:53:09.016Z | Downloaded foreign-types-shared v0.1.1 |
1098 | 2024-04-23T17:53:09.016Z | Downloaded cstr-argument v0.1.2 |
1099 | 2024-04-23T17:53:09.016Z | Downloaded crypto-common v0.1.6 |
1100 | 2024-04-23T17:53:09.016Z | Downloaded dirs-sys-next v0.1.2 |
1101 | 2024-04-23T17:53:09.016Z | Downloaded pest_generator v2.7.6 |
1102 | 2024-04-23T17:53:09.022Z | Downloaded display-error-chain v0.2.0 |
1103 | 2024-04-23T17:53:09.022Z | Downloaded rustls-pemfile v1.0.3 |
1104 | 2024-04-23T17:53:09.022Z | Downloaded openssl v0.10.64 |
1105 | 2024-04-23T17:53:09.022Z | Downloaded pest_derive v2.7.6 |
1106 | 2024-04-23T17:53:09.022Z | Downloaded try-lock v0.2.4 |
1107 | 2024-04-23T17:53:09.022Z | Downloaded stability v0.2.0 |
1108 | 2024-04-23T17:53:09.022Z | Downloaded rusty-fork v0.3.0 |
1109 | 2024-04-23T17:53:09.022Z | Downloaded sqlformat v0.2.3 |
1110 | 2024-04-23T17:53:09.022Z | Downloaded ron v0.8.1 |
1111 | 2024-04-23T17:53:09.022Z | Downloaded getrandom v0.2.12 |
1112 | 2024-04-23T17:53:09.022Z | Downloaded num-integer v0.1.46 |
1113 | 2024-04-23T17:53:09.022Z | Downloaded schemars v0.8.16 |
1114 | 2024-04-23T17:53:09.022Z | Downloaded xattr v1.0.1 |
1115 | 2024-04-23T17:53:09.022Z | Downloaded usdt v0.3.5 |
1116 | 2024-04-23T17:53:09.022Z | Downloaded url v2.5.0 |
1117 | 2024-04-23T17:53:09.022Z | Downloaded slog v2.7.0 |
1118 | 2024-04-23T17:53:09.022Z | Downloaded foreign-types-macros v0.2.3 |
1119 | 2024-04-23T17:53:09.022Z | Downloaded foreign-types v0.5.0 |
1120 | 2024-04-23T17:53:09.022Z | Downloaded foreign-types v0.3.2 |
1121 | 2024-04-23T17:53:09.022Z | Downloaded fnv v1.0.7 |
1122 | 2024-04-23T17:53:09.023Z | Downloaded futures-executor v0.3.30 |
1123 | 2024-04-23T17:53:09.023Z | Downloaded generic-array v0.14.7 |
1124 | 2024-04-23T17:53:09.023Z | Downloaded pin-project-internal v1.1.3 |
1125 | 2024-04-23T17:53:09.023Z | Downloaded ryu v1.0.15 |
1126 | 2024-04-23T17:53:09.023Z | Downloaded semver v1.0.22 |
1127 | 2024-04-23T17:53:09.023Z | Downloaded tiny-keccak v2.0.2 |
1128 | 2024-04-23T17:53:09.023Z | Downloaded scroll v0.12.0 |
1129 | 2024-04-23T17:53:09.023Z | Downloaded rustyline v14.0.0 |
1130 | 2024-04-23T17:53:09.023Z | Downloaded swrite v0.1.0 |
1131 | 2024-04-23T17:53:09.023Z | Downloaded tungstenite v0.20.1 |
1132 | 2024-04-23T17:53:09.023Z | Downloaded proc-macro-crate v1.3.1 |
1133 | 2024-04-23T17:53:09.023Z | Downloaded typenum v1.16.0 |
1134 | 2024-04-23T17:53:09.023Z | Downloaded num-iter v0.1.44 |
1135 | 2024-04-23T17:53:09.023Z | Downloaded zone_cfg_derive v0.1.2 |
1136 | 2024-04-23T17:53:09.023Z | Downloaded num_cpus v1.16.0 |
1137 | 2024-04-23T17:53:09.023Z | Downloaded scopeguard v1.2.0 |
1138 | 2024-04-23T17:53:09.023Z | Downloaded num_enum_derive v0.5.11 |
1139 | 2024-04-23T17:53:09.023Z | Downloaded zone v0.1.8 |
1140 | 2024-04-23T17:53:09.023Z | Downloaded typed-path v0.7.0 |
1141 | 2024-04-23T17:53:09.023Z | Downloaded usdt-impl v0.5.0 |
1142 | 2024-04-23T17:53:09.023Z | Downloaded unicode-normalization v0.1.22 |
1143 | 2024-04-23T17:53:09.023Z | Downloaded time-macros v0.2.17 |
1144 | 2024-04-23T17:53:09.023Z | Downloaded slog-async v2.8.0 |
1145 | 2024-04-23T17:53:09.023Z | Downloaded trust-dns-client v0.22.0 |
1146 | 2024-04-23T17:53:09.024Z | Downloaded usdt-macro v0.3.5 |
1147 | 2024-04-23T17:53:09.024Z | Downloaded password-hash v0.5.0 |
1148 | 2024-04-23T17:53:09.024Z | Downloaded usdt v0.5.0 |
1149 | 2024-04-23T17:53:09.024Z | Downloaded path-slash v0.1.5 |
1150 | 2024-04-23T17:53:09.024Z | Downloaded parse-size v1.0.0 |
1151 | 2024-04-23T17:53:09.024Z | Downloaded num_threads v0.1.6 |
1152 | 2024-04-23T17:53:09.024Z | Downloaded fastrand v2.0.1 |
1153 | 2024-04-23T17:53:09.024Z | Downloaded pin-project-lite v0.2.13 |
1154 | 2024-04-23T17:53:09.024Z | Downloaded pkg-config v0.3.27 |
1155 | 2024-04-23T17:53:09.024Z | Downloaded crypto-bigint v0.5.2 |
1156 | 2024-04-23T17:53:09.024Z | Downloaded sync_wrapper v0.1.2 |
1157 | 2024-04-23T17:53:09.024Z | Downloaded platforms v3.0.2 |
1158 | 2024-04-23T17:53:09.024Z | Downloaded object v0.30.4 |
1159 | 2024-04-23T17:53:09.024Z | Downloaded serde_with_macros v3.7.0 |
1160 | 2024-04-23T17:53:09.024Z | Downloaded serde_derive_internals v0.26.0 |
1161 | 2024-04-23T17:53:09.024Z | Downloaded serde-big-array v0.5.1 |
1162 | 2024-04-23T17:53:09.024Z | Downloaded serde v1.0.198 |
1163 | 2024-04-23T17:53:09.024Z | Downloaded sqlparser_derive v0.2.2 |
1164 | 2024-04-23T17:53:09.024Z | Downloaded spki v0.7.2 |
1165 | 2024-04-23T17:53:09.024Z | Downloaded plain v0.2.3 |
1166 | 2024-04-23T17:53:09.024Z | Downloaded serde_yaml v0.9.25 |
1167 | 2024-04-23T17:53:09.024Z | Downloaded tracing-attributes v0.1.27 |
1168 | 2024-04-23T17:53:09.024Z | Downloaded tinyvec v1.6.0 |
1169 | 2024-04-23T17:53:09.025Z | Downloaded thiserror v1.0.58 |
1170 | 2024-04-23T17:53:09.025Z | Downloaded thiserror-impl-no-std v2.0.2 |
1171 | 2024-04-23T17:53:09.025Z | Downloaded trust-dns-proto v0.22.0 |
1172 | 2024-04-23T17:53:09.025Z | Downloaded usdt-macro v0.5.0 |
1173 | 2024-04-23T17:53:09.025Z | Downloaded fatfs v0.3.6 |
1174 | 2024-04-23T17:53:09.025Z | Downloaded x509-cert v0.2.4 |
1175 | 2024-04-23T17:53:09.025Z | Downloaded yasna v0.5.2 |
1176 | 2024-04-23T17:53:09.025Z | Downloaded winnow v0.6.1 |
1177 | 2024-04-23T17:53:09.025Z | Downloaded quote v1.0.36 |
1178 | 2024-04-23T17:53:09.025Z | Downloaded proc-macro-error v1.0.4 |
1179 | 2024-04-23T17:53:09.025Z | Downloaded samael v0.0.15 |
1180 | 2024-04-23T17:53:09.025Z | Downloaded syn v1.0.109 |
1181 | 2024-04-23T17:53:09.025Z | Downloaded crossterm v0.27.0 |
1182 | 2024-04-23T17:53:09.025Z | Downloaded sha3 v0.10.8 |
1183 | 2024-04-23T17:53:09.025Z | Downloaded regex-automata v0.4.5 |
1184 | 2024-04-23T17:53:09.025Z | Downloaded rustls v0.22.4 |
1185 | 2024-04-23T17:53:09.025Z | Downloaded csv v1.3.0 |
1186 | 2024-04-23T17:53:09.025Z | Downloaded encoding_rs v0.8.33 |
1187 | 2024-04-23T17:53:09.025Z | Downloaded smoltcp v0.11.0 |
1188 | 2024-04-23T17:53:09.025Z | Downloaded serde-big-array v0.4.1 |
1189 | 2024-04-23T17:53:09.025Z | Downloaded curve25519-dalek v4.1.2 |
1190 | 2024-04-23T17:53:09.025Z | Downloaded diesel v2.1.6 |
1191 | 2024-04-23T17:53:09.025Z | Downloaded regex-syntax v0.6.29 |
1192 | 2024-04-23T17:53:09.026Z | Downloaded petgraph v0.6.4 |
1193 | 2024-04-23T17:53:09.026Z | Downloaded paste v1.0.14 |
1194 | 2024-04-23T17:53:09.026Z | Downloaded parse-display-derive v0.9.0 |
1195 | 2024-04-23T17:53:09.026Z | Downloaded parse-display v0.9.0 |
1196 | 2024-04-23T17:53:09.026Z | Downloaded number_prefix v0.4.0 |
1197 | 2024-04-23T17:53:09.026Z | Downloaded spin v0.9.8 |
1198 | 2024-04-23T17:53:09.026Z | Downloaded spin v0.5.2 |
1199 | 2024-04-23T17:53:09.026Z | Downloaded socket2 v0.5.6 |
1200 | 2024-04-23T17:53:09.026Z | Downloaded regex-syntax v0.8.2 |
1201 | 2024-04-23T17:53:09.026Z | Downloaded textwrap v0.16.1 |
1202 | 2024-04-23T17:53:09.030Z | Downloaded usdt-attr-macro v0.3.5 |
1203 | 2024-04-23T17:53:09.030Z | Downloaded tracing-core v0.1.32 |
1204 | 2024-04-23T17:53:09.030Z | Downloaded tungstenite v0.21.0 |
1205 | 2024-04-23T17:53:09.030Z | Downloaded rustls-webpki v0.102.1 |
1206 | 2024-04-23T17:53:09.030Z | Downloaded ring v0.17.8 |
1207 | 2024-04-23T17:53:09.030Z | Downloaded static_assertions v1.1.0 |
1208 | 2024-04-23T17:53:09.030Z | Downloaded stable_deref_trait v1.2.0 |
1209 | 2024-04-23T17:53:09.030Z | Downloaded salty v0.2.0 |
1210 | 2024-04-23T17:53:09.030Z | Downloaded object v0.32.1 |
1211 | 2024-04-23T17:53:09.030Z | Downloaded same-file v1.0.6 |
1212 | 2024-04-23T17:53:09.030Z | Downloaded rustversion v1.0.14 |
1213 | 2024-04-23T17:53:09.030Z | Downloaded powerfmt v0.2.0 |
1214 | 2024-04-23T17:53:09.030Z | Downloaded form_urlencoded v1.2.1 |
1215 | 2024-04-23T17:53:09.030Z | Downloaded futures-core v0.3.30 |
1216 | 2024-04-23T17:53:09.030Z | Downloaded foreign-types-shared v0.3.1 |
1217 | 2024-04-23T17:53:09.030Z | Downloaded fd-lock v4.0.2 |
1218 | 2024-04-23T17:53:09.031Z | Downloaded ratatui v0.26.2 |
1219 | 2024-04-23T17:53:09.031Z | Downloaded sled v0.34.7 |
1220 | 2024-04-23T17:53:09.031Z | Downloaded pest_meta v2.7.6 |
1221 | 2024-04-23T17:53:09.031Z | Downloaded errno v0.3.8 |
1222 | 2024-04-23T17:53:09.031Z | Downloaded num-derive v0.4.0 |
1223 | 2024-04-23T17:53:09.031Z | Downloaded downcast v0.11.0 |
1224 | 2024-04-23T17:53:09.031Z | Downloaded vte v0.11.1 |
1225 | 2024-04-23T17:53:09.031Z | Downloaded rustls v0.21.9 |
1226 | 2024-04-23T17:53:09.031Z | Downloaded gethostname v0.4.3 |
1227 | 2024-04-23T17:53:09.031Z | Downloaded zip v0.6.6 |
1228 | 2024-04-23T17:53:09.031Z | Downloaded zerocopy v0.3.0 |
1229 | 2024-04-23T17:53:09.031Z | Downloaded subprocess v0.2.9 |
1230 | 2024-04-23T17:53:09.031Z | Downloaded strum_macros v0.26.1 |
1231 | 2024-04-23T17:53:09.031Z | Downloaded strum_macros v0.25.2 |
1232 | 2024-04-23T17:53:09.031Z | Downloaded openapiv3 v2.0.0 |
1233 | 2024-04-23T17:53:09.031Z | Downloaded peeking_take_while v0.1.2 |
1234 | 2024-04-23T17:53:09.031Z | Downloaded fxhash v0.2.1 |
1235 | 2024-04-23T17:53:09.031Z | Downloaded futures-util v0.3.30 |
1236 | 2024-04-23T17:53:09.031Z | Downloaded ring v0.16.20 |
1237 | 2024-04-23T17:53:09.035Z | Downloaded expectorate v1.1.0 |
1238 | 2024-04-23T17:53:09.038Z | Downloaded fallible-iterator v0.2.0 |
1239 | 2024-04-23T17:53:09.038Z | Downloaded winnow v0.5.15 |
1240 | 2024-04-23T17:53:09.043Z | Downloaded want v0.3.1 |
1241 | 2024-04-23T17:53:09.050Z | Downloaded vte_generate_state_changes v0.1.1 |
1242 | 2024-04-23T17:53:09.050Z | Downloaded tui-tree-widget v0.19.0 |
1243 | 2024-04-23T17:53:09.050Z | Downloaded time-core v0.1.2 |
1244 | 2024-04-23T17:53:09.050Z | Downloaded thiserror-no-std v2.0.2 |
1245 | 2024-04-23T17:53:09.054Z | Downloaded strip-ansi-escapes v0.2.0 |
1246 | 2024-04-23T17:53:09.054Z | Downloaded stringprep v0.1.3 |
1247 | 2024-04-23T17:53:09.054Z | Downloaded steno v0.4.0 |
1248 | 2024-04-23T17:53:09.060Z | Downloaded sqlparser v0.45.0 |
1249 | 2024-04-23T17:53:09.063Z | Downloaded pkcs8 v0.10.2 |
1250 | 2024-04-23T17:53:09.063Z | Downloaded polar-core v0.27.3 |
1251 | 2024-04-23T17:53:09.070Z | Downloaded gimli v0.28.0 |
1252 | 2024-04-23T17:53:09.078Z | Downloaded unicode-linebreak v0.1.5 |
1253 | 2024-04-23T17:53:09.081Z | Downloaded unicode-ident v1.0.12 |
1254 | 2024-04-23T17:53:09.081Z | Downloaded pin-project v1.1.3 |
1255 | 2024-04-23T17:53:09.091Z | Downloaded phf_shared v0.11.2 |
1256 | 2024-04-23T17:53:09.095Z | Downloaded zerocopy-derive v0.6.6 |
1257 | 2024-04-23T17:53:09.101Z | Downloaded peg v0.8.2 |
1258 | 2024-04-23T17:53:09.104Z | Downloaded parking_lot_core v0.9.8 |
1259 | 2024-04-23T17:53:09.109Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1260 | 2024-04-23T17:53:09.109Z | Downloaded whoami v1.5.1 |
1261 | 2024-04-23T17:53:09.113Z | Downloaded reqwest v0.11.24 |
1262 | 2024-04-23T17:53:09.118Z | Downloaded defmt v0.3.5 |
1263 | 2024-04-23T17:53:09.124Z | Downloaded webpki-roots v0.25.2 |
1264 | 2024-04-23T17:53:09.127Z | Downloaded signature v2.1.0 |
1265 | 2024-04-23T17:53:09.127Z | Downloaded ena v0.14.2 |
1266 | 2024-04-23T17:53:09.127Z | Downloaded dtrace-parser v0.2.0 |
1267 | 2024-04-23T17:53:09.127Z | Downloaded dtrace-parser v0.1.14 |
1268 | 2024-04-23T17:53:09.127Z | Downloaded der v0.7.8 |
1269 | 2024-04-23T17:53:09.131Z | Downloaded defmt-parser v0.3.3 |
1270 | 2024-04-23T17:53:09.131Z | Downloaded defmt-macros v0.3.6 |
1271 | 2024-04-23T17:53:09.134Z | Downloaded zerocopy v0.6.6 |
1272 | 2024-04-23T17:53:09.137Z | Downloaded slab v0.4.9 |
1273 | 2024-04-23T17:53:09.137Z | Downloaded similar v2.4.0 |
1274 | 2024-04-23T17:53:09.141Z | Downloaded sigpipe v0.1.3 |
1275 | 2024-04-23T17:53:09.146Z | Downloaded signature v1.6.4 |
1276 | 2024-04-23T17:53:09.146Z | Downloaded signal-hook-tokio v0.3.1 |
1277 | 2024-04-23T17:53:09.146Z | Downloaded serde_arrays v0.1.0 |
1278 | 2024-04-23T17:53:09.146Z | Downloaded serde-hex v0.1.0 |
1279 | 2024-04-23T17:53:09.150Z | Downloaded scroll_derive v0.12.0 |
1280 | 2024-04-23T17:53:09.150Z | Downloaded rustfmt-wrapper v0.2.1 |
1281 | 2024-04-23T17:53:09.150Z | Downloaded rustc_version v0.4.0 |
1282 | 2024-04-23T17:53:09.150Z | Downloaded rpassword v7.3.1 |
1283 | 2024-04-23T17:53:09.150Z | Downloaded rcgen v0.12.1 |
1284 | 2024-04-23T17:53:09.153Z | Downloaded tabled_derive v0.7.0 |
1285 | 2024-04-23T17:53:09.154Z | Downloaded synstructure v0.12.6 |
1286 | 2024-04-23T17:53:09.154Z | Downloaded signal-hook-registry v1.4.1 |
1287 | 2024-04-23T17:53:09.157Z | Downloaded postgres-types v0.2.6 |
1288 | 2024-04-23T17:53:09.157Z | Downloaded postgres-protocol v0.6.6 |
1289 | 2024-04-23T17:53:09.160Z | Downloaded postcard v1.0.8 |
1290 | 2024-04-23T17:53:09.160Z | Downloaded poly1305 v0.8.0 |
1291 | 2024-04-23T17:53:09.164Z | Downloaded goblin v0.8.0 |
1292 | 2024-04-23T17:53:09.168Z | Downloaded parking_lot_core v0.8.6 |
1293 | 2024-04-23T17:53:09.171Z | Downloaded owo-colors v4.0.0 |
1294 | 2024-04-23T17:53:09.177Z | Downloaded libc v0.2.153 |
1295 | 2024-04-23T17:53:09.197Z | Downloaded group v0.13.0 |
1296 | 2024-04-23T17:53:09.201Z | Downloaded globset v0.4.13 |
1297 | 2024-04-23T17:53:09.201Z | Downloaded toml v0.5.11 |
1298 | 2024-04-23T17:53:09.204Z | Downloaded toml v0.7.8 |
1299 | 2024-04-23T17:53:09.208Z | Downloaded tokio-util v0.7.10 |
1300 | 2024-04-23T17:53:09.211Z | Downloaded tokio-postgres v0.7.10 |
1301 | 2024-04-23T17:53:09.215Z | Downloaded tokio-native-tls v0.3.1 |
1302 | 2024-04-23T17:53:09.218Z | Downloaded tokio-rustls v0.24.1 |
1303 | 2024-04-23T17:53:09.218Z | Downloaded terminal_size v0.3.0 |
1304 | 2024-04-23T17:53:09.222Z | Downloaded termcolor v1.2.0 |
1305 | 2024-04-23T17:53:09.222Z | Downloaded term v0.7.0 |
1306 | 2024-04-23T17:53:09.225Z | Downloaded tempfile v3.10.1 |
1307 | 2024-04-23T17:53:09.225Z | Downloaded snafu-derive v0.8.2 |
1308 | 2024-04-23T17:53:09.230Z | Downloaded shell-words v1.1.0 |
1309 | 2024-04-23T17:53:09.230Z | Downloaded smallvec v1.13.1 |
1310 | 2024-04-23T17:53:09.230Z | Downloaded predicates-core v1.0.6 |
1311 | 2024-04-23T17:53:09.234Z | Downloaded predicates v3.1.0 |
1312 | 2024-04-23T17:53:09.234Z | Downloaded ppv-lite86 v0.2.17 |
1313 | 2024-04-23T17:53:09.234Z | Downloaded nix v0.28.0 |
1314 | 2024-04-23T17:53:09.243Z | Downloaded rustix v0.38.31 |
1315 | 2024-04-23T17:53:09.265Z | Downloaded sha1 v0.10.6 |
1316 | 2024-04-23T17:53:09.268Z | Downloaded serde_path_to_error v0.1.16 |
1317 | 2024-04-23T17:53:09.268Z | Downloaded semver v0.1.20 |
1318 | 2024-04-23T17:53:09.268Z | Downloaded rustc_version v0.1.7 |
1319 | 2024-04-23T17:53:09.269Z | Downloaded hashbrown v0.14.3 |
1320 | 2024-04-23T17:53:09.283Z | Downloaded hashbrown v0.12.3 |
1321 | 2024-04-23T17:53:09.287Z | Downloaded scheduled-thread-pool v0.2.7 |
1322 | 2024-04-23T17:53:09.287Z | Downloaded rsa v0.9.2 |
1323 | 2024-04-23T17:53:09.287Z | Downloaded rustc-demangle v0.1.23 |
1324 | 2024-04-23T17:53:09.287Z | Downloaded pem-rfc7468 v0.7.0 |
1325 | 2024-04-23T17:53:09.287Z | Downloaded pem v3.0.4 |
1326 | 2024-04-23T17:53:09.287Z | Downloaded peg-runtime v0.8.2 |
1327 | 2024-04-23T17:53:09.287Z | Downloaded peg-macros v0.8.2 |
1328 | 2024-04-23T17:53:09.291Z | Downloaded parking_lot v0.11.2 |
1329 | 2024-04-23T17:53:09.291Z | Downloaded papergrid v0.11.0 |
1330 | 2024-04-23T17:53:09.296Z | Downloaded hash32 v0.3.1 |
1331 | 2024-04-23T17:53:09.300Z | Downloaded half v2.3.1 |
1332 | 2024-04-23T17:53:09.300Z | Downloaded funty v2.0.0 |
1333 | 2024-04-23T17:53:09.300Z | Downloaded fs-err v2.11.0 |
1334 | 2024-04-23T17:53:09.304Z | Downloaded either v1.11.0 |
1335 | 2024-04-23T17:53:09.304Z | Downloaded flate2 v1.0.28 |
1336 | 2024-04-23T17:53:09.308Z | Downloaded newtype_derive v0.1.6 |
1337 | 2024-04-23T17:53:09.308Z | Downloaded cassowary v0.3.0 |
1338 | 2024-04-23T17:53:09.312Z | Downloaded darling_core v0.20.8 |
1339 | 2024-04-23T17:53:09.312Z | Downloaded dof v0.1.5 |
1340 | 2024-04-23T17:53:09.316Z | Downloaded debug-ignore v1.0.5 |
1341 | 2024-04-23T17:53:09.316Z | Downloaded data-encoding v2.4.0 |
1342 | 2024-04-23T17:53:09.316Z | Downloaded darling_macro v0.20.8 |
1343 | 2024-04-23T17:53:09.316Z | Downloaded darling v0.20.8 |
1344 | 2024-04-23T17:53:09.320Z | Downloaded curve25519-dalek-derive v0.1.0 |
1345 | 2024-04-23T17:53:09.320Z | Downloaded crucible-workspace-hack v0.1.0 |
1346 | 2024-04-23T17:53:09.320Z | Downloaded uzers v0.11.3 |
1347 | 2024-04-23T17:53:09.324Z | Downloaded utf8parse v0.2.1 |
1348 | 2024-04-23T17:53:09.324Z | Downloaded utf-8 v0.7.6 |
1349 | 2024-04-23T17:53:09.324Z | Downloaded unsafe-libyaml v0.2.10 |
1350 | 2024-04-23T17:53:09.327Z | Downloaded universal-hash v0.5.1 |
1351 | 2024-04-23T17:53:09.327Z | Downloaded unicase v2.7.0 |
1352 | 2024-04-23T17:53:09.331Z | Downloaded tinyvec_macros v0.1.1 |
1353 | 2024-04-23T17:53:09.331Z | Downloaded topological-sort v0.2.2 |
1354 | 2024-04-23T17:53:09.331Z | Downloaded toml v0.8.12 |
1355 | 2024-04-23T17:53:09.338Z | Downloaded thiserror-impl v1.0.58 |
1356 | 2024-04-23T17:53:09.338Z | Downloaded slog-json v2.6.1 |
1357 | 2024-04-23T17:53:09.338Z | Downloaded bindgen v0.69.2 |
1358 | 2024-04-23T17:53:09.342Z | Downloaded structmeta-derive v0.3.0 |
1359 | 2024-04-23T17:53:09.345Z | Downloaded strum v0.26.2 |
1360 | 2024-04-23T17:53:09.345Z | Downloaded structmeta-derive v0.2.0 |
1361 | 2024-04-23T17:53:09.345Z | Downloaded structmeta v0.3.0 |
1362 | 2024-04-23T17:53:09.345Z | Downloaded slog-scope v4.4.0 |
1363 | 2024-04-23T17:53:09.348Z | Downloaded slog-bunyan v2.5.0 |
1364 | 2024-04-23T17:53:09.349Z | Downloaded slog-envlogger v2.2.0 |
1365 | 2024-04-23T17:53:09.349Z | Downloaded slog-dtrace v0.3.0 |
1366 | 2024-04-23T17:53:09.352Z | Downloaded serde_tokenstream v0.2.0 |
1367 | 2024-04-23T17:53:09.352Z | Downloaded serde_spanned v0.6.5 |
1368 | 2024-04-23T17:53:09.356Z | Downloaded serde_repr v0.1.16 |
1369 | 2024-04-23T17:53:09.356Z | Downloaded tracing v0.1.40 |
1370 | 2024-04-23T17:53:09.359Z | Downloaded serde_derive v1.0.198 |
1371 | 2024-04-23T17:53:09.362Z | Downloaded schemars_derive v0.8.16 |
1372 | 2024-04-23T17:53:09.362Z | Downloaded num-bigint v0.4.4 |
1373 | 2024-04-23T17:53:09.366Z | Downloaded nibble_vec v0.1.0 |
1374 | 2024-04-23T17:53:09.372Z | Downloaded tap v1.0.1 |
1375 | 2024-04-23T17:53:09.372Z | Downloaded take_mut v0.2.2 |
1376 | 2024-04-23T17:53:09.372Z | Downloaded slog-term v2.9.1 |
1377 | 2024-04-23T17:53:09.375Z | Downloaded crc v3.0.1 |
1378 | 2024-04-23T17:53:09.375Z | Downloaded const_format_proc_macros v0.2.32 |
1379 | 2024-04-23T17:53:09.376Z | Downloaded cobs v0.2.3 |
1380 | 2024-04-23T17:53:09.376Z | Downloaded siphasher v0.3.11 |
1381 | 2024-04-23T17:53:09.376Z | Downloaded serde_urlencoded v0.7.1 |
1382 | 2024-04-23T17:53:09.381Z | Downloaded secrecy v0.8.0 |
1383 | 2024-04-23T17:53:09.381Z | Downloaded rustls-webpki v0.101.7 |
1384 | 2024-04-23T17:53:09.390Z | Downloaded rustls-pki-types v1.3.0 |
1385 | 2024-04-23T17:53:09.392Z | Downloaded newline-converter v0.3.0 |
1386 | 2024-04-23T17:53:09.393Z | Downloaded idna v0.5.0 |
1387 | 2024-04-23T17:53:09.398Z | Downloaded idna v0.3.0 |
1388 | 2024-04-23T17:53:09.404Z | Downloaded lock_api v0.4.10 |
1389 | 2024-04-23T17:53:09.407Z | Downloaded hubpack v0.1.2 |
1390 | 2024-04-23T17:53:09.407Z | Downloaded hostname v0.3.1 |
1391 | 2024-04-23T17:53:09.410Z | Downloaded rtoolbox v0.0.1 |
1392 | 2024-04-23T17:53:09.410Z | Downloaded num-complex v0.4.5 |
1393 | 2024-04-23T17:53:09.410Z | Downloaded num v0.4.2 |
1394 | 2024-04-23T17:53:09.414Z | Downloaded nu-ansi-term v0.50.0 |
1395 | 2024-04-23T17:53:09.414Z | Downloaded normalize-line-endings v0.3.0 |
1396 | 2024-04-23T17:53:09.414Z | Downloaded nom v7.1.3 |
1397 | 2024-04-23T17:53:09.418Z | Downloaded memmap v0.7.0 |
1398 | 2024-04-23T17:53:09.422Z | Downloaded multimap v0.10.0 |
1399 | 2024-04-23T17:53:09.422Z | Downloaded mockall_derive v0.12.1 |
1400 | 2024-04-23T17:53:09.426Z | Downloaded mockall v0.12.1 |
1401 | 2024-04-23T17:53:09.426Z | Downloaded lru-cache v0.1.2 |
1402 | 2024-04-23T17:53:09.426Z | Downloaded byteorder v1.5.0 |
1403 | 2024-04-23T17:53:09.429Z | Downloaded bstr v0.2.17 |
1404 | 2024-04-23T17:53:09.434Z | Downloaded bytes v1.6.0 |
1405 | 2024-04-23T17:53:09.437Z | Downloaded block-buffer v0.10.4 |
1406 | 2024-04-23T17:53:09.444Z | Downloaded bitstruct v0.1.1 |
1407 | 2024-04-23T17:53:09.444Z | Downloaded bitfield v0.14.0 |
1408 | 2024-04-23T17:53:09.444Z | Downloaded bb8 v0.8.3 |
1409 | 2024-04-23T17:53:09.445Z | Downloaded crc-any v2.4.3 |
1410 | 2024-04-23T17:53:09.448Z | Downloaded argon2 v0.5.3 |
1411 | 2024-04-23T17:53:09.448Z | Downloaded crossbeam-channel v0.5.8 |
1412 | 2024-04-23T17:53:09.455Z | Downloaded memmap2 v0.7.1 |
1413 | 2024-04-23T17:53:09.455Z | Downloaded memchr v2.7.1 |
1414 | 2024-04-23T17:53:09.458Z | Downloaded corncobs v0.1.3 |
1415 | 2024-04-23T17:53:09.458Z | Downloaded match_cfg v0.1.0 |
1416 | 2024-04-23T17:53:09.458Z | Downloaded maplit v1.0.2 |
1417 | 2024-04-23T17:53:09.458Z | Downloaded managed v0.8.0 |
1418 | 2024-04-23T17:53:09.458Z | Downloaded macaddr v1.0.1 |
1419 | 2024-04-23T17:53:09.462Z | Downloaded lru v0.12.1 |
1420 | 2024-04-23T17:53:09.462Z | Downloaded linear-map v1.2.0 |
1421 | 2024-04-23T17:53:09.462Z | Downloaded libsw v3.3.1 |
1422 | 2024-04-23T17:53:09.466Z | Downloaded crc-catalog v2.2.0 |
1423 | 2024-04-23T17:53:09.466Z | Downloaded cpufeatures v0.2.12 |
1424 | 2024-04-23T17:53:09.466Z | Downloaded cookie_store v0.20.0 |
1425 | 2024-04-23T17:53:09.470Z | Downloaded cookie v0.18.1 |
1426 | 2024-04-23T17:53:09.470Z | Downloaded cookie v0.17.0 |
1427 | 2024-04-23T17:53:09.474Z | Downloaded convert_case v0.4.0 |
1428 | 2024-04-23T17:53:09.474Z | Downloaded constant_time_eq v0.3.0 |
1429 | 2024-04-23T17:53:09.474Z | Downloaded const_format v0.2.32 |
1430 | 2024-04-23T17:53:09.478Z | Downloaded lalrpop v0.19.12 |
1431 | 2024-04-23T17:53:09.487Z | Downloaded console v0.15.8 |
1432 | 2024-04-23T17:53:09.491Z | Downloaded compact_str v0.7.1 |
1433 | 2024-04-23T17:53:09.495Z | Downloaded colored v2.1.0 |
1434 | 2024-04-23T17:53:09.495Z | Downloaded colorchoice v1.0.0 |
1435 | 2024-04-23T17:53:09.495Z | Downloaded clap_lex v0.7.0 |
1436 | 2024-04-23T17:53:09.495Z | Downloaded libloading v0.7.4 |
1437 | 2024-04-23T17:53:09.500Z | Downloaded clap_derive v4.5.4 |
1438 | 2024-04-23T17:53:09.500Z | Downloaded clap_builder v4.5.2 |
1439 | 2024-04-23T17:53:09.504Z | Downloaded ciborium-io v0.2.2 |
1440 | 2024-04-23T17:53:09.507Z | Downloaded ciborium v0.2.2 |
1441 | 2024-04-23T17:53:09.507Z | Downloaded chacha20 v0.9.1 |
1442 | 2024-04-23T17:53:09.511Z | Downloaded lazy_static v1.4.0 |
1443 | 2024-04-23T17:53:09.511Z | Downloaded lalrpop-util v0.19.12 |
1444 | 2024-04-23T17:53:09.511Z | Downloaded kstat-rs v0.2.3 |
1445 | 2024-04-23T17:53:09.511Z | Downloaded keccak v0.1.4 |
1446 | 2024-04-23T17:53:09.515Z | Downloaded itertools v0.12.1 |
1447 | 2024-04-23T17:53:09.518Z | Downloaded is_ci v1.2.0 |
1448 | 2024-04-23T17:53:09.518Z | Downloaded is-terminal v0.4.9 |
1449 | 2024-04-23T17:53:09.522Z | Downloaded cfg_aliases v0.1.1 |
1450 | 2024-04-23T17:53:09.522Z | Downloaded cfg-if v1.0.0 |
1451 | 2024-04-23T17:53:09.522Z | Downloaded cexpr v0.6.0 |
1452 | 2024-04-23T17:53:09.522Z | Downloaded cc v1.0.83 |
1453 | 2024-04-23T17:53:09.525Z | Downloaded camino-tempfile v1.1.1 |
1454 | 2024-04-23T17:53:09.529Z | Downloaded castaway v0.2.2 |
1455 | 2024-04-23T17:53:09.530Z | Downloaded camino v1.1.6 |
1456 | 2024-04-23T17:53:09.530Z | Downloaded inout v0.1.3 |
1457 | 2024-04-23T17:53:09.533Z | Downloaded indoc v2.0.3 |
1458 | 2024-04-23T17:53:09.534Z | Downloaded indoc v1.0.9 |
1459 | 2024-04-23T17:53:09.537Z | Downloaded indicatif v0.17.8 |
1460 | 2024-04-23T17:53:09.537Z | Downloaded impl-trait-for-tuples v0.2.2 |
1461 | 2024-04-23T17:53:09.541Z | Downloaded bzip2 v0.4.4 |
1462 | 2024-04-23T17:53:09.541Z | Downloaded bytecount v0.6.3 |
1463 | 2024-04-23T17:53:09.557Z | Downloaded buf-list v1.0.3 |
1464 | 2024-04-23T17:53:09.557Z | Downloaded hubpack_derive v0.1.1 |
1465 | 2024-04-23T17:53:09.557Z | Downloaded bitstruct_derive v0.1.0 |
1466 | 2024-04-23T17:53:09.557Z | Downloaded bitflags v2.4.2 |
1467 | 2024-04-23T17:53:09.561Z | Downloaded bitflags v1.3.2 |
1468 | 2024-04-23T17:53:09.561Z | Downloaded bit-vec v0.6.3 |
1469 | 2024-04-23T17:53:09.561Z | Downloaded hmac v0.12.1 |
1470 | 2024-04-23T17:53:09.561Z | Downloaded highway v1.1.0 |
1471 | 2024-04-23T17:53:09.561Z | Downloaded base64ct v1.6.0 |
1472 | 2024-04-23T17:53:09.561Z | Downloaded base64 v0.13.1 |
1473 | 2024-04-23T17:53:09.561Z | Downloaded base16ct v0.2.0 |
1474 | 2024-04-23T17:53:09.561Z | Downloaded heapless v0.8.0 |
1475 | 2024-04-23T17:53:09.567Z | Downloaded autocfg v1.1.0 |
1476 | 2024-04-23T17:53:09.567Z | Downloaded atomicwrites v0.4.3 |
1477 | 2024-04-23T17:53:09.567Z | Downloaded atomic-waker v1.1.1 |
1478 | 2024-04-23T17:53:09.567Z | Downloaded async-trait v0.1.80 |
1479 | 2024-04-23T17:53:09.570Z | Downloaded heck v0.4.1 |
1480 | 2024-04-23T17:53:09.570Z | Downloaded heck v0.3.3 |
1481 | 2024-04-23T17:53:09.575Z | Downloaded async-stream-impl v0.3.5 |
1482 | 2024-04-23T17:53:09.575Z | Downloaded async-stream v0.3.5 |
1483 | 2024-04-23T17:53:09.575Z | Downloaded ascii-canvas v3.0.0 |
1484 | 2024-04-23T17:53:09.575Z | Downloaded ascii v1.1.0 |
1485 | 2024-04-23T17:53:09.578Z | Downloaded arrayvec v0.7.4 |
1486 | 2024-04-23T17:53:09.578Z | Downloaded async-recursion v1.1.0 |
1487 | 2024-04-23T17:53:09.581Z | Downloaded assert_matches v1.5.0 |
1488 | 2024-04-23T17:53:09.581Z | Downloaded arrayref v0.3.7 |
1489 | 2024-04-23T17:53:09.582Z | Downloaded anstyle-parse v0.2.1 |
1490 | 2024-04-23T17:53:09.588Z | Downloaded arc-swap v1.6.0 |
1491 | 2024-04-23T17:53:09.588Z | Downloaded anstream v0.6.11 |
1492 | 2024-04-23T17:53:09.588Z | Downloaded allocator-api2 v0.2.16 |
1493 | 2024-04-23T17:53:10.032Z | Compiling proc-macro2 v1.0.81 |
1494 | 2024-04-23T17:53:10.035Z | Compiling unicode-ident v1.0.12 |
1495 | 2024-04-23T17:53:10.035Z | Compiling libc v0.2.153 |
1496 | 2024-04-23T17:53:10.035Z | Compiling serde v1.0.198 |
1497 | 2024-04-23T17:53:10.035Z | Compiling version_check v0.9.4 |
1498 | 2024-04-23T17:53:10.035Z | Compiling autocfg v1.1.0 |
1499 | 2024-04-23T17:53:10.035Z | Compiling cfg-if v1.0.0 |
1500 | 2024-04-23T17:53:10.211Z | Compiling once_cell v1.19.0 |
1501 | 2024-04-23T17:53:10.230Z | Compiling syn v1.0.109 |
1502 | 2024-04-23T17:53:10.354Z | Compiling byteorder v1.5.0 |
1503 | 2024-04-23T17:53:10.606Z | Compiling memchr v2.7.1 |
1504 | 2024-04-23T17:53:10.754Z | Compiling serde_json v1.0.116 |
1505 | 2024-04-23T17:53:10.774Z | Compiling ahash v0.8.8 |
1506 | 2024-04-23T17:53:10.790Z | Compiling lock_api v0.4.10 |
1507 | 2024-04-23T17:53:11.177Z | Compiling parking_lot_core v0.9.8 |
1508 | 2024-04-23T17:53:11.192Z | Compiling libm v0.2.7 |
1509 | 2024-04-23T17:53:11.300Z | Compiling num-traits v0.2.18 |
1510 | 2024-04-23T17:53:11.396Z | Compiling thiserror v1.0.58 |
1511 | 2024-04-23T17:53:11.668Z | Compiling typenum v1.16.0 |
1512 | 2024-04-23T17:53:11.881Z | Compiling generic-array v0.14.7 |
1513 | 2024-04-23T17:53:11.957Z | Compiling itoa v1.0.9 |
1514 | 2024-04-23T17:53:12.325Z | Compiling quote v1.0.36 |
1515 | 2024-04-23T17:53:12.345Z | Compiling log v0.4.21 |
1516 | 2024-04-23T17:53:12.628Z | Compiling cc v1.0.83 |
1517 | 2024-04-23T17:53:12.648Z | Compiling getrandom v0.2.12 |
1518 | 2024-04-23T17:53:12.817Z | Compiling syn v2.0.59 |
1519 | 2024-04-23T17:53:12.953Z | Compiling scopeguard v1.2.0 |
1520 | 2024-04-23T17:53:13.265Z | Compiling pkg-config v0.3.27 |
1521 | 2024-04-23T17:53:13.288Z | Compiling allocator-api2 v0.2.16 |
1522 | 2024-04-23T17:53:13.504Z | Compiling slab v0.4.9 |
1523 | 2024-04-23T17:53:13.560Z | Compiling ryu v1.0.15 |
1524 | 2024-04-23T17:53:14.033Z | Compiling pin-project-lite v0.2.13 |
1525 | 2024-04-23T17:53:14.054Z | Compiling schemars v0.8.16 |
1526 | 2024-04-23T17:53:14.236Z | Compiling smallvec v1.13.1 |
1527 | 2024-04-23T17:53:14.431Z | Compiling equivalent v1.0.1 |
1528 | 2024-04-23T17:53:14.516Z | Compiling vcpkg v0.2.15 |
1529 | 2024-04-23T17:53:14.909Z | Compiling ring v0.17.8 |
1530 | 2024-04-23T17:53:15.632Z | Compiling parking_lot v0.12.1 |
1531 | 2024-04-23T17:53:15.981Z | Compiling signal-hook-registry v1.4.1 |
1532 | 2024-04-23T17:53:16.173Z | Compiling openssl-sys v0.9.102 |
1533 | 2024-04-23T17:53:17.077Z | Compiling heck v0.4.1 |
1534 | 2024-04-23T17:53:17.482Z | Compiling mio v0.8.11 |
1535 | 2024-04-23T17:53:17.552Z | Compiling fnv v1.0.7 |
1536 | 2024-04-23T17:53:17.661Z | Compiling rand_core v0.6.4 |
1537 | 2024-04-23T17:53:17.711Z | Compiling time-core v0.1.2 |
1538 | 2024-04-23T17:53:17.964Z | Compiling num-conv v0.1.0 |
1539 | 2024-04-23T17:53:18.029Z | Compiling ring v0.16.20 |
1540 | 2024-04-23T17:53:18.249Z | Compiling socket2 v0.5.6 |
1541 | 2024-04-23T17:53:18.269Z | Compiling time-macros v0.2.17 |
1542 | 2024-04-23T17:53:18.870Z | Compiling num_cpus v1.16.0 |
1543 | 2024-04-23T17:53:19.032Z | Compiling httparse v1.8.0 |
1544 | 2024-04-23T17:53:19.624Z | Compiling ucd-trie v0.1.6 |
1545 | 2024-04-23T17:53:19.817Z | Compiling serde_derive_internals v0.26.0 |
1546 | 2024-04-23T17:53:19.918Z | Compiling futures-core v0.3.30 |
1547 | 2024-04-23T17:53:20.139Z | Compiling openssl v0.10.64 |
1548 | 2024-04-23T17:53:20.186Z | Compiling rustix v0.38.31 |
1549 | 2024-04-23T17:53:20.727Z | Compiling crossbeam-utils v0.8.19 |
1550 | 2024-04-23T17:53:20.806Z | Compiling iana-time-zone v0.1.57 |
1551 | 2024-04-23T17:53:20.809Z | Compiling semver v1.0.22 |
1552 | 2024-04-23T17:53:21.280Z | Compiling spin v0.5.2 |
1553 | 2024-04-23T17:53:21.302Z | Compiling native-tls v0.2.11 |
1554 | 2024-04-23T17:53:21.330Z | Compiling rustls v0.21.9 |
1555 | 2024-04-23T17:53:21.625Z | Compiling tinyvec_macros v0.1.1 |
1556 | 2024-04-23T17:53:21.718Z | Compiling tinyvec v1.6.0 |
1557 | 2024-04-23T17:53:21.768Z | Compiling spin v0.9.8 |
1558 | 2024-04-23T17:53:22.173Z | Compiling unicode-xid v0.2.4 |
1559 | 2024-04-23T17:53:22.195Z | Compiling subtle v2.5.0 |
1560 | 2024-04-23T17:53:22.264Z | Compiling const-oid v0.9.6 |
1561 | 2024-04-23T17:53:22.330Z | Compiling futures-sink v0.3.30 |
1562 | 2024-04-23T17:53:22.480Z | Compiling synstructure v0.12.6 |
1563 | 2024-04-23T17:53:22.671Z | Compiling backtrace v0.3.69 |
1564 | 2024-04-23T17:53:23.081Z | Compiling unicode-normalization v0.1.22 |
1565 | 2024-04-23T17:53:23.712Z | Compiling cookie v0.17.0 |
1566 | 2024-04-23T17:53:23.796Z | Compiling unicode-bidi v0.3.15 |
1567 | 2024-04-23T17:53:23.979Z | Compiling uuid v0.8.2 |
1568 | 2024-04-23T17:53:24.095Z | Compiling slog v2.7.0 |
1569 | 2024-04-23T17:53:24.161Z | Compiling dyn-clone v1.0.17 |
1570 | 2024-04-23T17:53:24.437Z | Compiling futures-channel v0.3.30 |
1571 | 2024-04-23T17:53:24.631Z | Compiling tracing-core v0.1.32 |
1572 | 2024-04-23T17:53:24.750Z | Compiling futures-io v0.3.30 |
1573 | 2024-04-23T17:53:24.835Z | Compiling pin-utils v0.1.0 |
1574 | 2024-04-23T17:53:24.945Z | Compiling futures-task v0.3.30 |
1575 | 2024-04-23T17:53:24.972Z | Compiling serde_derive v1.0.198 |
1576 | 2024-04-23T17:53:25.030Z | Compiling zerocopy-derive v0.7.32 |
1577 | 2024-04-23T17:53:25.096Z | Compiling zeroize_derive v1.4.2 |
1578 | 2024-04-23T17:53:25.481Z | Compiling thiserror-impl v1.0.58 |
1579 | 2024-04-23T17:53:26.395Z | Compiling tokio-macros v2.2.0 |
1580 | 2024-04-23T17:53:26.870Z | Compiling zerocopy v0.7.32 |
1581 | 2024-04-23T17:53:26.921Z | Compiling futures-macro v0.3.30 |
1582 | 2024-04-23T17:53:27.462Z | Compiling tracing-attributes v0.1.27 |
1583 | 2024-04-23T17:53:27.791Z | Compiling schemars_derive v0.8.16 |
1584 | 2024-04-23T17:53:28.585Z | Compiling zeroize v1.7.0 |
1585 | 2024-04-23T17:53:28.899Z | Compiling hashbrown v0.14.3 |
1586 | 2024-04-23T17:53:30.155Z | Compiling pest v2.7.6 |
1587 | 2024-04-23T17:53:30.514Z | Compiling openssl-macros v0.1.1 |
1588 | 2024-04-23T17:53:30.685Z | Compiling zerocopy-derive v0.2.0 |
1589 | 2024-04-23T17:53:31.412Z | Compiling crypto-common v0.1.6 |
1590 | 2024-04-23T17:53:31.583Z | Compiling tracing v0.1.40 |
1591 | 2024-04-23T17:53:31.586Z | Compiling futures-util v0.3.30 |
1592 | 2024-04-23T17:53:31.621Z | Compiling der_derive v0.7.2 |
1593 | 2024-04-23T17:53:32.290Z | Compiling pest_meta v2.7.6 |
1594 | 2024-04-23T17:53:32.684Z | Compiling aho-corasick v1.1.2 |
1595 | 2024-04-23T17:53:33.244Z | Compiling anyhow v1.0.82 |
1596 | 2024-04-23T17:53:33.761Z | Compiling pest_generator v2.7.6 |
1597 | 2024-04-23T17:53:34.874Z | Compiling regex-syntax v0.8.2 |
1598 | 2024-04-23T17:53:36.289Z | Compiling pest_derive v2.7.6 |
1599 | 2024-04-23T17:53:36.814Z | Compiling winnow v0.5.15 |
1600 | 2024-04-23T17:53:37.141Z | Compiling block-buffer v0.10.4 |
1601 | 2024-04-23T17:53:37.369Z | Compiling bytes v1.6.0 |
1602 | 2024-04-23T17:53:37.971Z | Compiling indexmap v2.2.6 |
1603 | 2024-04-23T17:53:38.552Z | Compiling bitflags v2.4.2 |
1604 | 2024-04-23T17:53:39.133Z | Compiling tokio v1.37.0 |
1605 | 2024-04-23T17:53:39.487Z | Compiling uuid v1.8.0 |
1606 | 2024-04-23T17:53:40.187Z | Compiling chrono v0.4.38 |
1607 | 2024-04-23T17:53:41.350Z | Compiling serde_spanned v0.6.5 |
1608 | 2024-04-23T17:53:41.562Z | Compiling toml_datetime v0.6.5 |
1609 | 2024-04-23T17:53:42.122Z | Compiling http v0.2.12 |
1610 | 2024-04-23T17:53:43.600Z | Compiling rustc_version v0.4.0 |
1611 | 2024-04-23T17:53:44.216Z | Compiling toml_edit v0.19.15 |
1612 | 2024-04-23T17:53:44.350Z | Compiling regex-automata v0.4.5 |
1613 | 2024-04-23T17:53:46.214Z | Compiling usdt-impl v0.3.5 |
1614 | 2024-04-23T17:53:46.550Z | Compiling powerfmt v0.2.0 |
1615 | 2024-04-23T17:53:47.043Z | Compiling rustversion v1.0.14 |
1616 | 2024-04-23T17:53:47.506Z | Compiling untrusted v0.9.0 |
1617 | 2024-04-23T17:53:47.621Z | Compiling crc32fast v1.3.2 |
1618 | 2024-04-23T17:53:48.649Z | Compiling deranged v0.3.11 |
1619 | 2024-04-23T17:53:49.381Z | Compiling heapless v0.7.16 |
1620 | 2024-04-23T17:53:49.834Z | Compiling digest v0.10.7 |
1621 | 2024-04-23T17:53:50.283Z | Compiling scroll_derive v0.12.0 |
1622 | 2024-04-23T17:53:51.049Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1623 | 2024-04-23T17:53:51.396Z | Compiling num_threads v0.1.6 |
1624 | 2024-04-23T17:53:51.539Z | Compiling signal-hook v0.3.17 |
1625 | 2024-04-23T17:53:51.641Z | Compiling percent-encoding v2.3.1 |
1626 | 2024-04-23T17:53:51.830Z | Compiling ppv-lite86 v0.2.17 |
1627 | 2024-04-23T17:53:52.393Z | Compiling time v0.3.34 |
1628 | 2024-04-23T17:53:52.612Z | Compiling rand_chacha v0.3.1 |
1629 | 2024-04-23T17:53:53.444Z | Compiling regex v1.10.4 |
1630 | 2024-04-23T17:53:54.367Z | Compiling zerocopy v0.3.0 |
1631 | 2024-04-23T17:53:54.921Z | Compiling thread-id v4.2.0 |
1632 | 2024-04-23T17:53:55.210Z | Compiling dof v0.1.5 |
1633 | 2024-04-23T17:53:55.804Z | Compiling rand v0.8.5 |
1634 | 2024-04-23T17:53:55.976Z | Compiling tokio-util v0.7.10 |
1635 | 2024-04-23T17:53:57.327Z | Compiling dtrace-parser v0.1.14 |
1636 | 2024-04-23T17:53:57.425Z | Compiling async-trait v0.1.80 |
1637 | 2024-04-23T17:53:57.707Z | Compiling num-bigint v0.4.4 |
1638 | 2024-04-23T17:53:58.181Z | Compiling adler v1.0.2 |
1639 | 2024-04-23T17:53:58.484Z | Compiling foreign-types-shared v0.1.1 |
1640 | 2024-04-23T17:53:58.595Z | Compiling smoltcp v0.9.1 |
1641 | 2024-04-23T17:53:58.858Z | Compiling unicode-width v0.1.11 |
1642 | 2024-04-23T17:53:59.022Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1643 | 2024-04-23T17:53:59.055Z | Compiling base64ct v1.6.0 |
1644 | 2024-04-23T17:53:59.206Z | Compiling untrusted v0.7.1 |
1645 | 2024-04-23T17:53:59.627Z | Compiling pem-rfc7468 v0.7.0 |
1646 | 2024-04-23T17:53:59.697Z | Compiling foreign-types v0.3.2 |
1647 | 2024-04-23T17:53:59.773Z | Compiling miniz_oxide v0.7.1 |
1648 | 2024-04-23T17:54:01.437Z | Compiling form_urlencoded v1.2.1 |
1649 | 2024-04-23T17:54:02.256Z | Compiling hmac v0.12.1 |
1650 | 2024-04-23T17:54:02.468Z | Compiling serde_tokenstream v0.1.7 |
1651 | 2024-04-23T17:54:02.875Z | Compiling errno v0.3.8 |
1652 | 2024-04-23T17:54:02.955Z | Compiling siphasher v0.3.11 |
1653 | 2024-04-23T17:54:03.121Z | Compiling try-lock v0.2.4 |
1654 | 2024-04-23T17:54:03.230Z | Compiling flagset v0.4.3 |
1655 | 2024-04-23T17:54:03.307Z | Compiling base64 v0.21.7 |
1656 | 2024-04-23T17:54:03.571Z | Compiling want v0.3.1 |
1657 | 2024-04-23T17:54:03.592Z | Compiling der v0.7.8 |
1658 | 2024-04-23T17:54:05.761Z | Compiling sct v0.7.0 |
1659 | 2024-04-23T17:54:05.797Z | Compiling rustls-webpki v0.101.7 |
1660 | 2024-04-23T17:54:06.029Z | Compiling h2 v0.3.26 |
1661 | 2024-04-23T17:54:06.654Z | Compiling http-body v0.4.5 |
1662 | 2024-04-23T17:54:07.933Z | Compiling openapiv3 v2.0.0 |
1663 | 2024-04-23T17:54:08.154Z | Compiling lazy_static v1.4.0 |
1664 | 2024-04-23T17:54:08.272Z | Compiling hubpack_derive v0.1.1 |
1665 | 2024-04-23T17:54:08.627Z | Compiling zerocopy-derive v0.6.6 |
1666 | 2024-04-23T17:54:09.129Z | Compiling idna v0.5.0 |
1667 | 2024-04-23T17:54:09.497Z | Compiling usdt-impl v0.5.0 |
1668 | 2024-04-23T17:54:09.859Z | Compiling gimli v0.28.0 |
1669 | 2024-04-23T17:54:10.477Z | Compiling tower-service v0.3.2 |
1670 | 2024-04-23T17:54:10.563Z | Compiling openssl-probe v0.1.5 |
1671 | 2024-04-23T17:54:10.607Z | Compiling httpdate v1.0.3 |
1672 | 2024-04-23T17:54:10.844Z | Compiling cpufeatures v0.2.12 |
1673 | 2024-04-23T17:54:10.955Z | Compiling anstyle v1.0.6 |
1674 | 2024-04-23T17:54:10.988Z | Compiling utf8parse v0.2.1 |
1675 | 2024-04-23T17:54:12.115Z | Compiling stable_deref_trait v1.2.0 |
1676 | 2024-04-23T17:54:12.151Z | Compiling anstyle-parse v0.2.1 |
1677 | 2024-04-23T17:54:12.225Z | Compiling sha2 v0.10.8 |
1678 | 2024-04-23T17:54:12.515Z | Compiling url v2.5.0 |
1679 | 2024-04-23T17:54:13.473Z | Compiling hyper v0.14.28 |
1680 | 2024-04-23T17:54:15.162Z | Compiling addr2line v0.21.0 |
1681 | 2024-04-23T17:54:15.972Z | Compiling spki v0.7.2 |
1682 | 2024-04-23T17:54:16.120Z | Compiling usdt-attr-macro v0.3.5 |
1683 | 2024-04-23T17:54:16.186Z | Compiling usdt-macro v0.3.5 |
1684 | 2024-04-23T17:54:16.376Z | Compiling scroll v0.12.0 |
1685 | 2024-04-23T17:54:17.394Z | Compiling md-5 v0.10.5 |
1686 | 2024-04-23T17:54:17.753Z | Compiling serde_tokenstream v0.2.0 |
1687 | 2024-04-23T17:54:18.257Z | Compiling idna v0.3.0 |
1688 | 2024-04-23T17:54:19.648Z | Compiling stringprep v0.1.3 |
1689 | 2024-04-23T17:54:20.719Z | Compiling diesel_table_macro_syntax v0.1.0 |
1690 | 2024-04-23T17:54:21.085Z | Compiling num-integer v0.1.46 |
1691 | 2024-04-23T17:54:21.211Z | Compiling object v0.32.1 |
1692 | 2024-04-23T17:54:21.900Z | Compiling hash32 v0.2.1 |
1693 | 2024-04-23T17:54:22.285Z | Compiling fallible-iterator v0.2.0 |
1694 | 2024-04-23T17:54:23.223Z | Compiling plain v0.2.3 |
1695 | 2024-04-23T17:54:23.380Z | Compiling heck v0.5.0 |
1696 | 2024-04-23T17:54:23.812Z | Compiling colorchoice v1.0.0 |
1697 | 2024-04-23T17:54:23.974Z | Compiling rustc-demangle v0.1.23 |
1698 | 2024-04-23T17:54:26.387Z | Compiling anstyle-query v1.0.0 |
1699 | 2024-04-23T17:54:26.528Z | Compiling psl-types v2.0.11 |
1700 | 2024-04-23T17:54:26.727Z | Compiling publicsuffix v2.2.3 |
1701 | 2024-04-23T17:54:26.972Z | Compiling anstream v0.6.11 |
1702 | 2024-04-23T17:54:28.741Z | Compiling clap_derive v4.5.4 |
1703 | 2024-04-23T17:54:30.147Z | Compiling goblin v0.8.0 |
1704 | 2024-04-23T17:54:32.582Z | Compiling postgres-protocol v0.6.6 |
1705 | 2024-04-23T17:54:33.423Z | Compiling diesel_derives v2.1.2 |
1706 | 2024-04-23T17:54:34.450Z | Compiling tokio-rustls v0.24.1 |
1707 | 2024-04-23T17:54:38.641Z | Compiling pkcs8 v0.10.2 |
1708 | 2024-04-23T17:54:38.709Z | Compiling terminal_size v0.3.0 |
1709 | 2024-04-23T17:54:38.917Z | Compiling tokio-native-tls v0.3.1 |
1710 | 2024-04-23T17:54:39.139Z | Compiling phf_shared v0.11.2 |
1711 | 2024-04-23T17:54:39.490Z | Compiling strum_macros v0.25.2 |
1712 | 2024-04-23T17:54:39.708Z | Compiling block-padding v0.3.3 |
1713 | 2024-04-23T17:54:39.777Z | Compiling regress v0.9.1 |
1714 | 2024-04-23T17:54:40.479Z | Compiling enum-as-inner v0.5.1 |
1715 | 2024-04-23T17:54:40.787Z | Compiling serde_repr v0.1.16 |
1716 | 2024-04-23T17:54:41.585Z | Compiling ff v0.13.0 |
1717 | 2024-04-23T17:54:41.854Z | Compiling scheduled-thread-pool v0.2.7 |
1718 | 2024-04-23T17:54:42.361Z | Compiling encoding_rs v0.8.33 |
1719 | 2024-04-23T17:54:43.275Z | Compiling ident_case v1.0.1 |
1720 | 2024-04-23T17:54:43.278Z | Compiling pretty-hex v0.4.1 |
1721 | 2024-04-23T17:54:43.480Z | Compiling bit-vec v0.6.3 |
1722 | 2024-04-23T17:54:43.501Z | Compiling matches v0.1.10 |
1723 | 2024-04-23T17:54:43.604Z | Compiling base16ct v0.2.0 |
1724 | 2024-04-23T17:54:43.895Z | Compiling strsim v0.11.0 |
1725 | 2024-04-23T17:54:43.898Z | Compiling managed v0.8.0 |
1726 | 2024-04-23T17:54:44.580Z | Compiling ipnet v2.9.0 |
1727 | 2024-04-23T17:54:44.605Z | Compiling strsim v0.10.0 |
1728 | 2024-04-23T17:54:45.228Z | Compiling regex-automata v0.1.10 |
1729 | 2024-04-23T17:54:45.667Z | Compiling clap_lex v0.7.0 |
1730 | 2024-04-23T17:54:45.720Z | Compiling bitflags v1.3.2 |
1731 | 2024-04-23T17:54:46.109Z | Compiling mime v0.3.17 |
1732 | 2024-04-23T17:54:46.669Z | Compiling clap_builder v4.5.2 |
1733 | 2024-04-23T17:54:47.066Z | Compiling bstr v0.2.17 |
1734 | 2024-04-23T17:54:48.337Z | Compiling darling_core v0.20.8 |
1735 | 2024-04-23T17:54:48.428Z | Compiling sec1 v0.7.3 |
1736 | 2024-04-23T17:54:48.978Z | Compiling idna v0.2.3 |
1737 | 2024-04-23T17:54:50.371Z | Compiling dof v0.3.0 |
1738 | 2024-04-23T17:54:50.614Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1739 | 2024-04-23T17:54:51.269Z | Compiling r2d2 v0.8.10 |
1740 | 2024-04-23T17:54:52.167Z | Compiling group v0.13.0 |
1741 | 2024-04-23T17:54:52.780Z | Compiling inout v0.1.3 |
1742 | 2024-04-23T17:54:54.347Z | Compiling phf v0.11.2 |
1743 | 2024-04-23T17:54:54.474Z | Compiling hyper-tls v0.5.0 |
1744 | 2024-04-23T17:54:54.728Z | Compiling signal-hook-mio v0.2.3 |
1745 | 2024-04-23T17:54:54.823Z | Compiling bzip2 v0.4.4 |
1746 | 2024-04-23T17:54:54.882Z | Compiling flate2 v1.0.28 |
1747 | 2024-04-23T17:54:55.096Z | Compiling hyper-rustls v0.24.2 |
1748 | 2024-04-23T17:54:55.206Z | Compiling cookie_store v0.20.0 |
1749 | 2024-04-23T17:54:55.461Z | Compiling postgres-types v0.2.6 |
1750 | 2024-04-23T17:54:55.715Z | Compiling zerocopy v0.6.6 |
1751 | 2024-04-23T17:54:55.982Z | Compiling hubpack v0.1.2 |
1752 | 2024-04-23T17:54:56.417Z | Compiling rustls-pemfile v1.0.3 |
1753 | 2024-04-23T17:54:56.464Z | Compiling phf_shared v0.10.0 |
1754 | 2024-04-23T17:54:56.529Z | Compiling hkdf v0.12.4 |
1755 | 2024-04-23T17:54:56.748Z | Compiling crossbeam-epoch v0.9.18 |
1756 | 2024-04-23T17:54:56.770Z | Compiling serde_urlencoded v0.7.1 |
1757 | 2024-04-23T17:54:57.303Z | Compiling ipnetwork v0.20.0 |
1758 | 2024-04-23T17:54:57.330Z | Compiling futures-executor v0.3.30 |
1759 | 2024-04-23T17:54:58.019Z | Compiling dtrace-parser v0.2.0 |
1760 | 2024-04-23T17:54:58.056Z | Compiling crypto-bigint v0.5.2 |
1761 | 2024-04-23T17:54:58.165Z | Compiling float-cmp v0.9.0 |
1762 | 2024-04-23T17:54:58.363Z | Compiling precomputed-hash v0.1.1 |
1763 | 2024-04-23T17:54:58.493Z | Compiling either v1.11.0 |
1764 | 2024-04-23T17:54:58.956Z | Compiling fixedbitset v0.4.2 |
1765 | 2024-04-23T17:54:59.340Z | Compiling whoami v1.5.1 |
1766 | 2024-04-23T17:54:59.622Z | Compiling predicates-core v1.0.6 |
1767 | 2024-04-23T17:54:59.945Z | Compiling data-encoding v2.4.0 |
1768 | 2024-04-23T17:55:00.277Z | Compiling minimal-lexical v0.2.1 |
1769 | 2024-04-23T17:55:00.402Z | Compiling normalize-line-endings v0.3.0 |
1770 | 2024-04-23T17:55:00.538Z | Compiling unicode-segmentation v1.10.1 |
1771 | 2024-04-23T17:55:01.417Z | Compiling difflib v0.4.0 |
1772 | 2024-04-23T17:55:01.621Z | Compiling new_debug_unreachable v1.0.4 |
1773 | 2024-04-23T17:55:01.692Z | Compiling winnow v0.6.1 |
1774 | 2024-04-23T17:55:01.716Z | Compiling sync_wrapper v0.1.2 |
1775 | 2024-04-23T17:55:01.851Z | Compiling webpki-roots v0.25.2 |
1776 | 2024-04-23T17:55:02.114Z | Compiling static_assertions v1.1.0 |
1777 | 2024-04-23T17:55:02.166Z | Compiling reqwest v0.11.24 |
1778 | 2024-04-23T17:55:02.222Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1779 | 2024-04-23T17:55:02.437Z | Compiling itertools v0.10.5 |
1780 | 2024-04-23T17:55:03.377Z | Compiling predicates v3.1.0 |
1781 | 2024-04-23T17:55:04.402Z | Compiling string_cache v0.8.7 |
1782 | 2024-04-23T17:55:04.791Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1783 | 2024-04-23T17:55:04.855Z | Compiling similar v2.4.0 |
1784 | 2024-04-23T17:55:05.214Z | Compiling toml_edit v0.22.9 |
1785 | 2024-04-23T17:55:05.326Z | Compiling nom v7.1.3 |
1786 | 2024-04-23T17:55:06.841Z | Compiling trust-dns-proto v0.22.0 |
1787 | 2024-04-23T17:55:07.819Z | Compiling elliptic-curve v0.13.8 |
1788 | 2024-04-23T17:55:08.512Z | Compiling tokio-postgres v0.7.10 |
1789 | 2024-04-23T17:55:08.917Z | Compiling petgraph v0.6.4 |
1790 | 2024-04-23T17:55:11.008Z | Compiling diesel v2.1.6 |
1791 | 2024-04-23T17:55:11.129Z | Compiling futures v0.3.30 |
1792 | 2024-04-23T17:55:11.254Z | Compiling yasna v0.5.2 |
1793 | 2024-04-23T17:55:12.745Z | Compiling zip v0.6.6 |
1794 | 2024-04-23T17:55:12.926Z | Compiling crossterm v0.27.0 |
1795 | 2024-04-23T17:55:13.032Z | Compiling darling_macro v0.20.8 |
1796 | 2024-04-23T17:55:13.156Z | Compiling cipher v0.4.4 |
1797 | 2024-04-23T17:55:13.990Z | Compiling clap v4.5.4 |
1798 | 2024-04-23T17:55:14.073Z | Compiling bit-set v0.5.3 |
1799 | 2024-04-23T17:55:14.363Z | Compiling num-iter v0.1.44 |
1800 | 2024-04-23T17:55:14.534Z | Compiling usdt v0.3.5 |
1801 | 2024-04-23T17:55:14.556Z | Compiling console v0.15.8 |
1802 | 2024-04-23T17:55:15.065Z | Compiling bstr v1.9.0 |
1803 | 2024-04-23T17:55:15.328Z | Compiling tokio-stream v0.1.15 |
1804 | 2024-04-23T17:55:15.849Z | Compiling toml v0.7.8 |
1805 | 2024-04-23T17:55:16.257Z | Compiling hex v0.4.3 |
1806 | 2024-04-23T17:55:16.682Z | Compiling peg-runtime v0.8.2 |
1807 | 2024-04-23T17:55:17.110Z | Compiling lalrpop-util v0.19.12 |
1808 | 2024-04-23T17:55:17.224Z | Compiling base64 v0.22.0 |
1809 | 2024-04-23T17:55:17.617Z | Compiling darling v0.20.8 |
1810 | 2024-04-23T17:55:17.814Z | Compiling proc-macro-crate v1.3.1 |
1811 | 2024-04-23T17:55:18.936Z | Compiling heapless v0.8.0 |
1812 | 2024-04-23T17:55:19.443Z | Compiling camino v1.1.6 |
1813 | 2024-04-23T17:55:20.528Z | Compiling num_enum_derive v0.5.11 |
1814 | 2024-04-23T17:55:29.133Z | Compiling hash32 v0.3.1 |
1815 | 2024-04-23T17:55:30.268Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1816 | 2024-04-23T17:55:31.928Z | Compiling rustls-pki-types v1.3.0 |
1817 | 2024-04-23T17:55:33.294Z | Compiling smoltcp v0.11.0 |
1818 | 2024-04-23T17:55:48.330Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1819 | 2024-04-23T17:55:56.798Z | Compiling num_enum v0.5.11 |
1820 | 2024-04-23T17:55:59.633Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1821 | 2024-04-23T17:56:00.069Z | Compiling getopts v0.2.21 |
1822 | 2024-04-23T17:56:00.917Z | Compiling dirs-sys-next v0.1.2 |
1823 | 2024-04-23T17:56:01.027Z | Compiling proc-macro-error-attr v1.0.4 |
1824 | 2024-04-23T17:56:02.069Z | Compiling embedded-io v0.4.0 |
1825 | 2024-04-23T17:56:02.236Z | Compiling rustls v0.22.4 |
1826 | 2024-04-23T17:56:02.721Z | Compiling cobs v0.2.3 |
1827 | 2024-04-23T17:56:03.112Z | Compiling paste v1.0.14 |
1828 | 2024-04-23T17:56:03.150Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1829 | 2024-04-23T17:56:03.544Z | Compiling unsafe-libyaml v0.2.10 |
1830 | 2024-04-23T17:56:05.315Z | Compiling serde_yaml v0.9.25 |
1831 | 2024-04-23T17:56:05.715Z | Compiling postcard v1.0.8 |
1832 | 2024-04-23T17:56:07.061Z | Compiling dirs-next v2.0.0 |
1833 | 2024-04-23T17:56:09.013Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1834 | 2024-04-23T17:56:15.667Z | Compiling rustls-webpki v0.102.1 |
1835 | 2024-04-23T17:56:20.245Z | Compiling strum_macros v0.26.1 |
1836 | 2024-04-23T17:56:21.514Z | Compiling structmeta-derive v0.3.0 |
1837 | 2024-04-23T17:56:21.922Z | Compiling foreign-types-macros v0.2.3 |
1838 | 2024-04-23T17:56:22.383Z | Compiling thread_local v1.1.7 |
1839 | 2024-04-23T17:56:23.147Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1840 | 2024-04-23T17:56:23.222Z | Compiling proc-macro-error v1.0.4 |
1841 | 2024-04-23T17:56:23.455Z | Compiling multer v3.0.0 |
1842 | 2024-04-23T17:56:23.782Z | Compiling foreign-types-shared v0.3.1 |
1843 | 2024-04-23T17:56:24.522Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1844 | 2024-04-23T17:56:24.603Z | Compiling match_cfg v0.1.0 |
1845 | 2024-04-23T17:56:24.712Z | Compiling slog-async v2.8.0 |
1846 | 2024-04-23T17:56:24.734Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1847 | 2024-04-23T17:56:25.671Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1848 | 2024-04-23T17:56:28.960Z | Compiling strum v0.26.2 |
1849 | 2024-04-23T17:56:29.055Z | Compiling hostname v0.3.1 |
1850 | 2024-04-23T17:56:29.689Z | Compiling structmeta v0.3.0 |
1851 | 2024-04-23T17:56:30.112Z | Compiling foreign-types v0.5.0 |
1852 | 2024-04-23T17:56:33.629Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1853 | 2024-04-23T17:56:43.118Z | Compiling term v0.7.0 |
1854 | 2024-04-23T17:56:46.058Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1855 | 2024-04-23T17:56:46.438Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1856 | 2024-04-23T17:56:47.605Z | Compiling slog-json v2.6.1 |
1857 | 2024-04-23T17:56:47.854Z | Compiling is-terminal v0.4.9 |
1858 | 2024-04-23T17:56:47.997Z | Compiling tabwriter v1.4.0 |
1859 | 2024-04-23T17:56:48.095Z | Compiling crossbeam-channel v0.5.8 |
1860 | 2024-04-23T17:56:48.909Z | Compiling http v1.0.0 |
1861 | 2024-04-23T17:56:49.670Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1862 | 2024-04-23T17:56:50.026Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1863 | 2024-04-23T17:56:50.513Z | Compiling async-stream-impl v0.3.5 |
1864 | 2024-04-23T17:56:50.619Z | Compiling cstr-argument v0.1.2 |
1865 | 2024-04-23T17:56:50.881Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1866 | 2024-04-23T17:56:50.884Z | Compiling fastrand v2.0.1 |
1867 | 2024-04-23T17:56:51.208Z | Compiling pretty-hex v0.2.1 |
1868 | 2024-04-23T17:56:51.424Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1869 | 2024-04-23T17:56:51.637Z | Compiling atomic-waker v1.1.1 |
1870 | 2024-04-23T17:56:51.661Z | Compiling rayon-core v1.12.1 |
1871 | 2024-04-23T17:56:51.748Z | Compiling take_mut v0.2.2 |
1872 | 2024-04-23T17:56:51.922Z | Compiling crucible-workspace-hack v0.1.0 |
1873 | 2024-04-23T17:56:52.211Z | Compiling async-stream v0.3.5 |
1874 | 2024-04-23T17:56:52.268Z | Compiling waitgroup v0.1.2 |
1875 | 2024-04-23T17:56:52.545Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1876 | 2024-04-23T17:56:52.573Z | Compiling tempfile v3.10.1 |
1877 | 2024-04-23T17:56:52.971Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1878 | 2024-04-23T17:56:53.834Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1879 | 2024-04-23T17:56:53.888Z | Compiling slog-term v2.9.1 |
1880 | 2024-04-23T17:56:54.067Z | Compiling slog-bunyan v2.5.0 |
1881 | 2024-04-23T17:56:54.475Z | Compiling tokio-rustls v0.25.0 |
1882 | 2024-04-23T17:56:54.948Z | Compiling parse-display-derive v0.9.0 |
1883 | 2024-04-23T17:56:55.086Z | Compiling rustls-pemfile v2.1.2 |
1884 | 2024-04-23T17:56:55.216Z | Compiling toml v0.8.12 |
1885 | 2024-04-23T17:56:55.860Z | Compiling serde_with_macros v3.7.0 |
1886 | 2024-04-23T17:56:56.109Z | Compiling sha1 v0.10.6 |
1887 | 2024-04-23T17:56:56.871Z | Compiling crossbeam-deque v0.8.3 |
1888 | 2024-04-23T17:56:57.014Z | Compiling colored v2.1.0 |
1889 | 2024-04-23T17:56:57.271Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1890 | 2024-04-23T17:56:58.338Z | Compiling newtype-uuid v1.1.0 |
1891 | 2024-04-23T17:56:58.622Z | Compiling serde_path_to_error v0.1.16 |
1892 | 2024-04-23T17:56:58.673Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1893 | 2024-04-23T17:56:58.891Z | Compiling socket2 v0.4.9 |
1894 | 2024-04-23T17:56:59.272Z | Compiling instant v0.1.12 |
1895 | 2024-04-23T17:56:59.419Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1896 | 2024-04-23T17:56:59.456Z | Compiling debug-ignore v1.0.5 |
1897 | 2024-04-23T17:56:59.604Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1898 | 2024-04-23T17:56:59.806Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1899 | 2024-04-23T17:56:59.827Z | Compiling backoff v0.4.0 |
1900 | 2024-04-23T17:57:00.511Z | Compiling parse-display v0.9.0 |
1901 | 2024-04-23T17:57:02.351Z | Compiling serde_with v3.7.0 |
1902 | 2024-04-23T17:57:02.652Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1903 | 2024-04-23T17:57:03.129Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1904 | 2024-04-23T17:57:04.507Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1905 | 2024-04-23T17:57:04.556Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
1906 | 2024-04-23T17:57:05.270Z | Compiling camino-tempfile v1.1.1 |
1907 | 2024-04-23T17:57:06.193Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1908 | 2024-04-23T17:57:06.613Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1909 | 2024-04-23T17:57:06.700Z | Compiling macaddr v1.0.1 |
1910 | 2024-04-23T17:57:06.810Z | Compiling num-derive v0.4.0 |
1911 | 2024-04-23T17:57:06.813Z | Compiling sigpipe v0.1.3 |
1912 | 2024-04-23T17:57:06.956Z | Compiling libefi-sys v0.1.0 |
1913 | 2024-04-23T17:57:07.297Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
1914 | 2024-04-23T17:57:07.338Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1915 | 2024-04-23T17:57:07.853Z | Compiling rayon v1.10.0 |
1916 | 2024-04-23T17:57:09.027Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
1917 | 2024-04-23T17:57:09.586Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1918 | 2024-04-23T17:57:10.306Z | Compiling smf v0.2.3 |
1919 | 2024-04-23T17:57:10.630Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1920 | 2024-04-23T17:57:11.013Z | Compiling blake3 v1.5.0 |
1921 | 2024-04-23T17:57:11.315Z | Compiling portable-atomic v1.4.3 |
1922 | 2024-04-23T17:57:12.272Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1923 | 2024-04-23T17:57:12.564Z | Compiling memmap2 v0.7.1 |
1924 | 2024-04-23T17:57:12.660Z | Compiling filetime v0.2.23 |
1925 | 2024-04-23T17:57:12.893Z | Compiling xattr v1.0.1 |
1926 | 2024-04-23T17:57:12.996Z | Compiling constant_time_eq v0.3.0 |
1927 | 2024-04-23T17:57:13.085Z | Compiling arrayvec v0.7.4 |
1928 | 2024-04-23T17:57:13.174Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1929 | 2024-04-23T17:57:13.202Z | Compiling same-file v1.0.6 |
1930 | 2024-04-23T17:57:13.357Z | Compiling arrayref v0.3.7 |
1931 | 2024-04-23T17:57:13.455Z | Compiling walkdir v2.5.0 |
1932 | 2024-04-23T17:57:13.473Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1933 | 2024-04-23T17:57:13.553Z | Compiling tar v0.4.40 |
1934 | 2024-04-23T17:57:13.574Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1935 | 2024-04-23T17:57:15.034Z | Compiling gethostname v0.4.3 |
1936 | 2024-04-23T17:57:15.232Z | Compiling number_prefix v0.4.0 |
1937 | 2024-04-23T17:57:15.310Z | Compiling topological-sort v0.2.2 |
1938 | 2024-04-23T17:57:15.481Z | Compiling swrite v0.1.0 |
1939 | 2024-04-23T17:57:15.574Z | Compiling omicron-zone-package v0.11.0 |
1940 | 2024-04-23T17:57:16.215Z | Compiling indicatif v0.17.8 |
1941 | 2024-04-23T17:57:18.600Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1942 | 2024-04-23T17:57:18.621Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1943 | 2024-04-23T17:57:26.799Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1944 | 2024-04-23T17:57:29.184Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1945 | 2024-04-23T17:57:29.583Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1946 | 2024-04-23T17:57:31.314Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1947 | 2024-04-23T17:57:48.773Z | Finished release [optimized] target(s) in 5m 02s |
1948 | 2024-04-23T17:57:49.025Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1949 | 2024-04-23T17:57:49.090Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1950 | 2024-04-23T17:57:49.093Z | Created new build target 'test' and set it as active |
1951 | 2024-04-23T17:57:49.093Z | |
1952 | 2024-04-23T17:57:49.093Z | real 5:02.617885223 |
1953 | 2024-04-23T17:57:49.093Z | user 31:29.930343834 |
1954 | 2024-04-23T17:57:49.093Z | sys 4:00.582224976 |
1955 | 2024-04-23T17:57:49.093Z | trap 0.906730706 |
1956 | 2024-04-23T17:57:49.093Z | tflt 4.716161002 |
1957 | 2024-04-23T17:57:49.094Z | dflt 3.049862379 |
1958 | 2024-04-23T17:57:49.094Z | kflt 0.123991535 |
1959 | 2024-04-23T17:57:49.094Z | lock 1:06:44.597863005 |
1960 | 2024-04-23T17:57:49.094Z | slp 1:29:33.409440960 |
1961 | 2024-04-23T17:57:49.094Z | lat 2:00.954738414 |
1962 | 2024-04-23T17:57:49.094Z | stop 3:37.382870078 |
1963 | 2024-04-23T17:57:49.094Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1964 | 2024-04-23T17:57:49.861Z | Finished release [optimized] target(s) in 0.72s |
1965 | 2024-04-23T17:57:49.882Z | Running `target/release/omicron-package -t test package` |
1966 | 2024-04-23T17:57:49.911Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1967 | 2024-04-23T17:57:50.737Z | Compiling newline-converter v0.3.0 |
1968 | 2024-04-23T17:57:50.737Z | Compiling usdt-attr-macro v0.5.0 |
1969 | 2024-04-23T17:57:50.738Z | Compiling usdt-macro v0.5.0 |
1970 | 2024-04-23T17:57:50.741Z | Compiling memmap v0.7.0 |
1971 | 2024-04-23T17:57:50.821Z | Compiling humantime v2.1.0 |
1972 | 2024-04-23T17:57:50.830Z | Compiling linked-hash-map v0.5.6 |
1973 | 2024-04-23T17:57:50.839Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1974 | 2024-04-23T17:57:50.843Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1975 | 2024-04-23T17:57:50.939Z | Compiling expectorate v1.1.0 |
1976 | 2024-04-23T17:57:51.066Z | Compiling password-hash v0.5.0 |
1977 | 2024-04-23T17:57:51.157Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1978 | 2024-04-23T17:57:51.193Z | Compiling lru-cache v0.1.2 |
1979 | 2024-04-23T17:57:51.204Z | Compiling blake2 v0.10.6 |
1980 | 2024-04-23T17:57:51.385Z | Compiling semver v0.1.20 |
1981 | 2024-04-23T17:57:51.632Z | Compiling argon2 v0.5.3 |
1982 | 2024-04-23T17:57:51.890Z | Compiling rustc_version v0.1.7 |
1983 | 2024-04-23T17:57:52.145Z | Compiling bytecount v0.6.3 |
1984 | 2024-04-23T17:57:52.257Z | Compiling usdt v0.5.0 |
1985 | 2024-04-23T17:57:52.282Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1986 | 2024-04-23T17:57:52.433Z | Compiling newtype_derive v0.1.6 |
1987 | 2024-04-23T17:57:52.486Z | Compiling papergrid v0.11.0 |
1988 | 2024-04-23T17:57:52.786Z | Compiling tabled_derive v0.7.0 |
1989 | 2024-04-23T17:57:52.965Z | Compiling quick-error v1.2.3 |
1990 | 2024-04-23T17:57:53.103Z | Compiling resolv-conf v0.7.0 |
1991 | 2024-04-23T17:57:53.280Z | Compiling steno v0.4.0 |
1992 | 2024-04-23T17:57:53.783Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1993 | 2024-04-23T17:57:54.330Z | Compiling derive-where v1.2.7 |
1994 | 2024-04-23T17:57:54.687Z | Compiling num-rational v0.4.1 |
1995 | 2024-04-23T17:57:54.991Z | Compiling slog-dtrace v0.3.0 |
1996 | 2024-04-23T17:57:55.069Z | Compiling tabled v0.15.0 |
1997 | 2024-04-23T17:57:55.313Z | Compiling termcolor v1.2.0 |
1998 | 2024-04-23T17:57:56.627Z | Compiling trust-dns-resolver v0.22.0 |
1999 | 2024-04-23T17:57:57.318Z | Compiling itertools v0.12.1 |
2000 | 2024-04-23T17:57:57.582Z | Compiling utf-8 v0.7.6 |
2001 | 2024-04-23T17:58:01.175Z | Compiling num-complex v0.4.5 |
2002 | 2024-04-23T17:58:01.993Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2003 | 2024-04-23T17:58:02.504Z | Compiling num v0.4.2 |
2004 | 2024-04-23T17:58:02.609Z | Compiling nibble_vec v0.1.0 |
2005 | 2024-04-23T17:58:02.816Z | Compiling radium v0.7.0 |
2006 | 2024-04-23T17:58:03.052Z | Compiling endian-type v0.1.2 |
2007 | 2024-04-23T17:58:03.267Z | Compiling radix_trie v0.2.1 |
2008 | 2024-04-23T17:58:03.290Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2009 | 2024-04-23T17:58:04.166Z | Compiling tungstenite v0.20.1 |
2010 | 2024-04-23T17:58:06.407Z | Compiling maybe-uninit v2.0.0 |
2011 | 2024-04-23T17:58:06.865Z | Compiling tap v1.0.1 |
2012 | 2024-04-23T17:58:07.025Z | Compiling wyz v0.5.1 |
2013 | 2024-04-23T17:58:07.099Z | Compiling tokio-tungstenite v0.20.1 |
2014 | 2024-04-23T17:58:07.631Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2015 | 2024-04-23T17:58:08.041Z | Compiling packed_struct v0.10.1 |
2016 | 2024-04-23T17:58:08.444Z | Compiling display-error-chain v0.2.0 |
2017 | 2024-04-23T17:58:08.673Z | Compiling num-bigint-dig v0.8.4 |
2018 | 2024-04-23T17:58:08.976Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2019 | 2024-04-23T17:58:09.580Z | Compiling cancel-safe-futures v0.1.5 |
2020 | 2024-04-23T17:58:09.931Z | Compiling crc-catalog v2.2.0 |
2021 | 2024-04-23T17:58:10.088Z | Compiling arc-swap v1.6.0 |
2022 | 2024-04-23T17:58:10.818Z | Compiling funty v2.0.0 |
2023 | 2024-04-23T17:58:13.219Z | Compiling bitvec v1.0.1 |
2024 | 2024-04-23T17:58:13.490Z | Compiling slog-scope v4.4.0 |
2025 | 2024-04-23T17:58:14.413Z | Compiling crc v3.0.1 |
2026 | 2024-04-23T17:58:15.410Z | Compiling fxhash v0.2.1 |
2027 | 2024-04-23T17:58:15.565Z | Compiling packed_struct_codegen v0.10.1 |
2028 | 2024-04-23T17:58:16.910Z | Compiling indexmap v1.9.3 |
2029 | 2024-04-23T17:58:17.216Z | Compiling nodrop v0.1.14 |
2030 | 2024-04-23T17:58:17.307Z | Compiling array-init v0.0.4 |
2031 | 2024-04-23T17:58:17.384Z | Compiling smallvec v0.6.14 |
2032 | 2024-04-23T17:58:18.540Z | Compiling slog-stdlog v4.1.1 |
2033 | 2024-04-23T17:58:18.591Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2034 | 2024-04-23T17:58:19.489Z | Compiling rayon-core v1.12.1 |
2035 | 2024-04-23T17:58:19.507Z | Compiling pkcs1 v0.7.5 |
2036 | 2024-04-23T17:58:19.596Z | Compiling signature v2.1.0 |
2037 | 2024-04-23T17:58:19.822Z | Compiling crossbeam-deque v0.8.3 |
2038 | 2024-04-23T17:58:20.177Z | Compiling dirs-sys-next v0.1.2 |
2039 | 2024-04-23T17:58:20.683Z | Compiling half v2.3.1 |
2040 | 2024-04-23T17:58:21.367Z | Compiling bitfield v0.14.0 |
2041 | 2024-04-23T17:58:21.659Z | Compiling crunchy v0.2.2 |
2042 | 2024-04-23T17:58:22.088Z | Compiling hashbrown v0.12.3 |
2043 | 2024-04-23T17:58:22.368Z | Compiling ciborium-io v0.2.2 |
2044 | 2024-04-23T17:58:22.496Z | Compiling fastrand v2.0.1 |
2045 | 2024-04-23T17:58:22.995Z | Compiling same-file v1.0.6 |
2046 | 2024-04-23T17:58:23.209Z | Compiling glob v0.3.1 |
2047 | 2024-04-23T17:58:23.618Z | Compiling walkdir v2.5.0 |
2048 | 2024-04-23T17:58:23.966Z | Compiling clang-sys v1.6.1 |
2049 | 2024-04-23T17:58:24.254Z | Compiling tempfile v3.10.1 |
2050 | 2024-04-23T17:58:24.447Z | Compiling ciborium-ll v0.2.2 |
2051 | 2024-04-23T17:58:24.643Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2052 | 2024-04-23T17:58:24.934Z | Compiling dirs-next v2.0.0 |
2053 | 2024-04-23T17:58:24.998Z | Compiling rsa v0.9.2 |
2054 | 2024-04-23T17:58:26.695Z | Compiling slog-envlogger v2.2.0 |
2055 | 2024-04-23T17:58:28.491Z | Compiling serde-hex v0.1.0 |
2056 | 2024-04-23T17:58:29.389Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2057 | 2024-04-23T17:58:29.702Z | Compiling env_logger v0.10.0 |
2058 | 2024-04-23T17:58:29.817Z | Compiling camino v1.1.6 |
2059 | 2024-04-23T17:58:29.874Z | Compiling x509-cert v0.2.4 |
2060 | 2024-04-23T17:58:30.437Z | Compiling ron v0.8.1 |
2061 | 2024-04-23T17:58:33.424Z | Compiling hashbrown v0.13.2 |
2062 | 2024-04-23T17:58:33.679Z | Compiling unicase v2.7.0 |
2063 | 2024-04-23T17:58:34.002Z | Compiling tiny-keccak v2.0.2 |
2064 | 2024-04-23T17:58:34.295Z | Compiling prettyplease v0.2.19 |
2065 | 2024-04-23T17:58:34.603Z | Compiling crc-any v2.4.3 |
2066 | 2024-04-23T17:58:34.846Z | Compiling object v0.30.4 |
2067 | 2024-04-23T17:58:35.663Z | Compiling blake3 v1.5.0 |
2068 | 2024-04-23T17:58:35.946Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2069 | 2024-04-23T17:58:36.631Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2070 | 2024-04-23T17:58:38.592Z | Compiling rayon v1.10.0 |
2071 | 2024-04-23T17:58:40.762Z | Compiling term v0.7.0 |
2072 | 2024-04-23T17:58:41.995Z | Compiling ciborium v0.2.2 |
2073 | 2024-04-23T17:58:42.158Z | Compiling atty v0.2.14 |
2074 | 2024-04-23T17:58:42.301Z | Compiling filetime v0.2.23 |
2075 | 2024-04-23T17:58:42.580Z | Compiling xattr v1.0.1 |
2076 | 2024-04-23T17:58:42.811Z | Compiling memmap2 v0.7.1 |
2077 | 2024-04-23T17:58:43.134Z | Compiling home v0.5.5 |
2078 | 2024-04-23T17:58:43.170Z | Compiling arrayvec v0.7.4 |
2079 | 2024-04-23T17:58:43.381Z | Compiling constant_time_eq v0.3.0 |
2080 | 2024-04-23T17:58:43.522Z | Compiling arrayref v0.3.7 |
2081 | 2024-04-23T17:58:43.583Z | Compiling path-slash v0.1.5 |
2082 | 2024-04-23T17:58:43.783Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2083 | 2024-04-23T17:58:44.082Z | Compiling toolchain_find v0.4.0 |
2084 | 2024-04-23T17:58:44.612Z | Compiling tar v0.4.40 |
2085 | 2024-04-23T17:58:45.437Z | Compiling ascii-canvas v3.0.0 |
2086 | 2024-04-23T17:58:45.901Z | Compiling camino-tempfile v1.1.1 |
2087 | 2024-04-23T17:58:46.274Z | Compiling toml v0.8.12 |
2088 | 2024-04-23T17:58:46.433Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2089 | 2024-04-23T17:58:46.835Z | Compiling is-terminal v0.4.9 |
2090 | 2024-04-23T17:58:46.959Z | Compiling libsw v3.3.1 |
2091 | 2024-04-23T17:58:47.265Z | Compiling ena v0.14.2 |
2092 | 2024-04-23T17:58:47.683Z | Compiling libloading v0.7.4 |
2093 | 2024-04-23T17:58:47.798Z | Compiling owo-colors v4.0.0 |
2094 | 2024-04-23T17:58:48.031Z | Compiling topological-sort v0.2.2 |
2095 | 2024-04-23T17:58:48.236Z | Compiling diff v0.1.13 |
2096 | 2024-04-23T17:58:48.390Z | Compiling convert_case v0.4.0 |
2097 | 2024-04-23T17:58:48.754Z | Compiling linear-map v1.2.0 |
2098 | 2024-04-23T17:58:49.171Z | Compiling parking_lot_core v0.8.6 |
2099 | 2024-04-23T17:58:49.182Z | Compiling regex-syntax v0.6.29 |
2100 | 2024-04-23T17:58:49.592Z | Compiling bindgen v0.69.2 |
2101 | 2024-04-23T17:58:50.039Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2102 | 2024-04-23T17:58:50.614Z | Compiling derive_more v0.99.17 |
2103 | 2024-04-23T17:58:54.408Z | Compiling lalrpop v0.19.12 |
2104 | 2024-04-23T17:58:54.816Z | Compiling omicron-zone-package v0.11.0 |
2105 | 2024-04-23T17:58:55.663Z | Compiling rustfmt-wrapper v0.2.1 |
2106 | 2024-04-23T17:58:56.249Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2107 | 2024-04-23T17:58:57.657Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2108 | 2024-04-23T17:58:57.795Z | Compiling cexpr v0.6.0 |
2109 | 2024-04-23T17:58:59.022Z | Compiling which v4.4.0 |
2110 | 2024-04-23T17:58:59.205Z | Compiling rustc-hash v1.1.0 |
2111 | 2024-04-23T17:58:59.352Z | Compiling lazycell v1.3.0 |
2112 | 2024-04-23T17:58:59.516Z | Compiling shlex v1.3.0 |
2113 | 2024-04-23T17:58:59.541Z | Compiling peeking_take_while v0.1.2 |
2114 | 2024-04-23T17:59:00.187Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2115 | 2024-04-23T17:59:00.887Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2116 | 2024-04-23T17:59:01.865Z | Compiling derive_builder_core v0.20.0 |
2117 | 2024-04-23T17:59:04.072Z | Compiling pem v3.0.4 |
2118 | 2024-04-23T17:59:05.632Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2119 | 2024-04-23T17:59:05.687Z | Compiling headers-core v0.2.0 |
2120 | 2024-04-23T17:59:05.846Z | Compiling libxml v0.3.3 |
2121 | 2024-04-23T17:59:05.852Z | Compiling async-recursion v1.1.0 |
2122 | 2024-04-23T17:59:06.206Z | Compiling ref-cast v1.0.22 |
2123 | 2024-04-23T17:59:06.663Z | Compiling platforms v3.0.2 |
2124 | 2024-04-23T17:59:06.786Z | Compiling headers v0.3.9 |
2125 | 2024-04-23T17:59:07.017Z | Compiling derive_builder_macro v0.20.0 |
2126 | 2024-04-23T17:59:07.311Z | Compiling parking_lot v0.11.2 |
2127 | 2024-04-23T17:59:07.843Z | Compiling mime_guess v2.0.4 |
2128 | 2024-04-23T17:59:08.933Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2129 | 2024-04-23T17:59:09.915Z | Compiling trust-dns-client v0.22.0 |
2130 | 2024-04-23T17:59:10.632Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2131 | 2024-04-23T17:59:10.941Z | Compiling strum_macros v0.24.3 |
2132 | 2024-04-23T17:59:12.274Z | Compiling toml v0.5.11 |
2133 | 2024-04-23T17:59:12.331Z | Compiling ref-cast-impl v1.0.22 |
2134 | 2024-04-23T17:59:13.503Z | Compiling vte_generate_state_changes v0.1.1 |
2135 | 2024-04-23T17:59:13.539Z | Compiling samael v0.0.15 |
2136 | 2024-04-23T17:59:14.107Z | Compiling cookie v0.18.1 |
2137 | 2024-04-23T17:59:14.269Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2138 | 2024-04-23T17:59:14.425Z | Compiling cfg_aliases v0.1.1 |
2139 | 2024-04-23T17:59:14.529Z | Compiling indoc v1.0.9 |
2140 | 2024-04-23T17:59:14.593Z | Compiling buf-list v1.0.3 |
2141 | 2024-04-23T17:59:15.316Z | Compiling nix v0.28.0 |
2142 | 2024-04-23T17:59:15.503Z | Compiling vte v0.11.1 |
2143 | 2024-04-23T17:59:15.514Z | Compiling trust-dns-server v0.22.1 |
2144 | 2024-04-23T17:59:17.846Z | Compiling derive_builder v0.20.0 |
2145 | 2024-04-23T17:59:18.012Z | Compiling sled v0.34.7 |
2146 | 2024-04-23T17:59:20.679Z | Compiling polar-core v0.27.3 |
2147 | 2024-04-23T17:59:20.777Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2148 | 2024-04-23T17:59:21.944Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2149 | 2024-04-23T17:59:22.236Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2150 | 2024-04-23T17:59:24.089Z | Compiling fd-lock v4.0.2 |
2151 | 2024-04-23T17:59:24.290Z | Compiling bb8 v0.8.3 |
2152 | 2024-04-23T17:59:24.811Z | Compiling const_format_proc_macros v0.2.32 |
2153 | 2024-04-23T17:59:25.576Z | Compiling quick-xml v0.31.0 |
2154 | 2024-04-23T17:59:26.871Z | Compiling pin-project-internal v1.1.3 |
2155 | 2024-04-23T17:59:27.409Z | Compiling oso-derive v0.27.3 |
2156 | 2024-04-23T17:59:28.392Z | Compiling impl-trait-for-tuples v0.2.2 |
2157 | 2024-04-23T17:59:29.602Z | Compiling memoffset v0.7.1 |
2158 | 2024-04-23T17:59:29.921Z | Compiling maplit v1.0.2 |
2159 | 2024-04-23T17:59:30.175Z | Compiling pin-project v1.1.3 |
2160 | 2024-04-23T17:59:30.305Z | Compiling const_format v0.2.32 |
2161 | 2024-04-23T17:59:31.551Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2162 | 2024-04-23T17:59:37.464Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2163 | 2024-04-23T17:59:37.890Z | Compiling curve25519-dalek v4.1.2 |
2164 | 2024-04-23T17:59:40.027Z | Compiling strip-ansi-escapes v0.2.0 |
2165 | 2024-04-23T17:59:43.336Z | Compiling oso v0.27.3 |
2166 | 2024-04-23T17:59:55.373Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2167 | 2024-04-23T17:59:56.947Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2168 | 2024-04-23T17:59:57.430Z | Compiling kstat-rs v0.2.3 |
2169 | 2024-04-23T17:59:58.352Z | Compiling snafu-derive v0.8.2 |
2170 | 2024-04-23T18:00:02.013Z | Compiling fs-err v2.11.0 |
2171 | 2024-04-23T18:00:02.335Z | Compiling keccak v0.1.4 |
2172 | 2024-04-23T18:00:02.643Z | Compiling nu-ansi-term v0.50.0 |
2173 | 2024-04-23T18:00:03.273Z | Compiling reedline v0.31.0 |
2174 | 2024-04-23T18:00:03.338Z | Compiling snafu v0.8.2 |
2175 | 2024-04-23T18:00:03.902Z | Compiling sha3 v0.10.8 |
2176 | 2024-04-23T18:00:04.519Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2177 | 2024-04-23T18:00:05.004Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2178 | 2024-04-23T18:00:08.741Z | Compiling env_logger v0.9.3 |
2179 | 2024-04-23T18:00:10.960Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2180 | 2024-04-23T18:00:13.428Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2181 | 2024-04-23T18:00:18.834Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2182 | 2024-04-23T18:00:19.322Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2183 | 2024-04-23T18:00:19.973Z | Compiling globset v0.4.13 |
2184 | 2024-04-23T18:00:20.899Z | Compiling peg-macros v0.8.2 |
2185 | 2024-04-23T18:00:22.668Z | Compiling olpc-cjson v0.1.3 |
2186 | 2024-04-23T18:00:22.971Z | Compiling universal-hash v0.5.1 |
2187 | 2024-04-23T18:00:23.197Z | Compiling secrecy v0.8.0 |
2188 | 2024-04-23T18:00:23.456Z | Compiling serde_plain v1.0.2 |
2189 | 2024-04-23T18:00:23.974Z | Compiling curve25519-dalek-derive v0.1.0 |
2190 | 2024-04-23T18:00:24.224Z | Compiling bitstruct_derive v0.1.0 |
2191 | 2024-04-23T18:00:25.395Z | Compiling thiserror-impl-no-std v2.0.2 |
2192 | 2024-04-23T18:00:25.535Z | Compiling nanorand v0.7.0 |
2193 | 2024-04-23T18:00:26.306Z | Compiling sqlparser_derive v0.2.2 |
2194 | 2024-04-23T18:00:27.365Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2195 | 2024-04-23T18:00:27.499Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2196 | 2024-04-23T18:00:27.561Z | Compiling salty v0.2.0 |
2197 | 2024-04-23T18:00:27.821Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2198 | 2024-04-23T18:00:28.017Z | Compiling typed-path v0.7.0 |
2199 | 2024-04-23T18:00:28.155Z | Compiling unicode_categories v0.1.1 |
2200 | 2024-04-23T18:00:28.242Z | Compiling ascii v1.1.0 |
2201 | 2024-04-23T18:00:28.408Z | Compiling opaque-debug v0.3.0 |
2202 | 2024-04-23T18:00:28.495Z | Compiling signature v1.6.4 |
2203 | 2024-04-23T18:00:28.505Z | Compiling poly1305 v0.8.0 |
2204 | 2024-04-23T18:00:28.649Z | Compiling ed25519 v1.5.3 |
2205 | 2024-04-23T18:00:28.979Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2206 | 2024-04-23T18:00:29.008Z | Compiling sqlformat v0.2.3 |
2207 | 2024-04-23T18:00:29.887Z | Compiling rustyline v14.0.0 |
2208 | 2024-04-23T18:00:30.140Z | Compiling thiserror-no-std v2.0.2 |
2209 | 2024-04-23T18:00:30.363Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2210 | 2024-04-23T18:00:30.629Z | Compiling tough v0.17.1 |
2211 | 2024-04-23T18:00:31.478Z | Compiling sqlparser v0.45.0 |
2212 | 2024-04-23T18:00:34.873Z | Compiling flume v0.11.0 |
2213 | 2024-04-23T18:00:35.607Z | Compiling bitstruct v0.1.1 |
2214 | 2024-04-23T18:00:37.687Z | Compiling peg v0.8.2 |
2215 | 2024-04-23T18:00:37.692Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2216 | 2024-04-23T18:00:43.127Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2217 | 2024-04-23T18:00:43.659Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2218 | 2024-04-23T18:00:48.289Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2219 | 2024-04-23T18:00:50.756Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2220 | 2024-04-23T18:00:51.078Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2221 | 2024-04-23T18:00:51.384Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2222 | 2024-04-23T18:00:52.541Z | Compiling chacha20 v0.9.1 |
2223 | 2024-04-23T18:00:52.991Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2224 | 2024-04-23T18:00:53.791Z | Compiling aead v0.5.2 |
2225 | 2024-04-23T18:00:54.128Z | Compiling bcs v0.1.6 |
2226 | 2024-04-23T18:00:55.048Z | Compiling erased-serde v0.3.31 |
2227 | 2024-04-23T18:00:55.327Z | Compiling serde-big-array v0.5.1 |
2228 | 2024-04-23T18:00:55.593Z | Compiling serde_arrays v0.1.0 |
2229 | 2024-04-23T18:00:55.783Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2230 | 2024-04-23T18:00:56.644Z | Compiling parse-size v1.0.0 |
2231 | 2024-04-23T18:00:56.731Z | Compiling highway v1.1.0 |
2232 | 2024-04-23T18:00:56.937Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2233 | 2024-04-23T18:00:58.155Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2234 | 2024-04-23T18:00:58.487Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2235 | 2024-04-23T18:00:59.016Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2236 | 2024-04-23T18:01:08.801Z | Compiling chacha20poly1305 v0.10.1 |
2237 | 2024-04-23T18:01:09.033Z | Compiling vsss-rs v3.3.4 |
2238 | 2024-04-23T18:01:18.580Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2239 | 2024-04-23T18:01:19.271Z | Compiling signal-hook-tokio v0.3.1 |
2240 | 2024-04-23T18:01:19.468Z | Compiling heck v0.3.3 |
2241 | 2024-04-23T18:01:19.832Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2242 | 2024-04-23T18:01:21.595Z | Compiling castaway v0.2.2 |
2243 | 2024-04-23T18:01:21.778Z | Compiling rand_seeder v0.2.3 |
2244 | 2024-04-23T18:01:22.058Z | Compiling serde-big-array v0.4.1 |
2245 | 2024-04-23T18:01:22.160Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2246 | 2024-04-23T18:01:22.255Z | Compiling http-range v0.1.5 |
2247 | 2024-04-23T18:01:22.872Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2248 | 2024-04-23T18:01:23.088Z | Compiling hyper-staticfile v0.9.5 |
2249 | 2024-04-23T18:01:24.397Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2250 | 2024-04-23T18:01:25.778Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2251 | 2024-04-23T18:01:25.989Z | Compiling compact_str v0.7.1 |
2252 | 2024-04-23T18:01:26.400Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=dd788a311a382b09ce1d3e35f7777b378e09fdf7#dd788a31) |
2253 | 2024-04-23T18:01:27.481Z | Compiling zone_cfg_derive v0.1.2 |
2254 | 2024-04-23T18:01:28.871Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2255 | 2024-04-23T18:01:34.118Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2256 | 2024-04-23T18:01:34.716Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2257 | 2024-04-23T18:01:41.126Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2258 | 2024-04-23T18:01:44.645Z | Compiling tungstenite v0.21.0 |
2259 | 2024-04-23T18:01:48.443Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2260 | 2024-04-23T18:01:48.755Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2261 | 2024-04-23T18:01:49.111Z | Compiling lru v0.12.1 |
2262 | 2024-04-23T18:01:49.453Z | Compiling stability v0.2.0 |
2263 | 2024-04-23T18:01:50.004Z | Compiling indoc v2.0.3 |
2264 | 2024-04-23T18:01:50.439Z | Compiling base64 v0.13.1 |
2265 | 2024-04-23T18:01:50.988Z | Compiling cassowary v0.3.0 |
2266 | 2024-04-23T18:01:51.167Z | Compiling corncobs v0.1.3 |
2267 | 2024-04-23T18:01:51.532Z | Compiling ratatui v0.26.2 |
2268 | 2024-04-23T18:01:52.429Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2269 | 2024-04-23T18:01:53.224Z | Compiling ron v0.7.1 |
2270 | 2024-04-23T18:01:55.766Z | Compiling tokio-tungstenite v0.21.0 |
2271 | 2024-04-23T18:01:55.958Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2272 | 2024-04-23T18:01:58.902Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2273 | 2024-04-23T18:01:59.549Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2274 | 2024-04-23T18:02:08.963Z | Compiling zone v0.1.8 |
2275 | 2024-04-23T18:02:12.483Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2276 | 2024-04-23T18:02:22.116Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2277 | 2024-04-23T18:02:25.055Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2278 | 2024-04-23T18:02:25.211Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2279 | 2024-04-23T18:02:26.377Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2280 | 2024-04-23T18:02:26.685Z | Compiling portpicker v0.1.1 |
2281 | 2024-04-23T18:02:27.222Z | Compiling unicode-linebreak v0.1.5 |
2282 | 2024-04-23T18:02:27.742Z | Compiling smawk v0.3.1 |
2283 | 2024-04-23T18:02:27.984Z | Compiling textwrap v0.16.1 |
2284 | 2024-04-23T18:02:31.257Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2285 | 2024-04-23T18:02:31.804Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2286 | 2024-04-23T18:02:34.133Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2287 | 2024-04-23T18:02:41.343Z | Compiling rcgen v0.12.1 |
2288 | 2024-04-23T18:02:44.104Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2289 | 2024-04-23T18:02:44.526Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=1ef72f3c935e7dc936bf43310c04668fb60d7a20#1ef72f3c) |
2290 | 2024-04-23T18:02:45.662Z | Compiling atomicwrites v0.4.3 |
2291 | 2024-04-23T18:02:46.199Z | Compiling fatfs v0.3.6 |
2292 | 2024-04-23T18:02:47.720Z | Compiling rtoolbox v0.0.1 |
2293 | 2024-04-23T18:02:48.132Z | Compiling subprocess v0.2.9 |
2294 | 2024-04-23T18:02:48.935Z | Compiling is_ci v1.2.0 |
2295 | 2024-04-23T18:02:49.220Z | Compiling assert_matches v1.5.0 |
2296 | 2024-04-23T18:02:51.162Z | Compiling supports-color v3.0.0 |
2297 | 2024-04-23T18:02:51.849Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2298 | 2024-04-23T18:02:52.232Z | Compiling rpassword v7.3.1 |
2299 | 2024-04-23T18:02:52.633Z | Compiling tui-tree-widget v0.19.0 |
2300 | 2024-04-23T18:02:53.018Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2301 | 2024-04-23T18:02:53.372Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2302 | 2024-04-23T18:02:53.686Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2303 | 2024-04-23T18:02:53.997Z | Compiling csv-core v0.1.11 |
2304 | 2024-04-23T18:02:54.907Z | Compiling shell-words v1.1.0 |
2305 | 2024-04-23T18:02:55.349Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2306 | 2024-04-23T18:02:59.226Z | Compiling csv v1.3.0 |
2307 | 2024-04-23T18:02:59.701Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2308 | 2024-04-23T18:03:00.807Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2309 | 2024-04-23T18:03:11.634Z | Compiling multimap v0.10.0 |
2310 | 2024-04-23T18:03:12.162Z | Compiling uzers v0.11.3 |
2311 | 2024-04-23T18:03:15.283Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2312 | 2024-04-23T18:05:16.559Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2313 | 2024-04-23T18:05:42.933Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2314 | 2024-04-23T18:12:02.586Z | Finished release [optimized] target(s) in 14m 12s |
2315 | 2024-04-23T18:13:54.649Z | |
2316 | 2024-04-23T18:13:54.653Z | real 16:05.517464335 |
2317 | 2024-04-23T18:13:54.653Z | user 1:43:54.710042921 |
2318 | 2024-04-23T18:13:54.653Z | sys 4:32.426290598 |
2319 | 2024-04-23T18:13:54.653Z | trap 2.380639381 |
2320 | 2024-04-23T18:13:54.653Z | tflt 2.164116692 |
2321 | 2024-04-23T18:13:54.653Z | dflt 2.788745631 |
2322 | 2024-04-23T18:13:54.653Z | kflt 0.003492329 |
2323 | 2024-04-23T18:13:54.653Z | lock 7:09:46.621551660 |
2324 | 2024-04-23T18:13:54.653Z | slp 4:10:23.886738751 |
2325 | 2024-04-23T18:13:54.653Z | lat 2:17.625497242 |
2326 | 2024-04-23T18:13:54.653Z | stop 1:03.512412016 |
2327 | 2024-04-23T18:13:54.653Z | + ptime -m cargo build --locked --release -p xtask |
2328 | 2024-04-23T18:13:55.124Z | Downloading crates ... |
2329 | 2024-04-23T18:13:55.226Z | Downloaded cargo_toml v0.19.2 |
2330 | 2024-04-23T18:13:55.235Z | Downloaded cargo_metadata v0.18.1 |
2331 | 2024-04-23T18:13:55.240Z | Downloaded cargo-platform v0.1.3 |
2332 | 2024-04-23T18:13:55.248Z | Compiling serde v1.0.198 |
2333 | 2024-04-23T18:13:55.252Z | Compiling libc v0.2.153 |
2334 | 2024-04-23T18:13:55.252Z | Compiling rustix v0.38.31 |
2335 | 2024-04-23T18:13:55.252Z | Compiling bitflags v2.4.2 |
2336 | 2024-04-23T18:13:55.252Z | Compiling hashbrown v0.14.3 |
2337 | 2024-04-23T18:13:55.325Z | Compiling serde_json v1.0.116 |
2338 | 2024-04-23T18:13:55.328Z | Compiling syn v2.0.59 |
2339 | 2024-04-23T18:13:55.354Z | Compiling anyhow v1.0.82 |
2340 | 2024-04-23T18:13:56.585Z | Compiling indexmap v2.2.6 |
2341 | 2024-04-23T18:13:56.851Z | Compiling errno v0.3.8 |
2342 | 2024-04-23T18:13:57.679Z | Compiling terminal_size v0.3.0 |
2343 | 2024-04-23T18:13:57.762Z | Compiling clap_builder v4.5.2 |
2344 | 2024-04-23T18:13:59.918Z | Compiling serde_derive v1.0.198 |
2345 | 2024-04-23T18:13:59.918Z | Compiling thiserror-impl v1.0.58 |
2346 | 2024-04-23T18:13:59.924Z | Compiling clap_derive v4.5.4 |
2347 | 2024-04-23T18:14:05.729Z | Compiling thiserror v1.0.58 |
2348 | 2024-04-23T18:14:05.747Z | Compiling clap v4.5.4 |
2349 | 2024-04-23T18:14:09.234Z | Compiling toml_datetime v0.6.5 |
2350 | 2024-04-23T18:14:09.235Z | Compiling serde_spanned v0.6.5 |
2351 | 2024-04-23T18:14:09.238Z | Compiling camino v1.1.6 |
2352 | 2024-04-23T18:14:09.238Z | Compiling semver v1.0.22 |
2353 | 2024-04-23T18:14:09.238Z | Compiling cargo-platform v0.1.3 |
2354 | 2024-04-23T18:14:09.238Z | Compiling macaddr v1.0.1 |
2355 | 2024-04-23T18:14:09.476Z | Compiling toml_edit v0.22.9 |
2356 | 2024-04-23T18:14:10.774Z | Compiling cargo_metadata v0.18.1 |
2357 | 2024-04-23T18:14:12.052Z | Compiling toml v0.8.12 |
2358 | 2024-04-23T18:14:12.982Z | Compiling cargo_toml v0.19.2 |
2359 | 2024-04-23T18:14:25.018Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2360 | 2024-04-23T18:14:35.619Z | Finished release [optimized] target(s) in 40.92s |
2361 | 2024-04-23T18:14:35.674Z | |
2362 | 2024-04-23T18:14:35.674Z | real 41.004827783 |
2363 | 2024-04-23T18:14:35.675Z | user 3:04.254246955 |
2364 | 2024-04-23T18:14:35.675Z | sys 15.131591998 |
2365 | 2024-04-23T18:14:35.675Z | trap 0.065054964 |
2366 | 2024-04-23T18:14:35.675Z | tflt 0.187873494 |
2367 | 2024-04-23T18:14:35.675Z | dflt 0.710025410 |
2368 | 2024-04-23T18:14:35.675Z | kflt 0.000022628 |
2369 | 2024-04-23T18:14:35.678Z | lock 4:10.342078537 |
2370 | 2024-04-23T18:14:35.678Z | slp 3:26.564507304 |
2371 | 2024-04-23T18:14:35.678Z | lat 2.929332374 |
2372 | 2024-04-23T18:14:35.678Z | stop 3.271541959 |
2373 | 2024-04-23T18:14:35.678Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask) |
2374 | 2024-04-23T18:14:35.678Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/pumpkind-gz.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask |
2375 | 2024-04-23T18:14:46.280Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2376 | 2024-04-23T18:14:46.280Z | a out/mg-ddm-gz.tar 73905K |
2377 | 2024-04-23T18:14:46.281Z | a out/omicron-sled-agent.tar 95631K |
2378 | 2024-04-23T18:14:46.281Z | a out/oxlog.tar 2913K |
2379 | 2024-04-23T18:14:46.281Z | a out/pumpkind-gz.tar 26544K |
2380 | 2024-04-23T18:14:46.281Z | a out/target/test 1K |
2381 | 2024-04-23T18:14:46.281Z | a out/npuzone/npuzone 36313K |
2382 | 2024-04-23T18:14:46.281Z | a package-manifest.toml 27K |
2383 | 2024-04-23T18:14:46.281Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2384 | 2024-04-23T18:14:46.281Z | a target/release/omicron-package 30398K |
2385 | 2024-04-23T18:14:46.281Z | a target/release/xtask 6660K |
2386 | 2024-04-23T18:14:46.285Z | |
2387 | 2024-04-23T18:14:46.285Z | real 10.603492861 |
2388 | 2024-04-23T18:14:46.285Z | user 10.280366179 |
2389 | 2024-04-23T18:14:46.285Z | sys 0.667437096 |
2390 | 2024-04-23T18:14:46.285Z | trap 0.001115933 |
2391 | 2024-04-23T18:14:46.285Z | tflt 0.000000000 |
2392 | 2024-04-23T18:14:46.285Z | dflt 0.000000000 |
2393 | 2024-04-23T18:14:46.285Z | kflt 0.000000000 |
2394 | 2024-04-23T18:14:46.285Z | lock 0.000000000 |
2395 | 2024-04-23T18:14:46.285Z | slp 10.034907490 |
2396 | 2024-04-23T18:14:46.285Z | lat 0.220059678 |
2397 | 2024-04-23T18:14:46.285Z | stop 0.000178717 |
2398 | 2024-04-23T18:14:46.285Z | ++ pwd |
2399 | 2024-04-23T18:14:46.285Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2400 | 2024-04-23T18:14:46.285Z | + mv out/nexus.tar.gz out/nexus-single-sled.tar.gz |
2401 | 2024-04-23T18:14:46.289Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2402 | 2024-04-23T18:14:47.038Z | Finished release [optimized] target(s) in 0.70s |
2403 | 2024-04-23T18:14:47.059Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2404 | 2024-04-23T18:14:47.088Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2405 | 2024-04-23T18:14:47.092Z | Created new build target 'host' and set it as active |
2406 | 2024-04-23T18:14:47.092Z | |
2407 | 2024-04-23T18:14:47.092Z | real 0.800867035 |
2408 | 2024-04-23T18:14:47.092Z | user 0.530735088 |
2409 | 2024-04-23T18:14:47.092Z | sys 0.249523822 |
2410 | 2024-04-23T18:14:47.092Z | trap 0.000036298 |
2411 | 2024-04-23T18:14:47.092Z | tflt 0.000012699 |
2412 | 2024-04-23T18:14:47.092Z | dflt 0.000028605 |
2413 | 2024-04-23T18:14:47.092Z | kflt 0.000000000 |
2414 | 2024-04-23T18:14:47.092Z | lock 0.021533544 |
2415 | 2024-04-23T18:14:47.093Z | slp 0.106390776 |
2416 | 2024-04-23T18:14:47.093Z | lat 0.004378349 |
2417 | 2024-04-23T18:14:47.093Z | stop 0.000272201 |
2418 | 2024-04-23T18:14:47.093Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2419 | 2024-04-23T18:14:47.832Z | Finished release [optimized] target(s) in 0.69s |
2420 | 2024-04-23T18:14:47.853Z | Running `target/release/omicron-package -t host package` |
2421 | 2024-04-23T18:14:47.882Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2422 | 2024-04-23T18:14:48.657Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2423 | 2024-04-23T18:17:09.377Z | Finished release [optimized] target(s) in 2m 21s |
2424 | 2024-04-23T18:17:44.005Z | |
2425 | 2024-04-23T18:17:44.005Z | real 2:56.900481288 |
2426 | 2024-04-23T18:17:44.005Z | user 13:54.174005178 |
2427 | 2024-04-23T18:17:44.006Z | sys 37.199568276 |
2428 | 2024-04-23T18:17:44.006Z | trap 0.239210075 |
2429 | 2024-04-23T18:17:44.006Z | tflt 0.036826998 |
2430 | 2024-04-23T18:17:44.006Z | dflt 4.117913126 |
2431 | 2024-04-23T18:17:44.011Z | kflt 0.068539347 |
2432 | 2024-04-23T18:17:44.011Z | lock 1:03:12.621190997 |
2433 | 2024-04-23T18:17:44.011Z | slp 11:57.627296394 |
2434 | 2024-04-23T18:17:44.011Z | lat 6.809092449 |
2435 | 2024-04-23T18:17:44.011Z | stop 2.522988938 |
2436 | 2024-04-23T18:17:44.011Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog pumpkind-gz |
2437 | 2024-04-23T18:17:44.011Z | + for package in "$@" |
2438 | 2024-04-23T18:17:44.012Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 8.0.0-0.ci+git2e887c544da |
2439 | 2024-04-23T18:17:44.765Z | Finished release [optimized] target(s) in 0.71s |
2440 | 2024-04-23T18:17:44.798Z | Running `target/release/omicron-package stamp omicron-sled-agent 8.0.0-0.ci+git2e887c544da` |
2441 | 2024-04-23T18:17:44.817Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2442 | 2024-04-23T18:17:44.978Z | Created: out/versioned/omicron-sled-agent.tar |
2443 | 2024-04-23T18:17:44.982Z | + for package in "$@" |
2444 | 2024-04-23T18:17:44.982Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git2e887c544da |
2445 | 2024-04-23T18:17:45.754Z | Finished release [optimized] target(s) in 0.72s |
2446 | 2024-04-23T18:17:45.776Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git2e887c544da` |
2447 | 2024-04-23T18:17:45.807Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2448 | 2024-04-23T18:17:45.923Z | Created: out/versioned/mg-ddm-gz.tar |
2449 | 2024-04-23T18:17:45.927Z | + for package in "$@" |
2450 | 2024-04-23T18:17:45.927Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 8.0.0-0.ci+git2e887c544da |
2451 | 2024-04-23T18:17:46.697Z | Finished release [optimized] target(s) in 0.72s |
2452 | 2024-04-23T18:17:46.719Z | Running `target/release/omicron-package stamp propolis-server 8.0.0-0.ci+git2e887c544da` |
2453 | 2024-04-23T18:17:46.750Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2454 | 2024-04-23T18:17:47.805Z | Created: out/versioned/propolis-server.tar.gz |
2455 | 2024-04-23T18:17:47.810Z | + for package in "$@" |
2456 | 2024-04-23T18:17:47.810Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 8.0.0-0.ci+git2e887c544da |
2457 | 2024-04-23T18:17:48.551Z | Finished release [optimized] target(s) in 0.69s |
2458 | 2024-04-23T18:17:48.575Z | Running `target/release/omicron-package stamp overlay 8.0.0-0.ci+git2e887c544da` |
2459 | 2024-04-23T18:17:48.603Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2460 | 2024-04-23T18:17:48.606Z | Created: out/versioned/overlay.tar.gz |
2461 | 2024-04-23T18:17:48.606Z | + for package in "$@" |
2462 | 2024-04-23T18:17:48.606Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 8.0.0-0.ci+git2e887c544da |
2463 | 2024-04-23T18:17:49.353Z | Finished release [optimized] target(s) in 0.70s |
2464 | 2024-04-23T18:17:49.374Z | Running `target/release/omicron-package stamp oxlog 8.0.0-0.ci+git2e887c544da` |
2465 | 2024-04-23T18:17:49.404Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2466 | 2024-04-23T18:17:49.413Z | Created: out/versioned/oxlog.tar |
2467 | 2024-04-23T18:17:49.417Z | + for package in "$@" |
2468 | 2024-04-23T18:17:49.417Z | + cargo run --locked --release --bin omicron-package -- stamp pumpkind-gz 8.0.0-0.ci+git2e887c544da |
2469 | 2024-04-23T18:17:50.173Z | Finished release [optimized] target(s) in 0.71s |
2470 | 2024-04-23T18:17:50.196Z | Running `target/release/omicron-package stamp pumpkind-gz 8.0.0-0.ci+git2e887c544da` |
2471 | 2024-04-23T18:17:50.227Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2472 | 2024-04-23T18:17:50.298Z | Created: out/versioned/pumpkind-gz.tar |
2473 | 2024-04-23T18:17:50.301Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2474 | 2024-04-23T18:17:50.309Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2475 | 2024-04-23T18:17:50.313Z | ++ cd -- ./tools |
2476 | 2024-04-23T18:17:50.313Z | ++ pwd |
2477 | 2024-04-23T18:17:50.313Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2478 | 2024-04-23T18:17:50.313Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2479 | 2024-04-23T18:17:50.413Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2480 | 2024-04-23T18:17:50.417Z | ++ readlink -f /work |
2481 | 2024-04-23T18:17:50.417Z | + out_dir=/work |
2482 | 2024-04-23T18:17:50.417Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/pumpkind-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2483 | 2024-04-23T18:17:50.417Z | + for dep in "${deps[@]}" |
2484 | 2024-04-23T18:17:50.417Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2485 | 2024-04-23T18:17:50.417Z | + for dep in "${deps[@]}" |
2486 | 2024-04-23T18:17:50.417Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2487 | 2024-04-23T18:17:50.417Z | + for dep in "${deps[@]}" |
2488 | 2024-04-23T18:17:50.417Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar ]] |
2489 | 2024-04-23T18:17:50.417Z | + for dep in "${deps[@]}" |
2490 | 2024-04-23T18:17:50.417Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2491 | 2024-04-23T18:17:50.417Z | + for dep in "${deps[@]}" |
2492 | 2024-04-23T18:17:50.417Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2493 | 2024-04-23T18:17:50.417Z | + for dep in "${deps[@]}" |
2494 | 2024-04-23T18:17:50.417Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2495 | 2024-04-23T18:17:50.421Z | ++ mktemp -d |
2496 | 2024-04-23T18:17:50.421Z | + tmp_gz=/tmp/tmp.0AaGxi |
2497 | 2024-04-23T18:17:50.421Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2498 | 2024-04-23T18:17:50.421Z | + echo '{"v":"1","t":"layer"}' |
2499 | 2024-04-23T18:17:50.421Z | + pkg_dir=/tmp/tmp.0AaGxi/root/opt/oxide/sled-agent |
2500 | 2024-04-23T18:17:50.421Z | + mkdir -p /tmp/tmp.0AaGxi/root/opt/oxide/sled-agent |
2501 | 2024-04-23T18:17:50.421Z | + cd /tmp/tmp.0AaGxi/root/opt/oxide/sled-agent |
2502 | 2024-04-23T18:17:50.421Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2503 | 2024-04-23T18:17:50.490Z | x ., 0 bytes, 0 tape blocks |
2504 | 2024-04-23T18:17:50.490Z | x zone-bundle, 27018920 bytes, 52772 tape blocks |
2505 | 2024-04-23T18:17:50.490Z | x sled-agent, 70896656 bytes, 138471 tape blocks |
2506 | 2024-04-23T18:17:50.490Z | x pkg, 0 bytes, 0 tape blocks |
2507 | 2024-04-23T18:17:50.490Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2508 | 2024-04-23T18:17:50.490Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2509 | 2024-04-23T18:17:50.490Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2510 | 2024-04-23T18:17:50.490Z | x VERSION, 25 bytes, 1 tape blocks |
2511 | 2024-04-23T18:17:50.494Z | + mkdir -p /tmp/tmp.0AaGxi/root/lib/svc/manifest/site/ |
2512 | 2024-04-23T18:17:50.494Z | + mv pkg/manifest.xml /tmp/tmp.0AaGxi/root/lib/svc/manifest/site/sled-agent.xml |
2513 | 2024-04-23T18:17:50.494Z | + cd - |
2514 | 2024-04-23T18:17:50.494Z | /work/oxidecomputer/omicron |
2515 | 2024-04-23T18:17:50.494Z | + pkg_dir=/tmp/tmp.0AaGxi/root/opt/oxide/mg-ddm |
2516 | 2024-04-23T18:17:50.494Z | + mkdir -p /tmp/tmp.0AaGxi/root/opt/oxide/mg-ddm |
2517 | 2024-04-23T18:17:50.494Z | + cd /tmp/tmp.0AaGxi/root/opt/oxide/mg-ddm |
2518 | 2024-04-23T18:17:50.494Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2519 | 2024-04-23T18:17:50.550Z | x ., 0 bytes, 0 tape blocks |
2520 | 2024-04-23T18:17:50.550Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2521 | 2024-04-23T18:17:50.550Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2522 | 2024-04-23T18:17:50.550Z | x pkg, 0 bytes, 0 tape blocks |
2523 | 2024-04-23T18:17:50.551Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2524 | 2024-04-23T18:17:50.551Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2525 | 2024-04-23T18:17:50.551Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2526 | 2024-04-23T18:17:50.551Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2527 | 2024-04-23T18:17:50.551Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2528 | 2024-04-23T18:17:50.551Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2529 | 2024-04-23T18:17:50.551Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2530 | 2024-04-23T18:17:50.552Z | x VERSION, 25 bytes, 1 tape blocks |
2531 | 2024-04-23T18:17:50.556Z | + cd - |
2532 | 2024-04-23T18:17:50.556Z | /work/oxidecomputer/omicron |
2533 | 2024-04-23T18:17:50.556Z | + pkg_dir=/tmp/tmp.0AaGxi/root/opt/oxide/pumpkind |
2534 | 2024-04-23T18:17:50.556Z | + mkdir -p /tmp/tmp.0AaGxi/root/opt/oxide/pumpkind |
2535 | 2024-04-23T18:17:50.556Z | + cd /tmp/tmp.0AaGxi/root/opt/oxide/pumpkind |
2536 | 2024-04-23T18:17:50.556Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
2537 | 2024-04-23T18:17:50.570Z | x ., 0 bytes, 0 tape blocks |
2538 | 2024-04-23T18:17:50.570Z | x lib, 0 bytes, 0 tape blocks |
2539 | 2024-04-23T18:17:50.570Z | x lib/svc, 0 bytes, 0 tape blocks |
2540 | 2024-04-23T18:17:50.571Z | x lib/svc/manifest, 0 bytes, 0 tape blocks |
2541 | 2024-04-23T18:17:50.571Z | x lib/svc/manifest/system, 0 bytes, 0 tape blocks |
2542 | 2024-04-23T18:17:50.571Z | x lib/svc/manifest/system/pumpkind.xml, 1272 bytes, 3 tape blocks |
2543 | 2024-04-23T18:17:50.571Z | x bin, 0 bytes, 0 tape blocks |
2544 | 2024-04-23T18:17:50.571Z | x bin/svc-pumpkind, 509 bytes, 1 tape blocks |
2545 | 2024-04-23T18:17:50.571Z | x bin/pumpkind, 16522240 bytes, 32270 tape blocks |
2546 | 2024-04-23T18:17:50.571Z | x bin/pumpkinadm, 10650728 bytes, 20803 tape blocks |
2547 | 2024-04-23T18:17:50.571Z | x VERSION, 25 bytes, 1 tape blocks |
2548 | 2024-04-23T18:17:50.575Z | + cd - |
2549 | 2024-04-23T18:17:50.575Z | /work/oxidecomputer/omicron |
2550 | 2024-04-23T18:17:50.575Z | + pkg_dir=/tmp/tmp.0AaGxi/root/opt/oxide/oxlog |
2551 | 2024-04-23T18:17:50.575Z | + mkdir -p /tmp/tmp.0AaGxi/root/opt/oxide/oxlog |
2552 | 2024-04-23T18:17:50.575Z | + cd /tmp/tmp.0AaGxi/root/opt/oxide/oxlog |
2553 | 2024-04-23T18:17:50.575Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2554 | 2024-04-23T18:17:50.579Z | x ., 0 bytes, 0 tape blocks |
2555 | 2024-04-23T18:17:50.579Z | x oxlog, 2979944 bytes, 5821 tape blocks |
2556 | 2024-04-23T18:17:50.579Z | x VERSION, 25 bytes, 1 tape blocks |
2557 | 2024-04-23T18:17:50.579Z | + cd - |
2558 | 2024-04-23T18:17:50.580Z | /work/oxidecomputer/omicron |
2559 | 2024-04-23T18:17:50.580Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.0AaGxi/root/opt/oxide |
2560 | 2024-04-23T18:17:50.657Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.0AaGxi/root/opt/oxide |
2561 | 2024-04-23T18:17:50.661Z | + cd /tmp/tmp.0AaGxi |
2562 | 2024-04-23T18:17:50.661Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2563 | 2024-04-23T18:17:59.821Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2564 | 2024-04-23T18:17:59.822Z | a oxide.json 1K |
2565 | 2024-04-23T18:17:59.822Z | a root/ 0K |
2566 | 2024-04-23T18:17:59.822Z | a root/opt/ 0K |
2567 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/ 0K |
2568 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/sled-agent/ 0K |
2569 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/sled-agent/zone-bundle 26386K |
2570 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/sled-agent/sled-agent 69236K |
2571 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2572 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2573 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2574 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/sled-agent/VERSION 1K |
2575 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/mg-ddm/ 0K |
2576 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2577 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2578 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2579 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2580 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2581 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2582 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2583 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2584 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2585 | 2024-04-23T18:17:59.822Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2586 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2587 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/pumpkind/ 0K |
2588 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/pumpkind/lib/ 0K |
2589 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/pumpkind/lib/svc/ 0K |
2590 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/pumpkind/lib/svc/manifest/ 0K |
2591 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/ 0K |
2592 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml 2K |
2593 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/pumpkind/bin/ 0K |
2594 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/pumpkind/bin/svc-pumpkind 1K |
2595 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/pumpkind/bin/pumpkind 16135K |
2596 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/pumpkind/bin/pumpkinadm 10402K |
2597 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/pumpkind/VERSION 1K |
2598 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/oxlog/ 0K |
2599 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/oxlog/oxlog 2911K |
2600 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/oxlog/VERSION 1K |
2601 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/propolis-server.tar.gz 64690K |
2602 | 2024-04-23T18:17:59.823Z | a root/opt/oxide/overlay.tar.gz 3K |
2603 | 2024-04-23T18:17:59.823Z | a root/lib/ 0K |
2604 | 2024-04-23T18:17:59.823Z | a root/lib/svc/ 0K |
2605 | 2024-04-23T18:17:59.823Z | a root/lib/svc/manifest/ 0K |
2606 | 2024-04-23T18:17:59.823Z | a root/lib/svc/manifest/site/ 0K |
2607 | 2024-04-23T18:17:59.823Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2608 | 2024-04-23T18:17:59.827Z | + cd / |
2609 | 2024-04-23T18:17:59.827Z | + rm -rf /tmp/tmp.0AaGxi |
2610 | 2024-04-23T18:17:59.850Z | |
2611 | 2024-04-23T18:17:59.850Z | real 9.547163718 |
2612 | 2024-04-23T18:17:59.850Z | user 8.882905376 |
2613 | 2024-04-23T18:17:59.851Z | sys 0.598391445 |
2614 | 2024-04-23T18:17:59.851Z | trap 0.001085892 |
2615 | 2024-04-23T18:17:59.851Z | tflt 0.000000000 |
2616 | 2024-04-23T18:17:59.851Z | dflt 0.000000000 |
2617 | 2024-04-23T18:17:59.851Z | kflt 0.000000000 |
2618 | 2024-04-23T18:17:59.851Z | lock 0.000000000 |
2619 | 2024-04-23T18:17:59.851Z | slp 18.552855115 |
2620 | 2024-04-23T18:17:59.851Z | lat 0.201632705 |
2621 | 2024-04-23T18:17:59.851Z | stop 0.000245672 |
2622 | 2024-04-23T18:17:59.854Z | + mkdir -p /work/zones |
2623 | 2024-04-23T18:17:59.854Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz) |
2624 | 2024-04-23T18:17:59.855Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/nexus.tar.gz out/nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz out/probe.tar.gz /work/zones/ |
2625 | 2024-04-23T18:18:02.411Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2626 | 2024-04-23T18:18:03.208Z | Finished release [optimized] target(s) in 0.74s |
2627 | 2024-04-23T18:18:03.229Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2628 | 2024-04-23T18:18:03.258Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2629 | 2024-04-23T18:18:03.262Z | Created new build target 'recovery' and set it as active |
2630 | 2024-04-23T18:18:03.262Z | |
2631 | 2024-04-23T18:18:03.262Z | real 0.845728886 |
2632 | 2024-04-23T18:18:03.262Z | user 0.555364878 |
2633 | 2024-04-23T18:18:03.262Z | sys 0.270221018 |
2634 | 2024-04-23T18:18:03.262Z | trap 0.000739572 |
2635 | 2024-04-23T18:18:03.262Z | tflt 0.000029867 |
2636 | 2024-04-23T18:18:03.262Z | dflt 0.000052897 |
2637 | 2024-04-23T18:18:03.262Z | kflt 0.000000000 |
2638 | 2024-04-23T18:18:03.262Z | lock 0.024478472 |
2639 | 2024-04-23T18:18:03.262Z | slp 0.102503111 |
2640 | 2024-04-23T18:18:03.262Z | lat 0.004971586 |
2641 | 2024-04-23T18:18:03.262Z | stop 0.000250967 |
2642 | 2024-04-23T18:18:03.262Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2643 | 2024-04-23T18:18:04.022Z | Finished release [optimized] target(s) in 0.71s |
2644 | 2024-04-23T18:18:04.045Z | Running `target/release/omicron-package -t recovery package` |
2645 | 2024-04-23T18:18:04.074Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2646 | 2024-04-23T18:18:04.746Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2647 | 2024-04-23T18:18:06.993Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2648 | 2024-04-23T18:18:25.857Z | Finished release [optimized] target(s) in 21.73s |
2649 | 2024-04-23T18:18:26.484Z | |
2650 | 2024-04-23T18:18:26.488Z | real 23.218828018 |
2651 | 2024-04-23T18:18:26.488Z | user 1:38.139136988 |
2652 | 2024-04-23T18:18:26.488Z | sys 7.609571878 |
2653 | 2024-04-23T18:18:26.488Z | trap 0.065258367 |
2654 | 2024-04-23T18:18:26.488Z | tflt 0.102767704 |
2655 | 2024-04-23T18:18:26.488Z | dflt 0.288036486 |
2656 | 2024-04-23T18:18:26.488Z | kflt 0.000070548 |
2657 | 2024-04-23T18:18:26.488Z | lock 5:26.410778543 |
2658 | 2024-04-23T18:18:26.488Z | slp 1:23.742102185 |
2659 | 2024-04-23T18:18:26.488Z | lat 1.214155071 |
2660 | 2024-04-23T18:18:26.488Z | stop 0.575025987 |
2661 | 2024-04-23T18:18:26.488Z | + stamp_packages installinator mg-ddm-gz |
2662 | 2024-04-23T18:18:26.488Z | + for package in "$@" |
2663 | 2024-04-23T18:18:26.488Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 8.0.0-0.ci+git2e887c544da |
2664 | 2024-04-23T18:18:27.249Z | Finished release [optimized] target(s) in 0.71s |
2665 | 2024-04-23T18:18:27.272Z | Running `target/release/omicron-package stamp installinator 8.0.0-0.ci+git2e887c544da` |
2666 | 2024-04-23T18:18:27.300Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2667 | 2024-04-23T18:18:27.352Z | Created: out/versioned/installinator.tar |
2668 | 2024-04-23T18:18:27.355Z | + for package in "$@" |
2669 | 2024-04-23T18:18:27.355Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 8.0.0-0.ci+git2e887c544da |
2670 | 2024-04-23T18:18:28.102Z | Finished release [optimized] target(s) in 0.70s |
2671 | 2024-04-23T18:18:28.123Z | Running `target/release/omicron-package stamp mg-ddm-gz 8.0.0-0.ci+git2e887c544da` |
2672 | 2024-04-23T18:18:28.153Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2673 | 2024-04-23T18:18:28.278Z | Created: out/versioned/mg-ddm-gz.tar |
2674 | 2024-04-23T18:18:28.282Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2675 | 2024-04-23T18:18:28.291Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2676 | 2024-04-23T18:18:28.294Z | ++ cd -- ./tools |
2677 | 2024-04-23T18:18:28.294Z | ++ pwd |
2678 | 2024-04-23T18:18:28.294Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2679 | 2024-04-23T18:18:28.294Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2680 | 2024-04-23T18:18:28.298Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2681 | 2024-04-23T18:18:28.298Z | ++ readlink -f /work |
2682 | 2024-04-23T18:18:28.298Z | + out_dir=/work |
2683 | 2024-04-23T18:18:28.298Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2684 | 2024-04-23T18:18:28.298Z | + for dep in "${deps[@]}" |
2685 | 2024-04-23T18:18:28.298Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2686 | 2024-04-23T18:18:28.298Z | + for dep in "${deps[@]}" |
2687 | 2024-04-23T18:18:28.298Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2688 | 2024-04-23T18:18:28.304Z | ++ mktemp -d |
2689 | 2024-04-23T18:18:28.305Z | + tmp_trampoline=/tmp/tmp.SQaqCi |
2690 | 2024-04-23T18:18:28.305Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2691 | 2024-04-23T18:18:28.305Z | + echo '{"v":"1","t":"layer"}' |
2692 | 2024-04-23T18:18:28.305Z | + pkg_dir=/tmp/tmp.SQaqCi/root/opt/oxide/installinator |
2693 | 2024-04-23T18:18:28.305Z | + mkdir -p /tmp/tmp.SQaqCi/root/opt/oxide/installinator |
2694 | 2024-04-23T18:18:28.308Z | + cd /tmp/tmp.SQaqCi/root/opt/oxide/installinator |
2695 | 2024-04-23T18:18:28.308Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2696 | 2024-04-23T18:18:28.331Z | x ., 0 bytes, 0 tape blocks |
2697 | 2024-04-23T18:18:28.331Z | x installinator, 38221264 bytes, 74651 tape blocks |
2698 | 2024-04-23T18:18:28.332Z | x pkg, 0 bytes, 0 tape blocks |
2699 | 2024-04-23T18:18:28.332Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2700 | 2024-04-23T18:18:28.332Z | x VERSION, 25 bytes, 1 tape blocks |
2701 | 2024-04-23T18:18:28.341Z | + mkdir -p /tmp/tmp.SQaqCi/root/lib/svc/manifest/site/ |
2702 | 2024-04-23T18:18:28.341Z | + mv pkg/manifest.xml /tmp/tmp.SQaqCi/root/lib/svc/manifest/site/installinator.xml |
2703 | 2024-04-23T18:18:28.342Z | + cd - |
2704 | 2024-04-23T18:18:28.342Z | + pkg_dir=/tmp/tmp.SQaqCi/root/opt/oxide/mg-ddm |
2705 | 2024-04-23T18:18:28.342Z | /work/oxidecomputer/omicron |
2706 | 2024-04-23T18:18:28.342Z | + mkdir -p /tmp/tmp.SQaqCi/root/opt/oxide/mg-ddm |
2707 | 2024-04-23T18:18:28.342Z | + cd /tmp/tmp.SQaqCi/root/opt/oxide/mg-ddm |
2708 | 2024-04-23T18:18:28.342Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2709 | 2024-04-23T18:18:28.388Z | x ., 0 bytes, 0 tape blocks |
2710 | 2024-04-23T18:18:28.388Z | x ddmadm, 26051952 bytes, 50883 tape blocks |
2711 | 2024-04-23T18:18:28.388Z | x ddmd, 49611120 bytes, 96897 tape blocks |
2712 | 2024-04-23T18:18:28.388Z | x pkg, 0 bytes, 0 tape blocks |
2713 | 2024-04-23T18:18:28.388Z | x pkg/refresh_ctrun_child.sh, 943 bytes, 2 tape blocks |
2714 | 2024-04-23T18:18:28.388Z | x pkg/mgd_method_script.sh, 945 bytes, 2 tape blocks |
2715 | 2024-04-23T18:18:28.388Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2716 | 2024-04-23T18:18:28.388Z | x pkg/mgd/manifest.xml, 1599 bytes, 4 tape blocks |
2717 | 2024-04-23T18:18:28.388Z | x pkg/ddm_method_script.sh, 1611 bytes, 4 tape blocks |
2718 | 2024-04-23T18:18:28.388Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2719 | 2024-04-23T18:18:28.388Z | x pkg/ddm/manifest.xml, 1966 bytes, 4 tape blocks |
2720 | 2024-04-23T18:18:28.388Z | x VERSION, 25 bytes, 1 tape blocks |
2721 | 2024-04-23T18:18:28.392Z | + cd - |
2722 | 2024-04-23T18:18:28.392Z | + cd /tmp/tmp.SQaqCi |
2723 | 2024-04-23T18:18:28.392Z | /work/oxidecomputer/omicron |
2724 | 2024-04-23T18:18:28.392Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2725 | 2024-04-23T18:18:32.570Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2726 | 2024-04-23T18:18:32.570Z | a oxide.json 1K |
2727 | 2024-04-23T18:18:32.571Z | a root/ 0K |
2728 | 2024-04-23T18:18:32.571Z | a root/opt/ 0K |
2729 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/ 0K |
2730 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/installinator/ 0K |
2731 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/installinator/installinator 37326K |
2732 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/installinator/pkg/ 0K |
2733 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/installinator/VERSION 1K |
2734 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/mg-ddm/ 0K |
2735 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/mg-ddm/ddmadm 25442K |
2736 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/mg-ddm/ddmd 48449K |
2737 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2738 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh 1K |
2739 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2740 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2741 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2742 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2743 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2744 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2745 | 2024-04-23T18:18:32.571Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2746 | 2024-04-23T18:18:32.571Z | a root/lib/ 0K |
2747 | 2024-04-23T18:18:32.571Z | a root/lib/svc/ 0K |
2748 | 2024-04-23T18:18:32.572Z | a root/lib/svc/manifest/ 0K |
2749 | 2024-04-23T18:18:32.572Z | a root/lib/svc/manifest/site/ 0K |
2750 | 2024-04-23T18:18:32.572Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2751 | 2024-04-23T18:18:32.576Z | + cd / |
2752 | 2024-04-23T18:18:32.576Z | + rm -rf /tmp/tmp.SQaqCi |
2753 | 2024-04-23T18:18:32.585Z | |
2754 | 2024-04-23T18:18:32.585Z | real 4.300995467 |
2755 | 2024-04-23T18:18:32.585Z | user 4.076754359 |
2756 | 2024-04-23T18:18:32.585Z | sys 0.236119836 |
2757 | 2024-04-23T18:18:32.585Z | trap 0.000792357 |
2758 | 2024-04-23T18:18:32.585Z | tflt 0.000000000 |
2759 | 2024-04-23T18:18:32.585Z | dflt 0.000000000 |
2760 | 2024-04-23T18:18:32.585Z | kflt 0.000000000 |
2761 | 2024-04-23T18:18:32.585Z | lock 0.000000000 |
2762 | 2024-04-23T18:18:32.585Z | slp 8.369335726 |
2763 | 2024-04-23T18:18:32.585Z | lat 0.086040376 |
2764 | 2024-04-23T18:18:32.585Z | stop 0.000189448 |
2765 | 2024-04-23T18:18:32.589Z | process exited: duration 1691184 ms, exit code 0 |
|
2766 | 2024-04-23T18:18:32.601Z | found 22 output files |
2767 | 2024-04-23T18:18:32.601Z | uploading: /work/version.txt (26 bytes) |
2768 | 2024-04-23T18:18:33.622Z | uploaded: /work/version.txt |
2769 | 2024-04-23T18:18:33.647Z | uploading: /work/package.tar.gz (91243706 bytes) |
2770 | 2024-04-23T18:19:07.676Z | uploaded: /work/package.tar.gz |
2771 | 2024-04-23T18:19:07.676Z | uploading: /work/global-zone-packages.tar.gz (132820680 bytes) |
2772 | 2024-04-23T18:19:48.034Z | uploaded: /work/global-zone-packages.tar.gz |
2773 | 2024-04-23T18:19:48.067Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36642282 bytes) |
2774 | 2024-04-23T18:20:02.048Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2775 | 2024-04-23T18:20:02.048Z | uploading: /work/zones/clickhouse.tar.gz (227105625 bytes) |
2776 | 2024-04-23T18:21:07.316Z | uploaded: /work/zones/clickhouse.tar.gz |
2777 | 2024-04-23T18:21:07.337Z | uploading: /work/zones/clickhouse_keeper.tar.gz (227101135 bytes) |
2778 | 2024-04-23T18:22:22.637Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2779 | 2024-04-23T18:22:22.637Z | uploading: /work/zones/cockroachdb.tar.gz (122610597 bytes) |
2780 | 2024-04-23T18:23:04.038Z | uploaded: /work/zones/cockroachdb.tar.gz |
2781 | 2024-04-23T18:23:04.044Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27355255 bytes) |
2782 | 2024-04-23T18:23:13.055Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2783 | 2024-04-23T18:23:13.055Z | uploading: /work/zones/crucible-zone.tar.gz (37116858 bytes) |
2784 | 2024-04-23T18:23:24.803Z | uploaded: /work/zones/crucible-zone.tar.gz |
2785 | 2024-04-23T18:23:24.803Z | uploading: /work/zones/external-dns.tar.gz (24745046 bytes) |
2786 | 2024-04-23T18:23:32.036Z | uploaded: /work/zones/external-dns.tar.gz |
2787 | 2024-04-23T18:23:32.037Z | uploading: /work/zones/internal-dns.tar.gz (24745253 bytes) |
2788 | 2024-04-23T18:23:38.587Z | uploaded: /work/zones/internal-dns.tar.gz |
2789 | 2024-04-23T18:23:38.587Z | uploading: /work/zones/nexus-single-sled.tar.gz (84462679 bytes) |
2790 | 2024-04-23T18:24:08.586Z | uploaded: /work/zones/nexus-single-sled.tar.gz |
2791 | 2024-04-23T18:24:08.586Z | uploading: /work/zones/nexus.tar.gz (84462549 bytes) |
2792 | 2024-04-23T18:24:33.019Z | uploaded: /work/zones/nexus.tar.gz |
2793 | 2024-04-23T18:24:33.019Z | uploading: /work/zones/ntp.tar.gz (8432534 bytes) |
2794 | 2024-04-23T18:24:35.911Z | uploaded: /work/zones/ntp.tar.gz |
2795 | 2024-04-23T18:24:35.911Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (14518154 bytes) |
2796 | 2024-04-23T18:24:40.991Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2797 | 2024-04-23T18:24:40.991Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (14517310 bytes) |
2798 | 2024-04-23T18:24:45.684Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2799 | 2024-04-23T18:24:45.684Z | uploading: /work/zones/overlay.tar.gz (2622 bytes) |
2800 | 2024-04-23T18:24:46.696Z | uploaded: /work/zones/overlay.tar.gz |
2801 | 2024-04-23T18:24:46.696Z | uploading: /work/zones/oximeter.tar.gz (43439141 bytes) |
2802 | 2024-04-23T18:25:00.476Z | uploaded: /work/zones/oximeter.tar.gz |
2803 | 2024-04-23T18:25:00.476Z | uploading: /work/zones/probe.tar.gz (2829470 bytes) |
2804 | 2024-04-23T18:25:02.404Z | uploaded: /work/zones/probe.tar.gz |
2805 | 2024-04-23T18:25:02.404Z | uploading: /work/zones/propolis-server.tar.gz (66247252 bytes) |
2806 | 2024-04-23T18:25:29.410Z | uploaded: /work/zones/propolis-server.tar.gz |
2807 | 2024-04-23T18:25:29.411Z | uploading: /work/zones/switch-asic.tar.gz (295222975 bytes) |
2808 | 2024-04-23T18:27:10.527Z | uploaded: /work/zones/switch-asic.tar.gz |
2809 | 2024-04-23T18:27:10.527Z | uploading: /work/zones/switch-softnpu.tar.gz (202408435 bytes) |
2810 | 2024-04-23T18:28:17.615Z | uploaded: /work/zones/switch-softnpu.tar.gz |